aboutsummaryrefslogtreecommitdiff
path: root/rp/rcynic
AgeCommit message (Expand)Author
2016-05-07Oops, TeX-style "--" numeric ranges in copyright comments are bad fitRob Austein
2016-05-07More copyright notices, what fun.Rob Austein
2016-05-07Copyright notice update, first round: files that are entirely newRob Austein
2016-04-26Further consolidation of config file parsing, command line parsing,Rob Austein
2016-04-24Disable TALs for a couple more testbeds as we edge towards consideringRob Austein
2016-04-21Update the GUI to work with the new rcynicdb.Michael Elkins
2016-04-03Move more programs to integrated config+argparse framework.Rob Austein
2016-04-02Teach rcynicng to read command line defaults from rpki.conf. Some ofRob Austein
2016-03-21[6322] broke "make test", fix by allowing rpkic to run with warningRob Austein
2016-03-20Clean up rcynic installation, run rcynicng instead of (old) rcynic, clean up ...Rob Austein
2016-03-03Speed up snapshot loading and cleanup with huge data sets.Rob Austein
2016-03-01Fix bug introduced while refactoring bulk SQL insertion.Rob Austein
2016-03-01Somewhat cleaner version of bulk snapshot loader.Rob Austein
2016-03-01Much faster loading of large RRDP snapshots. Code is messy and needsRob Austein
2016-02-29Doh, "session_id", not "uuid".Rob Austein
2016-02-29Tighter syntax checks on snapshots and deltas, in lieu of RelaxNG validation.Rob Austein
2016-02-29Use lxml.etree.iterparse() for delta files too.Rob Austein
2016-02-29Stash unparsed XML in a temporary file so we can get off the phoneRob Austein
2016-02-27Helps to get the field names right when cleaning up.Rob Austein
2016-02-27Use an incremental parser for snapshot files.Rob Austein
2016-02-15Checkpoint while shuffling stuff around for new installation scheme.Rob Austein
2016-02-08Add note on TLS certificate validation.Rob Austein
2016-01-29Tweaks to handle large RRDP deltas better.Rob Austein
2016-01-29Whack rcynicng to produce an XML file which rcynic-html can parse:Rob Austein
2016-01-28Add HTTPS timeout control.Rob Austein
2016-01-23Cleanup.Rob Austein
2016-01-23Pre-fetch a small number of deltas ahead of what we're currentlyRob Austein
2016-01-23Tweak logging. Rewrite object checking loop to be a bit clearer.Rob Austein
2016-01-23Cleanup.Rob Austein
2016-01-23Add multiple-URI TAL support to rcynicng.Rob Austein
2016-01-20Process deltas incrementally (one SQL commit per delta) and mutateRob Austein
2016-01-20Handle TLS errors. Log a bit more about delta processing.Rob Austein
2016-01-20Tweak cleanup code again.Rob Austein
2016-01-16More exception handling (socket.error, IOError, ...).Rob Austein
2016-01-16Clean up HTTPS error handling. Attempt to work around DjangoRob Austein
2016-01-15RRDP seems to work now, at least with RIPE's implementation.Rob Austein
2016-01-14Rework final_cleanup() to have some chance of working with RRDP.Rob Austein
2016-01-13Checkpoint of first cut at RRDP client code. RRDP client code not yetRob Austein
2016-01-11Add (preliminary) database cleanup code.Rob Austein
2016-01-11Add rcynic-dump as a blunt instrument to let existing file-basedRob Austein
2016-01-10First apparently-working version of rcynicng using database instead ofRob Austein
2016-01-08Start converting rcynicng to use a database.Rob Austein
2015-12-07Finish prying RPKI conformance checks apart from object verification.Rob Austein
2015-12-07Start decoupling RPKI profile conformance checks from objectRob Austein
2015-12-07Move validation callback to Python.Rob Austein
2015-12-06Fix rcynicng directory rotation code. Checkpoint along the way toRob Austein
2015-11-29Fix confused handling of staleness flags.Rob Austein
2015-11-29Simplify main object checking loop by moving loop over objectRob Austein
2015-11-29Move more trivial tests from C to Python.Rob Austein
2015-11-29rcynicng caught a bug in rpkid! Router certificates are forbiddenRob Austein