summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/service.py
Commit message (Expand)AuthorAgeFilesLines
* Be more careful when base64-decoding certificatesRob Crittenden2010-02-021-6/+3
* Add --all to LDAPCreate and make LDAP commands always display default attribu...Pavel Zuna2010-01-111-1/+1
* Handle base64-encoded certificates better, import missing functionRob Crittenden2009-12-181-0/+5
* Take 2: Extensible return values and validation; steps toward a single output...Jason Gerard DeRose2009-12-101-2/+1
* rebase dogtag clean-up patchJohn Dennis2009-12-091-2/+3
* Add NotImplementedError type so CA plugins can return client-friendly errorsRob Crittenden2009-12-011-3/+10
* Use pyasn1-based PKCS#10 and X509v3 parsers instead of pyOpenSSL.Rob Crittenden2009-11-301-6/+4
* Use a new mechanism for delegating certificate issuance.Rob Crittenden2009-11-031-1/+27
* Require that a host exist before creating a service for it.Rob Crittenden2009-10-211-0/+5
* Make the service plugin use baseldap classes.Pavel Zuna2009-10-051-205/+66
* Add external CA signing and abstract out the RA backendRob Crittenden2009-09-151-6/+15
* Fix service_mod and add a test caseRob Crittenden2009-08-261-8/+7
* Add a new objectclass, ipaObject, that will add a UUID to many IPA objectsRob Crittenden2009-08-101-1/+3
* Fix bug: number of found entries was reported incorrectly in some plugins.Pavel Zuna2009-07-021-1/+1
* Fix minor bugs, typos, etc. discovered by unit tests in plugins.Pavel Zuna2009-07-021-1/+1
* Rename *-create/*-delete commands to *-add/*-del respectively.Pavel Zuna2009-07-021-4/+4
* Rename plugins2 to plugins.Pavel Zuna2009-07-021-12/+12
* Rename plugins2 files (remove '2' suffix').Pavel Zuna2009-07-021-0/+362
* Delete plugins using old LDAP backend.Pavel Zuna2009-07-021-291/+0
* Remove all services when a host is removed Revoke certificate (if any) when a...Rob Crittenden2009-05-131-13/+23
* Add validator and normalizer for service principals Add --certificate argumen...Rob Crittenden2009-05-061-37/+98
* Rename errors2.py to errors.py. Modify all affected files.Pavel Zuna2009-04-231-5/+5
* Renamed remaining plugins still using f_* b_* conventionJason Gerard DeRose2009-04-011-0/+220