summaryrefslogtreecommitdiffstats
path: root/ipa-server/xmlrpc-server/ipaxmlrpc.py
Commit message (Expand)AuthorAgeFilesLines
* Mass file removal for IPAv2.Rob Crittenden2009-02-031-394/+0
* Set default logging level to INFO (still logs to Apache)Rob Crittenden2008-05-281-12/+19
* Add a version API to the server so it knows what version it is.Rob Crittenden2008-05-081-0/+1
* Add failover to the XML-RPC clientRob Crittenden2008-02-221-0/+5
* Syntax error, ')' in the worng place throws nasty 500 errors on ldap errors :)Simo Sorce2008-02-211-1/+1
* Fix bug that prevented single-character fieldsRob Crittenden2008-02-111-2/+2
* Fix issues reported by rpmlint.Rob Crittenden2008-01-181-3/+1
* Service principal deletionRob Crittenden2008-01-111-0/+1
* Remove registration of get_keytabRob Crittenden2008-01-031-1/+0
* Add function to retrieve a short list of attributes to make ipa-adddelegationRob Crittenden2008-01-041-0/+1
* Tie the logging module to 'PythonOption IPADebug' in /etc/httpd/conf.d/ipa.confRob Crittenden2007-12-111-5/+9
* Merge.Karl MacMillan2007-12-111-0/+1
|\
| * Add UI for service principal creation and keytab retrievalRob Crittenden2007-12-051-0/+1
* | merged radius work with latest mainline tipJohn Dennis2007-11-281-10/+20
|\|
| * Add xml-rpc interface for getting keytabs.Karl MacMillan2007-11-211-0/+2
| * Enable group inactivation by using the Class of Service plugin.Rob Crittenden2007-11-201-1/+4
| * Implement the password policy UI and finish IPA policy UIRob Crittenden2007-11-161-1/+6
| * Don't continue if a kerberos credentials cache is not availableRob Crittenden2007-11-091-8/+8
* | Add radius profile implementations:John Dennis2007-11-211-0/+5
* | add ipa-findradiusclient searchJohn Dennis2007-11-141-0/+1
* | radius client modify and delete workJohn Dennis2007-11-141-0/+3
* | ipa-addradiusclient now workingJohn Dennis2007-11-131-0/+1
|/
* Rename memberOf to group_members in xml-rpc interface.Karl MacMillan2007-10-311-1/+1
* Add memberOf API call to the XML-RPC interfaceRob Crittenden2007-10-301-0/+1
* Add an LDAP attribute -> label mapping function to XML-RPC layerRob Crittenden2007-10-221-0/+1
* Finish the email autosuggest.Kevin McCarthy2007-10-181-0/+1
* 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