aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-22Generate something that could be construed as CSV in a sufficiently bad light.Rob Austein
svn path=/myrpki/ripe-to-csv.py; revision=2901
2009-12-22Initial version. Doesn't generate useful output yet, just parse test.Rob Austein
svn path=/myrpki/ripe-to-csv.py; revision=2900
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-02*** empty log message ***Rob Austein
svn path=/scripts/timers.sh; revision=2891
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-18Quietly ignore any unknown POW digest algorithms, on the assumptionRob Austein
that they were disabled when POW was compiled (eg, MD2). svn path=/pow/POW-0.7/lib/pkix.py; revision=2885
2009-11-18More MD2 deprecation.Rob Austein
svn path=/pow/POW-0.7/lib/pkix.py; revision=2884
2009-11-18Update to new OpenSSL snapshot, to track TLS negotiation protocolRob Austein
bugfixes. While we're at this, switch to 1.0.0-stable snapshot series, with goal of eventually converging on OpenSSL 1.0.0. This included a few changes to track OpenSSL: - The "STRING" type used in the OpenSSL stack macros became "OPENSSL_STRING". - OpenSSL has deprecated the MD2 digest algorithm, so POW code can't refer to it unconditionally (perhaps I should remove support for it from POW entirely, but for now I just honor the compile-time conditional). - OpenSSL's configuration script was whining that I should run "make depend", so I do that now as part of the OpenSSL library build. svn path=/openssl/Makefile; revision=2883
2009-11-14This file was accidentally included in the tarball.Bill Fenner
svn path=/portal-gui/rpki/settings-old.py; revision=2882
2009-11-13CleanupRob Austein
svn path=/portal-gui/testing; revision=2881
2009-11-13TestingRob Austein
svn path=/portal-gui/testing; revision=2880
2009-11-13Import (unfinished) portal codeRob Austein
svn path=/portal-gui/rpki/__init__.py; revision=2879
2009-11-04CleanupRob Austein
svn path=/branches; revision=2877
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-21CleanupRob Austein
svn path=/myrpki/setup-sql.py; revision=2829
2009-10-21Add sql-setup.py.Rob Austein
svn path=/myrpki/README; revision=2828
2009-10-14Clean up use of "pubd" SQL database in test scriptsRob Austein
svn path=/myrpki/yamltest.py; revision=2827
2009-10-14More SQL setupRob Austein
svn path=/myrpki/README; revision=2826
2009-10-14SpellingRob Austein
svn path=/myrpki/README; revision=2825
2009-10-14Log pid when startingRob Austein
svn path=/myrpki/start-servers.py; revision=2824
2009-10-13Cleanup, add CRL checkRob Austein
svn path=/myrpki/verify-bpki.sh; revision=2823
2009-10-13Rewrite start-servers as a Python scriptRob Austein
svn path=/myrpki/README; revision=2822
2009-10-12Text on what parents need to supply to childrenRob Austein
svn path=/myrpki/README; revision=2821