summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add can_add() and can_delete() GER helpersRob Crittenden2009-10-211-0/+37
* Change Password param so (password, confirm_password) can be passed to _conve...Jason Gerard DeRose2009-10-183-0/+29
* Add a separate client-only targetRob Crittenden2009-10-173-6/+106
* Fix ACI for host delegationRob Crittenden2009-10-171-2/+2
* Fix an oops where I forgot to replace a string with a templateRob Crittenden2009-10-171-6/+6
* 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
* Use the FQDN and not just the hostname internally.Rob Crittenden2009-10-161-2/+2
* 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-164-3/+54
* 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
* Make plugin browser show plugin parent classJason Gerard DeRose2009-10-142-0/+8
* Removed util.add_global_options() and frontend.ApplicationJason Gerard DeRose2009-10-145-109/+4
* 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