summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/service.py
Commit message (Expand)AuthorAgeFilesLines
* ticket 1669 - improve i18n docstring extractionJohn Dennis2011-08-241-39/+32
* Change the way has_keytab is determined, also check for password.Rob Crittenden2011-08-241-19/+8
* Fixed label capitalizationEndi S. Dewata2011-07-141-1/+1
* Fixed object_name and object_name_plural internationalizationEndi S. Dewata2011-07-121-2/+2
* Added singular entity labels.Endi S. Dewata2011-06-271-0/+1
* Make data type of certificates more obvious/predictable internally.Rob Crittenden2011-06-211-108/+10
* Require an imported certificate's issuer to match our issuer.Rob Crittenden2011-06-161-2/+25
* Fix style and grammatical issues in built-in command help.Rob Crittenden2011-03-041-1/+1
* Fix translatable strings in ipalib plugins.Pavel Zuna2011-03-011-1/+1
* Updated json_metadata and i18n_messages.Endi S. Dewata2011-02-181-0/+1
* Service/Host disable command output clarificationMartin Kosek2011-02-161-3/+3
* Fixed association facets.Endi S. Dewata2011-02-151-0/+3
* Fix service validator, ensure the service isn't blank.Rob Crittenden2011-02-151-0/+4
* The --out option wasn't working at all with cert-show.Rob Crittenden2011-02-141-0/+8
* Remove certificate as service a search option.Rob Crittenden2011-02-101-0/+1
* Add support for tracking and counting entitlementsRob Crittenden2011-02-021-0/+5
* Fixed typo in ipa help serviceGowrishankar Rajaiyan2011-01-141-1/+1
* 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-1/+55
* Provide list of available attributes for use in ACI UI.Rob Crittenden2010-12-031-0/+1
* Re-implement access control using an updated model.Rob Crittenden2010-12-011-1/+1
* Change signature of LDAPSearch.pre_callback.Pavel Zuna2010-11-231-3/+4
* Revoke a host's certificate (if any) when it is deleted or disabled.Rob Crittenden2010-11-191-41/+89
* Service certificate UI.Endi S. Dewata2010-10-151-2/+39
* Certificate management for services.Endi S. Dewata2010-10-121-27/+12
* Accept an incoming certificate as either DER or base64 in the service plugin.Rob Crittenden2010-10-081-11/+39
* Update command documentation based on feedback from docs team.Rob Crittenden2010-08-271-23/+33
* Enable a host to retrieve a keytab for all its services.Rob Crittenden2010-08-161-17/+53
* Require that hosts be resolvable in DNS. Use --force to ignore warnings.Rob Crittenden2010-08-061-14/+6
* Fix replacing a certificate in a service.Rob Crittenden2010-08-061-11/+14
* Clean up crypto code, take advantage of new nss-python capabilitiesRob Crittenden2010-07-151-20/+5
* Add API to delete a service principal key, service-disable.Rob Crittenden2010-07-131-7/+77
* First pass at per-command documentationRob Crittenden2010-06-221-0/+33
* localize doc stringsJohn Dennis2010-03-081-1/+1
* Code cleanup: remove unused stuff, take 1.Pavel Zuna2010-03-011-6/+0
* Don't try to revoke a cert that is already revoked.Rob Crittenden2010-02-261-2/+8
* Translatable Param.label, Param.docJason Gerard DeRose2010-02-241-4/+4
* Use the Output tuple to determine the order of outputRob Crittenden2010-02-151-0/+4
* Add Object.label class attribute, enable in webUIJason Gerard DeRose2010-02-121-0/+2
* 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