summaryrefslogtreecommitdiffstats
path: root/ipa-admintools
Commit message (Expand)AuthorAgeFilesLines
* Move packages to ipa from freeipa.Karl MacMillan2007-11-212-8/+14
* Bump the version numbers for release. Also removeKarl MacMillan2007-11-211-1/+1
* Enable group inactivation by using the Class of Service plugin.Rob Crittenden2007-11-202-7/+20
* Implement the password policy UI and finish IPA policy UIRob Crittenden2007-11-161-2/+0
* Completely remove attributes when delattr argument in ipa-groupmodRob Crittenden2007-11-151-7/+15
* Completely remove attributes when delattr argumentRob Crittenden2007-11-151-3/+10
* Use same labels as UI for ipa-finduser and ipa-findgroupRob Crittenden2007-11-152-5/+29
* If unable to connect to the XML-RPC server print a more useful error msg.Rob Crittenden2007-11-1513-20/+96
* Allow a user or group to change an attribute in its RDNRob Crittenden2007-11-124-15/+86
* Add the capability to completely delete a user from the database. TheRob Crittenden2007-11-092-6/+19
* Require uniqueness in the name/comment field of delegationsRob Crittenden2007-11-092-1/+22
* Prevent gzip from requesting confirmation.Karl MacMillan2007-11-051-2/+2
* Use proper method of retrieving attributesRob Crittenden2007-11-011-1/+1
* Bump versions for release.Karl MacMillan2007-11-012-3/+9
* Remove multi-value set/add in ipa-usermod.Karl MacMillan2007-10-311-8/+7
* Rename memberOf to group_members in xml-rpc interface.Karl MacMillan2007-10-311-1/+1
* Allow set/add/del to be called multiple times.Karl MacMillan2007-10-311-17/+34
* Add memberOf API call to the XML-RPC interfaceRob Crittenden2007-10-301-1/+15
* Allow adding, setting, deleting arbitrary attributesRob Crittenden2007-10-311-4/+30
* Install the delegation toolsRob Crittenden2007-10-291-0/+5
* Fix minor spelling issueRob Crittenden2007-10-292-4/+2
* imported patch freeipa-require-python-krbv.patchMark McLoughlin2008-02-212-2/+2
* Command-line delegation tools with man pagesRob Crittenden2007-10-248-0/+641
* Actually return a value to the shellRob Crittenden2007-10-199-9/+18
* Make distclean work againRob Crittenden2007-10-191-0/+2
* Add unique exit status to the ipa-find* tools when nothing is foundRob Crittenden2007-10-164-4/+12
* Add option -a to print all attributesRob Crittenden2007-10-111-5/+38
* First draft of man pages for the admin toolsRob Crittenden2007-10-1113-2/+433
* Combine get_user/group by dn/cn into get_entry_by_cn/dn.Kevin McCarthy2007-10-091-1/+1
* Do group operations based on the group DN, not the CNrcritten@redhat.com2007-10-022-7/+20
* Rely more on kerberos.Simo Sorce2007-10-012-44/+47
* Give ipa-adduser, ipa-addgroup and ipa-usermod an interactive modercritten@redhat.com2007-09-215-33/+428
* Add a missing exception catcherrcritten@redhat.com2007-09-244-0/+12
* Merge conflicts between rob and kevin patchesSimo Sorce2007-09-201-1/+3
|\
| * Implement asynchronous search for groups.Kevin McCarthy2007-09-191-1/+3
* | Add function to allow user's to set/reset their kerberos passwordrcritten@redhat.com2007-09-111-1/+12
|/
* 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
* Add group command-line tools to the Makefilercritten@redhat.com2007-09-071-0/+4
* Enable LDAP SASL authentication using a forwarded kerberos ticketrcritten@redhat.com2007-09-052-1/+9
* Add 'test' target to makefiles. Hook up ipautil tests to run.Kevin McCarthy2007-09-041-0/+2
* Implement delete users and groupsrcritten@redhat.com2007-08-283-3/+71
* Initial support for Groupsrcritten@redhat.com2007-08-245-1/+275
* Handle optional arguments by using the value __NONE__ over XML-RPC.rcritten@redhat.com2007-08-233-3/+11
* Convert add_user to take a user instead of a dict.Kevin McCarthy2007-08-201-8/+9
* Embed origiginal values inside user, and have update_user pass in a userKevin McCarthy2007-08-201-9/+5
* Manual merge changes in for the cidict/ipaclient add_user()Kevin McCarthy2007-08-171-1/+2
* Merge simple fix from Rob Crittenden.milestone_2Karl MacMillan2007-08-171-1/+1
* Pass string changes as a list so modifyModList works properlyrcritten@redhat.com2007-08-171-3/+3