summaryrefslogtreecommitdiffstats
path: root/ipa-python/ipaclient.py
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+2
* When getting members let user indicate what type of member they want.Rob Crittenden2008-03-271-2/+2
* Require that service principals resolve to a DNS A record.Rob Crittenden2008-02-261-2/+2
* Set the license uniformly to GPLv2 only.Rob Crittenden2008-02-041-1/+1
* Fix issues reported by rpmlint.Rob Crittenden2008-01-181-2/+0
* Service principal deletionRob Crittenden2008-01-111-0/+3
* Add function to retrieve a short list of attributes to make ipa-adddelegationRob Crittenden2008-01-041-0/+7
* Make the old entry option in update_*, check for empty parameters andRob Crittenden2007-12-111-4/+0
* Merge.Karl MacMillan2007-12-111-3/+14
|\
| * Move dn removal to the XML-RPC side and remove empty attributesRob Crittenden2007-12-051-3/+0
| * Add UI for service principal creation and keytab retrievalRob Crittenden2007-12-051-0/+14
* | merged radius work with latest mainline tipJohn Dennis2007-11-281-6/+62
|\|
| * Add xml-rpc interface for getting keytabs.Karl MacMillan2007-11-211-0/+7
| * Fix indentation error that occured in mergeRob Crittenden2007-11-211-11/+11
| * Enable group inactivation by using the Class of Service plugin.Rob Crittenden2007-11-201-2/+22
| * Implement the password policy UI and finish IPA policy UIRob Crittenden2007-11-161-4/+34
* | add command line utilites for radius profilesJohn Dennis2007-11-261-2/+34
* | remove radius_client.py, move contents to radius_util.pyJohn Dennis2007-11-261-2/+2
* | Add radius profile implementations:John Dennis2007-11-211-8/+8
* | add ipa-findradiusclient searchJohn Dennis2007-11-141-0/+11
* | radius client modify and delete workJohn Dennis2007-11-141-0/+13
* | ipa-addradiusclient now workingJohn Dennis2007-11-131-0/+11
|/
* Rename memberOf to group_members in xml-rpc interface.Karl MacMillan2007-10-311-2/+2
* Have the GUI use memberOf() instead of looping through the member DNsRob Crittenden2007-10-311-1/+8
* Add memberOf API call to the XML-RPC interfaceRob Crittenden2007-10-301-0/+8
* Add delete user and group to webgui.Kevin McCarthy2007-10-231-2/+2
* Add an LDAP attribute -> label mapping function to XML-RPC layerRob Crittenden2007-10-221-0/+5
* Remove dependency between ipa-pyton and ipa-serverKarl MacMillan2007-10-191-8/+5
* Finish the email autosuggest.Kevin McCarthy2007-10-181-0/+7
* 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/+6
* Adds delegation listing and creation to the GUI.Kevin McCarthy2007-10-121-0/+8
* Combine get_user/group by dn/cn into get_entry_by_cn/dn.Kevin McCarthy2007-10-091-21/+17
* 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-13/+13
* Add group management to the user edit page.Kevin McCarthy2007-09-281-0/+15
* Make timelimit a parameter to the find methods.Kevin McCarthy2007-09-271-4/+4
* Install the web guiKarl MacMillan2007-09-281-1/+2
* Adds methods to manipulate groups by dns.Kevin McCarthy2007-09-261-18/+42
* Adds manager and direct reports to usershow page.Kevin McCarthy2007-09-251-0/+9
* Show the list of groups a user belongs to.Kevin McCarthy2007-09-251-0/+9
* Merge conflicts between rob and kevin patchesSimo Sorce2007-09-201-6/+17
|\
| * Implement asynchronous search for groups.Kevin McCarthy2007-09-191-4/+5
| * Add client-side search limit parameter for user search.Kevin McCarthy2007-09-181-2/+2
* | Use ticket forwarding with TurboGears. mod_proxy forwards the principalrcritten@redhat.com2007-09-141-0/+6
* | Add function to allow user's to set/reset their kerberos passwordrcritten@redhat.com2007-09-111-10/+7
|/
* Change user search to be asynchronous.Kevin McCarthy2007-08-281-4/+6
* Implement delete users and groupsrcritten@redhat.com2007-08-281-3/+21
* This patch wraps binary data in an xmlrpclib Binary object. ThisKarl MacMillan2007-08-281-11/+3