summaryrefslogtreecommitdiffstats
path: root/ipalib
Commit message (Collapse)AuthorAgeFilesLines
...
* Added Plugin.call() method that calls an external executable via ↵Jason Gerard DeRose2008-11-061-0/+11
| | | | subprocess.call()
* Fix some problems uncovered during automation test workRob Crittenden2008-11-041-6/+17
|
* Revive the hostgroup_container and include add/remove hosts in hostgroups pluginRob Crittenden2008-11-042-2/+27
|
* Add 'all' option to host-find and pull attributes into a global listRob Crittenden2008-11-041-1/+9
|
* Move socket errors from the XML-RPC plugin to the clientRob Crittenden2008-11-032-1/+5
|
* Handle exceptions in the command-line instead of in the XMLRPC client pluginRob Crittenden2008-11-032-8/+11
|
* Uncomment some logging statements ported over from v1.Rob Crittenden2008-11-033-4/+4
|
* Partially revert back change. Del shouldn't provide default options.Rob Crittenden2008-11-031-2/+0
| | | | It can provide custom ones though, if defined with takes_params() in the class.
* Added custom log formatter util.LogFormatter that makes the human-readable ↵Jason Gerard DeRose2008-10-313-4/+13
| | | | time stamp in UTC
* Renamed API.bootstrap_from_options() to bootstrap_with_global_options()Jason Gerard DeRose2008-10-312-8/+5
|
* Logging formats are now env variables; added log_format_stderr_debug format ↵Jason Gerard DeRose2008-10-313-28/+43
| | | | used when env.debug is True
* Reoganized global option functionality to it is easy for any script to use ↵Jason Gerard DeRose2008-10-313-20/+58
| | | | the environment-related global options; lite-xmlrpc.py now uses same global options
* Logging is now configured in API.bootstrap(); removed depreciated ↵Jason Gerard DeRose2008-10-312-42/+43
| | | | util.configure_logging() function
* API.finalize() now cascades call to API.load_plugins()Jason Gerard DeRose2008-10-311-1/+1
|
* Merge branch 'master' of ↵Jason Gerard DeRose2008-10-302-0/+479
|\ | | | | | | git://git.engineering.redhat.com/users/rcritten/freeipa2
| * Initial implementation of automount supportRob Crittenden2008-10-302-0/+479
| | | | | | | | | | Add argument handling to crud.Del Make get_list handle LDAP scope
* | Plugin.set_api() now sets convience instance attributes from api for env, ↵Jason Gerard DeRose2008-10-301-1/+10
|/ | | | context, log, and all NameSpace
* Added ipalib.plugins.f_misc with new 'context' Command; moved 'env' Command ↵Jason Gerard DeRose2008-10-303-18/+76
| | | | from cli to f_misc
* Added tests.util.get_api() function to create a standard (api, home) tuple ↵Jason Gerard DeRose2008-10-301-5/+3
| | | | for unit testing
* Did some initial work for Context pluginsJason Gerard DeRose2008-10-304-13/+51
|
* Merge branch 'master' of ↵Jason Gerard DeRose2008-10-295-1/+337
|\ | | | | | | git://git.engineering.redhat.com/users/rcritten/freeipa2
| * Implement host groupsRob Crittenden2008-10-272-0/+329
| |
| * Fix commentRob Crittenden2008-10-271-1/+1
| |
| * Don't allow service-add to create host/ principalsRob Crittenden2008-10-242-0/+7
| |
* | Added an example CLI-specific env commandJason Gerard DeRose2008-10-281-0/+16
| |
* | lite-xmlrpc.py now uses api.bootstrap() property, logs to api.loggerJason Gerard DeRose2008-10-283-4/+4
| |
* | util.configure_logging() now only configures file logging if it can create ↵Jason Gerard DeRose2008-10-281-5/+7
| | | | | | | | the log_dir
* | Added util.configure_logging() function; API.bootstrap() now calls ↵Jason Gerard DeRose2008-10-284-2/+59
| | | | | | | | util.configure_logging()
* | Fixed use of depreciated env.get() in b_xmlrpc.py moduleJason Gerard DeRose2008-10-271-10/+13
| |
* | API.load_plugins() no longer takes dry_run=False kwarg and instead checks in ↵Jason Gerard DeRose2008-10-272-4/+5
| | | | | | | | env.mode == 'unit_test' to decide whether to load the plugins; it also only loads ipa_server.plugins in env.in_server is True
* | More CLI cleanup, got all basics working againJason Gerard DeRose2008-10-272-70/+71
| |
* | More docstrings, functionality, and unit tests for improved CLI classJason Gerard DeRose2008-10-272-81/+166
| |
* | API.bootstrap() now calls Env._finalize_core(); updated unit testsJason Gerard DeRose2008-10-271-0/+1
| |
* | Implemented basic CLI.bootstrap(); added corresponding unit testsJason Gerard DeRose2008-10-272-23/+15
| |
* | Started cleanup work on CLI class, added unit tests for CLI.parse_globals()Jason Gerard DeRose2008-10-271-1/+2
| |
* | Started cleanup work on CLI class, added unit tests for CLI.parse_globals()Jason Gerard DeRose2008-10-271-48/+69
| |
* | API.env is now an Env instance rather than an Environment instanceJason Gerard DeRose2008-10-272-3/+4
| |
* | Env._finalize_core() now also loads config from Env.conf_defaultJason Gerard DeRose2008-10-271-0/+2
| |
* | Env._bootstrap() now also sets Env.conf_defaultJason Gerard DeRose2008-10-272-6/+9
| |
* | Removed depreciated load_plugins.py module; changed all places where ↵Jason Gerard DeRose2008-10-271-82/+0
| | | | | | | | load_plugins was imported to now call api.load_plugins()
* | Copied plugin loading function from load_plugins.py to util.py; ↵Jason Gerard DeRose2008-10-272-0/+56
| | | | | | | | API.load_plugins() method now calls functions in util
* | Added API.load_plugins() place-holder, which cascades call to API.bootstrap()Jason Gerard DeRose2008-10-261-0/+13
| |
* | Implemented placeholder API.bootstrap() method; added API __doing(), ↵Jason Gerard DeRose2008-10-261-2/+23
| | | | | | | | __do_if_not_done(), isdone() methods borrowed from Env; API.finalize() now cascades call to API.bootstrap()
* | Added more needed config in DEFAULT_CONFIGJason Gerard DeRose2008-10-241-4/+31
| |
* | Finished Env._finalize() and corresponding unit testsJason Gerard DeRose2008-10-241-4/+10
| |
* | Finished Env._finalize_core() and corresponding unit testsJason Gerard DeRose2008-10-242-14/+86
| |
* | Env._bootstrap() now raises StandardError if called more than onceJason Gerard DeRose2008-10-241-0/+9
| |
* | Merge branch 'master' of ↵Jason Gerard DeRose2008-10-243-7/+28
|\| | | | | | | git://git.engineering.redhat.com/users/rcritten/freeipa2
| * Use posixAccount instead of person to identify usersRob Crittenden2008-10-242-3/+9
| | | | | | | | Add output_for_cli to service-find
| * If a password is supplied then this host will be bulk-enrolledRob Crittenden2008-10-241-4/+19
| | | | | | | | | | A bulk-enrolled host does not get a kerberos service principal until enrollment time.