aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-16Save rcynic-html for last in rcynic-cron, as it's less critical thanRob Austein
tasks like feeding the rpki-rtr engine. Treat failure to find rrdtool as a fatal error during ./configure, to avoid building a version of rcynic-html that can't generate graphs. Closes #583. svn path=/trunk/; revision=5430
2013-07-16Outdated comment.Rob Austein
svn path=/trunk/; revision=5429
2013-07-15Try not to stomp on existing Apache configurations during initialRob Austein
install, add comments explaining our configuration in case user has to sort this out by hand. svn path=/trunk/; revision=5428
2013-07-09xinetd needs to know where we installed rtr-origin.Rob Austein
svn path=/trunk/; revision=5427
2013-07-06Switch rpki-rtr sockets directory from being owned by "nobody" toRob Austein
being owned by another userid we invented, so kickme works right when not running --cronjob as root. See #557. May need more testing as I am committing this in haste at NRT RedRug and testing on VMs while in transit.... svn path=/trunk/; revision=5426
2013-07-04Non-packaged builds on Ubuntu should install Python libraries toRob Austein
/usr/local/lib/, not /usr/lib/. See #575. svn path=/trunk/; revision=5425
2013-07-03APNIC's testbed TAL.Rob Austein
svn path=/trunk/; revision=5424
2013-07-02Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5423
2013-07-02Document web_portal::allowed-hosts. Closes #567.Rob Austein
svn path=/trunk/; revision=5422
2013-06-27add button to delete all alertsMichael Elkins
rpkigui-reset-demo will clear all alerts for labuser* accounts see #562 svn path=/trunk/; revision=5421
2013-06-27Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5420
2013-06-27Report what we're doing before blocking select().Rob Austein
svn path=/trunk/; revision=5419
2013-06-27Flip default for allow-object-not-in-manifest to false.Rob Austein
svn path=/trunk/; revision=5418
2013-06-27Don't whine about stale CRLs and manifests that are only stale becauseRob Austein
we check them before running rsync when rsync-early is off. svn path=/trunk/; revision=5417
2013-06-26Don't allow exceptions (eg, MySQL connection errors) to prevent usRob Austein
from scheduling next cron cycle. Closes #560. svn path=/trunk/; revision=5416
2013-06-25Handling of start_{rpkid,irdbd} options was inverted. See #559.Rob Austein
svn path=/trunk/; revision=5415
2013-06-19Name correction from JPNIC.Rob Austein
svn path=/trunk/; revision=5414
2013-06-18".der" is not a legal filename suffix for a trust anchor certificate.Rob Austein
See #492. svn path=/trunk/; revision=5413
2013-06-18Synchronize BSCs after updating BPKI, closes #555.Rob Austein
Expanded calling sequence to Zookeeper.call_{pubd,rpkid}() methods to include sequences and generators, simplifying the calling code. svn path=/trunk/; revision=5412
2013-06-18Hostname changes.Rob Austein
svn path=/trunk/; revision=5411
2013-06-14Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5410
2013-06-14Pruning now keys off the validation_status database rather than theRob Austein
rsync_history database, which solves the problem of how to prune when we skip rsyncing publication points for which we have a cached current manifest. svn path=/trunk/; revision=5409
2013-06-14Experimental feature: skip rsync_tree() if we have a valid manifestRob Austein
and haven't yet reached its nextUpdate time. Disabled by default, doesn't yet handle pruning correctly, may give surprising results. svn path=/trunk/; revision=5408
2013-06-14fix bug in roa confirmation page where routes that overlap with the roa, but ↵Michael Elkins
are not covered, were mistakenly included in the list of affected routes closes #553 svn path=/trunk/; revision=5407
2013-06-14[5389] removed code that installed default TALs as side effect ofRob Austein
generating rcynic.conf. Oops. See #550. svn path=/trunk/; revision=5406
2013-06-13Need to stash version number in source package.Rob Austein
svn path=/trunk/; revision=5405
2013-06-13Report problems rather than just silently writing "Unknown".Rob Austein
svn path=/trunk/; revision=5404
2013-06-13display rpki.net software version in the gui toolbarMichael Elkins
see #543 svn path=/trunk/; revision=5403
2013-06-13add current resource holder name to page title so it appears in the browser tab.Michael Elkins
closes #546 svn path=/trunk/; revision=5402
2013-06-13handle exception thrown when there are no matching routes to displayMichael Elkins
see #548 svn path=/trunk/; revision=5401
2013-06-13fix botched decoration of the alert class-based views where the self ↵Michael Elkins
argument was omitted, and the wrong parent class was used in super() due to copy+paste closes #549 svn path=/trunk/; revision=5400
2013-06-13getservbyname().Rob Austein
svn path=/trunk/; revision=5399
2013-06-12Cleanup client connect code.Rob Austein
svn path=/trunk/; revision=5398
2013-06-12Do IPv6 client support properly, using getaddrinfo().Rob Austein
svn path=/trunk/; revision=5397
2013-06-12Add IPv6 support to --client TCP mode.Rob Austein
svn path=/trunk/; revision=5396
2013-06-12Add --listener_tcp mode. Currently this is at proof-of-concept levelRob Austein
to work out all the forking and dispatch stuff. Main things left to do are (a) rewriting the single IPv4/6 socket with blocking I/O to use asyncore and two sockets, and (b) daemonizing (maybe). svn path=/trunk/; revision=5395
2013-06-11Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5394
2013-06-11Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5393
2013-06-11Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5392
2013-06-11Add mild degree of parallelism to default rcynic configuration.Rob Austein
svn path=/trunk/; revision=5391
2013-06-11Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5390
2013-06-10Switch default configuration to use trust-anchor-directory.Rob Austein
svn path=/trunk/; revision=5389
2013-06-10decorate alert views to require a user to be logged in and a resource handle ↵Michael Elkins
selected closes #542 svn path=/trunk/; revision=5388
2013-06-10Another gratuitous checkin to force new revision.Rob Austein
svn path=/trunk/; revision=5387
2013-06-10need to access ResourceHolderCA via the GUI's proxy model to pass to ↵Michael Elkins
list_received_resources() see #544 svn path=/trunk/; revision=5386
2013-06-10Trivial cleanup to force new repository version while testing changeRob Austein
to snapshot script. svn path=/trunk/; revision=5385
2013-06-10rpki.version hack and rpkic command to display it.Rob Austein
See #543. svn path=/trunk/; revision=5384
2013-06-08Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5383
2013-06-08Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5382
2013-06-07use {% load url from future %} to support older versions of django prior to ↵Michael Elkins
the syntax change see #528 svn path=/trunk/; revision=5381