summaryrefslogtreecommitdiffstats
path: root/minion
Commit message (Collapse)AuthorAgeFilesLines
* - certs.py: write keys out as mode 600Seth Vidal2007-09-271-1/+1
| | | | | - make sure we setup the config dict immediately in config_data - clean up our config, pki and var dirs on removal
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcSeth Vidal2007-09-262-5/+2
|\ | | | | | | | | | | | | * '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-262-5/+2
| |
* | minion.conf,config_data.py: add certmaster and cert_dir configSeth Vidal2007-09-263-12/+13
|/ | | | utils.py: make it use the config object
* make minion create its keys and get the cert from the certmaster on startupSeth Vidal2007-09-262-4/+79
|
* 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-262-39/+61
| | | | | | | | | | | | | 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
* Renaming configuration file to 'minion.conf' and changing setup.py and ↵Michael DeHaan2007-09-251-2/+1
| | | | specfiles to understand.
* Update AUTHORS list (everyone else free to add you as you add stuff)Michael DeHaan2007-09-251-1/+1
|
* Fix up some module loading annoyancesAdrian Likins2007-09-252-4/+10
| | | | | | | | | | 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
* fix up logging a bit. I was sending the audit logs and the svc logsAdrian Likins2007-09-251-1/+12
| | | | to the same logger before
* couple of utility makefilesAdrian Likins2007-09-251-0/+19
| | | | | mainly just so I can type "make clean" before "git status" but also includes targets for pychecker and pyflakes
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcAdrian Likins2007-09-254-8/+3
|
* move files for the new naming schemeSeth Vidal2007-09-251-0/+144
|
* Renamed server to minion and client to overlordRobin Norwood2007-09-258-0/+1736