summaryrefslogtreecommitdiffstats
path: root/overlord/sslclient.py
Commit message (Collapse)AuthorAgeFilesLines
* Moved code under the func namespace.Devan Goodwin2007-10-021-58/+0
| | | | | | Previously we had overlord, minion, modules, and func all at the root of the source tree. After install these would all be shuffled below func. Relocated them in the source tree to reflect this.
* Remove unused importsJames Bowes2007-09-281-1/+0
|
* modify func/overlord to read config from certmaster and use config.pySeth Vidal2007-09-271-9/+3
|
* move logger and config_data to func/funcAdrian Likins2007-09-271-4/+11
| | | | | | | | | | | update modules that need new location modules/func_module.py: update to use new logger/config locations, also go ahead and register as a real module, to shut up the start up. It shouldn't hurt anything Some minor import reordering at a couple places (I try to keep at least system import alphabetical)
* Remove assorted unused importsJames Bowes2007-09-261-1/+0
|
* add a simple FuncServer class that sets up most of the pki related bitsAdrian Likins2007-09-261-2/+17
| | | | | | to reasonable defaults. No idea if this actually works at the moment.
* move files for the new naming schemeSeth Vidal2007-09-251-0/+44