summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* removed unneed line that reset the requesting_hostAdrian Likins2008-11-181-1/+0
|
* Make the port that certmaster listens on and funcd connects to configurable.Adrian Likins2008-11-125-3/+12
| | | | | | | | add listen_port to /etc/certmaster/certmaster.conf to configure which port certmaster runs on. add certmaster_port to /etc/certmaster/minion.conf so funcd knows which port to talk to certmaster on.
* change triggers so we pass in the name of the machine the ↵Adrian Likins2008-10-152-7/+9
| | | | | | | | | | request/sign/remove is for and pass it to the triggers This could potentially break some existing triggers if they dont expect and argument. However, it's documented that they should expect a name argument, they just weren't ever getting one until now.
* fix for utils.daemonize() as reported in https://fedorahosted.org/func/ticket/58Adrian Likins2008-09-191-6/+21
| | | | | | | | | by goozbach Couple of things wrong, fd's were getting closed in wrong place, the call to os.cwd('/') was supposed to be os.chdir('/') Also try duping the fd's just in case
* Merge branch 'master' of ↵Adrian Likins2008-09-051-1/+1
|\ | | | | | | ssh://alikins@git.fedoraproject.org/git/hosted/certmaster
| * rev to 0.23-1Adrian Likins2008-09-051-1/+1
| |
* | credit for patch for Jonathan Barber <j.barber@dundee.ac.uk>Adrian Likins2008-09-051-0/+1
| |
* | close stdin/stdout/stderr on daemonizeJonathan Barber2008-09-051-0/+4
| | | | | | | | patch from Jonathan Barber <j.barber@dundee.ac.uk>
* | add #*# files correctly to .gitignoreAdrian Likins2008-07-241-1/+1
| |
* | add more stuff to shut up gitAdrian Likins2008-07-241-0/+3
| |
* | add .gitignoreAdrian Likins2008-07-241-0/+2
| |
* | merge with the code from funcAdrian Likins2008-07-241-5/+8
|/ | | | remove a spurious debug line
* /s/June/Jun (incorrect changelog entry)Adrian Likins2008-06-301-1/+1
|
* fix fedora bug #441283 - typo in postinstall scriptletAdrian Likins2008-06-302-2/+6
| | | | | | (the init.d symlinks for runlevels 1 and 6 were created wrong) rev releae
* Updating AUTHORSMichael DeHaan2008-06-301-1/+4
|
* Bump version for release, clean up wrong versions in changelog.Michael DeHaan2008-06-302-5/+9
|
* Remove stray printMichael DeHaan2008-06-301-1/+1
|
* Add default value of 'cert_extension' in certmaster.confTANABE Ken-ichi2008-06-281-0/+1
|
* Add cert_extension optionTANABE Ken-ichi2008-06-281-0/+1
|
* add two new options to "certmaster-ca"Adrian Likins2008-04-302-1/+71
| | | | | | | | | -list-signed shows a list of certs the certmaster has already signed --list-cert-hashes returns the list of signed certs in the CN-hash format that the acls files expects. Should make it a little easier to use the acls. Both options take optional hostnames or hostname globs
* apply triggers patch from Steve Salevan <ssalevan@redhat.com>Adrian Likins2008-04-221-0/+1221
| | | | | | | | Steves comments: Adding in triggering functionality, changed specfile and MANIFEST.in to reflect changes. Added sub_process.py file to facilitate the subprocesses necessary for triggering to work. Modified certmaster.py to add trigger points.
* apply triggers patch from Steve Salevan <ssalevan@redhat.com>Adrian Likins2008-04-225-8/+78
| | | | | | | | Steves comments: Adding in triggering functionality, changed specfile and MANIFEST.in to reflect changes. Added sub_process.py file to facilitate the subprocesses necessary for triggering to work. Modified certmaster.py to add trigger points.
* more logging info. log info for sign_this_csr()Adrian Likins2008-03-181-2/+9
|
* be a bit more verbose in the logging here, add file location info to logsAdrian Likins2008-03-181-1/+1
|
* fix a bug where certmaster was writing out the client csr file over and over ↵Adrian Likins2008-03-181-15/+4
| | | | | | | | if it had been created, but not signed. Also, add some debug logging.
* certmaster logging cleanupsAdrian Likins2008-03-173-8/+22
| | | | | - use unique name for the certmaster logs - some not quite working code for passing down client info so we can log
* remove unused certmaster/minion/ and certmaster/overlord/ dirsAdrian Likins2008-03-1720-3027/+3
| | | | update spec and setup accordingly
* add some basic logging output to certmasterAdrian Likins2008-03-172-2/+24
|
* Do not move versions backwardMichael DeHaan2008-03-061-1/+1
|
* lame build fix. Messages/gettext stuff needs to be sorted out. We doneAdrian Likins2008-03-051-0/+1
| | | | | seem to find any messages to translate,so po/messages.pot isnt created. So for now, create it with a touch.
* remove references to certmasterdAdrian Likins2008-02-251-6/+3
|
* Config file tweaksMichael DeHaan2008-02-253-4/+23
|
* Make hostname checking smarter.Michael DeHaan2008-02-251-8/+18
|
* Add missing fileMichael DeHaan2008-02-251-0/+22
|
* Find and replaceMichael DeHaan2008-02-253-8/+7
|
* Certmaster hostname check is different than minion checkMichael DeHaan2008-02-252-17/+17
|
* Pushing changes as part of certmaster splitMichael DeHaan2008-02-257-157/+158
|
* some certmaster fixes, mostly path stuffAdrian Likins2008-02-252-2/+1
|
* duplicate fix from func tree over hereAdrian Likins2008-02-131-1/+1
|
* message building fixes in the MakefileAdrian Likins2008-02-131-2/+2
|
* Add missing fileMichael DeHaan2008-02-131-0/+115
|
* Make things build (not to be confused with "work")Michael DeHaan2008-02-074-10/+32
|
* Makefile from func.Michael DeHaan2008-02-071-0/+103
|
* Trimming more stuff out.Michael DeHaan2008-02-0759-3312/+26
|
* Misc s/func/certmaster/ replacementsMichael DeHaan2008-02-074-10/+12
|
* Fix paths in logsMichael DeHaan2008-02-073-9/+9
|
* Carving away at func some more to just get down to cert items, still lotsMichael DeHaan2008-02-0795-444/+49
| | | | more to do.
* Changing func to certmaster in top level directories, also coveredMichael DeHaan2008-02-076-125/+38
| | | | certs directory, lots more to do.
* Starting off the certmaster tree with most of the func code, shortly ↵Michael DeHaan2008-02-07110-1/+9157
| | | | non-certmaster related parts will be removed, and other small parts added/tweaked
* Test testMichael DeHaan2008-02-071-0/+1
|