Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-28 | Add support for non-debugging global parameters. | Rob Austein | |
svn path=/myrpki/myirbe.py; revision=2913 | |||
2009-12-28 | Start adding config file control for all the weird little debugging | Rob Austein | |
and tuning parameters. This may require refactoring eventually, but it's better than having to modify the source code every time. svn path=/rpkid/irdbd.py; revision=2911 | |||
2009-12-25 | Change logging default back to using syslog; add -d/--debug switch to | Rob Austein | |
all daemons to support logging to stderr. svn path=/myrpki/yamltest.py; revision=2910 | |||
2009-10-03 | Cleanup | Rob Austein | |
svn path=/rpkid/rootd.py; revision=2810 | |||
2009-10-03 | Regenerate subject RPKI cert when root RPKI cert changes. | Rob Austein | |
svn path=/rpkid/rootd.py; revision=2809 | |||
2009-09-30 | Turn off execute bit on scripts until we get conflict between Doxygen | Rob Austein | |
and #! lines sorted. svn path=/myrpki/xml-parse-test.py; revision=2799 | |||
2009-09-19 | Yesterday's fix to rpki.resource_set was incomplete. | Rob Austein | |
svn path=/rpkid/rootd.py; revision=2777 | |||
2009-09-16 | More accurate log message | Rob Austein | |
svn path=/rpkid/rootd.py; revision=2763 | |||
2009-09-09 | Clean up rootd PKCS #10 requests on revocation | Rob Austein | |
svn path=/rpkid/rootd.py; revision=2746 | |||
2009-09-09 | Rework rootd to notice when PKCS #10 request has changed. | Rob Austein | |
svn path=/rpkid/rootd.py; revision=2745 | |||
2009-09-09 | Log SKI of generated subject certificate | Rob Austein | |
svn path=/rpkid/rootd.py; revision=2743 | |||
2009-09-03 | Log up-down queries | Rob Austein | |
svn path=/rpkid/rootd.py; revision=2728 | |||
2009-07-04 | Clean up and consolidate traceback. Add methods to hide (some of the) | Rob Austein | |
mucking about with msg.type variables. Include query PDU tags in reply <report_error/> PDUs. svn path=/rpkid/irbe-setup.py; revision=2571 | |||
2009-06-01 | New TLS code mostly working. Only lightly tested so far, but "make | Rob Austein | |
test" ran to completion. svn path=/pow/POW-0.7/POW.c; revision=2481 | |||
2009-05-27 | Update copyright notices in files edited this year | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=2452 | |||
2009-05-11 | Pass ExitNow exceptions through, as signal handlers can raise them at any time. | Rob Austein | |
svn path=/rpkid/irdbd.py; revision=2423 | |||
2009-05-10 | Checkpoint. Conversion to errback() mechanism started, not yet | Rob Austein | |
complete. svn path=/rpkid/rootd.py; revision=2418 | |||
2009-04-29 | More lint | Rob Austein | |
svn path=/rpkid/Makefile; revision=2373 | |||
2009-04-29 | First pass with pylint | Rob Austein | |
svn path=/rpkid/Makefile; revision=2371 | |||
2009-04-24 | Checkpoint | Rob Austein | |
svn path=/rpkid/pubd.py; revision=2355 | |||
2009-04-20 | Checkpoint | Rob Austein | |
svn path=/rpkid/irdbd.py; revision=2350 | |||
2009-01-21 | More certificate regeneration issues | Rob Austein | |
svn path=/rpkid/rootd.py; revision=2272 | |||
2009-01-21 | Checkpoint while tracking down various whacky certificate expiration | Rob Austein | |
and regeneration issues. svn path=/rpkid/rootd.py; revision=2255 | |||
2009-01-21 | Debug an (apparently) untested code path. Various little cleanups. | Rob Austein | |
svn path=/rpkid/Makefile; revision=2248 | |||
2009-01-16 | Make rpki_subject_lifetime configurable | Rob Austein | |
svn path=/rpkid/rootd.py; revision=2132 | |||
2008-10-13 | Fix a few string formatting goofs in logging and error messages. | Rob Austein | |
svn path=/rpkid/rootd.py; revision=2014 | |||
2008-07-04 | Cleanup | Rob Austein | |
svn path=/rpkid/rootd.py; revision=1974 | |||
2008-06-21 | Log file I/O | Rob Austein | |
svn path=/rpkid/rootd.py; revision=1917 | |||
2008-06-21 | Teach rootd to generate manifests | Rob Austein | |
svn path=/rpkid/rootd.py; revision=1912 | |||
2008-06-12 | Module documentation | Rob Austein | |
svn path=/rpkid/cronjob.py; revision=1880 | |||
2008-05-05 | Clear up whining about missing CRLs. | Rob Austein | |
svn path=/rpkid/rootd.py; revision=1741 | |||
2008-04-25 | New trust anchor model sort of working. make test runs again, anyway. | Rob Austein | |
svn path=/docs/left-right-xml; revision=1704 | |||
2008-04-24 | Checkpoint. Partly converted to new BPKI model. This breaks make | Rob Austein | |
test, mostly because the cross-certification stuff isn't done yet. svn path=/docs/left-right-xml; revision=1701 | |||
2008-04-20 | Refactor redundantly redundant XML and CMS handling code. | Rob Austein | |
svn path=/rpkid/irbe-cli.py; revision=1681 | |||
2008-04-19 | Convert CMS code to something vaguely object-oriented, to simplify | Rob Austein | |
handling of eContentType OIDs, etc. Unifiy some of the redundant XML processing as method routines. svn path=/pow/POW-0.7/POW.c; revision=1679 | |||
2008-04-18 | Clean up unnecessarily complicated trust anchor code | Rob Austein | |
svn path=/rpkid/cronjob.py; revision=1677 | |||
2008-04-07 | Checkpoint. Add (untested) ability to call out for a dynamic | Rob Austein | |
x509Store verifier object. svn path=/rpkid/cronjob.py; revision=1627 | |||
2008-04-02 | Start cleaning up messy global context stuff | Rob Austein | |
svn path=/rpkid/rootd.py; revision=1571 | |||
2008-03-27 | Finally got client cert checks working with tlslite -- then promptly | Rob Austein | |
disabled them again in testbed.py (commented out in generated config), because I need to rework the internal trust anchor setup before the up-down protocol will have a prayer of working with this enabled. svn path=/rpkid/OPERATION; revision=1565 | |||
2008-03-27 | Add revoked_cert table and rototill child_cert revocation code to use | Rob Austein | |
it. Enable MySQLdb exceptions, whack resulting problem with MySQL DATETIME object conversion repeatedly with a blunt object. svn path=/docs/rpki-db-schema.pdf; revision=1564 | |||
2008-02-27 | Filename cleanup | Rob Austein | |
svn path=/rpkid/Makefile; revision=1531 |