summaryrefslogtreecommitdiffstats
path: root/certmaster/certmaster.py
Commit message (Collapse)AuthorAgeFilesLines
* Minion-to-minion support, certmaster half.John Eckersberg2009-03-131-0/+7
|
* add a excepthook handler for uncaught exceptions, so they get written to the logAdrian Likins2009-02-121-1/+18
| | | | https://fedorahosted.org/func/ticket/70
* permissions cleanup on source filesAdrian Likins2009-01-191-0/+0
|
* 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-121-1/+6
| | | | | | | | 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-151-6/+8
| | | | | | | | | | 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.
* add two new options to "certmaster-ca"Adrian Likins2008-04-301-0/+40
| | | | | | | | | -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-7/+27
| | | | | | | | 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
|
* 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-171-5/+18
| | | | | - use unique name for the certmaster logs - some not quite working code for passing down client info so we can log
* add some basic logging output to certmasterAdrian Likins2008-03-171-0/+22
|
* Find and replaceMichael DeHaan2008-02-251-5/+4
|
* Certmaster hostname check is different than minion checkMichael DeHaan2008-02-251-1/+1
|
* Carving away at func some more to just get down to cert items, still lotsMichael DeHaan2008-02-071-0/+247
more to do.