summaryrefslogtreecommitdiffstats
path: root/ipapython/certdb.py
Commit message (Expand)AuthorAgeFilesLines
* Modernize number literalsPetr Viktorin2015-07-311-5/+5
* Fix CA cert validity check for CA-less and external CA installer optionsJan Cholasta2014-10-161-1/+6
* Add missing imports to ipapython.certdbJan Cholasta2014-09-301-0/+2
* Use NSSDatabase instead of direct certutil calls in client codeJan Cholasta2014-09-301-11/+9
* Add NSSDatabase.has_nickname for checking nickname presence in a NSS DBJan Cholasta2014-09-301-0/+9
* Move NSSDatabase from ipaserver.certs to ipapython.certdbJan Cholasta2014-09-301-0/+451
* Introduce NSS database /etc/ipa/nssdbJan Cholasta2014-09-301-0/+28
* Remove unused ipapython.certdb.CertDB classPetr Viktorin2013-04-021-127/+0
* Drop ipapython.compat.Jan Cholasta2013-02-011-1/+1
* Move the compat module from ipalib to ipapython.Jan Cholasta2012-02-131-1/+1
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* Use Realm as certs subject base nameSimo Sorce2010-11-181-1/+3
* Use consistent, specific nickname for the IPA CA certificate.Rob Crittenden2010-10-011-2/+4
* Handle CSRs whether they have NEW in the header or notRob Crittenden2010-05-031-7/+2
* Fix a comment and some typosRob Crittenden2009-05-131-1/+1
* Fix breakage on python 2.4 with missing object subclassRob Crittenden2009-05-051-1/+1
* A class for dealing with a temporary NSS certificate databaseRob Crittenden2009-05-041-0/+150