summaryrefslogtreecommitdiffstats
path: root/ipa-admintools
Commit message (Expand)AuthorAgeFilesLines
...
* Set the license uniformly to GPLv2 only.Rob Crittenden2008-02-0418-36/+18
* Remove = sign between [set|add|del]attr=attr=value to improve readability.Rob Crittenden2008-02-041-3/+3
* Add --usage as a command-line option.Rob Crittenden2008-02-011-0/+2
* Marked with wrong license. IPA is GPLv2.Rob Crittenden2008-01-312-6/+12
* Add option to list common attributes for use with --setattr,--addattr,--delattrRob Crittenden2008-01-314-4/+37
* Handle the --usage option by actually displaying the usageRob Crittenden2008-01-3115-18/+34
* Use proper string validation routine.Rob Crittenden2008-01-311-1/+1
* Fix discrepencies between built-in help and the man page.Rob Crittenden2008-01-252-15/+19
* Use consistent naming for tools.Rob Crittenden2008-01-256-15/+15
* Add a copy of the LICENSE and populate some README'sRob Crittenden2008-01-231-0/+13
* Fix issues reported by rpmlint.Rob Crittenden2008-01-182-4/+10
* Find and delete service principals from the command-line.Rob Crittenden2008-01-114-0/+249
* Fix help text of -a argumentRob Crittenden2008-01-111-1/+1
* Clean up the formatting a little.Rob Crittenden2008-01-043-17/+4
* Add man pageRob Crittenden2008-01-041-0/+54
* Add function to retrieve a short list of attributes to make ipa-adddelegationRob Crittenden2008-01-042-5/+19
* Merge version changes with upstreamSimo Sorce2007-12-212-1/+7
|\
| * Update versions for release.Karl MacMillan2007-12-212-1/+7
* | Big changeset that includes the work around keytab management.Simo Sorce2007-12-212-17/+4
|/
* Create ipa-radius-admintoolsKarl MacMillan2007-12-189-1306/+0
* Add a man page for ipa-getkeytab.Karl MacMillan2007-12-122-1/+66
* Add simple UI for command-line programs to be able to select whenRob Crittenden2007-12-104-28/+101
* Merge.Karl MacMillan2007-12-116-43/+45
|\
| * Rework input validation to more closely match what we require in the UIRob Crittenden2007-12-073-40/+40
| * Fix delegation in the UI and add a missing aci that allows writes.Rob Crittenden2007-12-071-1/+3
| * Fix spellingRob Crittenden2007-12-102-2/+2
* | Merge.Karl MacMillan2007-12-112-0/+6
|\|
| * Notify the user when the search results have been truncatedRob Crittenden2007-12-052-0/+6
* | mergeJohn Dennis2007-12-049-28/+156
|\|
| * Compatibility changes to work on RHEL 5 with python 2.4rcritten@redhat.com2007-11-302-2/+2
| * delete_group() takes a DN, not a CN. Also do slightly better error reporting.Rob Crittenden2007-11-301-1/+13
| * Add utility to lock user accounts. Remove lock capability from ipa-deluserRob Crittenden2007-11-266-25/+141
* | add user profile command line arg to all radiusJohn Dennis2007-11-283-2/+21
* | merged radius work with latest mainline tipJohn Dennis2007-11-2820-71/+392
|\|
| * Add xml-rpc interface for getting keytabs.Karl MacMillan2007-11-212-0/+84
| * 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
* | bug fixesJohn Dennis2007-11-274-14/+11
* | checkpoint bug fixing and cleanup of command line radius toolsJohn Dennis2007-11-274-124/+185
* | do a better job of handling attribute deletionJohn Dennis2007-11-272-59/+42
* | checkpoint work to add attribute deletionJohn Dennis2007-11-271-84/+164