Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finished small tweaks to get new ipaserver.xmlrpc() mod_python handler working | Jason Gerard DeRose | 2009-02-03 | 1 | -14/+1 |
| | |||||
* | Fixed bug I introduced in KerbTransport; started work on lite-xmlrpc.py to ↵ | Jason Gerard DeRose | 2009-02-03 | 1 | -3/+14 |
| | | | | add client address to context | ||||
* | Got new ldap connection working using Connectible.connect() | Jason Gerard DeRose | 2009-02-03 | 1 | -4/+11 |
| | |||||
* | Ported xmlserver to subclass from Executioner | Jason Gerard DeRose | 2009-02-03 | 1 | -2/+2 |
| | |||||
* | Switched back to generic shabang in lite-xmlrpc.py | Jason Gerard DeRose | 2009-02-03 | 1 | -1/+1 |
| | |||||
* | Renamed lite-xmlrpc2.py to lite-xmlrpc.py | Jason Gerard DeRose | 2009-02-03 | 1 | -0/+72 |
| | |||||
* | Removed lite-xmlrpc.py | Jason Gerard DeRose | 2009-02-03 | 1 | -175/+0 |
| | |||||
* | Renamed all references to 'ipa_server' to 'ipaserver' | Jason Gerard DeRose | 2009-01-04 | 1 | -2/+2 |
| | |||||
* | Dropped some of the more verbose logging in lite-xmlrpc.py to logger.debug() | Jason Gerard DeRose | 2008-10-31 | 1 | -2/+6 |
| | |||||
* | Renamed API.bootstrap_from_options() to bootstrap_with_global_options() | Jason Gerard DeRose | 2008-10-31 | 1 | -1/+1 |
| | |||||
* | Reoganized global option functionality to it is easy for any script to use ↵ | Jason Gerard DeRose | 2008-10-31 | 1 | -1/+1 |
| | | | | the environment-related global options; lite-xmlrpc.py now uses same global options | ||||
* | API.finalize() now cascades call to API.load_plugins() | Jason Gerard DeRose | 2008-10-31 | 1 | -1/+0 |
| | |||||
* | Plugin.set_api() now sets convience instance attributes from api for env, ↵ | Jason Gerard DeRose | 2008-10-30 | 1 | -1/+1 |
| | | | | context, log, and all NameSpace | ||||
* | Fixed some things I broke in lite-xmlrpc.py | Jason Gerard DeRose | 2008-10-28 | 1 | -2/+6 |
| | |||||
* | Cleaned up LoggingSimpleXMLRPCRequestHandler._dispatch() method | Jason Gerard DeRose | 2008-10-28 | 1 | -20/+13 |
| | |||||
* | Cleaned up some funky indentation inconsistencies in lite-xmlrpc.py | Jason Gerard DeRose | 2008-10-28 | 1 | -4/+4 |
| | |||||
* | lite-xmlrpc.py now uses api.bootstrap() property, logs to api.logger | Jason Gerard DeRose | 2008-10-28 | 1 | -26/+10 |
| | |||||
* | Removed depreciated load_plugins.py module; changed all places where ↵ | Jason Gerard DeRose | 2008-10-27 | 1 | -1/+2 |
| | | | | load_plugins was imported to now call api.load_plugins() | ||||
* | Fix ipa command running in server_context=True | Rob Crittenden | 2008-10-23 | 1 | -5/+3 |
| | | | | | | Make the LDAP host and port environment variables More changes so that commands have a shell return value lite-xmlrpc no longer hardcodes the kerberos credentials cache location | ||||
* | make-doc now includes the lite-* scripts, both with now check in __name__ == ↵ | Jason Gerard DeRose | 2008-10-22 | 1 | -30/+52 |
| | | | | '__main__' before starting | ||||
* | Added place-holder mod_python_webui.py module; cleaned up lite-* and ↵ | Jason Gerard DeRose | 2008-10-22 | 1 | -0/+4 |
| | | | | mod_python_* docstrings | ||||
* | Renamed Rob's test_server script to lite-xmlrpc.py | Jason Gerard DeRose | 2008-10-22 | 1 | -0/+166 |
| | |||||
* | Removed my lite-xmlrpc.py script | Jason Gerard DeRose | 2008-10-22 | 1 | -51/+0 |
| | |||||
* | Renamed webui-cherry.py, simple-server.py to lite-webui.py, lite-xmlrpc.py ↵ | Jason Gerard DeRose | 2008-10-07 | 1 | -0/+51 |
respectively |