summaryrefslogtreecommitdiffstats
path: root/ipa-python/rpcclient.py
Commit message (Expand)AuthorAgeFilesLines
* Ignore GSS exception when iterating through server list. Fixes: 459864Martin Nagy2008-09-111-0/+2
* Add tool to manage IPA Search and User policyRob Crittenden2008-08-201-1/+1
* Refine our web space some more so that everything we reference is in /ipaRob Crittenden2008-05-071-1/+1
* Fix the client-side search size limit.Rob Crittenden2008-04-251-10/+10
* Add --verbose option so the HTTP headers and XML request/response can be seen.Rob Crittenden2008-04-251-3/+7
* When getting members let user indicate what type of member they want.Rob Crittenden2008-03-271-2/+2
* Re-root the IPA web UI to /ipa and the XML-RPC interface to /ipaxml.Rob Crittenden2008-03-241-1/+1
* Require that service principals resolve to a DNS A record.Rob Crittenden2008-02-261-2/+2
* Add failover to the XML-RPC clientRob Crittenden2008-02-221-3/+22
* Command-line utility to manage password policyRob Crittenden2008-02-251-1/+1
* Set the license uniformly to GPLv2 only.Rob Crittenden2008-02-041-1/+1
* Fix issues reported by rpmlint.Rob Crittenden2008-01-181-3/+1
* Service principal deletionRob Crittenden2008-01-111-0/+12
* Add function to retrieve a short list of attributes to make ipa-adddelegationRob Crittenden2008-01-041-0/+15
* Make the old entry option in update_*, check for empty parameters andRob Crittenden2007-12-111-27/+8
* Merge.Karl MacMillan2007-12-111-0/+18
|\
| * Add UI for service principal creation and keytab retrievalRob Crittenden2007-12-051-0/+18
* | merged radius work with latest mainline tipJohn Dennis2007-11-281-11/+134
|\|
| * Add xml-rpc interface for getting keytabs.Karl MacMillan2007-11-211-0/+24
| * Enable group inactivation by using the Class of Service plugin.Rob Crittenden2007-11-201-3/+45
| * Implement the password policy UI and finish IPA policy UIRob Crittenden2007-11-161-8/+65
* | add command line utilites for radius profilesJohn Dennis2007-11-261-4/+73
* | Add radius profile implementations:John Dennis2007-11-211-10/+14
* | add ipa-findradiusclient searchJohn Dennis2007-11-141-0/+14
* | radius client modify and delete workJohn Dennis2007-11-141-0/+41
* | ipa-addradiusclient now workingJohn Dennis2007-11-131-0/+13
|/
* Rename memberOf to group_members in xml-rpc interface.Karl MacMillan2007-10-311-2/+2
* Add memberOf API call to the XML-RPC interfaceRob Crittenden2007-10-301-0/+17
* Add delete user and group to webgui.Kevin McCarthy2007-10-231-3/+3
* Add an LDAP attribute -> label mapping function to XML-RPC layerRob Crittenden2007-10-221-0/+13
* Finish the email autosuggest.Kevin McCarthy2007-10-181-1/+17
* Require SSL for the XML-RPC interfaceRob Crittenden2007-10-191-1/+1
* Fix build issues by combining patches submitted by Michael Gregg andRob Crittenden2007-10-171-1/+0
* Creates an update_entry api call, aliases update_user and update_group to it.Kevin McCarthy2007-10-151-0/+14
* Adds delegation listing and creation to the GUI.Kevin McCarthy2007-10-121-0/+17
* Combine get_user/group by dn/cn into get_entry_by_cn/dn.Kevin McCarthy2007-10-091-40/+27
* Trickle the group_cn to group_dn down the layers. Fix controller calls.Kevin McCarthy2007-10-031-16/+16
* Rely more on kerberos.Simo Sorce2007-10-011-3/+19
* Add group management to the user edit page.Kevin McCarthy2007-09-281-0/+30
* Make timelimit a parameter to the find methods.Kevin McCarthy2007-09-271-4/+4
* Adds methods to manipulate groups by dns.Kevin McCarthy2007-09-261-25/+71
* Adds manager and direct reports to usershow page.Kevin McCarthy2007-09-251-0/+17
* Show the list of groups a user belongs to.Kevin McCarthy2007-09-251-0/+17
* Merge conflicts between rob and kevin patchesSimo Sorce2007-09-201-4/+4
|\
| * Implement asynchronous search for groups.Kevin McCarthy2007-09-191-2/+2
| * Add client-side search limit parameter for user search.Kevin McCarthy2007-09-181-2/+2
* | Add function to allow user's to set/reset their kerberos passwordrcritten@redhat.com2007-09-111-0/+16
|/
* Change user search to be asynchronous.Kevin McCarthy2007-08-281-2/+3
* Implement delete users and groupsrcritten@redhat.com2007-08-281-0/+41
* This patch wraps binary data in an xmlrpclib Binary object. ThisKarl MacMillan2007-08-281-25/+34