Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-14 | ARIN now allows download of their TAL without NDA, so include it. | Rob Austein | |
2017-01-12 | Kludge to show TAL filename as "hostname" for TAL-related errors. | Rob Austein | |
2016-10-10 | Merge branch 'master' of github.com:dragonresearch/rpki.net | Rob Austein | |
2016-10-10 | Update to OpenSSL 1.0.2j. | Rob Austein | |
There would (probably) be no security issue with continuing to use OpenSSL 1.0.2h for RPKI, but it's usually best to stay current. Update the update-snapshot script to use git instead of svn. | |||
2016-09-30 | warn of xenial only | Randy Bush | |
Signed-off-by: Randy Bush <randy@psg.com> | |||
2016-09-30 | warn we only support Xenial | Randy Bush | |
Signed-off-by: Randy Bush <randy@psg.com> | |||
2016-08-09 | Jessie comments; spelling/typo/trailing-whitespace cleanup. | Rob Austein | |
Randy accidently pushed a bunch of unsigned commits. I reviewed them before signing this one. Randy's knuckles have been whacked. | |||
2016-08-09 | typo | Randy Bush | |
2016-08-09 | relative github ref | Randy Bush | |
2016-08-09 | fix refs | Randy Bush | |
2016-08-09 | fix ref | Randy Bush | |
2016-08-09 | fix ref | Randy Bush | |
2016-08-09 | try to fix ref | Randy Bush | |
2016-08-09 | push the sucker | Randy Bush | |
2016-08-09 | add quickstart | Randy Bush | |
2016-08-09 | a bit on quickstart | Randy Bush | |
2016-08-09 | moved into place | Randy Bush | |
2016-08-09 | moved into place | Randy Bush | |
2016-08-08 | Move old manual to doc/manual, to make it easier to find other documentation. | Rob Austein | |
2016-08-07 | GPG-signed commits from this point forward. | Rob Austein | |
2016-08-04 | Wiki->HTML->Markdown on all dumped pages, zip attachments. | Rob Austein | |
2016-08-03 | Try another conversion pass to salvage more of the links. | Rob Austein | |
2016-08-03 | Dump of rpki.net Wiki, to capture content not linked into the manual. | Rob Austein | |
2016-08-03 | Start adding back links that were lost in translation, updated as appropriate. | Rob Austein | |
This is by no means a complete overhaul, just a fix for the most obviously broken links in the Installation pages. | |||
2016-08-03 | Add a few more links to documentation and installation instructions. | Rob Austein | |
Documentation needs a general overhaul and some manual cleanup of things that the Wiki extraction process got wrong, but it's probably simplest to finish converting all the external stuff (eg, APT repositories) first. | |||
2016-08-02 | Update README to reflect move to GitHub. | Rob Austein | |
2016-07-28 | Drop in documentation extracted from wiki.rpki.net. See README for details. | Rob Austein | |
2016-07-28 | subprocess raises OSError when git isn't installed (eg, in pbuilder ↵ | Rob Austein | |
environment). | |||
2016-07-28 | First cut at whacking build scripts to work with git instead of subversion. | Rob Austein | |
2016-07-20 | add data import timestamps to the dashboard view | Michael Elkins | |
closes #838 svn path=/branches/tk705/; revision=6452 | |||
2016-07-20 | use format_html() to build strings returned by custom template tags so that ↵ | Michael Elkins | |
the output is not html escaped closes #835 svn path=/branches/tk705/; revision=6451 | |||
2016-07-20 | need to add contenttypes and auth to INSTALLED_APPS even for gui auxillary ↵ | Michael Elkins | |
scripts see #825 svn path=/branches/tk705/; revision=6450 | |||
2016-07-19 | add initial migration for the routeview app. | Michael Elkins | |
add --fake-initial option when doing the migrations so that existing installs will ignore the initial migration svn path=/branches/tk705/; revision=6449 | |||
2016-07-19 | Implement new recommendation for HTTPS validation: try with validation | Rob Austein | |
enabled, if that fails, whine and retry with validation disabled. svn path=/branches/tk705/; revision=6448 | |||
2016-07-19 | Simplistic hack for versioning with git. | Rob Austein | |
svn path=/branches/tk705/; revision=6447 | |||
2016-07-18 | Remove "import url from future" from Django templates. Fixes #823. | Rob Austein | |
svn path=/branches/tk705/; revision=6446 | |||
2016-06-26 | Log resynchronization details. | Rob Austein | |
svn path=/branches/tk705/; revision=6445 | |||
2016-06-17 | Disable email to root when a Django exception occurs, and log it to the ↵ | Michael Elkins | |
apache log instead. Make the GUI log level configurable via rpki.conf svn path=/branches/tk705/; revision=6444 | |||
2016-06-17 | Remove 'load url from future' as it is no longer needed in recent Django ↵ | Michael Elkins | |
versions See #823 svn path=/branches/tk705/; revision=6443 | |||
2016-06-09 | Fix badly written XXX_Driver.execute() methods: calling sequence is | Rob Austein | |
specified by DB API, just use it, rather than getting clever with variable-length argument sequences. svn path=/branches/tk705/; revision=6442 | |||
2016-06-08 | Bugfixes from Andrew Bradford (thanks!). | Rob Austein | |
svn path=/branches/tk705/; revision=6441 | |||
2016-05-26 | Remove gratuitous None values from status database -- this appears to | Rob Austein | |
have been incomplete conversion from an older internal API, back when we still had Generation objects. In any case, status="None" in rcynic.xml is wrong, and has been giving rcynic-html indigestion. svn path=/branches/tk705/; revision=6440 | |||
2016-05-25 | Make rpkigui-import-routes use logging settings from /etc/rpki.conf instead ↵ | Michael Elkins | |
of rpki.django_settings.gui Create new rpki.django_settings.gui_script Django settings file with a minimal subset required to use the ORM, to be used in auxillary scripts Add [rpkigui-import-routes] section to rpki.conf Change log level of warning about AS value errors in routeviews dumps to DEBUG svn path=/branches/tk705/; revision=6439 | |||
2016-05-25 | New script to install an RPKI root key salvaged from an old rootd | Rob Austein | |
installation on top of the active CADetail of a new-style rootd-less rpkid configuration. This has been tested, but only lightly, and only in the lab. This script is dangerous. Do not run it unless you really know what you are doing, and even then you probably do not want to run it on anything but a brand new installation with no existing RPKI data. See #816. svn path=/branches/tk705/; revision=6438 | |||
2016-05-24 | More http:// => https:// changes in documentation links. | Rob Austein | |
svn path=/branches/tk705/; revision=6436 | |||
2016-05-10 | Debian requires explicit runtime dependency on sudo, and rpki-rp needs | Rob Austein | |
to make sure that /var/log/rpki exists. svn path=/branches/tk705/; revision=6433 | |||
2016-05-09 | Add `--root-handle` argument to ca-unpickle to allow manual | Rob Austein | |
specification of a handle for the new root entity instead of the default of using a randomly-generated UUID as the name. svn path=/branches/tk705/; revision=6432 | |||
2016-05-07 | Exclude root certificate serial number from last_serial calculation, | Rob Austein | |
as including it ends very badly when the root certificate serial is a randomly-generated 64-bit value. See #814. svn path=/branches/tk705/; revision=6430 | |||
2016-05-07 | Joy. Randy's trunk/ installation is using an ancient backwards | Rob Austein | |
compatability hack which allows irdbd's server host and port to be expressed as a URL. No big deal, except that I wonder how many other relics we're going to find in The Config File That Time Forgot. See #813. svn path=/branches/tk705/; revision=6428 | |||
2016-05-07 | Oops, TeX-style "--" numeric ranges in copyright comments are bad fit | Rob Austein | |
for XML. Apparently we were carefully changing just the XML files to use a single "-" to work around this. Enough already, just convert all copyright year ranges to single "-" and have done with this. svn path=/branches/tk705/; revision=6427 |