summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.fedoraproject.org/git/hosted/funcJesus M. Rodriguez2007-09-263-11/+84
|\
| * Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2007-09-269-24/+140
| |\
| | * add a simple FuncServer class that sets up most of the pki related bitsAdrian Likins2007-09-261-2/+17
| * | Two things. First Client("*").hardware.info() and the like now works, due to...Michael DeHaan2007-09-262-9/+67
* | | requires pyOpenSSL otherwise certmaster won't startJesus M. Rodriguez2007-09-262-1/+5
| |/ |/|
* | Use non-ugly gitweb url in READMEJames Bowes2007-09-251-1/+1
* | move code.py and utils.py to func/Adrian Likins2007-09-254-6/+82
* | '' doesnt work, since it thinks the hostname is ''Adrian Likins2007-09-251-1/+1
* | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcAdrian Likins2007-09-258-15/+112
|\|
| * Adding manpages and misc spec/build cleanupMichael DeHaan2007-09-258-15/+112
* | fix up the wrapper scripts so that --daemon works correctly, and soAdrian Likins2007-09-253-16/+41
|/
* Renaming configuration file to 'minion.conf' and changing setup.py and specfi...Michael DeHaan2007-09-253-21/+4
* Updating configuration files to keep things seperate.Michael DeHaan2007-09-253-5/+3
* Update AUTHORS list (everyone else free to add you as you add stuff)Michael DeHaan2007-09-254-3/+4
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2007-09-252-4/+10
|\
| * Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcAdrian Likins2007-09-255-11/+31
| |\
| * | Fix up some module loading annoyancesAdrian Likins2007-09-252-4/+10
* | | Adds globbing support for hosts on the command line. If you have not yet usedMichael DeHaan2007-09-251-7/+24
| |/ |/|
* | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2007-09-253-12/+28
|\ \
| * | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcSeth Vidal2007-09-251-2/+13
| |\|
| | * add stuff for specify a mode/uid/gid and a "force" just forAdrian Likins2007-09-251-2/+13
| * | make certmaster auto-create the ca key and cert on startup, if they are not p...Seth Vidal2007-09-252-10/+15
| |/
* / Adding func (command line client to be run from master) to /usr/binMichael DeHaan2007-09-253-1/+16
|/
* add etc/certmaster.confSeth Vidal2007-09-253-1/+3
* new, better certmaster.confSeth Vidal2007-09-251-0/+3
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcSeth Vidal2007-09-252-50/+223
|\
| * Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2007-09-2518-50/+122
| |\
| * | Adding client module, which contains code for both the CLI and thoseMichael DeHaan2007-09-252-50/+223
* | | make slave-keys.py work - submits to certmaster and gets back certSeth Vidal2007-09-252-10/+49
| |/ |/|
* | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcSeth Vidal2007-09-252-5/+28
|\ \
| * | catch some potentially bad args to the process.kill methodAdrian Likins2007-09-251-2/+11
| * | fix up logging a bit. I was sending the audit logs and the svc logsAdrian Likins2007-09-251-1/+12
| * | Be a bit more paranoid about sub processes. BeforeAdrian Likins2007-09-251-3/+6
* | | clean up configs in certmaster.pySeth Vidal2007-09-252-24/+30
|/ /
* | couple of utility makefilesAdrian Likins2007-09-253-0/+57
* | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcAdrian Likins2007-09-2527-43/+773
|\ \
| * | move files for the new naming schemeSeth Vidal2007-09-252-0/+0
| |/
| * Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcSeth Vidal2007-09-2517-25/+28
| |\
| | * Merge branch 'master' of git+ssh://git.fedoraproject.org/git/hosted/funcRobin Norwood2007-09-257-7/+541
| | |\
| | * | Renamed server to minion and client to overlordRobin Norwood2007-09-2517-24/+27
| * | | change imports for new pathsSeth Vidal2007-09-252-2/+2
| | |/ | |/|
| * | - fix spec file for new func python sitelib dirSeth Vidal2007-09-252-2/+2
| * | - all the class bits to make the authssl xmlrpc server work - most of it copi...Seth Vidal2007-09-257-5/+539
| |/
| * Change module loader to only try to load each module once.Robin Norwood2007-09-241-4/+11
| * Merge branch 'master' of git://git.fedoraproject.org/git/hosted/funcRobin Norwood2007-09-2413-43/+1474
| |\
| | * Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcSeth Vidal2007-09-249-27/+1333
| | |\
| | * | add certmaster startup and execute scriptSeth Vidal2007-09-244-8/+102
| * | | Initial module for PackageKit support. Requires very-latest-from-git Package...Robin Norwood2007-09-241-0/+92
* | | | pyflakes cleanupsAdrian Likins2007-09-2410-21/+7
| |_|/ |/| |
* | | add a basic AuditLogger classAdrian Likins2007-09-242-11/+39