summaryrefslogtreecommitdiffstats
path: root/func
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcJesus M. Rodriguez2007-10-0330-2/+3546
|\
| * get rid of listen_port option since we really don't want that to be an optionSeth Vidal2007-10-032-2/+3
| | | | | | | | right now anyway
| * should help fix some of the problems people were seeing when runningAdrian Likins2007-10-031-1/+41
| | | | | | | | on machines where the hostname appeared to be "localhost"
| * Fix up recursive pylint and pychecker rules.James Bowes2007-10-022-0/+11
| |
| * Moved code under the func namespace.Devan Goodwin2007-10-0227-0/+3488
|/ | | | | | 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.
* Added func --list-minions option.Devan Goodwin2007-10-021-0/+2
|
* Fix bad indentation in certs and func dirsJames Bowes2007-09-284-20/+20
|
* Remove unused importsJames Bowes2007-09-283-3/+2
|
* log the ip address of the requester to the audit.logAdrian Likins2007-09-281-3/+3
| | | | | also ditch the "INFO" blurb in the log, since we don't really log at any other level
* make sure we have the fqdn of the certmaster in the CN of the certificate ↵Seth Vidal2007-09-281-1/+3
| | | | authority key
* make sure we don't end up with / or \ in filenames anywhere from a dodgy cn ↵Seth Vidal2007-09-281-5/+11
| | | | in a csr
* remove config_data.py as it is no longer usedSeth Vidal2007-09-271-52/+0
|
* back to calling it certmaster not certmaster_serverSeth Vidal2007-09-271-1/+1
|
* get rid of overlord_server - use only certmaster_server in minion configSeth Vidal2007-09-271-2/+1
|
* config crap in one file so we don't have recursive/impossible imports, I hopeSeth Vidal2007-09-273-10/+19
|
* new config on logger.pySeth Vidal2007-09-271-7/+6
|
* modify func/overlord to read config from certmaster and use config.pySeth Vidal2007-09-271-1/+0
|
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcSeth Vidal2007-09-271-0/+19
|\ | | | | | | | | | | | | | | * 'master' of ssh://git.fedoraproject.org/git/hosted/func: just some prettyifying top level targs for "pyflakes" and "pychecker" add util makefiles here make "make clean" go into the subdirs and run makeclean there
| * add util makefiles hereAdrian Likins2007-09-271-0/+19
| |
* | import yum config.pySeth Vidal2007-09-271-0/+469
| |
* | port certmaster to using an ini-style config fileSeth Vidal2007-09-271-53/+24
|/ | | | | import config.py from yum + some cleanups modify certmaster-ca to the same
* move logger and config_data to func/funcAdrian Likins2007-09-272-0/+135
| | | | | | | | | | | 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)
* - certs.py: write keys out as mode 600Seth Vidal2007-09-271-3/+3
| | | | | - make sure we setup the config dict immediately in config_data - clean up our config, pki and var dirs on removal
* Remove assorted unused importsJames Bowes2007-09-265-9/+3
|
* Fix OsError tyopJames Bowes2007-09-261-1/+1
|
* make it so it doesn't exit when it returns the cert to the clientSeth Vidal2007-09-261-3/+3
|
* certmaster-ca added for signing csrs manuallySeth Vidal2007-09-261-11/+59
| | | | added sign/list capabilities into certmaster since we can use the same object for both
* move code.py and utils.py to func/Adrian Likins2007-09-253-3/+81
| | | | update scripts/funcd and func/certmaster to use them
* fix up the wrapper scripts so that --daemon works correctly, and soAdrian Likins2007-09-251-1/+31
| | | | the init scripts also work correctly
* make certmaster auto-create the ca key and cert on startup, if they are not ↵Seth Vidal2007-09-251-4/+14
| | | | present
* make slave-keys.py work - submits to certmaster and gets back certSeth Vidal2007-09-251-1/+1
| | | | fix self.cfg.autosign in certmaster
* clean up configs in certmaster.pySeth Vidal2007-09-251-22/+19
| | | | make certmaster script work
* - all the class bits to make the authssl xmlrpc server work - most of it ↵Seth Vidal2007-09-253-0/+345
| | | | | | copied and modified from plague - modifications to setup.py to behave with func dir for python sitelib
* add certmaster startup and execute scriptSeth Vidal2007-09-241-0/+171
| | | | | move certmaster config file into etc path move certmaster.py into func path
* fix up a couple of bugs - verify that creating keys/csrs/certs is workingSeth Vidal2007-09-211-8/+12
|
* add func/certs.pySeth Vidal2007-09-212-0/+129
| | | | add __init__.py to make importing from func easier
* first pass at packaging stuffAdrian Likins2007-09-201-80/+0
| | | | | version is 0.11-1 (this one goes to .11) "make rpms" should build a rpm from the setup.py and func.spec
* slave-key creation scriptSeth Vidal2007-09-201-0/+80