Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added top-level tests/ package that will contain all unit tests | Jason Gerard DeRose | 2008-10-07 | 3 | -1/+24 |
| | |||||
* | Finally added a .gitignore | Jason Gerard DeRose | 2008-10-07 | 1 | -0/+3 |
| | |||||
* | Made package-level docstrings more consistent so they read better in ↵ | Jason Gerard DeRose | 2008-10-07 | 7 | -8/+9 |
| | | | | generated documentation | ||||
* | Merge branch 'master' of ↵ | Jason Gerard DeRose | 2008-10-07 | 8 | -32/+501 |
|\ | | | | | | | 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 | 2 | -4/+127 |
| | | |||||
| * | Implement user-mod | Rob Crittenden | 2008-10-07 | 3 | -8/+55 |
| | | |||||
| * | Add some more supporting functions | Rob Crittenden | 2008-10-07 | 4 | -10/+61 |
| | | | | | | | | Do a little bit more error handling and checking | ||||
| * | Add group plugin, routine to get cn=ipaconfig | Rob Crittenden | 2008-10-04 | 3 | -13/+168 |
| | | |||||
| * | Implement user-find and user-add backend functions so they work over XML-RPC | Rob Crittenden | 2008-10-04 | 7 | -20/+113 |
| | | | | | | | | | | 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 | ||||
* | | Merge branch 'master' of git://git.engineering.redhat.com/users/mnagy/freeipa2 | Jason Gerard DeRose | 2008-10-07 | 4 | -15/+185 |
|\ \ | |||||
| * | | 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 |
| | | | |||||
* | | | A few more changes to gen-doc.bash | Jason Gerard DeRose | 2008-10-07 | 1 | -2/+3 |
|/ / | |||||
* | | gen-doc.bash now also generates for ipa_server, ipa_webui | Jason Gerard DeRose | 2008-10-07 | 1 | -18/+12 |
| | | |||||
* | | More work on webui skeleton | Jason Gerard DeRose | 2008-10-06 | 5 | -35/+93 |
| | | |||||
* | | Added basic skeleton in ipa_webui; added new webui-cherry.py script | Jason Gerard DeRose | 2008-10-06 | 7 | -0/+226 |
|/ | |||||
* | Backend.xmlrpc and simple-server.py now use the xmlrpc_marshal() and ↵ | Jason Gerard DeRose | 2008-10-02 | 4 | -11/+22 |
| | | | | 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 | ||||
* | Added docstring to simple-server.py | Jason Gerard DeRose | 2008-10-02 | 1 | -0/+6 |
| | |||||
* | -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 | 3 | -18/+18 |
| | |||||
* | Started on skeleton for xmlrcp client/server | Jason Gerard DeRose | 2008-10-02 | 2 | -0/+85 |
| | |||||
* | Clarified docstrings in */plugins/__init__.py; renamed ↵ | Jason Gerard DeRose | 2008-10-01 | 3 | -3/+7 |
| | | | | 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 | 2 | -0/+47 |
| | |||||
* | 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 | 6 | -18/+50 |
| | |||||
* | Rebase XML-RPC client and server | Rob Crittenden | 2008-09-30 | 4 | -17/+62 |
| | | | | 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 | ||||
* | 368: Added place holder ipa_server/plugins subpackage | Jason Gerard DeRose | 2008-09-26 | 2 | -0/+45 |
| | |||||
* | 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 |
| | |||||
* | 362: Implemented Get.get_args() and Del.get_args(); added corresponding unit ↵ | Jason Gerard DeRose | 2008-09-25 | 2 | -5/+30 |
| | | | | tests | ||||
* | 361: Implemented crud.Add.get_options() method; added corresponding unit tests | Jason Gerard DeRose | 2008-09-25 | 4 | -5/+37 |
| | |||||
* | 360: Removed Method.get_options() default implementation; cleaned up unit ↵ | Jason Gerard DeRose | 2008-09-25 | 2 | -31/+12 |
| | | | | tests for Method | ||||
* | 359: Added Object.primary_key instance attribute; added corresponding unit tests | Jason Gerard DeRose | 2008-09-25 | 2 | -0/+63 |
| | |||||
* | 358: Cleaned up private methods in Object | Jason Gerard DeRose | 2008-09-25 | 1 | -8/+9 |
| |