summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed KRA install problem.branch-10.2.7-dev1Endi S. Dewata2016-04-022-28/+44
* Install tools clean-up.Endi S. Dewata2016-04-025-16/+13
* Fix escaping of password fields to prevent interpolationChristian Heimes2016-04-021-0/+3
* Fixed certificate chain import problem.Endi S. Dewata2016-04-021-10/+13
* Added support for cloning 3rd-party CA certificates.Endi S. Dewata2016-04-029-132/+271
* Additional clean-ups for PKCS #12 utilities.Endi S. Dewata2016-04-027-24/+38
* Renamed PKCS #12 options for consistency.Endi S. Dewata2016-04-0216-72/+72
* Fix pkcs12 exportAde Lee2016-04-022-7/+11
* Handle import and export of external certsAde Lee2016-04-0210-25/+363
* Implement total ordering for PKISubsystem and PKIInstanceChristian Heimes2016-04-022-0/+106
* Added workaround for JSS limitation in pki pkcs12-import.Endi S. Dewata2016-04-026-58/+402
* Py3 modernization: libmodernize.fixes.fix_importChristian Heimes2016-04-0271-3/+78
* Move pylint-build-scan.py to scripts directoryChristian Heimes2016-04-024-13/+14
* Added Python wrapper for pki pkcs12-import.Endi S. Dewata2016-04-027-97/+501
* Added mechanism to import system certs via PKCS #12 file.Endi S. Dewata2016-04-028-88/+163
* Added pki-server commands to export system certificates.Endi S. Dewata2016-04-0210-39/+1037
* Updated PKCS12Util.Endi S. Dewata2016-04-024-46/+59
* Added CLI to manage keys in PKCS #12 file.Endi S. Dewata2016-04-022-0/+151
* Added CLI to manage certs in PKCS #12 file.Endi S. Dewata2016-04-026-10/+368
* Refactored PKCS12Util to use PKCS12 object.Endi S. Dewata2016-04-0211-214/+308
* Refactored PKCS12CertInfo and PKCS12KeyInfo classes.Endi S. Dewata2016-04-027-35/+133
* Added PKCS #12 attribute to store certificate trust flags.Endi S. Dewata2016-04-026-52/+291
* Added CLIs to import and export PKCS #12.Endi S. Dewata2016-04-025-0/+422
* Added CLIs to inspect PKCS #12 file.Endi S. Dewata2016-04-028-1/+599
* Refactored PKCS12Export.Endi S. Dewata2016-04-026-195/+273
* Python packaging of PKI client libraryChristian Heimes2016-04-023-0/+110
* Synced some more pki-core spec file changes from DOGTAG_10_2_6_BRANCH.Matthew Harmsen2016-03-291-2/+6
* Build using tomcat 7.0.68 on F22Matthew Harmsen2016-03-291-0/+5
* Inserted Fedora 22 specific dependencies into 'pki-core.spec' (Dogtag 10.2.7)Matthew Harmsen2016-03-291-1/+18
* Changed 'pki-core.spec' (Dogtag 10.2.7) to be in sync with Fedora 23 in KojiMatthew Harmsen2016-03-291-7/+6
* pki-tomcat8 needs tomcat-api.jar to compileChristian Heimes2016-03-291-1/+9
* Modify dnsdomainname test in pkispawnAde Lee2016-03-293-3/+3
* Fixed KRA installation.Endi S. Dewata2016-02-223-3/+3
* Renamed pki.nss into pki.nssdb.Endi S. Dewata2016-02-224-8/+8
* Fixed installation summary for existing CA.Endi S. Dewata2016-02-223-10/+26
* Fixed mismatching certificate validity calculation.Endi S. Dewata2016-02-222-14/+67
* Fixed external CA case for IPA compatibility.Endi S. Dewata2016-02-224-8/+40
* Updated pki-cert and pki-server-subsystem man pages.Endi S. Dewata2016-02-222-8/+41
* Added mechanism to import existing CA certificate.Endi S. Dewata2016-02-229-66/+557
* Added CLI options to simplify submitting CSR.Endi S. Dewata2016-02-221-9/+144
* Added pki-server subsystem-cert-export command.Endi S. Dewata2016-02-223-0/+468
* Fix to determine supported javadoc optionsMatthew Harmsen2016-02-191-2/+59
* Resolves: PKI TRAC Ticket #1714Matthew Harmsen2016-02-041-3/+5
* Block startup until initial profile load completedFraser Tweedale2016-01-211-2/+35
* Ensure config store commits refresh file-based profile dataFraser Tweedale2016-01-211-1/+38
* Handle LDAPProfileSubsystem delete-then-recreate racesFraser Tweedale2016-01-211-20/+92
* Avoid profile race conditions by tracking entryUSNFraser Tweedale2016-01-216-30/+118
* Add LDAPPostReadControl classFraser Tweedale2016-01-211-0/+106
* Extract LDAPControl search function to LDAPUtilFraser Tweedale2016-01-212-11/+22
* sslget must set Host HTTP headerChristian Heimes2015-12-151-13/+10