summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow httpd to read unix sockets so it can communicate to DS over ldapiRob Crittenden2009-09-101-0/+6
* Automatically generate an auto.master map for new automount location.Pavel Zuna2009-09-101-0/+12
* Remove parent_key parameter kwarg.Pavel Zuna2009-09-101-7/+4
* Add support for different automount maps per location.Pavel Zuna2009-09-101-91/+139
* Ensure that dnaMaxValue is higher than dnaNextValue at install timeRob Crittenden2009-09-091-2/+2
* Fix: Object.params_minus_pk was invalid when there was no primary_key.Pavel Zuna2009-09-091-0/+2
* Improve ipalib.plugins.baseldap classes.Pavel Zuna2009-09-091-97/+72
* Add forgotten chunks from commit 4e5a68397a102f0beMartin Nagy2009-09-082-3/+31
* Remove obsolete CRUD base classes as they aren't used anymore.Pavel Zuna2009-09-081-48/+0
* Improve attribute printing in the CLI.Pavel Zuna2009-09-081-5/+28
* Fix bug in dns_find - execute() returned different value than expected.Pavel Zuna2009-09-081-1/+1
* Make ldap2.add_entry proof to None values, because python-ldap hate'em.Pavel Zuna2009-09-081-0/+4
* Fixed dns_forwarders not being defined when options.setup_dns is FalseJason Gerard DeRose2009-09-081-0/+2
* Add A and PTR records of ourselves during installationMartin Nagy2009-09-023-5/+29
* Remove old --setup-bind optionMartin Nagy2009-09-021-3/+0
* Setup bind only after restarting kdc and dirsrvMartin Nagy2009-09-022-10/+11
* Use DNS forwarders in /etc/named.confMartin Nagy2009-09-024-3/+71
* Fleshed out krb plugin and added example of scripting against Python APIJason Gerard DeRose2009-08-312-0/+120
* Introduce a list of attributes for which only MOD_REPLACE operations are gene...Pavel Zuna2009-08-281-2/+10
* Install the ldapi ldif fileRob Crittenden2009-08-281-0/+1
* 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-276-11/+37
* Enable ldapi connections in the management framework.Rob Crittenden2009-08-276-22/+23
* Generate CRLs and make them available from the IPA web serverRob Crittenden2009-08-265-4/+81
* Fix service_mod and add a test caseRob Crittenden2009-08-262-9/+18
* Remove Python 2.6 BaseException.message deprecation warningRob Crittenden2009-08-201-5/+5
* Clean up additional issues discovered with pylint and pycheckerRob Crittenden2009-08-208-22/+30
* Clean up some problems discovered with pylint and pycheckerRob Crittenden2009-08-1217-107/+99
* Add a new objectclass, ipaObject, that will add a UUID to many IPA objectsRob Crittenden2009-08-1016-31/+54
* Include schema for key escrow managementRob Crittenden2009-08-102-1/+10
* Removed PluginProxy and all its usesJason Gerard DeRose2009-08-057-287/+35
* Add options in baseldap classes to display unaltered LDAP entries.Pavel Zuna2009-08-051-10/+44
* Fix three broken unit testsJason Gerard DeRose2009-08-043-10/+9
* All-around improvements to baseldap.py classes.Pavel Zuna2009-08-031-47/+245
* Fix bug in _get_syntax (it was always returning None).Pavel Zuna2009-08-031-15/+7
* Prevent double encoding/decoding when processing compound types.Pavel Zuna2009-08-031-5/+10
* Enable attribute re-mapping and ordering when printing entries.Pavel Zuna2009-08-031-10/+22
* 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
* Add conditional for new SELinux capabilities available in Fedora 11rcrit2009-07-232-11/+14
* Make --setup-dns work on replica installationMartin Nagy2009-07-224-6/+79
* Add a reverse zone with server's PTR recordMartin Nagy2009-07-223-7/+43
* Add --setup-dns option. It will replace --setup-bindMartin Nagy2009-07-222-11/+14
* Allow replicas of an IPA server using an internal dogtag server as the CARob Crittenden2009-07-159-116/+299
* Catch and handle HTTP exceptions (like 401, 404, etc)Rob Crittenden2009-07-151-1/+3
* Use uppercase boolean values in dns.ldifMartin Nagy2009-07-151-2/+2
* Require a password only once when it is passed in via a pipeRob Crittenden2009-07-101-21/+13
* Add a one-character option for parametersRob Crittenden2009-07-102-1/+12