summaryrefslogtreecommitdiffstats
path: root/func/minion/server.py
Commit message (Expand)AuthorAgeFilesLines
* turn on some acl logging so I can debug thisAdrian Likins2008-05-011-1/+1
* new file acls.py, start trying to write a class for the acls, so we canAdrian Likins2008-04-301-26/+4
* dont need those print'sAdrian Likins2008-03-041-3/+0
* Update to knew cert locations. This is just old test code, but updateAdrian Likins2008-03-041-0/+3
* remove debug spewAdrian Likins2008-02-251-1/+0
* use both func and certmasters configsAdrian Likins2008-02-251-4/+9
* resolve some utils namespace issueAdrian Likins2008-02-251-1/+2
* use certmaster.requester.request_cert instead of utils.create_minion_certsAdrian Likins2008-02-251-2/+3
* Remove a bunch of unused imports.Luke Macken2008-02-211-1/+0
* Two kinds of utils!Michael DeHaan2008-01-291-5/+6
* All exceptions, async or otherwise, now come back as easily detectable signat...Michael DeHaan2008-01-291-8/+13
* Working on async error handling, lots more to do...Michael DeHaan2008-01-231-1/+1
* Double-barrel asynchronous calls. Async can now occur on both sides simultan...Michael DeHaan2008-01-231-1/+16
* removed more shebangs from files that are not executable as part of the appli...Steve 'Ashcrow' Milner2008-01-141-1/+0
* more deletions of shebangs.Steve 'Ashcrow' Milner2008-01-131-6/+3
* Added inventory module for mount, though something has broken func-inventory'...Michael DeHaan2007-12-171-0/+1
* swap out minion-acl config file for minion-acl.d dir of .acl filesSeth Vidal2007-10-181-1/+2
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcAdrian Likins2007-10-081-11/+21
|\
| * fine-grained acls per minionSeth Vidal2007-10-081-11/+21
* | sort the returns of these methods just to make it purdyAdrian Likins2007-10-081-2/+6
|/
* - certmaster-ca supports wildcards to -s and -c, nowSeth Vidal2007-10-041-15/+35
* Moved code under the func namespace.Devan Goodwin2007-10-021-0/+232