summaryrefslogtreecommitdiffstats
path: root/ipa-python
Commit message (Expand)AuthorAgeFilesLines
* Bump versions for release.Karl MacMillan2007-11-013-10/+12
* Rename memberOf to group_members in xml-rpc interface.Karl MacMillan2007-10-312-4/+4
* 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-302-0/+25
* Add delete user and group to webgui.Kevin McCarthy2007-10-232-5/+5
* Cleanup freeipa-python requiresMark McLoughlin2008-02-212-8/+2
* Add an LDAP attribute -> label mapping function to XML-RPC layerRob Crittenden2007-10-223-0/+44
* Remove dependency between ipa-pyton and ipa-serverKarl MacMillan2007-10-191-8/+5
* Finish the email autosuggest.Kevin McCarthy2007-10-182-1/+24
* Require SSL for the XML-RPC interfaceRob Crittenden2007-10-192-2/+2
* Make distclean work againRob Crittenden2007-10-191-2/+2
* Fix build issues by combining patches submitted by Michael Gregg andRob Crittenden2007-10-179-38/+46
* Use setup.py for ipa-python from William Jon McCann <mccann@jhu.edu>.Karl MacMillan2007-10-164-34/+97
* Add basic delegation editing.Kevin McCarthy2007-10-151-0/+15
* Creates an update_entry api call, aliases update_user and update_group to it.Kevin McCarthy2007-10-152-0/+20
* Adds delegation listing and creation to the GUI.Kevin McCarthy2007-10-124-8/+65
* This is a really simple (and dumb) ACI parser for the ACI's weKevin McCarthy2007-10-112-0/+211
* Combine get_user/group by dn/cn into get_entry_by_cn/dn.Kevin McCarthy2007-10-092-61/+44
* Fixes none values in first/last name to display properly.Kevin McCarthy2007-10-041-2/+2
* Trickle the group_cn to group_dn down the layers. Fix controller calls.Kevin McCarthy2007-10-032-32/+32
* Try to catch more error conditions during installationrcritten@redhat.com2007-10-031-0/+5
* Patch to fix the installer crashing if selinux is disabled. Also changesmccann@jhu.edu2007-10-021-1/+1
* Do group operations based on the group DN, not the CNrcritten@redhat.com2007-10-021-1/+16
* Rely more on kerberos.Simo Sorce2007-10-012-16/+32
* Add group management to the user edit page.Kevin McCarthy2007-09-282-0/+45
* Make timelimit a parameter to the find methods.Kevin McCarthy2007-09-272-8/+8
* Install the web guiKarl MacMillan2007-09-281-1/+2
* Misc small fixesKarl MacMillan2007-09-281-1/+1
* Adds methods to manipulate groups by dns.Kevin McCarthy2007-09-262-43/+113
* Adds manager and direct reports to usershow page.Kevin McCarthy2007-09-252-0/+26
* Show the list of groups a user belongs to.Kevin McCarthy2007-09-252-0/+26
* Give ipa-adduser, ipa-addgroup and ipa-usermod an interactive modercritten@redhat.com2007-09-213-1/+170
* Merge conflicts between rob and kevin patchesSimo Sorce2007-09-202-10/+21
|\
| * Implement asynchronous search for groups.Kevin McCarthy2007-09-192-6/+7
| * Add client-side search limit parameter for user search.Kevin McCarthy2007-09-182-4/+4
* | 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-112-10/+23
|/
* In the TCP case there is an extra (redundant) lenghtSimo Sorce2007-09-121-2/+2
* Reset version numbers for next milestone.Karl MacMillan2007-09-101-1/+1
* Update version numbers for release.milestone_3Karl MacMillan2007-09-101-1/+1
* Generalized Time parser and tests, for use in krbPasswordExpirationKevin McCarthy2007-09-042-0/+195
* merge ipa-server/ipaserver/util.py into ipa-python/ipautil.pySimo Sorce2007-09-041-0/+62
* Add 'test' target to makefiles. Hook up ipautil tests to run.Kevin McCarthy2007-09-042-2/+15
* Fix python-ldap attribution for cidict.Kevin McCarthy2007-08-271-2/+3
* Change user search to be asynchronous.Kevin McCarthy2007-08-282-6/+9
* Implement delete users and groupsrcritten@redhat.com2007-08-282-3/+62
* This patch wraps binary data in an xmlrpclib Binary object. ThisKarl MacMillan2007-08-284-49/+112
* Fix minor error in previous patch.Karl MacMillan2007-08-281-1/+1
* Add ipautil, which contains CIDict - a case insensitive dict.Kevin McCarthy2007-08-242-0/+315
* Initial support for Groupsrcritten@redhat.com2007-08-246-173/+428