[PATCH] 5 Added unit tests for pki-util.
by Endi Sukma Dewata
New unit tests have been added to test string converters indirectly.
This is to allow replacing the converters with charset encoder and
decoder without changing the test cases.
The TestRunner has been moved into a separate package such that it
can be reused by other packages.
Ticket #3
--
Endi S. Dewata
13 years, 1 month
[PATCH] Add support for RFC4043 permanent identifiers
by Joshua Roys
Hello,
Attached is a patch to implement (half of) RFC4043 Permanent
Identifiers. The cases where the identifierValue is not supplied are
not supported. (This was tested on pki 1.3.x and sometime soon I will
test it on 9.0.x also.)
I'm not sure if the code reformatting is done yet, so I'll rebase this
patch later if need be. Also, either a V2 of this patch or a follow-up
will add pretty-printing.
Josh
13 years, 1 month
Request to enable nightly builds of 'ipa-pki-theme' and 'pki-core' on Fedora 16 and Fedora 17 (rawhide)
by Matthew Harmsen
To satisfy the PKI TRAC ticket https://fedorahosted.org/pki/ticket/61
'pki-ca in ipa-devel has not been built for Fedora 16 and rawhide',
please create nightly builds of the following components on Fedora 16
and Fedora 17 (rawhide) for use by FreeIPA:
* dogtag-pki-theme
o dogtag-pki-common-theme
o dogtag-pki-ca-theme
o dogtag-pki-kra-theme
o dogtag-pki-ocsp-theme
o dogtag-pki-ra-theme
o dogtag-pki-tks-theme
o dogtag-pki-tps-theme
o dogtag-pki-console-theme
* pki-core
o pki-setup
o pki-symkey
o pki-native-tools
o pki-util
o pki-util-javadoc
o pki-java-tools
o pki-java-tools-javadoc
o pki-common
o pki-common-javadoc
o pki-selinux
o pki-ca
o pki-silent
For 'stability' purposes, please point these nightly builds to use the
following branch from the new PKI 'git' repo (until notified otherwise):
* git clone -b DOGTAG_9_BRANCH git://git.fedorahosted.org/git/pki.git
Thanks,
-- Matt
13 years, 1 month
Formatting code
by Ade Lee
Hi all,
Based on seeing how Eclipse mangles line wrapping, we've decided to
revert the formatting changes. We will reattempt this after Adam's set
of generics patches have been applied.
It may make sense to approach this as follows:
1. reformat without line wrapping. This will get all the basic things
we want - getting rid of tabs, adjusting to sun coding standards etc.
without worrying about the line wrapping.
2. Then reformat individual packages using line wrapping. This would
give us smaller packages that we could examine to ensure that strange
reformatting does not occur. We could also consider raising the line
limit to 120 or 100, say, which would reduce the amount of line wrapping
- and the number of troublesome cases.
Any other suggestions would be welcome.
In any case, you all probably want to rebase.
Ade
13 years, 1 month
code reformat
by Ade Lee
Hi all,
The code on the trunk has been reformatted to match the project code
formatting specs. I did not post a patch because it was too large - but
it basically was a lot of whitespace/tab and comment fixes mostly.
In any case, you should probably rebase any outstanding patches on the
new master (and be sure to fetch the latest).
Ade
13 years, 1 month