summaryrefslogtreecommitdiffstats
path: root/ipa-server/xmlrpc-server/ipaxmlrpc.py
Commit message (Expand)AuthorAgeFilesLines
* Creates an update_entry api call, aliases update_user and update_group to it.Kevin McCarthy2007-10-151-0/+1
* Adds delegation listing and creation to the GUI.Kevin McCarthy2007-10-121-0/+1
* Combine get_user/group by dn/cn into get_entry_by_cn/dn.Kevin McCarthy2007-10-091-3/+2
* Rely more on kerberos.Simo Sorce2007-10-011-0/+1
* Add group management to the user edit page.Kevin McCarthy2007-09-281-0/+2
* Don't include opts in any public argument lists. It is used internally only.rcritten@redhat.com2007-10-011-0/+3
* Adds methods to manipulate groups by dns.Kevin McCarthy2007-09-261-0/+4
* Fix a couple of XML-RPC functions that were missing the opts argumentrcritten@redhat.com2007-09-261-4/+4
* Adds manager and direct reports to usershow page.Kevin McCarthy2007-09-251-0/+1
* Show the list of groups a user belongs to.Kevin McCarthy2007-09-251-0/+1
* Print the request environment for debugging purposes.rcritten@redhat.com2007-09-241-0/+11
* Enable LDAP debugging using the mod_python Apache configuration directivercritten@redhat.com2007-09-211-0/+4
* Use ticket forwarding with TurboGears. mod_proxy forwards the principalrcritten@redhat.com2007-09-141-1/+1
* Add function to allow user's to set/reset their kerberos passwordrcritten@redhat.com2007-09-111-0/+1
* Enable LDAP SASL authentication using a forwarded kerberos ticketrcritten@redhat.com2007-09-051-3/+9
* Implement delete users and groupsrcritten@redhat.com2007-08-281-0/+3
* This patch wraps binary data in an xmlrpclib Binary object. ThisKarl MacMillan2007-08-281-3/+3
* Fix minor error in previous patch.Karl MacMillan2007-08-281-1/+1
* Include any LDAP error strings in XML-RPC Fault exceptionsrcritten@redhat.com2007-08-271-1/+7
* Initial support for Groupsrcritten@redhat.com2007-08-241-0/+9
* Handle optional arguments by using the value __NONE__ over XML-RPC.rcritten@redhat.com2007-08-231-5/+12
* Create ipaerror module.Kevin McCarthy2007-08-221-2/+4
* Implement user inactivationrcritten@redhat.com2007-08-171-0/+1
* Ensure that the Apache server is in forked modercritten@redhat.com2007-08-141-0/+6
* Basic LDAP connection poolingrcritten@redhat.com2007-08-131-0/+1
* - Abstracted client class to work directly or over RPCrcritten@redhat.com2007-08-061-5/+12
* Fixed broken patches and server spec.Karl MacMillan2007-07-311-3/+6
* Final reorginzation to reflect packaging.Karl MacMillan2007-07-311-0/+274