freeipa/ipalib
2008-12-21 19:34:32 -07:00
..
plugins Merged in Andrew's RA plugin 2008-12-21 14:15:53 -07:00
__init__.py Added frontend.LocalOrRemote command base class for commands like env 2008-11-14 21:29:46 -07: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 Did some initial work for Context plugins 2008-10-30 01:11:33 -06:00
cli.py Merge branch 'master' of git://git.engineering.redhat.com/users/rcritten/freeipa2 2008-12-20 15:00:00 -07:00
config.py Added 'conf_dir' env variable, which is directory containing config files 2008-11-10 15:53:10 -07:00
constants.py Started work on per-request gettext setup 2008-12-18 14:01:59 -07:00
crud.py Partially revert back change. Del shouldn't provide default options. 2008-11-03 13:14:46 -05:00
errors.py Improved Plugin.call() method and added its unit test 2008-12-21 17:12:00 -07:00
frontend.py Plugin.__init__() now checks that subclass hasn't defined attributes that conflict with the logger methods; added corresponding unit test 2008-12-21 19:34:32 -07:00
ipa_types.py Continued work on xmlrpc.dispatch() unit tests; fixed bug in Command.args_to_kw() 2008-11-25 13:52:40 -07:00
parameter.py New Param: ported Param.__repr__() and corresponding unit test 2008-12-18 11:21:12 -07:00
plugable.py Plugin.__init__() now checks that subclass hasn't defined attributes that conflict with the logger methods; added corresponding unit test 2008-12-21 19:34:32 -07:00
request.py Added request.create_translation() function and corresponding unit tests 2008-12-18 16:58:48 -07:00
rpc.py Started moving xmlrpc-functions from ipalib.util to ipalib.rpc 2008-11-24 12:51:03 -07:00
util.py Removed depreciated rpc code from ipalib.util; removed corresponding unit tests in test_util 2008-12-08 15:15:50 -07:00