aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/config.py
AgeCommit message (Expand)Author
2014-01-09Update more copyrights, clean up module doc blocks.Rob Austein
2013-04-03Use rpki.autoconf instead of whacky generated script headers. MoreRob Austein
2012-10-18pylintRob Austein
2012-10-17Oops, check_*_schema variables are booleans, use right method.Rob Austein
2012-10-16Make schema checking configurable at runtime, reenable inbound schemaRob Austein
2012-09-30Try dbm if gdbm fails for horrible debug-only RSA key speedup hack.Rob Austein
2012-08-29Add a lot of __repr__() methods in an attempt to make the logs moreRob Austein
2012-08-20Extend insecure-debug-only-rsa-key hack to something we can use withRob Austein
2012-08-10Add debug-only hack to let us reuse RSA keys from previous test runs.Rob Austein
2012-05-09Run daemons as, well, daemons. Closes #246.Rob Austein
2012-05-09Fail gracefully if we can't initialize or write to DeadDrop mailbox.Rob Austein
2011-10-05Add global traceback control; this closes #95. Clean up someRob Austein
2011-01-20Generate Python executables during compilation rather than fromRob Austein
2010-10-07Merge rpkid.without_tls/ branch to rpkid/ trunk.Rob Austein
2010-06-06Config IPv6 and ADNS at runtime.Rob Austein
2010-03-16Update copyright noticesRob Austein
2010-02-19CheckpointRob Austein
2010-02-19Clean up ${section::option} parsing, make it work for subscriptedRob Austein
2010-02-17Add support for OpenSSL-style ${section::option} indirect variableRob Austein
2010-01-23Add cutoff threshold and tuple tracking to gc_summary.Rob Austein
2010-01-04Still seeing unexplained memory bloat, try a different approach toRob Austein
2009-12-31Upgrade XML/CMS "dead drop" audit and debugging facility to write toRob Austein
2009-12-30Config file support for XML/CMS message tracing.Rob Austein
2009-12-28Add support for non-debugging global parameters.Rob Austein
2009-12-28CleanupRob Austein
2009-12-28Start adding config file control for all the weird little debuggingRob Austein
2009-07-17Ok, some config files really are optionalRob Austein
2009-07-14Stop pretending that this parser is just a subclass of the stockRob Austein
2009-07-08Refactor slightly, add getboolean() method, extend documentation.Rob Austein
2009-05-27Update copyright notices in files edited this yearRob Austein
2009-05-11Cosmetic doc changes.Rob Austein
2009-04-29More lintRob Austein
2008-06-12Apparently Doxygen -does- read module documentation, but only ifRob Austein
2008-02-27Filename cleanupRob Austein