summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/cert.py
Commit message (Expand)AuthorAgeFilesLines
* ipalib: move server-side plugins to ipaserverJan Cholasta2016-06-031-835/+0
* ipalib: move File command arguments to ipaclientJan Cholasta2016-06-031-2/+4
* ipalib: split off client-side plugin code into ipaclientJan Cholasta2016-06-031-13/+0
* Add more information regarding where to find revocation reason in "ipa cert_r...Patrice Duc-Jacquet2016-06-021-2/+4
* ipalib: use relative imports for cross-plugin importsJan Cholasta2016-05-251-7/+7
* Remove wildcard importsMartin Basti2015-12-231-1/+2
* Remove unused importsMartin Basti2015-12-231-3/+1
* Handle binascii.Error from base64.b64decode()Petr Viktorin2015-10-221-2/+4
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-171-0/+5
* cert-request: remove allowed extensions checkFraser Tweedale2015-08-191-19/+3
* Add permission for bypassing CA ACL enforcementFraser Tweedale2015-08-141-3/+10
* Modernize 'except' clausesPetr Viktorin2015-08-121-6/+6
* Fix KRB5PrincipalName / UPN SAN comparisonFraser Tweedale2015-08-111-1/+1
* Add profile for DNP3 / IEC 62351-8 certificatesFraser Tweedale2015-08-111-0/+1
* Allow SAN extension for cert-request self-serviceFraser Tweedale2015-08-111-1/+1
* fix error message when certificate CN is invalidPetr Vobornik2015-07-091-3/+1
* cert-request: enforce caacl for principals in SANFraser Tweedale2015-07-081-17/+25
* Enforce CA ACLs in cert-request commandFraser Tweedale2015-06-111-0/+17
* Update cert-request to support user certs and profilesFraser Tweedale2015-06-041-88/+132
* Add profile_id parameter to 'request_certificate'Fraser Tweedale2015-06-041-1/+1
* Check LDAP instead of local configuration to see if IPA CA is enabledJan Cholasta2014-10-171-4/+34
* Remove misleading authorization error message in cert-request with --addJan Cholasta2014-10-081-5/+1
* Support requests with SAN in cert-request.Jan Cholasta2014-06-241-34/+69
* Update all remaining plugins to the new Registry APINathaniel McCallum2014-06-111-6/+9
* Remove unused function get_subjectaltname from the cert plugin.Jan Cholasta2014-03-251-14/+0
* Update pkcs10 module functions to always load CSRs and allow selecting format.Jan Cholasta2014-03-251-5/+3
* Certificate search max_serial_number problem fixedAdam Misnyovszki2014-02-251-0/+2
* Remove ipa-pwd-extop and ipa-enrollment duplicate error stringsMartin Kosek2013-10-301-5/+5
* Remove obsolete self-sign references from man pages, docstrings, commentsPetr Viktorin2013-04-151-3/+2
* Preserve case of attribute names in LDAPEntry.Jan Cholasta2013-03-011-4/+4
* Add the version option to all CommandsPetr Viktorin2013-02-211-5/+7
* Implement the cert-find command for the dogtag CA backend.Rob Crittenden2013-02-191-2/+135
* Raise ValidationError when CSR does not have a subject hostnameLynn Root2012-12-111-0/+4
* Fix requesting certificates that contain subject altnames.Rob Crittenden2012-10-191-0/+1
* Internationalization for public errorsPetr Viktorin2012-09-031-6/+15
* Make revocation_reason required when revoking a certificate.Rob Crittenden2012-04-051-1/+1
* Display serial number as HEX (DECIMAL) when showing certificates.Rob Crittenden2012-03-141-19/+17
* ticket 2022 - modify codebase to utilize IPALogManager, obsoletes loggingJohn Dennis2011-11-231-1/+0
* Skip the cert validator if the csr we are passed in is a valid filenameRob Crittenden2011-09-141-0/+7
* ticket 1669 - improve i18n docstring extractionJohn Dennis2011-08-241-38/+28
* Autofill the default revocation reasonRob Crittenden2011-07-221-0/+1
* Make data type of certificates more obvious/predictable internally.Rob Crittenden2011-06-211-4/+3
* Return an error message when revocation reason 7 is usedRob Crittenden2011-06-151-0/+2
* Fix lint false positives.Jan Cholasta2011-04-131-1/+1
* Fix style and grammatical issues in built-in command help.Rob Crittenden2011-03-041-5/+23
* Validate and convert certificate SNJakub Hrozek2011-02-161-0/+28
* The --out option wasn't working at all with cert-show.Rob Crittenden2011-02-141-4/+5
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* Add --out option to service, host and cert-show to save the cert to a file.Rob Crittenden2010-12-131-0/+22
* Have certmonger track the initial Apache and 389-ds server certs.Rob Crittenden2010-09-091-2/+27