summaryrefslogtreecommitdiffstats
path: root/minion/server.py
Commit message (Expand)AuthorAgeFilesLines
* Moved code under the func namespace.Devan Goodwin2007-10-021-234/+0
* Fix bad indentation in minion, modules and overlordJames Bowes2007-09-291-12/+10
* remove rhpl depAdrian Likins2007-09-281-1/+1
* log the ip address of the requester to the audit.logAdrian Likins2007-09-281-1/+2
* config crap in one file so we don't have recursive/impossible imports, I hopeSeth Vidal2007-09-271-6/+2
* really nice if I'd stop dropping 'i' out of config_fileSeth Vidal2007-09-271-1/+1
* typoSeth Vidal2007-09-271-1/+1
* port minion/funcd over to new config objectSeth Vidal2007-09-271-6/+13
* add a system.list_modules method that returns a list of all the modulesAdrian Likins2007-09-271-2/+6
* move logger and config_data to func/funcAdrian Likins2007-09-271-2/+6
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcSeth Vidal2007-09-261-1/+1
|\
| * 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
|/
* 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
* fix up the wrapper scripts so that --daemon works correctly, and soAdrian Likins2007-09-251-6/+6
* Fix up some module loading annoyancesAdrian Likins2007-09-251-2/+0
* 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