freeipa/ipalib
2008-10-26 23:28:06 -06:00
..
plugins Use posixAccount instead of person to identify users 2008-10-24 11:41:39 -04:00
__init__.py make-test now runs doctests also; fixed several broken doctests 2008-10-17 20:50:34 -06:00
aci.py Some PEP-257 and reStructuredText fixes in ipalib/aci.py, ipa_server/ipaldap.py 2008-10-17 23:25:50 -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 Fix ipa command running in server_context=True 2008-10-23 11:00:50 -04:00
config.py Finished Env._finalize() and corresponding unit tests 2008-10-24 20:21:27 -06:00
constants.py Added more needed config in DEFAULT_CONFIG 2008-10-24 20:59:11 -06:00
crud.py Use common display function for user-show and user-find. 2008-10-23 14:36:24 -04:00
errors.py IPAError now more appropriately subclasses from StandardError instead of Exception 2008-10-23 21:21:51 -06:00
frontend.py Fixed typos in tables in docstrings for Attribute and Method 2008-10-21 08:42:52 -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 Reworked load_plugins so it doesn't use imp.load_module() to load from the plugins/ sub-packages, which previously caused them to be loaded multiple times when runnig the doctests 2008-10-17 22:09:50 -06:00
plugable.py Implemented placeholder API.bootstrap() method; added API __doing(), __do_if_not_done(), isdone() methods borrowed from Env; API.finalize() now cascades call to API.bootstrap() 2008-10-26 23:28:06 -06:00
util.py Implement the host commands 2008-10-22 17:54:04 -04:00