summaryrefslogtreecommitdiffstats
path: root/minion/logger.py
Commit message (Collapse)AuthorAgeFilesLines
* removed minion/logger.pySeth Vidal2007-09-271-82/+0
|
* really nice if I'd stop dropping 'i' out of config_fileSeth Vidal2007-09-271-1/+1
|
* port minion/funcd over to new config objectSeth Vidal2007-09-271-7/+6
|
* Enable ssl cert useage by default for funcdAdrian Likins2007-09-261-2/+2
| | | | | | | | | | | | | 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 logging a bit. I was sending the audit logs and the svc logsAdrian Likins2007-09-251-1/+12
| | | | to the same logger before
* Renamed server to minion and client to overlordRobin Norwood2007-09-251-0/+72