summaryrefslogtreecommitdiffstats
path: root/ipaserver
Commit message (Expand)AuthorAgeFilesLines
* Bump the installation version number to V2.0Rob Crittenden2009-12-031-1/+1
* Ask the user before overwriting /etc/named.confMartin Nagy2009-12-021-1/+9
* Remove ldap2.convert_attr_synonyms. Turns out python-ldap can replace it.Pavel Zuna2009-12-021-30/+1
* Use pyasn1-based PKCS#10 and X509v3 parsers instead of pyOpenSSL.Rob Crittenden2009-11-301-5/+14
* Add option to have ipautil.run() not raise an exceptionRob Crittenden2009-11-305-14/+14
* Add SELinux policy for CRL file publishing.Rob Crittenden2009-11-261-0/+26
* Point to correct location of self-signed CA and set pw on 389-DS cert dbRob Crittenden2009-11-251-1/+1
* Add code to handle stash files using keytab formatNalin Dahyabhai2009-11-241-3/+59
* Make NotImplementedError in rabase return the correct function nameJohn Dennis2009-11-191-4/+4
* Gracefully handle a valid kerberos ticket for a deleted entry.Rob Crittenden2009-11-191-7/+10
* Filter all NULL values in ldap2.add_entry. python-ldap doesn't like'em.Pavel Zuna2009-11-181-1/+1
* Cache installer questions for the 2-step process of an externally-signed CARob Crittenden2009-11-181-1/+2
* Fix SASL mappingsSimo Sorce2009-11-181-2/+2
* 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