Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set the license uniformly to GPLv2 only. | Rob Crittenden | 2008-02-04 | 3 | -3/+3 |
| | |||||
* | Rework input validation to more closely match what we require in the UI | Rob Crittenden | 2007-12-07 | 1 | -28/+43 |
| | |||||
* | Adds delegation listing and creation to the GUI. | Kevin McCarthy | 2007-10-12 | 1 | -2/+32 |
| | |||||
* | This is a really simple (and dumb) ACI parser for the ACI's we | Kevin McCarthy | 2007-10-11 | 1 | -0/+97 |
| | | | | will need in the delegation UI. | ||||
* | Give ipa-adduser, ipa-addgroup and ipa-usermod an interactive mode | rcritten@redhat.com | 2007-09-21 | 1 | -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 krbPasswordExpiration | Kevin McCarthy | 2007-09-04 | 1 | -0/+97 |
| | |||||
* | Add 'test' target to makefiles. Hook up ipautil tests to run. | Kevin McCarthy | 2007-09-04 | 1 | -2/+7 |
| | |||||
* | Add ipautil, which contains CIDict - a case insensitive dict. | Kevin McCarthy | 2007-08-24 | 1 | -0/+207 |
This version of the cidict extends the dict class, which allows it to play nicely with turbogears. Also includes extensive tests. |