summaryrefslogtreecommitdiffstats
path: root/minion/server.py
Commit message (Collapse)AuthorAgeFilesLines
* missed an import somewhere, fixAdrian Likins2007-09-261-0/+1
|
* Enable ssl cert useage by default for funcdAdrian Likins2007-09-261-37/+59
| | | | | | | | | | | | | add a FuncSSLXMLRPCServer that is based on the AuthedXMLRPCServer.AuthedSSLXMLRPCServer add bits to pull out cert CN and cert CN hash and add it to the audit log bits update logger.py to understand this Some minor refactoring in server.py (use XmlRpcInterface as a baseclass inherited into FuncSSLXMLRPCServer)
* fix up the wrapper scripts so that --daemon works correctly, and soAdrian Likins2007-09-251-6/+6
| | | | the init scripts also work correctly
* Fix up some module loading annoyancesAdrian Likins2007-09-251-2/+0
| | | | | | | | | | server.py: we really only need to run load_modules once module_loader.py: keep track of modules that failed to load so we don't keep trying satisfy rnorwoods curiosity
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcAdrian Likins2007-09-251-1/+0
|
* Renamed server to minion and client to overlordRobin Norwood2007-09-251-0/+217