aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-26Pull from trunk.Rob Austein
svn path=/branches/tk705/; revision=6036
2014-11-21remove support for form deletion in roa_create_multi since it doesn't ↵Michael Elkins
provide any useful functionality and makes the code more complex svn path=/trunk/; revision=6035
2014-11-21re-enable propogate on the django and django.request loggers so they get ↵Michael Elkins
logged by the root logger. svn path=/trunk/; revision=6034
2014-11-20Catch exception when the user attempts to import prefix/asn CSV files with ↵Michael Elkins
missing children, and allow the user to skip missing children in the import form. see #735 Catch rpki.csv_util.BadCSVSyntax and display an error to the user. svn path=/trunk/; revision=6033
2014-11-20avoid double output of logging.Michael Elkins
svn path=/trunk/; revision=6032
2014-11-20disable signal handlers for all .run_rpkid_now() callsMichael Elkins
svn path=/trunk/; revision=6031
2014-11-19disable_signal_handlers is an arg to the Zookeeper constructor, not ↵Michael Elkins
.call_rpkid() svn path=/trunk/; revision=6030
2014-11-19configure root logger to route WARNING or above to the appropriate handlers. ↵Michael Elkins
see #681 svn path=/trunk/; revision=6029
2014-11-19disable signal handlers for Zookeeper to avoid mod_wsgi warnings.Michael Elkins
svn path=/trunk/; revision=6028
2014-11-19Add disable_signal_handlers option to rpki.async.sync_wrapper andRob Austein
rpki.irdb.Zookeeper() to avoid problems when running in environments like mod_wsgi which have strong opinions about what code is and is not allowed to handle signals. This may result in some noise in log files, but there's not much we can do about that if we're not allowed to clean up when terminated, so be it. See #681. svn path=/trunk/; revision=6027
2014-11-19enable logging rpki.async to the apache log file. see #681Michael Elkins
svn path=/trunk/; revision=6026
2014-11-18Yet another XML cleanup bug.Rob Austein
svn path=/branches/tk705/; revision=6025
2014-11-16Now working against Tim's RRDP repository (really, was working a fewRob Austein
days ago, but forgot to check in changes at the time). svn path=/branches/tk705/; revision=6024
2014-11-16Import correct tag.Rob Austein
svn path=/branches/tk705/; revision=6023
2014-11-13Import left-right symbols needed.Rob Austein
svn path=/branches/tk705/; revision=6022
2014-11-13More RRDP retrieval.Rob Austein
svn path=/branches/tk705/; revision=6021
2014-11-12Add minimal RRDP support. This isn't enough to use RRDP, just enoughRob Austein
to allow rcynic to accept certificates containing certificates containing RRDP SIA URIs, which it would otherwise reject as profile violations. svn path=/trunk/; revision=6020
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-12Argh, back out unintended change to trunk.Rob Austein
svn path=/trunk/; revision=6016
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-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=/trunk/; 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-07Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=6008
2014-11-07Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=6007
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-31test for empty prefix list when filtering routing table to avoid returning ↵Michael Elkins
the entire table. closes #731 svn path=/trunk/; revision=6001
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