Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-15 | Clean up option parsing. | Rob Austein | |
svn path=/trunk/; revision=4492 | |||
2012-05-15 | rrdtool-based graphing mostly working, needs cleanup. For now this | Rob 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-13 | Fix fatal typo. Don't overwrite existing .rrd files. Rework to pipe | Rob 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-13 | Cleanup: Just record raw numbers here, let rrdtool graphing do the analysis. | Rob Austein | |
svn path=/trunk/; revision=4489 | |||
2012-05-12 | First sorta-working version, although not right yet. | Rob Austein | |
svn path=/trunk/; revision=4488 | |||
2012-05-11 | Checkpoint. | Rob Austein | |
svn path=/trunk/; revision=4487 | |||
2012-05-11 | Checkpoint of a tool to convert rcynic.xml to rrdtool input. Not | Rob Austein | |
usable yet. svn path=/trunk/; revision=4486 | |||
2012-05-11 | Add rekey, revoke, and reissue commands. Closes #249. | Rob Austein | |
svn path=/trunk/; revision=4485 | |||
2012-05-10 | We only need to poke requested handles once per synchronize call, not | Rob Austein | |
every time through inner loop. Fixes #248. svn path=/trunk/; revision=4484 | |||
2012-05-10 | Failure to write pid file is a warning, not a fatal error. | Rob Austein | |
svn path=/trunk/; revision=4483 | |||
2012-05-10 | rpki.x509.DeadDrop.dump() should not abort the calling function for | Rob Austein | |
any reason. svn path=/trunk/; revision=4482 | |||
2012-05-09 | Run daemons as, well, daemons. Closes #246. | Rob Austein | |
svn path=/trunk/; revision=4481 | |||
2012-05-09 | Fail gracefully if we can't initialize or write to DeadDrop mailbox. | Rob Austein | |
svn path=/trunk/; revision=4480 | |||
2012-05-08 | arin.rpki.net => repo0.rpki.net. | Rob Austein | |
svn path=/trunk/; revision=4479 | |||
2012-05-08 | Re-add command line history feature lost during myrpki -> myrpkic transition. | Rob Austein | |
svn path=/trunk/; revision=4478 | |||
2012-05-07 | Update TALs. | Rob Austein | |
svn path=/trunk/; revision=4477 | |||
2012-05-07 | Merge to trunk. Testbed changes and a few bugfixes that came along | Rob Austein | |
while tracking down testbed issues. See #33. svn path=/trunk/; revision=4473 | |||
2012-05-05 | Debugging code to say why we're failing to issue. See #247. | Rob Austein | |
svn path=/branches/tk33/; revision=4471 | |||
2012-05-05 | Restrict handle completion to current entity. | Rob Austein | |
svn path=/branches/tk33/; revision=4470 | |||
2012-05-05 | Use lowercase handle names for RIRs, for consistancy with older code. | Rob Austein | |
svn path=/branches/tk33/; revision=4469 | |||
2012-05-05 | Cleanup. | Rob Austein | |
svn path=/branches/tk33/; revision=4468 | |||
2012-05-05 | Allow 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-05 | Fix double newline. | Rob Austein | |
svn path=/branches/tk33/; revision=4466 | |||
2012-05-04 | Don't explode if valid_until isn't set in test configuration. | Rob Austein | |
svn path=/branches/tk33/; revision=4465 | |||
2012-05-04 | Add delete_rootd. | Rob Austein | |
svn path=/branches/tk33/; revision=4464 | |||
2012-05-03 | Handle legacy via sixth pseudo-RIR named "LEGACY," at least for now. | Rob Austein | |
svn path=/branches/tk33/; revision=4463 | |||
2012-05-03 | Merge in ERX data. See #33. | Rob Austein | |
svn path=/branches/tk33/; revision=4462 | |||
2012-05-03 | Resource overlap handling: fix handling of overlaps, and add option to | Rob 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 | |||
2012-05-02 | First cut at hack to dump all relevant IANA data to CSV. Output still | Rob Austein | |
needs to be merged with ERX data from ARIN's database, as IANA only deals with /8s in IPv4 space. Haven't figured out yet whether that should be a separate script or not. See #33. svn path=/branches/tk33/; revision=4460 | |||
2012-05-02 | Pull from trunk. | Rob Austein | |
svn path=/branches/tk33/; revision=4459 | |||
2012-05-02 | More set operations. | Rob Austein | |
svn path=/branches/tk33/; revision=4458 | |||
2012-05-02 | Case error in advisory test. | Rob Austein | |
svn path=/trunk/; revision=4457 | |||
2012-04-30 | Default new start_* options to older run_* options, so old | Rob Austein | |
configuration files will continue to work as expected. Closes #244. svn path=/trunk/; revision=4455 | |||
2012-04-25 | Clean up old scripts which still imported the rpki.myrpki module. | Rob Austein | |
svn path=/trunk/; revision=4454 | |||
2012-04-25 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=4453 | |||
2012-04-24 | Add Zookeeper.publish_world_now() and rpkic force_publication. Closes #27. | Rob Austein | |
svn path=/trunk/; revision=4452 | |||
2012-04-24 | Bump default CRL interval and regeneration margin up a bit to reduce | Rob Austein | |
incidence of stale CRL and manifest warnings. See #11. svn path=/trunk/; revision=4451 | |||
2012-04-24 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=4450 | |||
2012-04-24 | Cleanup | Rob Austein | |
svn path=/trunk/; revision=4449 | |||
2012-04-23 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=4447 | |||
2012-04-23 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=4446 | |||
2012-04-23 | Automatic pull of documentation from Wiki. | Rob Austein | |
svn path=/trunk/; revision=4445 | |||
2012-04-20 | Better prerequisite checking. Closes #239. | Rob Austein | |
svn path=/trunk/; revision=4442 | |||
2012-04-20 | Automatic pull of documentation from Wiki. | Rob Austein | |
svn path=/trunk/; revision=4440 | |||
2012-04-19 | Report what file script is reading to make it easier to track down | Rob Austein | |
things like schema validation errors. svn path=/trunk/; revision=4437 | |||
2012-04-19 | Update to OpenSSL 1.0.0i (CVE-2012-2110). | Rob Austein | |
svn path=/trunk/; revision=4436 | |||
2012-04-18 | Add start_{rpki,irdb,pub,root}d options. See #238. | Rob Austein | |
svn path=/trunk/; revision=4435 | |||
2012-04-17 | Change [4433] didn't handle deeply nested hosting properly. See #236. | Rob Austein | |
svn path=/trunk/; revision=4434 | |||
2012-04-17 | Synchronize with daemons automatically after rpkic commands where | Rob Austein | |
doing so makes sense. This closes #236. svn path=/trunk/; revision=4433 | |||
2012-04-17 | Don't blather about RSA key generation. | Rob Austein | |
svn path=/trunk/; revision=4432 |