Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | config crap in one file so we don't have recursive/impossible imports, I hope | Seth Vidal | 2007-09-27 | 3 | -10/+19 | |
| | ||||||
* | new config on logger.py | Seth Vidal | 2007-09-27 | 1 | -7/+6 | |
| | ||||||
* | modify func/overlord to read config from certmaster and use config.py | Seth Vidal | 2007-09-27 | 1 | -1/+0 | |
| | ||||||
* | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func | Seth Vidal | 2007-09-27 | 1 | -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 here | Adrian Likins | 2007-09-27 | 1 | -0/+19 | |
| | | ||||||
* | | import yum config.py | Seth Vidal | 2007-09-27 | 1 | -0/+469 | |
| | | ||||||
* | | port certmaster to using an ini-style config file | Seth Vidal | 2007-09-27 | 1 | -53/+24 | |
|/ | | | | | import config.py from yum + some cleanups modify certmaster-ca to the same | |||||
* | move logger and config_data to func/func | Adrian Likins | 2007-09-27 | 2 | -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 600 | Seth Vidal | 2007-09-27 | 1 | -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 imports | James Bowes | 2007-09-26 | 5 | -9/+3 | |
| | ||||||
* | Fix OsError tyop | James Bowes | 2007-09-26 | 1 | -1/+1 | |
| | ||||||
* | make it so it doesn't exit when it returns the cert to the client | Seth Vidal | 2007-09-26 | 1 | -3/+3 | |
| | ||||||
* | certmaster-ca added for signing csrs manually | Seth Vidal | 2007-09-26 | 1 | -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 Likins | 2007-09-25 | 3 | -3/+81 | |
| | | | | update scripts/funcd and func/certmaster to use them | |||||
* | fix up the wrapper scripts so that --daemon works correctly, and so | Adrian Likins | 2007-09-25 | 1 | -1/+31 | |
| | | | | the init scripts also work correctly | |||||
* | make certmaster auto-create the ca key and cert on startup, if they are not ↵ | Seth Vidal | 2007-09-25 | 1 | -4/+14 | |
| | | | | present | |||||
* | make slave-keys.py work - submits to certmaster and gets back cert | Seth Vidal | 2007-09-25 | 1 | -1/+1 | |
| | | | | fix self.cfg.autosign in certmaster | |||||
* | clean up configs in certmaster.py | Seth Vidal | 2007-09-25 | 1 | -22/+19 | |
| | | | | make certmaster script work | |||||
* | - all the class bits to make the authssl xmlrpc server work - most of it ↵ | Seth Vidal | 2007-09-25 | 3 | -0/+345 | |
| | | | | | | copied and modified from plague - modifications to setup.py to behave with func dir for python sitelib | |||||
* | add certmaster startup and execute script | Seth Vidal | 2007-09-24 | 1 | -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 working | Seth Vidal | 2007-09-21 | 1 | -8/+12 | |
| | ||||||
* | add func/certs.py | Seth Vidal | 2007-09-21 | 2 | -0/+129 | |
| | | | | add __init__.py to make importing from func easier | |||||
* | first pass at packaging stuff | Adrian Likins | 2007-09-20 | 1 | -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 script | Seth Vidal | 2007-09-20 | 1 | -0/+80 | |