aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-04-07ADR vcard type is not a string, but a compound objectMichael Elkins
svn path=/rpkid/rpki/gui/app/glue.py; revision=3766
2011-04-06GhostbustersRob Austein
svn path=/rpkid/doc/irdbd.dot; revision=3765
2011-04-06make the myrpki cli ignore the ghostbuster_request table when running ↵Michael Elkins
configure_resources svn path=/rpkid/rpki/myrpki.py; revision=3764
2011-04-06Don't traceback on publication failureRob Austein
svn path=/rpkid/rpki/left_right.py; revision=3763
2011-04-06Do something a little more useful than backtrace if we fail to findRob Austein
print_roa command. svn path=/rtr-origin/rtr-origin.py; revision=3762
2011-04-06use GMT instead of UTC, since the latter seems to make fbsd 8 unhappyMichael Elkins
svn path=/rpkid/rpki/gui/settings.py.in; revision=3761
2011-04-05Sigh, "::" print bug, same as in OpenSSL i2r_address(), fixed it thereRob Austein
years ago, missed it here. svn path=/utils/print_roa/print_roa.c; revision=3760
2011-04-04fix rcynic linux installation script to work on x86_64Michael Elkins
svn path=/rcynic/installation-scripts/linux/install.sh.in; revision=3759
2011-04-04TLS is long goneRob Austein
svn path=/rpkid/tests/testpoke.yaml; revision=3758
2011-04-04Handle BadContactURL same as ChildNotFoundRob Austein
svn path=/rpkid/rpki/rpkid.py; revision=3757
2011-04-04...but do log the exception, doh.Rob Austein
svn path=/rpkid/rpki/rpkid.py; revision=3756
2011-04-04Don't throw traceback on ChildNotFoundRob Austein
svn path=/rpkid/rpki/rpkid.py; revision=3755
2011-03-30pass a log file object to glue.list_received_resourcesMichael Elkins
svn path=/rpkid/rpki/gui/app/glue.py; revision=3754
2011-03-30add support for editing the validity period for child resource certsMichael Elkins
svn path=/rpkid/rpki/gui/app/forms.py; revision=3753
2011-03-30fix broken redirect after deleting split prefixMichael Elkins
improve prefix view to make it clearer what action is taken for the embedded form svn path=/rpkid/rpki/gui/app/forms.py; revision=3752
2011-03-30add 'refresh' link in portal gui to query rpkid for updated information ↵Michael Elkins
rather than using the rpkigui-list-resources script svn path=/rpkid/Makefile.in; revision=3751
2011-03-30Make make-tal.sh executableRob Austein
svn path=/rcynic/make-tal.sh; revision=3750
2011-03-29Off-by-one error parsing argv, dohRob Austein
svn path=/utils/print_roa/print_roa.c; revision=3749
2011-03-28Update rpkidemo HTTPS trust anchorRob Austein
svn path=/scripts/rpkidemo.pem; revision=3748
2011-03-28Add -s flag to print signing time in brief modeRob Austein
svn path=/utils/print_roa/print_roa.c; revision=3747
2011-03-27Handle past-expiration IRDB entries properlyRob Austein
svn path=/rpkid/rpki/left_right.py; revision=3746
2011-03-27CleanupRob Austein
svn path=/rpkid/rpkid.sql; revision=3745
2011-03-27MySQL gets tetchy when asked to insert an empty list of valuesRob Austein
svn path=/rpkid/rpki/myrpki.py; revision=3744
2011-03-26Don't fail in diagnostic code in dumpasn1 isn't availableRob Austein
svn path=/rpkid/rpki/x509.py; revision=3743
2011-03-26Apparently opaque_id can be null for "available" ASNsRob Austein
svn path=/scripts/apnic-to-csv.py; revision=3742
2011-03-24adduser script should use settings from rpki.gui.appMichael Elkins
svn path=/rpkid/portal-gui/scripts/adduser.py; revision=3741
2011-03-24remove installation of templates from rpki.guiMichael Elkins
svn path=/rpkid/setup.py; revision=3740
2011-03-24move base templates into rpki.gui.appMichael Elkins
svn path=/rpkid/rpki/gui/app/templates/base.html; revision=3739
2011-03-24add support to the portal gui for generating ghostbuster requestsMichael Elkins
svn path=/rpkid/rpki/gui/app/admin.py; revision=3738
2011-03-24fix typo in settings.pyMichael Elkins
svn path=/rpkid/rpki/gui/settings.py.in; revision=3737
2011-03-24add support for populating the IRDB with ghostbuster requestsMichael Elkins
svn path=/rpkid/rpki/myrpki.py; revision=3736
2011-03-22Blank line for better readabilityRob Austein
svn path=/rcynic/make-tal.sh; revision=3735
2011-03-22First cut at Ghostbuster record support. Doesn't (yet?) checkRob Austein
anything about the VCard itself. CMS checking code could stand refactoring if I can figure out a sane way to do it while still postponing expensive signature checks until after the cheaper checks. svn path=/rcynic/Makefile.in; revision=3734
2011-03-21regenRob Austein
svn path=/rpkid/myrpki.rng; revision=3733
2011-03-21Automatic upgrade script for ghostbusters supportRob Austein
svn path=/scripts/upgrade-add-ghostbusters.py; revision=3732
2011-03-21regenRob Austein
svn path=/rpkid/left-right-schema.rng; revision=3731
2011-03-21First cut at Ghostbusters support.Rob Austein
svn path=/rpkid/irdbd.sql; revision=3730
2011-03-20Skip broken input linesRob Austein
svn path=/scripts/apnic-to-csv.py; revision=3729
2011-03-20Trap parsing errors (old change from November 2010, never checked in)Rob Austein
svn path=/scripts/csvgrep.py; revision=3728
2011-03-18Merge rpki.rpki_engine into rpki.rpkid.Rob Austein
svn path=/rpkid/left-right-schema.rng; revision=3727
2011-03-18Add optional directory argument to --server command lineRob Austein
svn path=/rtr-origin/rtr-origin.py; revision=3726
2011-03-18Add @property decorators to a bunch of methods that are just syntacticRob Austein
sugar around cached SQL object fetches. Checkpoint of incomplete support for Ghostbusters reords. Clean up a few extraneous imports. svn path=/rpkid/Makefile.in; revision=3725
2011-03-17Updated BBN testbed TAL per request from Andrew ChiRob Austein
svn path=/rcynic/sample-trust-anchors/bbn-testbed.tal; revision=3724
2011-03-14Don't fail if parent neither offers nor refers a repository.Rob Austein
svn path=/rpkid/myrpki.rnc; revision=3723
2011-03-12Traceback on connection failure is not very friendly.Rob Austein
Fix(?) a race condition in client connection shutdown. Cancel HTTP timers on close and on error to avoid delayed gratuitous warnings. Simplify HTTP error handling in a few cases. HTTP code has gotten rather twisty and could probably use a redesign. Could make it a -lot- simpler if we were sure that we'll never want persistent connections again. svn path=/rpkid/rpki/http.py; revision=3722
2011-03-10Ramp the syslog blathering down a bitRob Austein
svn path=/rtr-origin/rtr-origin.py; revision=3721
2011-03-10Add nonce support.Rob Austein
svn path=/rtr-origin/rtr-origin-old.py; revision=3720
2011-03-08Rewrite dump_ixfr() to use array indices instead of modifying copiesRob Austein
of input lists. Ugly, but orders of magnitude faster for large data sets (measured with cProfile, not guessing). svn path=/rtr-origin/rtr-origin.py; revision=3719
2011-03-08CleanupRob Austein
svn path=/rtr-origin/rtr-origin.py; revision=3718
2011-03-08Add research-only "bgpdump" command.Rob Austein
svn path=/rtr-origin/rtr-origin.py; revision=3717