Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-09 | Baby steps towards using new rpkidb models. Now that SAX is gone, | Rob Austein | |
clean up some of the corresponding mess. svn path=/branches/tk705/; revision=6105 | |||
2015-10-09 | Change reduced list of repositories in analysis script to focus on the | Rob Austein | |
RIRs and AltCA for now. Perhaps this script should use argparse? svn path=/trunk/; revision=6104 | |||
2015-10-08 | Add an initial set of rpkidb models and confirm that Django is willing | Rob Austein | |
to parse them and generate migrations for them. Not actually using them for anything yet, but code still runs with this present so haven't broken anything yet.... svn path=/branches/tk705/; revision=6103 | |||
2015-10-08 | Clean out remains of old publication_control protocol implementation. | Rob Austein | |
A few old test programs were still using this, those will require upgrade or retirement. svn path=/branches/tk705/; revision=6102 | |||
2015-10-08 | Upgrade to new way of doing WSGI. Silence ten zillion deprecation | Rob Austein | |
warnings: Django 1.8 has a really obscure way of saying "Please don't import your models into your apps' __init__.py files, thanks." svn path=/branches/tk705/; revision=6101 | |||
2015-10-08 | Initial sorta-mostly-working with Django 1.8. Incredibly noisy due to | Rob Austein | |
incomprehensible advance depreciation warnings for Django 1.9. svn path=/branches/tk705/; revision=6100 | |||
2015-10-08 | More Django settings cleanup. | Rob Austein | |
svn path=/branches/tk705/; revision=6099 | |||
2015-10-07 | Discard Django router in favor of separate settings files tailored to | Rob Austein | |
particular programs (see #713). svn path=/branches/tk705/; revision=6098 | |||
2015-10-07 | Apparently I broke router certificate generation on this branch a while ago ↵ | Rob Austein | |
and didn't notice. svn path=/branches/tk705/; revision=6097 | |||
2015-10-07 | @django.db.transaction.commit_on_success => @django.db.transaction.atomic. | Rob Austein | |
svn path=/branches/tk705/; revision=6096 | |||
2015-10-07 | Move all the special-case glorp for attribute types into templates, | Rob Austein | |
thereby eliminating still more parsing code. No clue why we didn't do this years ago. svn path=/branches/tk705/; revision=6095 | |||
2015-10-07 | SAX cleanup. | Rob Austein | |
svn path=/branches/tk705/; revision=6094 | |||
2015-10-07 | Working without SAX. I think. Checkpointing version that worked | Rob Austein | |
before ripping out remaining SAX code. svn path=/branches/tk705/; revision=6093 | |||
2015-10-06 | Cleanup getting this old development branch running again with Django | Rob Austein | |
1.6...which is old, and needs to be upgraded (current is 1.9 or thereabouts), but that particular yak can wait its turn for a shave. svn path=/branches/tk705/; revision=6092 | |||
2015-10-05 | Fiddle how we specify include directories to avoid conflict with | Rob Austein | |
system openssl on MacOSX with Homebrew Python 2.7.10. I //think// the trigger for this problem was when Homebrew changed OpenSSL from "keg-only" to full installation, thus putting OpenSSL's header files into the default search path. svn path=/branches/tk705/; revision=6091 | |||
2015-08-06 | Script to generate root certificates on machines without useful OpenSSL. ↵ | Rob Austein | |
See #768. svn path=/trunk/; revision=6090 | |||
2015-08-03 | Pull from trunk. | Rob Austein | |
svn path=/branches/tk705/; revision=6089 | |||
2015-08-03 | Update postinst to cope with /var/www/html move. | Rob Austein | |
svn path=/trunk/; revision=6088 | |||
2015-08-03 | Pull from trunk. | Rob Austein | |
svn path=/branches/tk705/; revision=6087 | |||
2015-08-03 | Track https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730372 | Rob Austein | |
svn path=/trunk/; revision=6086 | |||
2015-07-21 | Code to support multiple HTTP content types didn't quite work with | Rob Austein | |
rpki.http_simple. svn path=/branches/tk705/; revision=6085 | |||
2015-07-21 | Last batch of catch-up merges. Still need to test, but this is a | Rob Austein | |
development branch, so committing the merge before testing shouldn't break anything. svn path=/branches/tk705/; revision=6084 | |||
2015-07-21 | More relatively straightforward merges. | Rob Austein | |
svn path=/branches/tk705/; revision=6083 | |||
2015-07-21 | Merge FreeBSD ports and OpenSSL changes from last six months. Still | Rob Austein | |
some merge conflicts in other parts of the tree to sort out. svn path=/branches/tk705/; revision=6082 | |||
2015-07-21 | Start catching up on six months worth of little changes in RRDP. | Rob Austein | |
svn path=/branches/tk705/; revision=6081 | |||
2015-07-21 | Summary: Sigh, package name changed too. | Rob Austein | |
svn path=/trunk/; revision=6079 | |||
2015-07-21 | Summary: mod_wsgi3 => mod_wsgi4. | Rob Austein | |
svn path=/trunk/; revision=6078 | |||
2015-07-20 | Change Django FreeBSD port dependency to py-django14 (LTS). | Rob Austein | |
svn path=/trunk/; revision=6077 | |||
2015-07-20 | Disable dependency checking while building port skeletons. | Rob Austein | |
svn path=/trunk/; revision=6076 | |||
2015-07-10 | Update to OpenSSL 1.0.2d. | Rob Austein | |
svn path=/trunk/; revision=6075 | |||
2015-04-06 | refactor route dump importer to share code common to text and MRT dumps | Michael Elkins | |
svn path=/trunk/; revision=6074 | |||
2015-03-25 | use buffering when invoking the bzunip2 subprocess for better performance | Michael Elkins | |
see #759 svn path=/trunk/; revision=6073 | |||
2015-03-24 | log message when timing out should be at the ERROR level since the script ↵ | Michael Elkins | |
has failed svn path=/trunk/; revision=6072 | |||
2015-03-23 | Remove routeviews.org dump when finished processing it. | Michael Elkins | |
See #759 svn path=/trunk/; revision=6071 | |||
2015-03-23 | add `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-20 | Update to OpenSSL 1.0.1m. | Michael Elkins | |
http://openssl.org/news/secadv_20150319.txt svn path=/trunk/; revision=6069 | |||
2015-03-06 | tighten up default TLS settings in apache.conf to exclude weak ciphers | Michael Elkins | |
svn path=/trunk/; revision=6068 | |||
2015-03-05 | fix 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-04 | add 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-04 | don't require TLS when DEBUG=True | Michael Elkins | |
This is useful for running the Django test webserver without TLS support. svn path=/trunk/; revision=6065 | |||
2015-03-04 | accidentally committed bootstrap 3 fonts in trunk | Michael Elkins | |
svn path=/trunk/; revision=6064 | |||
2015-02-25 | add new glyphicon set | Michael 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-28 | Pull doc and OpenSSL changes from trunk. | Rob Austein | |
svn path=/branches/tk705/; revision=6047 | |||
2015-01-28 | Pull 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-19 | Accept either old or new MIME Content-Type in up-down server code, and | Rob 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-19 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=6044 | |||
2014-12-19 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=6043 | |||
2014-12-14 | Log manifest URI if we can't find a URI in walk context. See #745. | Rob Austein | |
svn path=/trunk/; revision=6042 | |||
2014-12-11 | add 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 |