| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix translatable strings in ipalib plugins. | Pavel Zuna | 2011-03-01 | 1 | -1/+1 |
* | Updated json_metadata and i18n_messages. | Endi S. Dewata | 2011-02-18 | 1 | -0/+1 |
* | Service/Host disable command output clarification | Martin Kosek | 2011-02-16 | 1 | -3/+3 |
* | Fixed association facets. | Endi S. Dewata | 2011-02-15 | 1 | -0/+3 |
* | Fix service validator, ensure the service isn't blank. | Rob Crittenden | 2011-02-15 | 1 | -0/+4 |
* | The --out option wasn't working at all with cert-show. | Rob Crittenden | 2011-02-14 | 1 | -0/+8 |
* | Remove certificate as service a search option. | Rob Crittenden | 2011-02-10 | 1 | -0/+1 |
* | Add support for tracking and counting entitlements | Rob Crittenden | 2011-02-02 | 1 | -0/+5 |
* | Fixed typo in ipa help service | Gowrishankar Rajaiyan | 2011-01-14 | 1 | -1/+1 |
* | Change FreeIPA license to GPLv3+ | Jakub Hrozek | 2010-12-20 | 1 | -5/+5 |
* | Add --out option to service, host and cert-show to save the cert to a file. | Rob Crittenden | 2010-12-13 | 1 | -1/+55 |
* | Provide list of available attributes for use in ACI UI. | Rob Crittenden | 2010-12-03 | 1 | -0/+1 |
* | Re-implement access control using an updated model. | Rob Crittenden | 2010-12-01 | 1 | -1/+1 |
* | Change signature of LDAPSearch.pre_callback. | Pavel Zuna | 2010-11-23 | 1 | -3/+4 |
* | Revoke a host's certificate (if any) when it is deleted or disabled. | Rob Crittenden | 2010-11-19 | 1 | -41/+89 |
* | Service certificate UI. | Endi S. Dewata | 2010-10-15 | 1 | -2/+39 |
* | Certificate management for services. | Endi S. Dewata | 2010-10-12 | 1 | -27/+12 |
* | Accept an incoming certificate as either DER or base64 in the service plugin. | Rob Crittenden | 2010-10-08 | 1 | -11/+39 |
* | Update command documentation based on feedback from docs team. | Rob Crittenden | 2010-08-27 | 1 | -23/+33 |
* | Enable a host to retrieve a keytab for all its services. | Rob Crittenden | 2010-08-16 | 1 | -17/+53 |
* | Require that hosts be resolvable in DNS. Use --force to ignore warnings. | Rob Crittenden | 2010-08-06 | 1 | -14/+6 |
* | Fix replacing a certificate in a service. | Rob Crittenden | 2010-08-06 | 1 | -11/+14 |
* | Clean up crypto code, take advantage of new nss-python capabilities | Rob Crittenden | 2010-07-15 | 1 | -20/+5 |
* | Add API to delete a service principal key, service-disable. | Rob Crittenden | 2010-07-13 | 1 | -7/+77 |
* | First pass at per-command documentation | Rob Crittenden | 2010-06-22 | 1 | -0/+33 |
* | localize doc strings | John Dennis | 2010-03-08 | 1 | -1/+1 |
* | Code cleanup: remove unused stuff, take 1. | Pavel Zuna | 2010-03-01 | 1 | -6/+0 |
* | Don't try to revoke a cert that is already revoked. | Rob Crittenden | 2010-02-26 | 1 | -2/+8 |
* | Translatable Param.label, Param.doc | Jason Gerard DeRose | 2010-02-24 | 1 | -4/+4 |
* | Use the Output tuple to determine the order of output | Rob Crittenden | 2010-02-15 | 1 | -0/+4 |
* | Add Object.label class attribute, enable in webUI | Jason Gerard DeRose | 2010-02-12 | 1 | -0/+2 |
* | Be more careful when base64-decoding certificates | Rob Crittenden | 2010-02-02 | 1 | -6/+3 |
* | Add --all to LDAPCreate and make LDAP commands always display default attribu... | Pavel Zuna | 2010-01-11 | 1 | -1/+1 |
* | Handle base64-encoded certificates better, import missing function | Rob Crittenden | 2009-12-18 | 1 | -0/+5 |
* | Take 2: Extensible return values and validation; steps toward a single output... | Jason Gerard DeRose | 2009-12-10 | 1 | -2/+1 |
* | rebase dogtag clean-up patch | John Dennis | 2009-12-09 | 1 | -2/+3 |
* | Add NotImplementedError type so CA plugins can return client-friendly errors | Rob Crittenden | 2009-12-01 | 1 | -3/+10 |
* | Use pyasn1-based PKCS#10 and X509v3 parsers instead of pyOpenSSL. | Rob Crittenden | 2009-11-30 | 1 | -6/+4 |
* | Use a new mechanism for delegating certificate issuance. | Rob Crittenden | 2009-11-03 | 1 | -1/+27 |
* | Require that a host exist before creating a service for it. | Rob Crittenden | 2009-10-21 | 1 | -0/+5 |
* | Make the service plugin use baseldap classes. | Pavel Zuna | 2009-10-05 | 1 | -205/+66 |
* | Add external CA signing and abstract out the RA backend | Rob Crittenden | 2009-09-15 | 1 | -6/+15 |
* | Fix service_mod and add a test case | Rob Crittenden | 2009-08-26 | 1 | -8/+7 |
* | Add a new objectclass, ipaObject, that will add a UUID to many IPA objects | Rob Crittenden | 2009-08-10 | 1 | -1/+3 |
* | Fix bug: number of found entries was reported incorrectly in some plugins. | Pavel Zuna | 2009-07-02 | 1 | -1/+1 |
* | Fix minor bugs, typos, etc. discovered by unit tests in plugins. | Pavel Zuna | 2009-07-02 | 1 | -1/+1 |
* | Rename *-create/*-delete commands to *-add/*-del respectively. | Pavel Zuna | 2009-07-02 | 1 | -4/+4 |
* | Rename plugins2 to plugins. | Pavel Zuna | 2009-07-02 | 1 | -12/+12 |
* | Rename plugins2 files (remove '2' suffix'). | Pavel Zuna | 2009-07-02 | 1 | -0/+362 |
* | Delete plugins using old LDAP backend. | Pavel Zuna | 2009-07-02 | 1 | -291/+0 |