summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix Python 2.6 deprecation warning with the md5 import. Use hashlib instead.Rob Crittenden2009-09-281-2/+5
* Make the host plugin use baseldap classes.Pavel Zuna2009-09-281-252/+90
* Added BuildRequires: xmlrpc-c-develJason Gerard DeRose2009-09-241-0/+1
* Enrollment for a host in an IPA domainRob Crittenden2009-09-2419-81/+1577
* Use the same variable name in the response as the dogtag pluginRob Crittenden2009-09-241-1/+1
* Better upgrade detection so we don't print spurious errorsRob Crittenden2009-09-151-17/+42
* Add external CA signing and abstract out the RA backendRob Crittenden2009-09-1514-222/+833
* Explicitly set verbosity off in the XML-RPC clientRob Crittenden2009-09-141-0/+1
* Raise more specific error when an Objectclass Violation occurs Fix the virtua...Rob Crittenden2009-09-143-3/+20
* Remove deprecated comment on plugin naming conventionsRob Crittenden2009-09-141-3/+0
* Fix typos and minor bugs in baseldap. Add --all to LDAPUpdate.Pavel Zuna2009-09-111-6/+17
* Fix incorrect imports in ipa-server-certinstall.Pavel Zuna2009-09-111-1/+3
* Many SELinux fixes: ldapi, ctypes and dogtagRob Crittenden2009-09-103-17/+18
* 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