summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/cert.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update command documentation based on feedback from docs team.Rob Crittenden2010-08-271-7/+10
* Require that hosts be resolvable in DNS. Use --force to ignore warnings.Rob Crittenden2010-08-061-1/+1
* Drop our own PKCS#10 ASN.1 decoder and use the one from python-nssRob Crittenden2010-07-291-25/+15
* Clean up crypto code, take advantage of new nss-python capabilitiesRob Crittenden2010-07-151-78/+87
* First pass at per-command documentationRob Crittenden2010-06-221-1/+36
* localize doc stringsJohn Dennis2010-03-081-1/+1
* Don't try to revoke a cert that is already revoked.Rob Crittenden2010-02-261-3/+14
* Translatable Param.label, Param.docJason Gerard DeRose2010-02-241-23/+27
* Use the Output tuple to determine the order of outputRob Crittenden2010-02-151-3/+65
* Add flag to allow a cert to be re-issuedRob Crittenden2010-02-031-3/+7
* Fix plugin to work with new output validation, add new helpersRob Crittenden2010-01-201-34/+57
* pass DER flag to x509.get_serial_number()John Dennis2010-01-191-1/+1
* Use the caIPAserviceCert profile for issuing service certs.Rob Crittenden2010-01-081-2/+2
* Handle base64-encoded certificates better, import missing functionRob Crittenden2009-12-181-0/+5
* Make hosts more like real services so we can issue certs for host principalsRob Crittenden2009-12-161-9/+34
* rebase dogtag clean-up patchJohn Dennis2009-12-091-15/+21
* Use pyasn1-based PKCS#10 and X509v3 parsers instead of pyOpenSSL.Rob Crittenden2009-11-301-21/+69
* Use File parameter for CSR in cert_request command plugin.Pavel Zuna2009-11-061-29/+12
* Use a new mechanism for delegating certificate issuance.Rob Crittenden2009-11-031-40/+11
* The name coming out of DNS will have a trailing dot (.). Remove it.Rob Crittenden2009-10-211-1/+1
* First pass at enforcing certificates be requested from same hostRob Crittenden2009-10-211-7/+71
* Add external CA signing and abstract out the RA backendRob Crittenden2009-09-151-4/+49
* Implement support for non-LDAP-based actions that use the LDAP ACI subsystem.Rob Crittenden2009-07-101-5/+16
* Fix a few issues introduced by the new Param.use_in_context() patchRob Crittenden2009-05-211-4/+4
* Improve revocation_reason argumentRob Crittenden2009-05-131-1/+8
* Store the new certificate in a service record. Clean up some argument names t...Rob Crittenden2009-05-071-15/+67
* Removed 'Assert False' that was mistakingly left in cert.py; small cleanup in...Jason Gerard DeRose2009-02-171-4/+2
* Implemented more elegant way for entire plugin module to be conditionally ski...Jason Gerard DeRose2009-02-171-73/+77
* Added env.enable_ra variable and change cert.py and ra.py plugin modules to r...Jason Gerard DeRose2009-02-171-71/+73
* Continued cleanup cert/ra pluginsJason Gerard DeRose2009-02-171-1/+1
* Some cleanup in cert plugins module, changed to shorter command names all sta...Jason Gerard DeRose2009-02-171-27/+39
* Renamed f_ra.py plugin to cert.pyJason Gerard DeRose2009-02-171-0/+117