summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sigh - more import and typo clean upsSeth Vidal2007-09-271-2/+2
* import loopSeth Vidal2007-09-271-3/+2
* typoSeth Vidal2007-09-271-1/+1
* modify func/overlord to read config from certmaster and use config.pySeth Vidal2007-09-273-16/+15
* port minion/funcd over to new config objectSeth Vidal2007-09-273-19/+25
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcSeth Vidal2007-09-273-8/+40
|\
| * just some prettyifyingAdrian Likins2007-09-271-9/+6
| * top level targs for "pyflakes" and "pychecker"Adrian Likins2007-09-271-0/+5
| * add util makefiles hereAdrian Likins2007-09-272-0/+26
| * make "make clean" go into the subdirs and run makeclean thereAdrian Likins2007-09-271-0/+4
* | import yum config.pySeth Vidal2007-09-271-0/+469
* | port certmaster to using an ini-style config fileSeth Vidal2007-09-274-62/+27
|/
* add a system.list_modules method that returns a list of all the modulesAdrian Likins2007-09-272-4/+9
* move logger and config_data to func/funcAdrian Likins2007-09-276-12/+165
* more targetsAdrian Likins2007-09-271-1/+15
* add clean_hard, clean_harder that removes the site-packages/func tree entirely,Adrian Likins2007-09-271-1/+17
* don't autosign by defaultSeth Vidal2007-09-271-1/+1
* - certs.py: write keys out as mode 600Seth Vidal2007-09-274-5/+10
* cert's are stored as .cert not as .pem so we weren't finding any minionsSeth Vidal2007-09-261-1/+1
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcSeth Vidal2007-09-2615-27/+9
|\
| * Remove assorted unused importsJames Bowes2007-09-2614-26/+6
| * added changelog commentJesus M. Rodriguez2007-09-261-0/+3
| * removed Require: on yum-utilJesus M. Rodriguez2007-09-261-1/+0
* | minion.conf,config_data.py: add certmaster and cert_dir configSeth Vidal2007-09-264-12/+16
|/
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcSeth Vidal2007-09-261-0/+33
|\
| * Add simple command module for executing arbitrary commandsJames Bowes2007-09-261-0/+33
* | make minion create its keys and get the cert from the certmaster on startupSeth Vidal2007-09-262-4/+79
|/
* Fix import paths.Michael DeHaan2007-09-261-2/+2
* don't need this warning now, we ssl by defaultAdrian Likins2007-09-261-14/+0
* Import from minion, not serverJames Bowes2007-09-261-2/+2
* Fix OsError tyopJames Bowes2007-09-261-1/+1
* Added demo script for checking smart status across all systems and showingMichael DeHaan2007-09-261-0/+26
* Updated the hardware module so that it's usable if smolt isn't installed. Th...Michael DeHaan2007-09-261-3/+7
* Refine the bad hardware checker -- this time it detects my potentially explod...Michael DeHaan2007-09-264-11/+40
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2007-09-266-15/+135
|\
| * update specfile and version and setup for certmaster-caSeth Vidal2007-09-263-2/+3
| * make it so it doesn't exit when it returns the cert to the clientSeth Vidal2007-09-261-3/+3
| * Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcSeth Vidal2007-09-268-58/+183
| |\
| | * Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcAdrian Likins2007-09-262-13/+32
| | |\
| | * | missed an import somewhere, fixAdrian Likins2007-09-261-0/+1
| * | | certmaster-ca added for signing csrs manuallySeth Vidal2007-09-262-11/+129
* | | | The addition of an example program to find which systems have parts subject t...Michael DeHaan2007-09-264-11/+47
* | | | Move packagekit module to contrib directory since the code required to use it...Michael DeHaan2007-09-261-0/+0
| |_|/ |/| |
* | | Generalize test code.Michael DeHaan2007-09-261-3/+4
* | | Merge with alikins.Michael DeHaan2007-09-261-5/+3
* | | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2007-09-264-40/+68
|\ \ \ | | |/ | |/|
| * | use the FuncServer class from sslclient instead of theAdrian Likins2007-09-261-1/+5
| * | Enable ssl cert useage by default for funcdAdrian Likins2007-09-262-39/+61
| * | Add gitignore for compressed man pages in docsJames Bowes2007-09-261-0/+2
* | | Adding a noglobs=True/False parameter to the client. When set to True, the re...Michael DeHaan2007-09-262-10/+30
|/ /