certmaster.git
15 years agoBump version for release, clean up wrong versions in changelog. v0.20
Michael DeHaan [Mon, 30 Jun 2008 16:25:01 +0000 (12:25 -0400)]
Bump version for release, clean up wrong versions in changelog.

15 years agoRemove stray print
Michael DeHaan [Mon, 30 Jun 2008 16:19:20 +0000 (12:19 -0400)]
Remove stray print

15 years agoAdd default value of 'cert_extension' in certmaster.conf
TANABE Ken-ichi [Sat, 28 Jun 2008 06:48:19 +0000 (15:48 +0900)]
Add default value of 'cert_extension' in certconf

15 years agoAdd cert_extension option
TANABE Ken-ichi [Sat, 28 Jun 2008 06:47:30 +0000 (15:47 +0900)]
Add cert_extension option

15 years agoadd two new options to "certmaster-ca"
Adrian Likins [Thu, 1 May 2008 02:37:07 +0000 (22:37 -0400)]
add two new options to "certmaster-ca"

-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

16 years agoapply triggers patch from Steve Salevan <ssalevan@redhat.com>
Adrian Likins [Tue, 22 Apr 2008 18:36:37 +0000 (14:36 -0400)]
apply triggers patch from Steve Salevan <ssalevan@redhat.com>

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.

16 years agoapply triggers patch from Steve Salevan <ssalevan@redhat.com>
Adrian Likins [Tue, 22 Apr 2008 18:36:17 +0000 (14:36 -0400)]
apply triggers patch from Steve Salevan <ssalevan@redhat.com>

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.

16 years agomore logging info. log info for sign_this_csr()
Adrian Likins [Tue, 18 Mar 2008 20:06:43 +0000 (16:06 -0400)]
more logging info. log info for sign_this_csr()

16 years agobe a bit more verbose in the logging here, add file location info to logs
Adrian Likins [Tue, 18 Mar 2008 20:06:01 +0000 (16:06 -0400)]
be a bit more verbose in the logging here, add file location info to logs

16 years agofix a bug where certmaster was writing out the client csr file over and over if it...
Adrian Likins [Tue, 18 Mar 2008 19:24:11 +0000 (15:24 -0400)]
fix a bug where certmaster was writing out the client csr file over and over if it had been
created, but not signed.

Also, add some debug logging.

16 years agocertmaster logging cleanups
Adrian Likins [Mon, 17 Mar 2008 22:16:19 +0000 (18:16 -0400)]
certmaster logging cleanups

- use unique name for the certmaster logs
- some not quite working code for passing down client info so we can log

16 years agoremove unused certmaster/minion/ and certmaster/overlord/ dirs
Adrian Likins [Mon, 17 Mar 2008 21:10:32 +0000 (17:10 -0400)]
remove unused certmaster/minion/ and certmaster/overlord/ dirs

update spec and setup accordingly

16 years agoadd some basic logging output to certmaster
Adrian Likins [Mon, 17 Mar 2008 21:09:36 +0000 (17:09 -0400)]
add some basic logging output to certmaster

16 years agoDo not move versions backward v0.19
Michael DeHaan [Thu, 6 Mar 2008 19:02:15 +0000 (14:02 -0500)]
Do not move versions backward

16 years agolame build fix. Messages/gettext stuff needs to be sorted out. We done
Adrian Likins [Wed, 5 Mar 2008 20:53:37 +0000 (15:53 -0500)]
lame build fix. Messages/gettext stuff needs to be sorted out. We done
seem to find any messages to translate,so po/messages.pot isnt created.
So for now, create it with a touch.

16 years agoremove references to certmasterd
Adrian Likins [Mon, 25 Feb 2008 22:56:31 +0000 (17:56 -0500)]
remove references to certmasterd

16 years agoConfig file tweaks
Michael DeHaan [Mon, 25 Feb 2008 22:54:03 +0000 (17:54 -0500)]
Config file tweaks

16 years agoMake hostname checking smarter.
Michael DeHaan [Mon, 25 Feb 2008 22:46:52 +0000 (17:46 -0500)]
Make hostname checking smarter.

16 years agoAdd missing file
Michael DeHaan [Mon, 25 Feb 2008 22:03:10 +0000 (17:03 -0500)]
Add missing file

16 years agoFind and replace
Michael DeHaan [Mon, 25 Feb 2008 21:59:13 +0000 (16:59 -0500)]
Find and replace

16 years agoCertmaster hostname check is different than minion check
Michael DeHaan [Mon, 25 Feb 2008 21:53:08 +0000 (16:53 -0500)]
Certmaster hostname check is different than minion check

16 years agoPushing changes as part of certmaster split
Michael DeHaan [Mon, 25 Feb 2008 21:48:47 +0000 (16:48 -0500)]
Pushing changes as part of certmaster split

16 years agosome certmaster fixes, mostly path stuff
Adrian Likins [Mon, 25 Feb 2008 18:59:54 +0000 (13:59 -0500)]
some certmaster fixes, mostly path stuff

16 years agoduplicate fix from func tree over here
Adrian Likins [Wed, 13 Feb 2008 19:10:30 +0000 (14:10 -0500)]
duplicate fix from func tree over here

16 years agomessage building fixes in the Makefile
Adrian Likins [Wed, 13 Feb 2008 17:56:43 +0000 (12:56 -0500)]
message building fixes in the Makefile

16 years agoAdd missing file
Michael DeHaan [Wed, 13 Feb 2008 18:11:20 +0000 (13:11 -0500)]
Add missing file

16 years agoMake things build (not to be confused with "work")
Michael DeHaan [Thu, 7 Feb 2008 19:47:50 +0000 (14:47 -0500)]
Make things build (not to be confused with "work")

16 years agoMakefile from func.
Michael DeHaan [Thu, 7 Feb 2008 19:17:45 +0000 (14:17 -0500)]
Makefile from func.

16 years agoTrimming more stuff out.
Michael DeHaan [Thu, 7 Feb 2008 19:15:25 +0000 (14:15 -0500)]
Trimming more stuff out.

16 years agoMisc s/func/certmaster/ replacements
Michael DeHaan [Thu, 7 Feb 2008 18:30:51 +0000 (13:30 -0500)]
Misc s/func/certmaster/ replacements

16 years agoFix paths in logs
Michael DeHaan [Thu, 7 Feb 2008 18:21:17 +0000 (13:21 -0500)]
Fix paths in logs

16 years agoCarving away at func some more to just get down to cert items, still lots
Michael DeHaan [Thu, 7 Feb 2008 18:13:24 +0000 (13:13 -0500)]
Carving away at func some more to just get down to cert items, still lots
more to do.

16 years agoChanging func to certmaster in top level directories, also covered
Michael DeHaan [Thu, 7 Feb 2008 17:52:44 +0000 (12:52 -0500)]
Changing func to certmaster in top level directories, also covered
certs directory, lots more to do.

16 years agoStarting off the certmaster tree with most of the func code, shortly non-certmaster...
Michael DeHaan [Thu, 7 Feb 2008 17:08:55 +0000 (12:08 -0500)]
Starting off the certmaster tree with most of the func code, shortly non-certmaster related parts will be removed, and other small parts added/tweaked

16 years agoTest test
Michael DeHaan [Thu, 7 Feb 2008 14:42:45 +0000 (09:42 -0500)]
Test test

16 years agolalala
Seth Vidal [Tue, 5 Feb 2008 15:57:39 +0000 (08:57 -0700)]
lalala