summaryrefslogtreecommitdiffstats
path: root/minion/server.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcSeth Vidal2007-09-261-1/+1
|\ | | | | | | | | | | | | * 'master' of ssh://git.fedoraproject.org/git/hosted/func: Remove assorted unused imports added changelog comment removed Require: on yum-util
| * Remove assorted unused importsJames Bowes2007-09-261-1/+1
| |
* | minion.conf,config_data.py: add certmaster and cert_dir configSeth Vidal2007-09-261-7/+5
|/ | | | utils.py: make it use the config object
* make minion create its keys and get the cert from the certmaster on startupSeth Vidal2007-09-261-4/+7
|
* don't need this warning now, we ssl by defaultAdrian Likins2007-09-261-14/+0
|
* 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