summaryrefslogtreecommitdiffstats
path: root/ipaserver
Commit message (Expand)AuthorAgeFilesLines
* Clean up some problems discovered with pylint and pycheckerRob Crittenden2009-08-1211-81/+59
* Fix bug in _get_syntax (it was always returning None).Pavel Zuna2009-08-031-15/+7
* Fixed whitespace indentation error in certs.pyJason Gerard DeRose2009-07-271-34/+34
* Identify CAs to trust from an imported PKCS#12 fileRob Crittenden2009-07-272-14/+45
* Fix deprecation warning for the sha library on Python 2.6Rob Crittenden2009-07-231-2/+8
* No need to trust NSS built-in CA's, more specific regex for finding CA nicknameRob Crittenden2009-07-231-4/+16
* Make --setup-dns work on replica installationMartin Nagy2009-07-221-4/+34
* Add a reverse zone with server's PTR recordMartin Nagy2009-07-221-5/+17
* Allow replicas of an IPA server using an internal dogtag server as the CARob Crittenden2009-07-154-93/+201
* Basic changes to get a default principal for DNSSimo Sorce2009-07-102-1/+61
* Import explode_dn from ldap.functions for backward compatibility with older v...Pavel Zuna2009-07-081-2/+4
* Add class variable to indicate whether SSL is required or not.Rob Crittenden2009-07-071-2/+4
* Fix bug in ldap2.modify_password and make adding/removing members slightly mo...Pavel Zuna2009-07-071-4/+4
* Add conversion of attribute name synonyms when generating modlists.Pavel Zuna2009-06-151-0/+28
* Add support for incomplete (truncated) search results.Pavel Zuna2009-06-151-14/+29
* Fix bugs in ldap2.Pavel Zuna2009-06-121-18/+8
* Fix bug in ldap2.normalize_dn.Pavel Zuna2009-06-101-1/+1
* Use LDAP instead of flat file for zone storageMartin Nagy2009-06-024-19/+16
* Move the __ldap_mod function to the Service classMartin Nagy2009-06-023-65/+47
* Make it easier to search for a single entry by attribute value (find_entry_by...Pavel Zuna2009-05-261-6/+19
* Make ldap2 always return attribute names as lowercase. Add Encoder to ldap2 b...Pavel Zuna2009-05-221-117/+43
* Fix password setting on python 2.4 systems (it doesn't like None for oldpw)Rob Crittenden2009-05-211-1/+1
* Schema change so the nisnetgroup triples work properly.Rob Crittenden2009-05-191-1/+1
* Use the csv module instead of my own hackish lexer.Rob Crittenden2009-05-191-34/+30
* Don't pass non-existent arguments to _handle_errors()Rob Crittenden2009-05-191-9/+5
* Fix a comment and some typosRob Crittenden2009-05-131-2/+7
* Drop the binary subtype. This usage is deprecated according to Rich M.Rob Crittenden2009-05-131-1/+1
* Add a reason to the NotFound exception so we can provide more robust errorsRob Crittenden2009-05-132-10/+10
* Fix replica installation for self-signed CA (no dogtag)Rob Crittenden2009-05-041-0/+58
* Utilize the new dogtag library for retrieving the CA cert chainRob Crittenden2009-05-041-15/+4
* Add signing profile to CA installation so we can sign the firefox jar file.Rob Crittenden2009-05-044-57/+170
* Make search filter generation a bit safer. Minor bug fixes/code improvements.Pavel Zuna2009-04-301-8/+12
* Add method to generate DN from attribute directly, without making RDN first.Pavel Zuna2009-04-301-0/+10
* Use XML rather than string routines to handle response from dogtag Remove tra...Rob Crittenden2009-04-281-6/+17
* Rename errors2.py to errors.py. Modify all affected files.Pavel Zuna2009-04-239-76/+76
* 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
* 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
* 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-204-102/+355
* Remove unwanted white spaceRob Crittenden2009-04-201-12/+12
* Finish work replacing the errors module with errors2Rob Crittenden2009-04-204-95/+153
* Renaming the backend ldap plugin to ldapapi.py to prevent module import issuesRob Crittenden2009-04-061-0/+0
* Use full OID for LDAP SYNTAX identification. Don't convert Booleans and Integ...Pavel Zuna2009-04-061-24/+20
* Add new LDAP backend plugin.root2009-04-031-0/+741
* Implement an installer for the Dogtag certificate system.Rob Crittenden2009-04-035-17/+764
* Renamed remaining plugins still using f_* b_* conventionJason Gerard DeRose2009-04-011-0/+0
* Translate variables on all lines and sort files to be updatedRob Crittenden2009-03-251-3/+5
* DNA is now configured using an update fileRob Crittenden2009-03-251-4/+0