Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix syntax error | Rob Crittenden | 2008-10-10 | 1 | -1/+1 | |
| | ||||||
* | Stub out delegations | Rob Crittenden | 2008-10-11 | 1 | -0/+68 | |
| | | | | Add ACI class | |||||
* | Enable the verbose flag to pass thru xmlrpc | Rob Crittenden | 2008-10-10 | 2 | -3/+5 | |
| | ||||||
* | 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 | |
| | ||||||
* | Mechanism to convert from xmlrpclib.Fault to an IPAError exception | Rob Crittenden | 2008-10-10 | 2 | -25/+26 | |
| | | | | 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() | |||||
* | Made package-level docstrings more consistent so they read better in ↵ | Jason Gerard DeRose | 2008-10-07 | 2 | -3/+4 | |
| | | | | 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 | |||||
* | | Implement config file reading | Martin Nagy | 2008-10-08 | 1 | -2/+2 | |
|/ | ||||||
* | Backend.xmlrpc and simple-server.py now use the xmlrpc_marshal() and ↵ | Jason Gerard DeRose | 2008-10-02 | 1 | -0/+10 | |
| | | | | xmlrpc_unmarshal() functions respectively | |||||
* | Implemented basic Command.forward() method | Jason Gerard DeRose | 2008-10-02 | 1 | -4/+4 | |
| | ||||||
* | 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 | 1 | -2/+0 | |
| | ||||||
* | 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 | 1 | -1/+8 | |
| | | | | 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 | 1 | -0/+17 | |
| | ||||||
* | 367: Implementing basics of loading plugins out of tree | Jason Gerard DeRose | 2008-09-25 | 1 | -3/+0 | |
| | ||||||
* | 366: Ported user_* example Commands to crud base classes; added user_show ↵ | Jason Gerard DeRose | 2008-09-25 | 1 | -4/+9 | |
| | | | | example command | |||||
* | 357: Some experimenting with the example plugins | Jason Gerard DeRose | 2008-09-25 | 1 | -10/+20 | |
| | ||||||
* | 356: Modified Method.get_options() to now pull from self.obj.params(); ↵ | Jason Gerard DeRose | 2008-09-25 | 1 | -27/+34 | |
| | | | | updated unit tests for Method.get_options() | |||||
* | 318: Renamed all references to 'public' module to 'frontend' | Jason Gerard DeRose | 2008-09-24 | 2 | -25/+24 | |
| | ||||||
* | 308: Fixed broken example plugin user_add | Jason Gerard DeRose | 2008-09-21 | 1 | -9/+0 | |
| | ||||||
* | 305: Ported cli.py to changes in public.py | Jason Gerard DeRose | 2008-09-21 | 1 | -0/+9 | |
| | ||||||
* | 291: Temporarily reverted Rob's changes in public.py and plugins/examples.py | Jason Gerard DeRose | 2008-09-13 | 1 | -8/+1 | |
| | ||||||
* | 290: Applyied Rob's patch | Jason Gerard DeRose | 2008-09-12 | 1 | -1/+8 | |
| | ||||||
* | 264: Cleaned up docstrings on all example plugins | Jason Gerard DeRose | 2008-09-04 | 2 | -13/+14 | |
| | ||||||
* | 256: Fixed cli.help plugin so it looks up commands in CLI instead of API | Jason Gerard DeRose | 2008-09-04 | 1 | -4/+4 | |
| | ||||||
* | 200: Added plugins/override.py with an example of overriding a plugin | Jason Gerard DeRose | 2008-08-26 | 2 | -0/+34 | |
| | ||||||
* | 199: Updated user_login and user_initials example plugins to use ↵ | Jason Gerard DeRose | 2008-08-26 | 1 | -12/+8 | |
| | | | | Option.default_from | |||||
* | 191: Removed ipalib/api.py module; standard plugable.API instance is now in ↵ | Jason Gerard DeRose | 2008-08-25 | 1 | -1/+1 | |
| | | | | ipalib.__init__.py | |||||
* | 187: Renamed plubic.obj to Object; reworked plublic.Object unit tests to use ↵ | Jason Gerard DeRose | 2008-08-22 | 1 | -3/+3 | |
| | | | | ClassChecker | |||||
* | 185: Renamed public.prop to Property | Jason Gerard DeRose | 2008-08-22 | 1 | -4/+4 | |
| | ||||||
* | 184: Renamed public.mthd class to Method | Jason Gerard DeRose | 2008-08-22 | 1 | -12/+12 | |
| | ||||||
* | 182: Renamed plublic.cmd base class to Command | Jason Gerard DeRose | 2008-08-15 | 1 | -2/+2 | |
| | ||||||
* | 181: Changed docstrings on example plugins to use itial capital | Jason Gerard DeRose | 2008-08-15 | 1 | -21/+21 | |
| | ||||||
* | 144: Made properties in example plugins all required | Jason Gerard DeRose | 2008-08-13 | 1 | -0/+4 | |
| | ||||||
* | 138: Added ProxyTarget.doc property; CLI.print_commands() now uses cmd.doc ↵ | Jason Gerard DeRose | 2008-08-13 | 1 | -42/+21 | |
| | | | | instead of cmd.get_doc() |