aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-13Typo (os.pat.join -> os.path.join).HEADmasterRob Austein
2018-08-26Clean up old code which has been obsolete for years.Rob Austein
smoketest hasn't worked since we converted to Tornado and Django ORM. xml-parse-test hasn't worked since we ripped out the massively redundant XML layer and went to using lxml.etree directly. old_irdbd hasn't worked since we converted to Django ORM. rpki.adns hasn't worked since we converted to Tornado. Various tests in ca/Makefile.in haven't worked since all of the above happened. Some day we may want to resurrect a few bits (in particular, the post-initialization scripting capabilities from smoketest) but for the moment it just confuses people, so away with it.
2018-08-26[max-length] Fix ROA parsing issueTom Harrison
The ROA update and generate methods were parsing the ipv4 and ipv6 instance variables as if they were resource sets, rather than ROA prefix sets. This works as expected when max-length is not being used, but when max-length is used, parsing does not succeed and ROAs cannot be generated or updated. Parsing each variable as if it's a ROA prefix set, and then converting the result to a resource set, appears to fix the problem. Signed-off-by: Rob Austein <sra@hactrn.net>
2018-06-27Update README to account for binary packages for newer releases.Rob Austein
2018-01-09Merge branch 'APNIC-net-apnic-deprecated-tas'Rob Austein
Pull request from APNIC deleting obsolete APNIC TALs.
2018-01-09[apnic-deprecated-tas] remove deprecated apnic trust anchorsTom Harrison
2017-10-19try to get the sucker to pushRandy Bush
2017-10-19tryRandy Bush
2017-10-17s/asc/gpg/Randy Bush
2017-10-17Merge branch 'master' of github.com:dragonresearch/rpki.netRandy Bush
2017-10-17god only knowsRandy Bush
2017-10-17god only knowsRandy Bush
2017-10-17instructions on renewing root certRandy Bush
2017-05-17rpkic delete_identity was triggering an obscure Django exception in rpkid.Rob Austein
2017-05-15instructions on renewing root certRandy Bush
2017-04-27section on Checking Root Cert from sraRandy Bush
2017-04-26emphasize handle is identityRandy Bush
2017-04-19use gpg files again, after fix to jayb issue not on githubRandy Bush
2017-04-18make clear that oob has to be done even for root instanceRandy Bush
2017-04-10changed wgets for keyingRandy Bush
2017-01-27Accumulate primary keys instead of objects to work around Django caching.Rob Austein
This is nasty, and I still don't entirely understand it why this was happening. We collect ca_detail objects during bulk ROA processing, so that we can defer manifest and CRL updates until the end of the batch. Somehow, Django's caching code was causing the parent CA's issued serial number to roll back as part of this caching, which caused us to reuse serial numbers. Which is (very) bad. Replacing the collection of ca_detail objects with a collection of primary key values for those same ca_detail objects seems to have worked, presumably because it lets us force creation of a new queryset when it's time for us to process the relevant ca_detail objects. The question is how many other booby traps like this might be lurking.
2017-01-15Wrong Django voodoo in previous fix.Rob Austein
The rubber chicken needs to dance around the circle once, widdershins. Obviously. For future reference, the syntax for forcing queryset evaluation is "list(blarg.all())", not "[blarg.all()]". In this case it doesn't seem to be necessary.
2017-01-15rpkigui-rcynic inheritance handling was broken.Rob Austein
2017-01-14ARIN now allows download of their TAL without NDA, so include it.Rob Austein
2017-01-12Kludge to show TAL filename as "hostname" for TAL-related errors.Rob Austein
2016-10-10Merge branch 'master' of github.com:dragonresearch/rpki.netRob Austein
2016-10-10Update 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-30warn of xenial onlyRandy Bush
Signed-off-by: Randy Bush <randy@psg.com>
2016-09-30warn we only support XenialRandy Bush
Signed-off-by: Randy Bush <randy@psg.com>
2016-08-09Jessie 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-09typoRandy Bush
2016-08-09relative github refRandy Bush
2016-08-09fix refsRandy Bush
2016-08-09fix refRandy Bush
2016-08-09fix refRandy Bush
2016-08-09try to fix refRandy Bush
2016-08-09push the suckerRandy Bush
2016-08-09add quickstartRandy Bush
2016-08-09a bit on quickstartRandy Bush
2016-08-09moved into placeRandy Bush
2016-08-09moved into placeRandy Bush
2016-08-08Move old manual to doc/manual, to make it easier to find other documentation.Rob Austein
2016-08-07GPG-signed commits from this point forward.Rob Austein
2016-08-04Wiki->HTML->Markdown on all dumped pages, zip attachments.Rob Austein
2016-08-03Try another conversion pass to salvage more of the links.Rob Austein
2016-08-03Dump of rpki.net Wiki, to capture content not linked into the manual.Rob Austein
2016-08-03Start 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-03Add 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-02Update README to reflect move to GitHub.Rob Austein
2016-07-28Drop in documentation extracted from wiki.rpki.net. See README for details.Rob Austein