aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-12Fix first round of RRDP SIA URI bugs.Rob Austein
svn path=/branches/tk705/; revision=6019
2014-11-12Add $rpkica_flags so we can experiment with logging settings.Rob Austein
svn path=/branches/tk705/; revision=6018
2014-11-12Pull from trunk.Rob Austein
svn path=/branches/tk705/; revision=6017
2014-11-12Initial (awful kludge) version of adding RRDP URIs to SIA extension.Rob Austein
This needs rewriting, but doing it properly requires a minor database schema change, and I'm trying to get a test case running by tomorrow morning. svn path=/branches/tk705/; revision=6015
2014-11-09rpkic force_publication working on tk705 again.Rob Austein
svn path=/branches/tk705/; revision=6014
2014-11-08Clean up unused exceptions left over from some refactoring expeditionRob Austein
or another. svn path=/branches/tk705/; revision=6013
2014-11-08It may be time to pylint this code again.Rob Austein
svn path=/branches/tk705/; revision=6012
2014-11-08RegenRob Austein
svn path=/branches/tk705/; revision=6011
2014-11-08Simplify RRDP schema again: one delta file now contains exactly oneRob Austein
delta rather than a range. svn path=/branches/tk705/; revision=6010
2014-11-07Yet another SAX -> ETree nit.Rob Austein
svn path=/branches/tk705/; revision=6009
2014-11-07"He just kept saying `One lousy comma!' as we dragged him away...."Rob Austein
svn path=/branches/tk705/; revision=6006
2014-11-05Need to set VERSION when doing --local-dist.Rob Austein
svn path=/branches/tk705/; revision=6005
2014-11-05Missed an _elt in [6002]. Pull changes from trunk.Rob Austein
svn path=/branches/tk705/; revision=6004
2014-11-03Another SAX -> ETree fix.Rob Austein
svn path=/branches/tk705/; revision=6003
2014-11-03Convert some lingering *_elt references to lxml.etree.Rob Austein
svn path=/branches/tk705/; revision=6002
2014-10-15Pull from trunk.Rob Austein
svn path=/branches/tk705/; revision=6000
2014-10-15Track OpenSSL even though Poodle doesn't affect us.Rob Austein
svn path=/trunk/; revision=5999
2014-10-11Pull from trunk.Rob Austein
svn path=/branches/tk705/; revision=5998
2014-10-09Fix validation problem when creating a ROA.Michael Elkins
Old method of passing the Conf object to ROARequestForm was brittle due to overriding a private method in BaseFormSet. New method is to use a closure to embed the Conf object within a class generated on the fly. See #709 svn path=/trunk/; revision=5997
2014-10-07Feh, [14,4] != (14,4).Rob Austein
svn path=/trunk/; revision=5996
2014-10-07Seems that the earlier istallation success with new ApacheRob Austein
configuration on Precise was a false positive caused by an orphaned symlink. Rewrite again to separate Debian and Ubuntu so we can do version number checks in a halfway sane fashion. Most likely the real underlying issue is Debian-family packaging for Apache 2.2 vs Apache 2.4, so there may be possible to simplify this again at some point, but in theory this will do for now. Need to re-test on Trusty and Wheezy to make sure the fix for Precise didn't break them. See #720. svn path=/trunk/; revision=5995
2014-10-07Ancient de-installation code broke on Trusty.Rob Austein
svn path=/trunk/; revision=5994
2014-10-06Braino in initial patch. See #720.Rob Austein
svn path=/trunk/; revision=5993
2014-10-06Make sites-enabled configuration filename dependent on distribution, sigh.Rob Austein
See #720. svn path=/trunk/; revision=5992
2014-10-06Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5991
2014-10-05Helps to import module before using it.Rob Austein
svn path=/branches/tk705/; revision=5990
2014-10-05Forgot to add new modules to setup.py, again.Rob Austein
svn path=/branches/tk705/; revision=5989
2014-10-05Pull from trunk.Rob Austein
svn path=/branches/tk705/; revision=5988
2014-10-05Archive snapshot of work-in-progress on Django South migrations forRob Austein
legacy rpki and pubd databases. svn path=/branches/tk705/; revision=5987
2014-10-05Address incompatible API changes in Django 1.7: apps.populate(),Rob Austein
MIDDLEWARE_CLASSES. Fixes #717. svn path=/trunk/; revision=5986
2014-10-03Add router cert request support to the GUI.Michael Elkins
svn path=/trunk/; revision=5985
2014-10-03Pull from trunk.Rob Austein
svn path=/branches/tk705/; revision=5984
2014-10-03Whittle another chunk off the SAX monster.Rob Austein
svn path=/branches/tk705/; revision=5983
2014-10-02regenRob Austein
svn path=/branches/tk705/; revision=5982
2014-10-02Whittle one small chunk off the left-right protocol SAX mess.Rob Austein
svn path=/branches/tk705/; revision=5981
2014-09-30Overly enthusiastic cleanup was causing script to regenerate sourceRob Austein
packages when nothing had changed. svn path=/trunk/; revision=5980
2014-09-30Pull from trunk.Rob Austein
svn path=/branches/tk705/; revision=5979
2014-09-30Add hack to yamltest to let Mike extract private keys for BGPSEC testing.Rob Austein
svn path=/trunk/; revision=5978
2014-09-29Tweak version numbering scheme to let us build binary packages for allRob Austein
supported platforms. svn path=/trunk/; revision=5977
2014-09-29Pull from trunk.Rob Austein
svn path=/branches/tk705/; revision=5976
2014-09-29Update to OpenSSL 1.0.1i. Not a security issue in our case, justRob Austein
staying current. svn path=/trunk/; revision=5975
2014-09-28Pull from trunk.Rob Austein
svn path=/branches/tk705/; revision=5974
2014-09-28Apparently a2ensite now (as of Ubuntu trusty, anyway) requires a .confRob Austein
suffix on the site configuration filename. Need to check whether this breaks older distributions, if so will need to something version dependent. svn path=/trunk/; revision=5973
2014-09-28self.Rob Austein
svn path=/trunk/; revision=5972
2014-09-28Rewrite pbuilder script, add support for Ubutu Trusty Tahir (14.04).Rob Austein
Builds for Ubuntu Precise Pangolin (12.04) disabled, either for good or until we figure out how to convince reprepo to accept the same package compiled for two different releases (sigh). See #712. svn path=/trunk/; revision=5971
2014-09-25Convert remaining rpkid up-down code from SAX to etree.Rob Austein
svn path=/branches/tk705/; revision=5970
2014-09-24Start converting rpkid's up-down implementation to use lxml.etree instead of ↵Rob Austein
SAX. svn path=/branches/tk705/; revision=5969
2014-09-23TypoRob Austein
svn path=/branches/tk705/; revision=5968
2014-09-22irbe_cli doesn't need async I/O either.Rob Austein
svn path=/branches/tk705/; revision=5967
2014-09-21Add CMS goo to simple CMS client, remove need for async HTTP in Zookeeper.Rob Austein
svn path=/branches/tk705/; revision=5966