summaryrefslogtreecommitdiffstats
path: root/ipa-python/test
Commit message (Collapse)AuthorAgeFilesLines
* Set the license uniformly to GPLv2 only.Rob Crittenden2008-02-043-3/+3
|
* Rework input validation to more closely match what we require in the UIRob Crittenden2007-12-071-28/+43
|
* Adds delegation listing and creation to the GUI.Kevin McCarthy2007-10-121-2/+32
|
* This is a really simple (and dumb) ACI parser for the ACI's weKevin McCarthy2007-10-111-0/+97
| | | | will need in the delegation UI.
* Give ipa-adduser, ipa-addgroup and ipa-usermod an interactive modercritten@redhat.com2007-09-211-0/+70
| | | | | | | Add ipa-passwd tool Add simple field validation package This patch adds a package requirement, python-krbV. This is needed to determine the current user based on their kerberos ticket.
* Generalized Time parser and tests, for use in krbPasswordExpirationKevin McCarthy2007-09-041-0/+97
|
* Add 'test' target to makefiles. Hook up ipautil tests to run.Kevin McCarthy2007-09-041-2/+7
|
* Add ipautil, which contains CIDict - a case insensitive dict.Kevin McCarthy2007-08-241-0/+207
This version of the cidict extends the dict class, which allows it to play nicely with turbogears. Also includes extensive tests.