aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-03Pull from trunk.Rob Austein
svn path=/branches/tk705/; revision=6089
2015-08-03Pull from trunk.Rob Austein
svn path=/branches/tk705/; revision=6087
2015-07-21Code to support multiple HTTP content types didn't quite work withRob Austein
rpki.http_simple. svn path=/branches/tk705/; revision=6085
2015-07-21Last batch of catch-up merges. Still need to test, but this is aRob Austein
development branch, so committing the merge before testing shouldn't break anything. svn path=/branches/tk705/; revision=6084
2015-07-21More relatively straightforward merges.Rob Austein
svn path=/branches/tk705/; revision=6083
2015-07-21Merge FreeBSD ports and OpenSSL changes from last six months. StillRob Austein
some merge conflicts in other parts of the tree to sort out. svn path=/branches/tk705/; revision=6082
2015-07-21Start catching up on six months worth of little changes in RRDP.Rob Austein
svn path=/branches/tk705/; revision=6081
2015-07-21Summary: Sigh, package name changed too.Rob Austein
svn path=/trunk/; revision=6079
2015-07-21Summary: mod_wsgi3 => mod_wsgi4.Rob Austein
svn path=/trunk/; revision=6078
2015-07-20Change Django FreeBSD port dependency to py-django14 (LTS).Rob Austein
svn path=/trunk/; revision=6077
2015-07-20Disable dependency checking while building port skeletons.Rob Austein
svn path=/trunk/; revision=6076
2015-07-10Update to OpenSSL 1.0.2d.Rob Austein
svn path=/trunk/; revision=6075
2015-04-06refactor route dump importer to share code common to text and MRT dumpsMichael Elkins
svn path=/trunk/; revision=6074
2015-03-25use buffering when invoking the bzunip2 subprocess for better performanceMichael Elkins
see #759 svn path=/trunk/; revision=6073
2015-03-24log message when timing out should be at the ERROR level since the script ↵Michael Elkins
has failed svn path=/trunk/; revision=6072
2015-03-23Remove routeviews.org dump when finished processing it.Michael Elkins
See #759 svn path=/trunk/; revision=6071
2015-03-23add `download-directory' configuration option in [web_portal] to specify the ↵Michael Elkins
directory to use when downloading the routeviews.org dump. changed default value to /var/tmp see #759 svn path=/trunk/; revision=6070
2015-03-20Update to OpenSSL 1.0.1m.Michael Elkins
http://openssl.org/news/secadv_20150319.txt svn path=/trunk/; revision=6069
2015-03-06tighten up default TLS settings in apache.conf to exclude weak ciphersMichael Elkins
svn path=/trunk/; revision=6068
2015-03-05fix inaccurate future validity status in the ROA confirmation page when ↵Michael Elkins
multiple ROAs are created at once. closes #753 svn path=/trunk/; revision=6067
2015-03-04add checkbox to ROA creation form to optionally create additional ROAs for ↵Michael Elkins
child routes that will become invalid as the result the parent creating a ROA. see #719 svn path=/trunk/; revision=6066
2015-03-04don't require TLS when DEBUG=TrueMichael Elkins
This is useful for running the Django test webserver without TLS support. svn path=/trunk/; revision=6065
2015-03-04accidentally committed bootstrap 3 fonts in trunkMichael Elkins
svn path=/trunk/; revision=6064
2015-02-25add new glyphicon setMichael Elkins
svn path=/trunk/; revision=6055
2015-02-24/usr/ports/Mk/ voodoo changed, USE_PYTHON=v is now USES=python:v.Rob Austein
svn path=/trunk/; revision=6048
2015-01-28Pull doc and OpenSSL changes from trunk.Rob Austein
svn path=/branches/tk705/; revision=6047
2015-01-28Pull latest release on OpenSSL 1.0.1 branch, just to keep current.Rob Austein
Most of the vulnerabilities fixed are in TLS and DTLS code we don't use, and all of them are minor, see OpenSSL release notes if you care. svn path=/trunk/; revision=6046
2014-12-19Accept either old or new MIME Content-Type in up-down server code, andRob Austein
allow configuration of either old or new in up-down client code. For the moment, client defaults to using the old Content-Type, to avoid breaking deployed services, but this will change at some point. See #747. svn path=/trunk/; revision=6045
2014-12-19Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=6044
2014-12-19Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=6043
2014-12-14Log manifest URI if we can't find a URI in walk context. See #745.Rob Austein
svn path=/trunk/; revision=6042
2014-12-11add inner loop to iterate over all rpki.gui.cacheview.ROA objects associated ↵Michael Elkins
with a rpki.gui.cacheview.ROAPrefixV4. closes #744 svn path=/trunk/; revision=6041
2014-12-11Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=6040
2014-12-09set the URL name on the various password reset URLs as the code uses the ↵Michael Elkins
name rather than the Python module name to look up the URL via reverse(). closes #739 svn path=/trunk/; revision=6039
2014-11-26catch lxml.etree.XMLSyntaxError and notify the user when the uploaded XML ↵Michael Elkins
file was invalid. closes #736 svn path=/trunk/; revision=6038
2014-11-26check formset.has_changed() in roa creation form to detect submission of ↵Michael Elkins
blank form. closes #734 svn path=/trunk/; revision=6037
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