aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/config.py
AgeCommit message (Collapse)Author
2014-01-09Update more copyrights, clean up module doc blocks.Rob Austein
svn path=/trunk/; revision=5624
2013-04-03Use rpki.autoconf instead of whacky generated script headers. MoreRob Austein
cleanup along these lines still to be done, but this is a start. svn path=/trunk/; revision=5257
2012-10-18pylintRob Austein
svn path=/branches/tk274/; revision=4786
2012-10-17Oops, check_*_schema variables are booleans, use right method.Rob Austein
svn path=/branches/tk274/; revision=4784
2012-10-16Make schema checking configurable at runtime, reenable inbound schemaRob Austein
checking as the default. svn path=/branches/tk274/; revision=4779
2012-09-30Try dbm if gdbm fails for horrible debug-only RSA key speedup hack.Rob Austein
svn path=/branches/tk274/; revision=4742
2012-08-29Add a lot of __repr__() methods in an attempt to make the logs moreRob Austein
useful. Add rpki.sql.cache_reference decorator, to give the garbage collector some guidance about linkages between active objects now that the SQL cache uses weak references. Other minor cleanup. svn path=/branches/tk274/; revision=4676
2012-08-20Extend insecure-debug-only-rsa-key hack to something we can use withRob Austein
rpkic under yamltest. svn path=/branches/tk274/; revision=4649
2012-08-10Add debug-only hack to let us reuse RSA keys from previous test runs.Rob Austein
Totally insecure. DO NOT USE THIS IN PRODUCTION. We may want to remove this before merging this branch back to trunk, but I've tried to make it difficult to hurt oneself with this by accident, and it makes a big difference in CPU time spent generating keys on large test runs. svn path=/branches/tk274/; revision=4628
2012-05-09Run daemons as, well, daemons. Closes #246.Rob Austein
svn path=/trunk/; revision=4481
2012-05-09Fail gracefully if we can't initialize or write to DeadDrop mailbox.Rob Austein
svn path=/trunk/; revision=4480
2011-10-05Add global traceback control; this closes #95. Clean up someRob Austein
"except:" clauses that should have been "except Exception:". svn path=/rpkid/rpki-sql-setup.py; revision=4014
2011-01-20Generate Python executables during compilation rather than fromRob Austein
./configure. Change (almost) all programs to use rpki.conf instead of separate config files for each program, and add support for ${prefix}/etc/rpki.conf like normal system programs. svn path=/buildtools/make-python-executable.py; revision=3620
2010-10-07Merge rpkid.without_tls/ branch to rpkid/ trunk.Rob Austein
svn path=/rpkid/Makefile; revision=3465
2010-06-06Config IPv6 and ADNS at runtime.Rob Austein
svn path=/rpkid/rpki/config.py; revision=3275
2010-03-16Update copyright noticesRob Austein
svn path=/rpkid/irbe_cli.py; revision=3107
2010-02-19CheckpointRob Austein
svn path=/myrpki.rototill/examples/myrpki.conf; revision=2980
2010-02-19Clean up ${section::option} parsing, make it work for subscriptedRob Austein
options too. svn path=/rpkid/rpki/config.py; revision=2979
2010-02-17Add support for OpenSSL-style ${section::option} indirect variableRob Austein
references. svn path=/myrpki.rototill/examples/myrpki.conf; revision=2975
2010-01-23Add cutoff threshold and tuple tracking to gc_summary.Rob Austein
svn path=/rpkid/rpki/async.py; revision=2960
2010-01-04Still seeing unexplained memory bloat, try a different approach toRob Austein
tracking this down. svn path=/rpkid/rpki/async.py; revision=2926
2009-12-31Upgrade XML/CMS "dead drop" audit and debugging facility to write toRob Austein
Maildir folders, so we can reuse existing third party tools as viewers, download and archive maintenence tools, etcetera. svn path=/rpkid/rpki/config.py; revision=2916
2009-12-30Config file support for XML/CMS message tracing.Rob Austein
svn path=/rpkid/rpki/config.py; revision=2915
2009-12-28Add support for non-debugging global parameters.Rob Austein
svn path=/myrpki/myirbe.py; revision=2913
2009-12-28CleanupRob Austein
svn path=/myrpki/myirbe.py; revision=2912
2009-12-28Start adding config file control for all the weird little debuggingRob 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-07-17Ok, some config files really are optionalRob Austein
svn path=/rpkid/rpki/config.py; revision=2637
2009-07-14Stop pretending that this parser is just a subclass of the stockRob Austein
ConfigParser, it behaves differently enough that the pretense was just making trouble. svn path=/rpkid/rpki/config.py; revision=2616
2009-07-08Refactor slightly, add getboolean() method, extend documentation.Rob Austein
svn path=/rpkid/rpki/config.py; revision=2599
2009-05-27Update copyright notices in files edited this yearRob Austein
svn path=/rcynic/rcynic.c; revision=2452
2009-05-11Cosmetic doc changes.Rob Austein
svn path=/rpkid/irbe-setup.py; revision=2424
2009-04-29More lintRob Austein
svn path=/rpkid/Makefile; revision=2373
2008-06-12Apparently Doxygen -does- read module documentation, but only ifRob Austein
nothing preceeds it in the file, not even comments. Reformat to work within this restriction. svn path=/docs/left-right-protocol; revision=1873
2008-02-27Filename cleanupRob Austein
svn path=/rpkid/Makefile; revision=1531