Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 2 | -4/+53 | |
| | ||||||
* | Slight change to how exceptions are handled | Rob Crittenden | 2008-10-10 | 1 | -2/+2 | |
| | ||||||
* | Mechanism to convert from xmlrpclib.Fault to an IPAError exception | Rob Crittenden | 2008-10-10 | 3 | -25/+163 | |
| | | | | Include slew of new exceptions, not all of which are used yet | |||||
* | Implement user-del | Rob Crittenden | 2008-10-10 | 1 | -1/+26 | |
| | | | | rename is_user_unique() to user_exists() | |||||
* | crud.Add.get_args() and get_options() now yield static values in takes_args, ↵ | Jason Gerard DeRose | 2008-10-09 | 1 | -0/+4 | |
| | | | | takes_options after the automagic ones | |||||
* | Base Command.execute() method now raises NotImplementedError; updated unit tests | Jason Gerard DeRose | 2008-10-08 | 1 | -3/+1 | |
| | ||||||
* | Reorganized Command methods so it is easier to understand and added lots of ↵ | Jason Gerard DeRose | 2008-10-08 | 1 | -85/+223 | |
| | | | | docstrings | |||||
* | Fixed example in raise_TypeError() docstring (thanks, mnagy) | Jason Gerard DeRose | 2008-10-07 | 1 | -3/+3 | |
| | ||||||
* | Moved ipalib/tests/ into tests/test_ipalib/ | Jason Gerard DeRose | 2008-10-07 | 12 | -3431/+0 | |
| | ||||||
* | Made package-level docstrings more consistent so they read better in ↵ | Jason Gerard DeRose | 2008-10-07 | 3 | -4/+5 | |
| | | | | generated documentation | |||||
* | Merge branch 'master' of ↵ | Jason Gerard DeRose | 2008-10-07 | 3 | -8/+270 | |
|\ | | | | | | | git://git.engineering.redhat.com/users/rcritten/freeipa2 | |||||
| * | Implement a real user_find and move existing user_find to user_show | Rob Crittenden | 2008-10-07 | 1 | -4/+22 | |
| | | ||||||
| * | Implement user-mod | Rob Crittenden | 2008-10-07 | 1 | -1/+20 | |
| | | ||||||
| * | Add some more supporting functions | Rob Crittenden | 2008-10-07 | 3 | -6/+19 | |
| | | | | | | | | Do a little bit more error handling and checking | |||||
| * | Add group plugin, routine to get cn=ipaconfig | Rob Crittenden | 2008-10-04 | 2 | -13/+145 | |
| | | ||||||
| * | Implement user-find and user-add backend functions so they work over XML-RPC | Rob Crittenden | 2008-10-04 | 2 | -7/+87 | |
| | | | | | | | | | | Change port to 8880 to not conflict with a running IPA v1 instance Encode incoming values from unicode as utf-8 before sending to LDAP | |||||
* | | Add tests for config.py | Martin Nagy | 2008-10-08 | 1 | -0/+101 | |
| | | ||||||
* | | Implement argument parsing for the CLI | Martin Nagy | 2008-10-08 | 2 | -11/+58 | |
| | | ||||||
* | | Implement config file reading | Martin Nagy | 2008-10-08 | 3 | -9/+31 | |
|/ | ||||||
* | Backend.xmlrpc and simple-server.py now use the xmlrpc_marshal() and ↵ | Jason Gerard DeRose | 2008-10-02 | 3 | -4/+16 | |
| | | | | xmlrpc_unmarshal() functions respectively | |||||
* | Added ipalib/util.py with xmlrpc_marshal() and xmlrpc_unmarshal() functions; ↵ | Jason Gerard DeRose | 2008-10-02 | 2 | -0/+90 | |
| | | | | added corresponding unit tests | |||||
* | -m | Jason Gerard DeRose | 2008-10-02 | 1 | -1/+0 | |
| | ||||||
* | Command.get_default() now only returns a defaults for required values | Jason Gerard DeRose | 2008-10-02 | 1 | -1/+1 | |
| | ||||||
* | Environment is now subclassed from object, rather then dict. Added tests for ↵ | Martin Nagy | 2008-10-02 | 8 | -51/+152 | |
| | | | | Environment and config.py | |||||
* | Implemented basic Command.forward() method | Jason Gerard DeRose | 2008-10-02 | 2 | -7/+7 | |
| | ||||||
* | Started on skeleton for xmlrcp client/server | Jason Gerard DeRose | 2008-10-02 | 1 | -0/+39 | |
| | ||||||
* | Clarified docstrings in */plugins/__init__.py; renamed ↵ | Jason Gerard DeRose | 2008-10-01 | 1 | -1/+4 | |
| | | | | ipa_server/plugins/ipa_ldap.py to b_ldap.py | |||||
* | Removed the everything except the envtest command and the user related ↵ | Jason Gerard DeRose | 2008-10-01 | 1 | -107/+28 | |
| | | | | plugins from f_user.py | |||||
* | Renamed plugins/example.py to plugins/f_user.py | Jason Gerard DeRose | 2008-10-01 | 1 | -0/+0 | |
| | ||||||
* | Removed depreciated override.py module | Jason Gerard DeRose | 2008-10-01 | 1 | -33/+0 | |
| | ||||||
* | Added skeleton for kerberos backend | Jason Gerard DeRose | 2008-10-01 | 1 | -0/+34 | |
| | ||||||
* | Fixed unit tests; changed example.py so it doesn't import servercore | Jason Gerard DeRose | 2008-09-30 | 3 | -5/+3 | |
| | ||||||
* | Migrate to new source tree layoute | Rob Crittenden | 2008-09-30 | 1 | -2/+1 | |
| | ||||||
* | Rebase XML-RPC client and server | Rob Crittenden | 2008-09-30 | 2 | -2/+13 | |
| | | | | Fix error handling in server to return exceptions generated in library code | |||||
* | Add support for environment variables, change tests accordingly | Martin Nagy | 2008-09-29 | 9 | -13/+148 | |
| | ||||||
* | 373: Replaced type_ optional arg to Param.__init__() with pure kw arg type; ↵ | Jason Gerard DeRose | 2008-09-27 | 2 | -27/+27 | |
| | | | | updated unit tests and related code | |||||
* | 372: Started work on docstring for Param class | Jason Gerard DeRose | 2008-09-27 | 1 | -2/+15 | |
| | ||||||
* | 371: Added examples to parse_param_spec() docstring and changed syntax guide ↵ | Jason Gerard DeRose | 2008-09-26 | 1 | -4/+19 | |
| | | | | into a reStructuredText table | |||||
* | 370: Added detailed examples to decstring for DefaultFrom class | Jason Gerard DeRose | 2008-09-26 | 1 | -10/+66 | |
| | ||||||
* | 369: Added Object.backend attribute used to associated it with a particular ↵ | Jason Gerard DeRose | 2008-09-26 | 2 | -7/+43 | |
| | | | | backend component | |||||
* | 367: Implementing basics of loading plugins out of tree | Jason Gerard DeRose | 2008-09-25 | 2 | -4/+44 | |
| | ||||||
* | 366: Ported user_* example Commands to crud base classes; added user_show ↵ | Jason Gerard DeRose | 2008-09-25 | 1 | -4/+9 | |
| | | | | example command | |||||
* | 365: Implemented find.get_args(), find.get_options(); added corresponding ↵ | Jason Gerard DeRose | 2008-09-25 | 2 | -2/+22 | |
| | | | | unit tests | |||||
* | 364: Implemented Mod.get_args, Mod.get_options(); added corresponding unit tests | Jason Gerard DeRose | 2008-09-25 | 2 | -2/+25 | |
| | ||||||
* | 363: Added Object.params_minus_pk instance attribute | Jason Gerard DeRose | 2008-09-25 | 2 | -0/+10 | |
| |