summaryrefslogtreecommitdiffstats
path: root/base/java-tools/pki
Commit message (Collapse)AuthorAgeFilesLines
* Replaced CLI wrapper with Python.Endi S. Dewata2014-03-061-139/+0
| | | | | | | | The existing CLI wrapper script was written in Perl to call Java CLI. It has been replaced with a Python script that can call either the existing Java CLI or a not-yet-implemented Python CLI by specifying a --client-type parameter. This will allow testing the Python client library via CLI in the future.
* Upgraded RESTEasy client library.Endi S. Dewata2014-02-271-0/+1
| | | | | | | | | | The Dogtag client library has been modified to use RESTEasy 3.0 client library. A new upgrade script has been added to update existing servers. The JAXB annotation in ResourceMessage has been modified to require explicit property mapping. Ticket #554
* Replaced Jettison with Jackson.Endi S. Dewata2014-02-061-0/+14
| | | | | | | | | The Jettison library has been replaced with Jackson library as JSON provider for RESTEasy. All class paths and the deployment tools have been updated accordingly. The Python library and the TPS UI have been updated as well to use the new JSON format. Ticket #817
* Debian - replace source with dotAde Lee2014-01-131-2/+2
| | | | source does not work on debian. Use . instead.
* Debian - replace arch specificationAde Lee2014-01-081-2/+2
| | | | | | | uname -i returns "unknown" on a debian system. "arch" on the other hand works for fedora, rhel and debian. Replacing these for all packages except for the migration ones which will not be built on debian in any case.
* Added new link for resteasy dependencyAde Lee2013-09-171-0/+1
| | | | | Resteasy 3.0.1 uses apache-commons-io. Also fixed PKIErrorInterceptor with correct method call and reformatted the interceptors.
* Added Client CLI module.Endi Sukma Dewata2013-04-251-0/+1
| | | | | | | A new CLI module has been added to manage certificates in client security database. Ticket #491
* Added options to reject/ignore cert validity statuses.Endi Sukma Dewata2013-04-221-1/+4
| | | | | | | | New options have been added to the CLI to reject or ignore certain cert validity statuses such as UNTRUSTED_ISSUER or BAD_CERT_DOMAIN. The options can also be defined in pki.conf as a system-wide policy. Ticket #491
* Adding CLI functionality to import CA certificate.Endi Sukma Dewata2013-04-221-0/+1
| | | | | | | | | The CLI has been modified such that when it connects to an untrusted server it will ask the user whether to import the CA certificate and also ask for the location of the CA server from which to download the CA certificate. Ticket #491
* Fixed CLI return code.Endi Sukma Dewata2013-03-131-1/+5
| | | | | | | The Perl wrapper for CLI has been fixed to pass the error code returned by Java clients. Ticket #520
* Parameterizing RESTEasy paths.Endi Sukma Dewata2012-12-061-4/+7
| | | | | | | | | The paths to RESTEasy jar files have been modified such that it can be configured globally at build time using the spec file to support different distributions, and at deployment time using a system-wide configuration in /etc/pki/pki.conf. Ticket #422, #423.
* Moved REST CLI into pki-tools.Endi Sukma Dewata2012-08-291-0/+111
The pki-client.jar has been split and merged into pki-certsrv.jar and pki-tools.jar. The REST client classes are now packaged in com.netscape.certsrv.<component> packages. The REST CLI classes are now packaged in com.netscape.cmstools.<component> packages. The "pki" script has been moved into pki-tools RPM package. Ticket #215