summaryrefslogtreecommitdiffstats
path: root/func/overlord/sslclient.py
Commit message (Collapse)AuthorAgeFilesLines
* Just some permissions clean up on source files, mostlyAdrian Likins2009-01-191-0/+0
| | | | removing 'x' bits on source code and makefiles
* aiee. missed some uses of "func.config". Fix those to use certmaster.configAdrian Likins2008-07-241-1/+1
| | | | | | | also missed a use of SSLCommon. darn grep, must be broken. Yeah, thats it, grep screw up. Nope, not me. Not me at all.
* update this test code to use new certmaster locationsAdrian Likins2008-03-041-1/+1
|
* removed more shebangs from files that are not executable as part of the ↵Steve 'Ashcrow' Milner2008-01-141-2/+0
| | | | application. rpmlint should output less warnings/errors.
* removed a lot of misplaced shebangs.Steve 'Ashcrow' Milner2008-01-131-0/+0
|
* Moved code under the func namespace.Devan Goodwin2007-10-021-0/+52
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.