aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-24Schema changes a while backRob Austein
svn path=/rpkid/doc/rpkid.dot; revision=3425
2010-08-23APNIC 30 RPKI slidesRob Austein
svn path=/presentations/070523.lacnic-pki.pdf; revision=3424
2010-08-13Error in assertion messageRob Austein
svn path=/rpkid/rpki/resource_set.py; revision=3423
2010-08-06More informative title for <hostname/> field.Rob Austein
svn path=/rcynic/rcynic.c; revision=3422
2010-08-03Conversion script for TLS removal flag dayRob Austein
svn path=/scripts/convert-https-to-http.py; revision=3421
2010-07-30Doc nitRob Austein
svn path=/rpkid/rpki/__doc__.py.in; revision=3420
2010-07-28Add ITA for RIPE's current RTA, per TimRob Austein
svn path=/rcynic/sample-trust-anchors/ripe.ita; revision=3419
2010-07-27strictly enforce non-overlapping resource ranges in AddressRange and Asn ↵Michael Elkins
object trees. add cert member to Roa class to hold a pointer to the resource cert from which all prefixes in the roa derive svn path=/portal-gui/rpkigui/myrpki/forms.py; revision=3418
2010-07-22Doh. Thanks, Michael.Rob Austein
svn path=/rpkid/tests/smoketest.py; revision=3417
2010-07-19fix bug where instance method was called on class objectMichael Elkins
svn path=/portal-gui/scripts/list_resources.py; revision=3416
2010-07-16improved support for viewing unallocated address ranges in the dashboard and ↵Michael Elkins
prefix views svn path=/portal-gui/Makefile.in; revision=3415
2010-07-16irdbd uses MySQLdb directly, so has to db.ping(reconnect) on its ownRob Austein
to keep SQL connection open. Feh. svn path=/rpkid/irdbd.py; revision=3414
2010-07-16Only regenerate manifest and CRL once for batch ROA updates.Rob Austein
svn path=/rpkid/rpki/left_right.py; revision=3413
2010-07-16Doh, .sql_mark_deleted() works better if it also marks record dirty.Rob Austein
svn path=/rpkid/rpki/sql.py; revision=3412
2010-07-16Duct tape and bailing wire fix for .update_roas(). This isn't rightRob Austein
yet, arguably the underlying design is wrong here, but at least in theory this code should now clean up after itself. svn path=/rpkid/rpki/left_right.py; revision=3411
2010-07-15CleanupRob Austein
svn path=/scripts/debug-roas.py; revision=3410
2010-07-15Display some of the DER fields tooRob Austein
svn path=/scripts/debug-roas.py; revision=3409
2010-07-15Test scriptRob Austein
svn path=/scripts/debug-roas.py; revision=3408
2010-07-15ParanoiaRob Austein
svn path=/rpkid/rpki/left_right.py; revision=3407
2010-07-15More ROA loggingRob Austein
svn path=/rpkid/rpki/left_right.py; revision=3406
2010-07-15Can't see any reason why roa.asn should ever be NULL either.Rob Austein
svn path=/rpkid/rpkid.sql; revision=3405
2010-07-15I can think of no sane reason to allow roa.roa or roa.cert to be NULL.Rob Austein
svn path=/rpkid/rpkid.sql; revision=3404
2010-07-15Clean up unit testRob Austein
svn path=/rpkid/rpki/adns.py; revision=3403
2010-07-15Rolling expirations testRob Austein
svn path=/rpkid/tests/smoketest.9.yaml; revision=3402
2010-07-15Log reason for deciding to generate a ROA.Rob Austein
svn path=/rpkid/rpki/rpki_engine.py; revision=3401
2010-07-14Use setsockopt() to force normal (ie, BSD-like) IPv6 socket behaviorRob Austein
even on Linux. svn path=/rpkid/rpki/https.py; revision=3400
2010-07-14Fix several Linux-related problems found during last workshop:Rob Austein
1) rpki.https.http_listener() didn't handle .bind() failure properly, which left asyncore in a weird state. 2) On Linux, sockaddr.getaddr() can return duplicate records. This is insane, but the maintainers appear to consider this a feature, so we have to suppress it. 3) Linux's support for IPv4 mapped addresses in IPv6 is so whacked that it's impossible to tell whether a socket.bind() failure is real or an artifact of Linux's whacked API without checking the value of a magic sysctl. This is just too much fun for words, so IPv6 listeners are now disabled by default on Linux; feel free to turn them on yourself, but don't blame me if they bite you. svn path=/rpkid/rpki/https.py; revision=3399
2010-07-13change prefix split form to accept single input box in which the user can ↵Michael Elkins
enter a CIDR or range remove hyperlinks for roa/delete when the prefix has been allocated to a child svn path=/portal-gui/rpkigui/myrpki/forms.py; revision=3398
2010-07-13use specific exit code when list_resources.py detects it did not receive all ↵Michael Elkins
expected responses svn path=/portal-gui/scripts/list_resources.py; revision=3397
2010-07-12more copyright notice updates for $top/portal-gui/scripts/Michael Elkins
svn path=/portal-gui/scripts/helper.in; revision=3395
2010-07-12fix copyright noticesMichael Elkins
svn path=/portal-gui/rpkigui/django.wsgi.in; revision=3394
2010-07-12fix copyright noticesMichael Elkins
svn path=/portal-gui/rpkigui/myrpki/admin.py; revision=3393
2010-07-12remove roa link from address ranges which are not properly representably as ↵Michael Elkins
prefixes svn path=/portal-gui/rpkigui/myrpki/forms.py; revision=3392
2010-07-11load_csv now properly creates suballocation for ASNsMichael Elkins
svn path=/portal-gui/scripts/load_csv.py; revision=3391
2010-07-11regenRob Austein
svn path=/rpkid/doc/Installation; revision=3390
2010-07-11properly handle ipv6 addresses in load_csvMichael Elkins
svn path=/portal-gui/scripts/load_csv.py; revision=3389
2010-07-11Stale filenameRob Austein
svn path=/rpkid/rpki/__doc__.py.in; revision=3388
2010-07-11make load_csv understand delegation of AS rangesMichael Elkins
svn path=/portal-gui/scripts/load_csv.py; revision=3387
2010-07-11Sanitized config for early portal GUI debugRob Austein
svn path=/rpkid/tests/smoketest.8.yaml; revision=3386
2010-07-11add copyright notices to portal-gui codeMichael Elkins
svn path=/portal-gui/rpkigui/django.wsgi.in; revision=3385
2010-07-11RegenRob Austein
svn path=/rpkid/doc/manual.pdf; revision=3384
2010-07-11Fix linksRob Austein
svn path=/rpkid/rpki/__doc__.py.in; revision=3383
2010-07-11Ok, redirection takes a few seconds...Rob Austein
svn path=/rpkid/doc/manual.html; revision=3382
2010-07-11Try adding pointer to autogenerated HTMLRob Austein
svn path=/rpkid/doc/manual.html; revision=3381
2010-07-11add missing template conf_empty.html to makefile.inMichael Elkins
fix bug with missing subdivided prefixes in the unallocated resources section of the dashboard add matching roas to the asn view tidy up some html in prefix view svn path=/portal-gui/Makefile.in; revision=3380
2010-07-11regenRob Austein
svn path=/rpkid/doc/Installation; revision=3379
2010-07-11Clean up uses of RuntimeError exceptionRob Austein
svn path=/rpkid/irdbd.py; revision=3378
2010-07-11html2text did something weird, work around itRob Austein
svn path=/rpkid/rpki/__doc__.py.in; revision=3377
2010-07-11Stale build instructionsRob Austein
svn path=/rpkid/rpki/__doc__.py.in; revision=3376
2010-07-10Forgot to update test data for extended <list_received_resources/> syntaxRob Austein
svn path=/rpkid/tests/left-right-protocol-samples.xml; revision=3375