Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'master' of ↵ | Jason Gerard DeRose | 2008-10-14 | 5 | -71/+63 | |
|\ \ | |/ |/| | | | git://git.engineering.redhat.com/users/rcritten/freeipa2 | |||||
| * | Move some functionality from user-add to the backend ldap create function | Rob Crittenden | 2008-10-14 | 5 | -71/+63 | |
| | | ||||||
* | | Convert string values to boolean when generating environment | Martin Nagy | 2008-10-14 | 3 | -10/+32 | |
|/ | ||||||
* | More work on making user-add use Backend.ldap | Jason Gerard DeRose | 2008-10-14 | 2 | -20/+29 | |
| | ||||||
* | Started roughing out user_add() using api.Backend.ldap; added ↵ | Jason Gerard DeRose | 2008-10-14 | 3 | -10/+29 | |
| | | | | Command.output_for_cli() to take care of formatting print output | |||||
* | Some small cleanup on Environment, filled in docstrings | Jason Gerard DeRose | 2008-10-14 | 1 | -10/+32 | |
| | ||||||
* | Added ldap.get_user_dn() method | Jason Gerard DeRose | 2008-10-14 | 2 | -1/+13 | |
| | ||||||
* | Added Object.get_dn() method; added corresponding unit tests | Jason Gerard DeRose | 2008-10-13 | 3 | -0/+24 | |
| | ||||||
* | CLI.run_interactive() now uses Param.cli_name instead of Param.name for ↵ | Jason Gerard DeRose | 2008-10-13 | 1 | -3/+3 | |
| | | | | prompts and errors | |||||
* | Command.params are now sorted the same way as Object.params (make user-add ↵ | Jason Gerard DeRose | 2008-10-13 | 1 | -1/+8 | |
| | | | | prompt for first, last before login) | |||||
* | CLI now maps Param.cli_name to Param.name | Jason Gerard DeRose | 2008-10-13 | 2 | -6/+7 | |
| | ||||||
* | Param now takes cli_name kwarg that sets Param.cli_name attribute | Jason Gerard DeRose | 2008-10-13 | 2 | -0/+6 | |
| | ||||||
* | Merge branch 'master' of ↵ | Jason Gerard DeRose | 2008-10-13 | 7 | -26/+350 | |
|\ | | | | | | | git://git.engineering.redhat.com/users/rcritten/freeipa2 | |||||
| * | Implement user lock and unlock | Rob Crittenden | 2008-10-13 | 3 | -18/+241 | |
| | | ||||||
| * | Fix up a comment | Rob Crittenden | 2008-10-13 | 1 | -1/+1 | |
| | | ||||||
| * | Initial implementation of password policy | Rob Crittenden | 2008-10-13 | 1 | -0/+100 | |
| | | ||||||
| * | Do a more specific search for the user | Rob Crittenden | 2008-10-13 | 1 | -1/+3 | |
| | | ||||||
| * | We should be registering Commands, not Methods | Rob Crittenden | 2008-10-13 | 1 | -2/+2 | |
| | | ||||||
| * | Raise the right exceptions | Rob Crittenden | 2008-10-13 | 1 | -4/+3 | |
| | | ||||||
| * | Fix syntax error | Rob Crittenden | 2008-10-10 | 1 | -1/+1 | |
| | | ||||||
* | | Added CrudBackend abstract class defining generic CRUD API | Jason Gerard DeRose | 2008-10-13 | 2 | -1/+126 | |
|/ | ||||||
* | Stub out delegations | Rob Crittenden | 2008-10-11 | 2 | -0/+304 | |
| | | | | Add ACI class | |||||
* | Enable the verbose flag to pass thru xmlrpc | Rob Crittenden | 2008-10-10 | 3 | -3/+7 | |
| | ||||||
* | Use new options handler | Rob Crittenden | 2008-10-10 | 1 | -7/+2 | |
| | ||||||
* | Start service principal plugin | Rob Crittenden | 2008-10-10 | 1 | -0/+155 | |
| | ||||||
* | Implement group-mod | Rob Crittenden | 2008-10-10 | 1 | -0/+19 | |
| | ||||||
* | Implement group-del | Rob Crittenden | 2008-10-10 | 3 | -4/+62 | |
| | ||||||
* | Slight change to how exceptions are handled | Rob Crittenden | 2008-10-10 | 2 | -4/+3 | |
| | ||||||
* | Mechanism to convert from xmlrpclib.Fault to an IPAError exception | Rob Crittenden | 2008-10-10 | 5 | -35/+173 | |
| | | | | Include slew of new exceptions, not all of which are used yet | |||||
* | Implement user-del | Rob Crittenden | 2008-10-10 | 2 | -4/+34 | |
| | | | | rename is_user_unique() to user_exists() | |||||
* | Remove some dead code | Rob Crittenden | 2008-10-10 | 1 | -135/+30 | |
| | ||||||
* | crud.Add.get_args() and get_options() now yield static values in takes_args, ↵ | Jason Gerard DeRose | 2008-10-09 | 2 | -2/+15 | |
| | | | | takes_options after the automagic ones | |||||
* | Base Command.execute() method now raises NotImplementedError; updated unit tests | Jason Gerard DeRose | 2008-10-08 | 2 | -3/+4 | |
| | ||||||
* | Reorganized Command methods so it is easier to understand and added lots of ↵ | Jason Gerard DeRose | 2008-10-08 | 1 | -85/+223 | |
| | | | | docstrings | |||||
* | Changed sub-package docstrings in tests/ to make consintent with other packages | Jason Gerard DeRose | 2008-10-08 | 3 | -3/+3 | |
| | ||||||
* | PEP 257: cleaned up docstrings in test_ipa_types.py | Jason Gerard DeRose | 2008-10-08 | 1 | -3/+62 | |
| | ||||||
* | Fixed two PEP 257 violations I missed in test_plugable.py | Jason Gerard DeRose | 2008-10-08 | 1 | -2/+2 | |
| | ||||||
* | PEP 257: cleaned up docstrings in test_frontend.py | Jason Gerard DeRose | 2008-10-08 | 1 | -45/+76 | |
| | ||||||
* | PEP 257: cleaned up docstrings in test_errors.py | Jason Gerard DeRose | 2008-10-08 | 1 | -14/+29 | |
| | ||||||
* | Restructured test_crud.py around new CrudChecker base class | Jason Gerard DeRose | 2008-10-08 | 1 | -85/+83 | |
| | ||||||
* | Made docstrings in test_crud.py contistent with rest | Jason Gerard DeRose | 2008-10-07 | 1 | -10/+26 | |
| | ||||||
* | PEP 257: cleaned up docstrings in test_config.py | Jason Gerard DeRose | 2008-10-07 | 1 | -4/+4 | |
| | ||||||
* | PEP 257: cleaned up docstrings in test_cli.py | Jason Gerard DeRose | 2008-10-07 | 1 | -10/+12 | |
| | ||||||
* | PEP 257: cleaned up docstrings in test_plugable.py | Jason Gerard DeRose | 2008-10-07 | 1 | -24/+69 | |
| | ||||||
* | Renamed webui-cherry.py, simple-server.py to lite-webui.py, lite-xmlrpc.py ↵ | Jason Gerard DeRose | 2008-10-07 | 2 | -0/+0 | |
| | | | | respectively | |||||
* | Renamed gen-doc.bash, run-tests.bash to make-doc, make-test respectively | Jason Gerard DeRose | 2008-10-07 | 2 | -0/+0 | |
| | ||||||
* | Fixed example in raise_TypeError() docstring (thanks, mnagy) | Jason Gerard DeRose | 2008-10-07 | 1 | -3/+3 | |
| | ||||||
* | Renamed tests/tstutil.py to tests/util.py | Jason Gerard DeRose | 2008-10-07 | 11 | -30/+30 | |
| | ||||||
* | -m | Jason Gerard DeRose | 2008-10-07 | 3 | -3/+3 | |
| | ||||||
* | Moved tstutil.py into base of tests so it can be used by all test ↵ | Jason Gerard DeRose | 2008-10-07 | 11 | -12/+12 | |
| | | | | subpackages more easily |