summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Giant webui patch take 2Jason Gerard DeRose2009-10-1330-4302/+956
* Add man page for ipa-join commandRob Crittenden2009-10-123-1/+63
* Use nestedgroup instead of groupofnames for rolegroups so we have memberofRob Crittenden2009-10-121-50/+50
* No longer use the IPA-specific memberof plugin. Use the DS-supplied one.Rob Crittenden2009-10-124-3/+6
* Improve debugging, general output, initialize xmlrpc-c properlyRob Crittenden2009-10-121-9/+34
* Fix bug in HBAC and netgroup plugin get_primary_key_from_dn methods.Pavel Zuna2009-10-082-2/+8
* Fix bug in group plugin. Was using wrong variable for attributes.Pavel Zuna2009-10-081-1/+1
* Fix unit tests for plugins using baseldap classes.Pavel Zuna2009-10-071-3/+1
* Make the taskgroup plugin use baseldap classes.Pavel Zuna2009-10-071-135/+40
* Make the rolegroup plugin use baseldap classes.Pavel Zuna2009-10-051-46/+41
* Make the hostgroup plugin use baseldap classes.Pavel Zuna2009-10-051-173/+45
* Make the netgroup plugin use baseldap classes.Pavel Zuna2009-10-051-309/+116
* Make the user plugin use baseldap classes.Pavel Zuna2009-10-051-230/+76
* Make the service plugin use baseldap classes.Pavel Zuna2009-10-051-205/+66
* Fix unit tests for plugins using baseldap classes.Pavel Zuna2009-10-0511-277/+231
* Make the group plugin use baseldap classes.Pavel Zuna2009-10-051-124/+65
* Make the config plugin use baseldap classes.Pavel Zuna2009-10-051-103/+33
* Add HBAC plugin and introduce GeneralizedTime parameter type.Pavel Zuna2009-10-055-1/+738
* Add support for per-group kerberos password policy.Rob Crittenden2009-10-054-20/+437
* Make primary_key optional.Rob Crittenden2009-10-051-2/+4
* 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-0513-7/+322
* 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-283-34/+138
* Only initialize the API once in the installerRob Crittenden2009-09-284-35/+36
* Properly own (via ghost) the Apache configuration files.Rob Crittenden2009-09-281-2/+6
* 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