aboutsummaryrefslogtreecommitdiff
path: root/rpkid
AgeCommit message (Collapse)Author
2010-01-05Tweaks to DeadDrop Maildir format.Rob Austein
svn path=/rpkid/rpki/x509.py; revision=2928
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-30Doc bugRob Austein
svn path=/rpkid/rpki/x509.py; revision=2914
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-12-25Change logging default back to using syslog; add -d/--debug switch toRob Austein
all daemons to support logging to stderr. svn path=/myrpki/yamltest.py; revision=2910
2009-12-24RegenRob Austein
svn path=/rpkid/doc/manual.pdf; revision=2908
2009-12-23Don't blow out with an exception when retrieving nextUpdate value from our ↵Rob Austein
own manifests. svn path=/rpkid/rpki/exceptions.py; revision=2907
2009-12-23Change ASN representation from DECIMAL to BIGINT UNSIGNED, because theRob Austein
former invokes weird type conversions deep in the guts of MySQLdb. svn path=/rpkid/irdbd.sql; revision=2906
2009-12-23Wrong name for classRob Austein
svn path=/rpkid/rpki/publication.py; revision=2905
2009-12-23Tweak logging for ROA encoding DerError.Rob Austein
svn path=/rpkid/rpki/x509.py; revision=2904
2009-12-23More exception handling tweaksRob Austein
svn path=/rpkid/rpki/publication.py; revision=2903
2009-12-22Handle exception that was causing unintended exit from event_loop(),Rob Austein
add safety net to keep servers from crashing if something like this happens again. svn path=/rpkid/rpki/async.py; revision=2902
2009-12-22Turn off persistant connections, premature optimization of somethingRob Austein
that's too complex already. svn path=/rpkid/rpki/https.py; revision=2899
2009-12-21Log connection data on (some) exceptions.Rob Austein
svn path=/rpkid/rpki/https.py; revision=2898
2009-12-21Handle SSLUnexpectedEOFError in .tls_accept() so that sysmond probes won't ↵Rob Austein
backtrace. svn path=/rpkid/rpki/https.py; revision=2897
2009-12-21Seriously outdated header comment.Rob Austein
svn path=/rpkid/rpki/https.py; revision=2896
2009-12-21Have to import "with" statement from future into Python 2.5 to avoidRob Austein
syntax errors while suppressing MySQLdb set deprecation warnings in Python 2.6. Feh. svn path=/rpkid/irdbd.py; revision=2895
2009-12-21Suppress Python 2.6 warnings about MySQLdb using deprecated setsRob Austein
module, since the code still works and this is beyond our control. svn path=/rpkid/irdbd.py; revision=2894
2009-12-21Doc updateRob Austein
svn path=/rpkid/Doxyfile; revision=2893
2009-12-18Doxygen markup errorRob Austein
svn path=/rpkid/rpki/async.py; revision=2892
2009-12-02sync_wrapper wasn't working quite right with defer().Rob Austein
svn path=/rpkid/rpki/async.py; revision=2890
2009-12-02Clean up deferred action queue logic. Turns out we need to run theRob Austein
deferred action queue twice, once after serving I/O events, once after running the timer queue. svn path=/rpkid/rpki/async.py; revision=2889
2009-12-02Implement deferred action queue separate from timers.Rob Austein
svn path=/rpkid/rpki/async.py; revision=2888
2009-12-01Clean up timer debugging code. Clear pointers in a few places thatRob Austein
appear to have been causing circular references. svn path=/rpkid/rpki/async.py; revision=2887
2009-11-30Timer debugging codeRob Austein
svn path=/rpkid/rpki/async.py; revision=2886
2009-11-04Use batch-mode publication in rpkid. Fix FOREIGN KEY constraints.Rob Austein
svn path=/myrpki/myirbe.py; revision=2876
2009-10-27I miss RENMWO.Rob Austein
svn path=/rpkid/rpki/publication.py; revision=2838
2009-10-27CheckpointRob Austein
svn path=/rpkid/rpki/left_right.py; revision=2837
2009-10-26Refactor publication code, step 1: clean upRob Austein
rpki.left_right.repository_elt.call_pubd() and methods in rpki.xmlutils.msg class that were (mis)designed to fit. svn path=/myrpki/myirbe.py; revision=2836
2009-10-26CheckpointRob Austein
svn path=/rpkid/rpki/left_right.py; revision=2835
2009-10-24Handle case where something breaks between when parent issues a newRob Austein
certificate to us and we store it in SQL. This shouldn't happen, but since it has already come up once in testing we have to cope with it. svn path=/rpkid/rpki/left_right.py; revision=2834
2009-10-23Update installation guideRob Austein
svn path=/rpkid/Doxyfile; revision=2833
2009-10-22Add a few work items I rmemebered off the top of my head.Rob Austein
svn path=/rpkid/README; revision=2832
2009-10-22More old notes overtaken by events.Rob Austein
svn path=/rpkid/README; revision=2831
2009-10-22Clean up a bunch of old finished tasks. Need to do a pass lookingRob Austein
for new tasks that should be included here. svn path=/rpkid/README; revision=2830
2009-10-14Clean up use of "pubd" SQL database in test scriptsRob Austein
svn path=/myrpki/yamltest.py; revision=2827
2009-10-03Call cross-certification code directly rather than forking just to runRob Austein
a ten line script. svn path=/rpkid/testbed.py; revision=2811
2009-10-03CleanupRob Austein
svn path=/rpkid/rootd.py; revision=2810
2009-10-03Regenerate subject RPKI cert when root RPKI cert changes.Rob Austein
svn path=/rpkid/rootd.py; revision=2809
2009-10-02cross_certify.py moved to scripts. testbed.py should just callRob Austein
library code directly at this point, but am chasing something more important at the moment, so just track filename change for now. svn path=/rpkid/testbed.py; revision=2805
2009-09-30First pass at cleaning up some of the accumulated clutterRob Austein
svn path=/rpkid/Makefile; revision=2800
2009-09-30Turn off execute bit on scripts until we get conflict between DoxygenRob Austein
and #! lines sorted. svn path=/myrpki/xml-parse-test.py; revision=2799
2009-09-30Get rid of variable doc that was just confusing DoxygenRob Austein
svn path=/rpkid/rpki/publication.py; revision=2798
2009-09-29doxygen -uRob Austein
svn path=/rpkid/Doxyfile; revision=2796
2009-09-29Handle return from revoke_pdu.query() properly.Rob Austein
svn path=/rpkid/rpki/left_right.py; revision=2795
2009-09-29RegenRob Austein
svn path=/rpkid/left-right-schema.rng; revision=2794