summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added Python wrapper for pki pkcs12-import.Endi S. Dewata2016-02-267-100/+365
* Added mechanism to import system certs via PKCS #12 file.Endi S. Dewata2016-02-268-86/+158
* Silence pylint 1.5 false positivesChristian Heimes2016-02-262-6/+5
* pki-tomcat8 needs tomcat-api.jar to compileChristian Heimes2016-02-261-1/+8
* Fix compile issue in RA_Token.cppChristian Heimes2016-02-261-1/+1
* Add precheck option for pkispawn.Ade Lee2016-02-262-76/+103
* Added pki-server commands to export system certificates.Endi S. Dewata2016-02-2510-39/+1036
* Updated PKCS12Util.Endi S. Dewata2016-02-244-46/+59
* Python 3 fix for Tomcat.get_major_version()Christian Heimes2016-02-233-1/+37
* Lightweight CAs: enrol cert via profile subsystemFraser Tweedale2016-02-225-16/+88
* Lightweight CAs: ensure disabled CA cannot create sub-CAsFraser Tweedale2016-02-222-1/+5
* Fix to determine supported javadoc optionsMatthew Harmsen2016-02-191-2/+59
* Added CLI to manage keys in PKCS #12 file.Endi S. Dewata2016-02-192-0/+151
* Added CLI to manage certs in PKCS #12 file.Endi S. Dewata2016-02-196-10/+368
* Refactored PKCS12Util to use PKCS12 object.Endi S. Dewata2016-02-1911-214/+308
* Refactored PKCS12CertInfo and PKCS12KeyInfo classes.Endi S. Dewata2016-02-197-35/+133
* Modify dnsdomainname test in pkispawnAde Lee2016-02-173-3/+3
* Added PKCS #12 attribute to store certificate trust flags.Endi S. Dewata2016-02-176-52/+291
* Added CLIs to import and export PKCS #12.Endi S. Dewata2016-02-175-0/+422
* Remove vestiges of NISAuth pluginFraser Tweedale2016-02-1612-533/+0
* Ticket #1007 TPS audit eventsChristina Fu2016-02-1520-122/+757
* Weaken PKIPrincipal to superclass in several placesFraser Tweedale2016-02-155-21/+33
* Use correct textual encoding for PKCS #7 objectsFraser Tweedale2016-02-156-43/+12
* Remove execute permissions from systemd unit filesFraser Tweedale2016-02-151-4/+4
* Remove unused TOKEN_AUTHMGR_IMPL_NAME AuthToken attributeFraser Tweedale2016-02-151-19/+0
* Profile service: respond 409 on conflicting operationsFraser Tweedale2016-02-151-7/+8
* Added CLIs to inspect PKCS #12 file.Endi S. Dewata2016-02-128-1/+599
* Refactored PKCS12Export.Endi S. Dewata2016-02-126-195/+273
* PKI TRAC Ticket #1850 - Rename DRMTool --> KRATool (spec file)Matthew Harmsen2016-02-111-3/+11
* PKI TRAC Ticket #1850 - Rename DRMTool --> KRAToolMatthew Harmsen2016-02-116-888/+888
* Fixed token change status operation.Endi S. Dewata2016-02-101-0/+8
* Fixed token modify operation.Endi S. Dewata2016-02-083-61/+1
* Allow cert and key indexes > 9.Jack Magne2016-02-055-149/+380
* Added resource bundle for token state labels.Endi S. Dewata2016-02-059-39/+162
* Fixed token add operation.Endi S. Dewata2016-02-055-36/+65
* Fixed LDAP error handling in TokenService.Endi S. Dewata2016-02-053-14/+71
* Resolves: PKI TRAC Ticket #1714Matthew Harmsen2016-02-041-3/+5
* Fixed error handling in TokenService.Endi S. Dewata2016-02-031-21/+52
* Fixed TPS token state transitions.Endi S. Dewata2016-02-0312-70/+160
* Fixed KRA installation.Endi S. Dewata2016-02-033-3/+3
* Fixed TPS UI logout error message.Endi S. Dewata2016-02-021-1/+1
* Fix flake8 / PEP 8 violationsChristian Heimes2016-01-2512-81/+62
* Run flake8 and pylint --py3k tests during RPM buildChristian Heimes2016-01-252-1/+22
* Renamed pki.nss into pki.nssdb.Endi S. Dewata2016-01-234-8/+8
* Fixed installation summary for existing CA.Endi S. Dewata2016-01-233-10/+26
* Extract common base class for SSLAuthenticatorWithFallbackFraser Tweedale2016-01-215-253/+199
* Allow encoded slashes in HTTP pathsFraser Tweedale2016-01-212-0/+39
* 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