fixing some typos / removing comments
[certmaster.git] / certmaster /
2015-03-22 Jude NAdding unknown ca tests
2015-03-22 Jude NBATS fell down pushing a process into the background...
2015-03-11 Jude NBATS is pretty sweet. Fixes for autoloading / unexpect...
2015-03-06 Jude NagurneyLooks like certmaster-request and certmaster-ca are...
2015-03-02 Jude Nagurney(Not working yet, but the changeset was getting too...
2011-04-14 Greg SwiftAdded setting of ciphersuite with only high and better...
2011-02-25 Felix Kaechelefix certmaster/func connections out for fedora 14/pytho...
2010-10-15 S.Çağlar OnurWhitespace cleanup which includes;
2010-10-15 Seth Vidalcatch syntax/logic issue correctly -> thanks to greg
2010-09-08 Seth Vidalin python 2.7 - the things we are sending can also...
2010-08-25 Daniel Lowecut and paste error making cers not include right CA...
2010-08-16 S.Çağlar Onurhandle all socket errors (socket-related/address-relate...
2010-08-16 S.Çağlar Onurdon't raise the exception if certmaster is down or...
2010-08-10 S.Çağlar OnurForce create_minion_keys function to use all lowercase...
2010-08-04 S.Çağlar Onurreturn None for minion only setups to solve following...
2010-06-14 Seth Vidalchange False to FALSE - from Adrian
2010-05-05 Seth Vidaladd emailaddr option to the make_csr routine so we...
2010-04-22 Seth Vidal- add BasicConstraints CA:TRUE for a ca cert, false...
2010-04-22 Seth Vidalmake the sha import use hashlib and make the hashlib...
2010-04-22 Seth Vidaloptionally allow a passwd callback for opening the...
2009-06-11 Adrian Likinsadd support for --version to certmaster daemon
2009-04-28 Adrian LikinsChanges to allow us to specify the hostname we want...
2009-04-24 Adrian LikinsSet default umask to 077 intead of 0. Before files...
2009-04-14 John EckersbergDo not accept certificates that do not match our key.
2009-03-13 John EckersbergMinion-to-minion support, certmaster half.
2009-03-03 Adrian Likinschange utils.get_hostname to just do the basic thing...
2009-02-12 Adrian Likinsadd a excepthook handler for uncaught exceptions, so...
2009-01-19 Adrian Likinspermissions cleanup on source files
2008-11-18 Adrian Likinsremoved unneed line that reset the requesting_host
2008-11-12 Adrian LikinsMake the port that certmaster listens on and funcd...
2008-10-15 Adrian Likinschange triggers so we pass in the name of the machine...
2008-09-19 Adrian Likinsfix for utils.daemonize() as reported in https://fedora...
2008-09-05 Adrian LikinsMerge branch 'master' of ssh://alikins@git.fedoraprojec...
2008-09-05 Jonathan Barberclose stdin/stdout/stderr on daemonize
2008-07-24 Adrian Likinsmerge with the code from func
2008-06-30 Michael DeHaanRemove stray print
2008-06-28 TANABE Ken-ichiAdd cert_extension option
2008-05-01 Adrian Likinsadd two new options to "certmaster-ca"
2008-04-22 Adrian Likinsapply triggers patch from Steve Salevan <ssalevan@redha...
2008-04-22 Adrian Likinsapply triggers patch from Steve Salevan <ssalevan@redha...
2008-03-18 Adrian Likinsmore logging info. log info for sign_this_csr()
2008-03-18 Adrian Likinsbe a bit more verbose in the logging here, add file...
2008-03-18 Adrian Likinsfix a bug where certmaster was writing out the client...
2008-03-17 Adrian Likinscertmaster logging cleanups
2008-03-17 Adrian Likinsremove unused certmaster/minion/ and certmaster/overlor...
2008-03-17 Adrian Likinsadd some basic logging output to certmaster
2008-02-25 Michael DeHaanConfig file tweaks
2008-02-25 Michael DeHaanMake hostname checking smarter.
2008-02-25 Michael DeHaanAdd missing file
2008-02-25 Michael DeHaanFind and replace
2008-02-25 Michael DeHaanCertmaster hostname check is different than minion...
2008-02-25 Michael DeHaanPushing changes as part of certmaster split
2008-02-07 Michael DeHaanTrimming more stuff out.
2008-02-07 Michael DeHaanCarving away at func some more to just get down to...