aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2011-03-04Don't rebuild openssl/apps/openssl unless library has changed.Rob Austein
Shared library control is [no-]shared, not {enable,disable}-shared; fortunately the default seems to be shared on platforms where it matters, which is why nobody noticed the error. svn path=/openssl/Makefile.in; revision=3716
2011-03-04regenRob Austein
svn path=/configure; revision=3715
2011-03-04Add --disable-openssl-asm to cope with 64-bit Linux linkage messRob Austein
svn path=/configure.ac; revision=3714
2011-03-03Don't add extra newlineRob Austein
svn path=/buildtools/subst-vars.py; revision=3713
2011-03-03Simplify rules slightlyRob Austein
svn path=/rpkid/Makefile.in; revision=3712
2011-03-03Script header breaks __doc__ hackRob Austein
svn path=/rpkid/irbe_cli.py; revision=3711
2011-03-03add $SUBDIRS to $top/rpkid/Makefile.in and add portal-gui when django is ↵Michael Elkins
detected by the configure script svn path=/configure; revision=3710
2011-03-03put django project templates into $top/rpkid/rpki/gui/templatesMichael Elkins
django templates should be installed as APP/templates/APP/template.html to avoid namespace clashes svn path=/rpkid/portal-gui/Makefile.in; revision=3709
2011-03-02install rpki.gui.app's django templates into the python package since it is ↵Michael Elkins
logically party of the app, not the project svn path=/rpkid/setup.py; revision=3708
2011-03-02portal-gui project Makefile should not install django app templatesMichael Elkins
svn path=/rpkid/portal-gui/Makefile.in; revision=3707
2011-03-02fixup configure to note new location of $top/rpkid/portal-gui/Makefile.inMichael Elkins
svn path=/configure; revision=3706
2011-03-02update configure and rpkid/Makefile.in to reflect new location of ↵Michael Elkins
$top/portal-gui svn path=/configure; revision=3705
2011-03-02update portal-gui settings.py.in to reflect changes in django 1.2Michael Elkins
svn path=/rpkid/rpki/gui/settings.py.in; revision=3704
2011-03-02mv portal-gui TODO into the app directoryMichael Elkins
svn path=/rpkid/rpki/gui/TODO; revision=3703
2011-03-02move portal-gui scripts out of the python package tree into the project treeMichael Elkins
svn path=/rpkid/portal-gui/scripts; revision=3702
2011-03-02move $top/portal-gui into $top/rpkid/portal-guiMichael Elkins
svn path=/portal-gui; revision=3701
2011-03-02rpki.gui.app templates moved into app subdirectoryMichael Elkins
svn path=/portal-gui/templates/myrpki; revision=3700
2011-03-02put default values for portal-gui django app into a local settings.pyMichael Elkins
so that they are not required in the site's settings.py svn path=/rpkid/rpki/gui/app/glue.py; revision=3699
2011-03-02move rpki.gui.app templates into the source tree as recommended for ↵Michael Elkins
distributing django apps explicitly use %{csrf_token%} in form templates as recommended in Django 1.2 svn path=/rpkid/rpki/gui/app/templates; revision=3698
2011-03-01Remove remaining rpki.* module references, so that this relying partyRob Austein
tool need not depend on installation of the production side tools. svn path=/rtr-origin/rtr-origin.py; revision=3697
2011-03-01Remove most dependencies on rpki library modules. Still need to cleanRob Austein
up rpki.async and rpki.log references. svn path=/rtr-origin/rtr-origin.py; revision=3696
2011-02-28Use "print_roa -b" instead of requiring rpki.POW, as POW is more workRob Austein
to compile on some platforms and relying party code doesn't need it. svn path=/rtr-origin/rtr-origin.py; revision=3695