aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-23Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4514
2012-05-23Fix installation permissions for rcynic-html, doh.Rob Austein
svn path=/trunk/; revision=4513
2012-05-23rcynic.py => rcynic-html.Rob Austein
svn path=/trunk/; revision=4512
2012-05-23Convert rpkid tests to use rcynic-text.Rob Austein
svn path=/trunk/; revision=4511
2012-05-23Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4510
2012-05-23Use autoconf to find rrdtool.Rob Austein
svn path=/trunk/; revision=4509
2012-05-22Sort detail lists to put most serious errors first.Rob Austein
svn path=/trunk/; revision=4508
2012-05-22Navbar tweak.Rob Austein
svn path=/trunk/; revision=4507
2012-05-22Get link filenames right. Wrap SVG in HTML so navigation bar is stillRob Austein
available. svn path=/trunk/; revision=4506
2012-05-22First cut at something with sensible pages and a menu bar.Rob Austein
svn path=/trunk/; revision=4505
2012-05-21CleanupRob Austein
svn path=/trunk/; revision=4504
2012-05-21Replacement for show.xsl and show.awk.Rob Austein
svn path=/trunk/; revision=4503
2012-05-21Read from stdin if no filenames given.Rob Austein
svn path=/trunk/; revision=4502
2012-05-19We already use Python pretty heavily in the relying party tools, soRob Austein
start phasing out the silly XSL + AWK hacks. svn path=/trunk/; revision=4501
2012-05-19TypoRob Austein
svn path=/trunk/; revision=4500
2012-05-19Refactor into something a bit easier to maintain and extend. AmongRob Austein
other things, the nasty code to generate HTML tables is now a set of class methods, rather than being replicated inline for each table. svn path=/trunk/; revision=4499
2012-05-18Profiling revealed some very silly design decisions in this script, soRob Austein
fixed those. Also tweaked slightly to use lxml.etree when available, as it's significantly faster than the default pure-Python xml.etree. This script could still use some serious cleanup. svn path=/trunk/; revision=4498
2012-05-16Nail Y axis of graphs at zero. Color coding works better with areasRob Austein
than with lines, so use areas for connection times. svn path=/trunk/; revision=4497
2012-05-16Generate putitively useful error message instead of obscure backtraceRob Austein
if we can't find rrdtool. svn path=/trunk/; revision=4496
2012-05-16Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4495
2012-05-16Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4494
2012-05-15Fencepost error parsing options.Rob Austein
svn path=/trunk/; revision=4493
2012-05-15Clean up option parsing.Rob Austein
svn path=/trunk/; revision=4492
2012-05-15rrdtool-based graphing mostly working, needs cleanup. For now thisRob Austein
only supports PNG; will fix this eventually, but not today. This edit includes backwards-incompatible changes to a few undocumented options that, as far as I know, nobody but me ever uses, and I only use them when preparing presentation slides. These options will probably change again as part of the above-mentioned cleanup. svn path=/trunk/; revision=4491
2012-05-13Fix fatal typo. Don't overwrite existing .rrd files. Rework to pipeRob Austein
all commands to a single copy of rrdtool (much faster). Graph commands still need a lot of work. svn path=/trunk/; revision=4490
2012-05-13Cleanup: Just record raw numbers here, let rrdtool graphing do the analysis.Rob Austein
svn path=/trunk/; revision=4489
2012-05-12First sorta-working version, although not right yet.Rob Austein
svn path=/trunk/; revision=4488
2012-05-11Checkpoint.Rob Austein
svn path=/trunk/; revision=4487
2012-05-11Checkpoint of a tool to convert rcynic.xml to rrdtool input. NotRob Austein
usable yet. svn path=/trunk/; revision=4486
2012-05-11Add rekey, revoke, and reissue commands. Closes #249.Rob Austein
svn path=/trunk/; revision=4485
2012-05-10We only need to poke requested handles once per synchronize call, notRob Austein
every time through inner loop. Fixes #248. svn path=/trunk/; revision=4484
2012-05-10Failure to write pid file is a warning, not a fatal error.Rob Austein
svn path=/trunk/; revision=4483
2012-05-10rpki.x509.DeadDrop.dump() should not abort the calling function forRob Austein
any reason. svn path=/trunk/; revision=4482
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
2012-05-08arin.rpki.net => repo0.rpki.net.Rob Austein
svn path=/trunk/; revision=4479
2012-05-08Re-add command line history feature lost during myrpki -> myrpkic transition.Rob Austein
svn path=/trunk/; revision=4478
2012-05-07Update TALs.Rob Austein
svn path=/trunk/; revision=4477
2012-05-07Merge to trunk. Testbed changes and a few bugfixes that came alongRob Austein
while tracking down testbed issues. See #33. svn path=/trunk/; revision=4473
2012-05-05Debugging code to say why we're failing to issue. See #247. Rob Austein
svn path=/branches/tk33/; revision=4471
2012-05-05Restrict handle completion to current entity.Rob Austein
svn path=/branches/tk33/; revision=4470
2012-05-05Use lowercase handle names for RIRs, for consistancy with older code.Rob Austein
svn path=/branches/tk33/; revision=4469
2012-05-05Cleanup.Rob Austein
svn path=/branches/tk33/; revision=4468
2012-05-05Allow loading of CSV files assigning resources to unknown children.Rob Austein
We probably need a config file option or rpkic setting to control this behavior. svn path=/branches/tk33/; revision=4467
2012-05-05Fix double newline.Rob Austein
svn path=/branches/tk33/; revision=4466
2012-05-04Don't explode if valid_until isn't set in test configuration.Rob Austein
svn path=/branches/tk33/; revision=4465
2012-05-04Add delete_rootd.Rob Austein
svn path=/branches/tk33/; revision=4464
2012-05-03Handle legacy via sixth pseudo-RIR named "LEGACY," at least for now.Rob Austein
svn path=/branches/tk33/; revision=4463
2012-05-03Merge in ERX data. See #33.Rob Austein
svn path=/branches/tk33/; revision=4462
2012-05-03Resource overlap handling: fix handling of overlaps, and add option toRob Austein
allow overlaps when dealing with damaged data -- in general, you should not use the allow_overlap flag for any reason, it's only present to avoid having to fork this code just to deal with nastiness like the RIR ERX data. svn path=/branches/tk33/; revision=4461