summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Re-enable doctest, fix broken docstringsJason Gerard DeRose2009-05-134-23/+18
* Fix a comment and some typosRob Crittenden2009-05-132-3/+8
* Drop the binary subtype. This usage is deprecated according to Rich M.Rob Crittenden2009-05-131-1/+1
* Remove all services when a host is removed Revoke certificate (if any) when a...Rob Crittenden2009-05-132-14/+35
* Improve revocation_reason argumentRob Crittenden2009-05-131-1/+8
* Add a reason to the NotFound exception so we can provide more robust errorsRob Crittenden2009-05-138-22/+22
* New tool to enable/disable DS plugin to act as NIS serverRob Crittenden2009-05-137-4/+317
* Bump version to 2.0.0pre1Rob Crittenden2009-05-111-3/+3
* Force xmlrpc tests to run with in_tree=True so config files in /etc/ipa/ don'...Jason Gerard DeRose2009-05-115-105/+134
* Added Rob's 'srpms' make targetRob Crittenden2009-05-111-0/+7
* Add missing attribute to fix netgroups testRob Crittenden2009-05-071-1/+1
* We decided not to issue a certificate on joinRob Crittenden2009-05-071-53/+2
* Store the new certificate in a service record. Clean up some argument names t...Rob Crittenden2009-05-071-15/+67
* Make MalformedServicePrincipal take a reason arg and add Base64DecodeErrorRob Crittenden2009-05-061-3/+19
* Add validator and normalizer for service principals Add --certificate argumen...Rob Crittenden2009-05-061-37/+98
* Fix breakage on python 2.4 with missing object subclassRob Crittenden2009-05-051-1/+1
* Some minor cosmetic changesRob Crittenden2009-05-041-2/+4
* When reading a password, if there is no tty, read from stdin instead.Rob Crittenden2009-05-041-2/+14
* Add posixGroup to the objectclass list if gidnumber is setRob Crittenden2009-05-041-5/+13
* Fix replica installation for self-signed CA (no dogtag)Rob Crittenden2009-05-044-15/+95
* Issue an SSL server cert when joining the IPA domainRob Crittenden2009-05-041-17/+30
* Add python-nss as a dependencyRob Crittenden2009-05-041-0/+4
* Utilize the new dogtag library for retrieving the CA cert chainRob Crittenden2009-05-041-15/+4
* A class for dealing with a temporary NSS certificate databaseRob Crittenden2009-05-042-7/+195
* Add signing profile to CA installation so we can sign the firefox jar file.Rob Crittenden2009-05-046-57/+259
* Add DNS management plugin port to the new ldap backend.Pavel Zuna2009-04-301-0/+797
* Make search filter generation a bit safer. Minor bug fixes/code improvements.Pavel Zuna2009-04-301-8/+12
* Change help interface to display builtin commands and a list of topics based ...Pavel Zuna2009-04-301-20/+77
* Use right attribute name for e-mail in user2 plugin.Pavel Zuna2009-04-301-2/+2
* Add method to generate DN from attribute directly, without making RDN first.Pavel Zuna2009-04-301-0/+10
* Add missing required attribute, nisdomainnameRob Crittenden2009-04-301-0/+16
* Use correct attribute for e-mail addressRob Crittenden2009-04-291-1/+1
* Fixed cli.run() catching SystemExit exception under Python2.4Jason Gerard DeRose2009-04-281-1/+1
* Use XML rather than string routines to handle response from dogtag Remove tra...Rob Crittenden2009-04-281-6/+17
* trivial update to standardize terms in docstringDavid O'Brien2009-04-281-1/+1
* Fix bind zone installerRob Crittenden2009-04-271-1/+1
* Utilities for dealing with dogtagRob Crittenden2009-04-241-0/+41
* Import the RequiresRoot error and make note to replace this at some pointRob Crittenden2009-04-242-1/+4
* Rename errors2.py to errors.py. Modify all affected files.Pavel Zuna2009-04-2346-265/+265
* Make LDAP entry output slightly nicer, don't print u's in front of unicode st...Pavel Zuna2009-04-231-7/+23
* Fix filter generator in ldapapi. Shouldn't produce invalid filters anymore.Pavel Zuna2009-04-231-6/+12
* Throw AlreadyGroupMember instead of EmptyModlist when trying to re-add member...Pavel Zuna2009-04-221-3/+4
* Introduce AlreadyGroupMember exception, raised when a member is attempted to ...Pavel Zuna2009-04-221-0/+16
* Change ldap2.__handle_errors into the global _handle_errors function.Pavel Zuna2009-04-221-52/+53
* Make it possible to construct partial match filters using make_filter_* metho...Pavel Zuna2009-04-221-6/+20
* Add user plugin port with some bugs fixed to the new LDAP backend.Pavel Zuna2009-04-221-0/+405
* Add conditional (env.use_ldap2 is True) modifications required by new LDAP ba...Pavel Zuna2009-04-222-7/+19
* Add new env variables. 'container_dns' for DNS plugin, 'use_ldap2' for new LD...Pavel Zuna2009-04-221-0/+2
* Convert the RA plugin to use nsslib and remove the configure methodsRob Crittenden2009-04-201-134/+39
* Issue DS and Apache server certs during CA installation.Rob Crittenden2009-04-205-104/+364