summaryrefslogtreecommitdiffstats
path: root/ipaserver
Commit message (Expand)AuthorAgeFilesLines
* Loosen the ACI for the KDC to allow adds/deletesRob Crittenden2009-10-051-3/+1
* Robustness fix for updater, in case updates['updates'] is not set yet.Rob Crittenden2009-10-051-1/+1
* Let the updater delete entries and add small test harnessRob Crittenden2009-10-051-6/+49
* Add option to not normalize a DN when adding/updating a record.Rob Crittenden2009-10-051-4/+6
* Fix aci plugin, enhance aci parsing capabilities, add user group supportRob Crittenden2009-09-281-1/+3
* Only initialize the API once in the installerRob Crittenden2009-09-282-11/+20
* Enrollment for a host in an IPA domainRob Crittenden2009-09-243-1/+165
* Use the same variable name in the response as the dogtag pluginRob Crittenden2009-09-241-1/+1
* Add external CA signing and abstract out the RA backendRob Crittenden2009-09-157-192/+652
* Raise more specific error when an Objectclass Violation occurs Fix the virtua...Rob Crittenden2009-09-141-0/+2
* Remove deprecated comment on plugin naming conventionsRob Crittenden2009-09-141-3/+0
* Make ldap2.add_entry proof to None values, because python-ldap hate'em.Pavel Zuna2009-09-081-0/+4
* Add A and PTR records of ourselves during installationMartin Nagy2009-09-021-3/+16
* Use DNS forwarders in /etc/named.confMartin Nagy2009-09-021-1/+12
* Introduce a list of attributes for which only MOD_REPLACE operations are gene...Pavel Zuna2009-08-281-2/+10
* Add the CA constraint to the self-signed CA we generateRob Crittenden2009-08-271-8/+19
* Add option to the installer for uid/gid starting numbers.Rob Crittenden2009-08-271-2/+5
* Enable ldapi connections in the management framework.Rob Crittenden2009-08-272-20/+15
* Generate CRLs and make them available from the IPA web serverRob Crittenden2009-08-261-0/+46
* Clean up additional issues discovered with pylint and pycheckerRob Crittenden2009-08-201-1/+1
* 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