summaryrefslogtreecommitdiffstats
path: root/ipa-python
Commit message (Expand)AuthorAgeFilesLines
* Move dnsclient into ipa-python so that I will be able to use it in ipaconfigSimo Sorce2007-12-102-1/+446
* Rework input validation to more closely match what we require in the UIRob Crittenden2007-12-072-37/+62
* 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-052-0/+32
* Merge.Karl MacMillan2007-12-051-9/+7
|\
| * Fix errors with ipautil.CalledProcessError and cleanup some imports.Karl MacMillan2007-12-041-9/+7
* | Phase 1 of allowing admins to set the default object classes for users & groupsRob Crittenden2007-12-041-0/+5
|/
* Compatibility changes to work on RHEL 5 with python 2.4rcritten@redhat.com2007-11-301-1/+17
* Don't allow the admins or editors groups to be removed.Rob Crittenden2007-11-301-0/+15
* Add ipa-python to maintainer-clean and clean up .pyc filesRob Crittenden2007-11-281-0/+3
* Add xml-rpc interface for getting keytabs.Karl MacMillan2007-11-212-0/+31
* Move packages to ipa from freeipa.Karl MacMillan2007-11-212-6/+12
* Bump the version numbers for release. Also removeKarl MacMillan2007-11-212-2/+2
* Generate master password from Simo.Karl MacMillan2007-11-211-0/+12
* Initial replication setup.Karl MacMillan2007-11-211-1/+1
* 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-202-5/+67
* Implement the password policy UI and finish IPA policy UIRob Crittenden2007-11-163-12/+104
* Handle ldap.UNWILLING_TO_PERFORM more gracefullyRob Crittenden2007-11-091-0/+5
* Require uniqueness in the name/comment field of delegationsRob Crittenden2007-11-091-0/+10
* Enable multi-value field support for some attributes on the edit pagesRob Crittenden2007-11-081-0/+5
* remove offensive use of rpmJohn Dennis2007-11-061-36/+0
* merge initial radius workJohn Dennis2007-11-031-0/+37
* Completely remove an attributeRob Crittenden2007-10-311-0/+5
* 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