freeipa/ipalib
Rob Crittenden 672c07566d Implement user-del
rename is_user_unique() to user_exists()
2008-10-10 03:36:56 -04:00
..
plugins Implement user-del 2008-10-10 03:36:56 -04:00
__init__.py Made package-level docstrings more consistent so they read better in generated documentation 2008-10-07 20:07:16 -06:00
backend.py 320: plugable.API now respects the Plugin.__proxy__ flag; added test for plugins without proxy to unit tests for API 2008-09-24 00:44:41 +00:00
cli.py Implement argument parsing for the CLI 2008-10-08 00:07:44 +02:00
config.py Implement argument parsing for the CLI 2008-10-08 00:07:44 +02:00
crud.py crud.Add.get_args() and get_options() now yield static values in takes_args, takes_options after the automagic ones 2008-10-09 11:33:35 -06:00
errors.py Fixed example in raise_TypeError() docstring (thanks, mnagy) 2008-10-07 22:35:45 -06:00
frontend.py Base Command.execute() method now raises NotImplementedError; updated unit tests 2008-10-08 18:18:13 -06:00
ipa_types.py 239: Added errors.ConversionError; started big clean up of how ValidationError is raised so it works well with multivalues 2008-09-03 18:32:49 +00:00
load_plugins.py 367: Implementing basics of loading plugins out of tree 2008-09-25 23:21:41 +00:00
plugable.py Environment is now subclassed from object, rather then dict. Added tests for Environment and config.py 2008-10-02 17:22:41 -06:00
util.py Added ipalib/util.py with xmlrpc_marshal() and xmlrpc_unmarshal() functions; added corresponding unit tests 2008-10-02 19:09:13 -06:00