summaryrefslogtreecommitdiffstats
path: root/ipaserver
Commit message (Expand)AuthorAgeFilesLines
* ipa-server-install now renders UI assetsJason Gerard DeRose2009-11-041-4/+5
* Use a new mechanism for delegating certificate issuance.Rob Crittenden2009-11-031-1/+1
* Add mod_python adapter and some UI tuningJason Gerard DeRose2009-10-273-17/+175
* Remove a bunch of unused imports, general cleanupRob Crittenden2009-10-251-13/+4
* First pass at enforcing certificates be requested from same hostRob Crittenden2009-10-212-2/+3
* Add can_add() and can_delete() GER helpersRob Crittenden2009-10-211-0/+37
* Fixed compatability break in rpcserver.pyJason Gerard DeRose2009-10-171-2/+2
* Add a sleep() prior to calling tasks to ensure postop writes are doneRob Crittenden2009-10-161-0/+3
* Be more forgiving when trying to replace older DS schema.Rob Crittenden2009-10-161-4/+8
* Fixed 'import json' for simplejson compatabilityJason Gerard DeRose2009-10-161-1/+1
* parse_qs is in cgi on Python < 2.6, use that insteadRob Crittenden2009-10-161-1/+1
* Fixed try/except/finally for Python 2.4 compatabilityJason Gerard DeRose2009-10-151-19/+20
* Giant webui patch take 2Jason Gerard DeRose2009-10-132-3/+193
* 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