Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2014-12-11 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=6040 | |||
2014-12-09 | set 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-26 | catch 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-26 | check formset.has_changed() in roa creation form to detect submission of ↵ | Michael Elkins | |
blank form. closes #734 svn path=/trunk/; revision=6037 | |||
2014-11-26 | Pull from trunk. | Rob Austein | |
svn path=/branches/tk705/; revision=6036 | |||
2014-11-21 | remove 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-21 | re-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-20 | Catch 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-20 | avoid double output of logging. | Michael Elkins | |
svn path=/trunk/; revision=6032 | |||
2014-11-20 | disable signal handlers for all .run_rpkid_now() calls | Michael Elkins | |
svn path=/trunk/; revision=6031 | |||
2014-11-19 | disable_signal_handlers is an arg to the Zookeeper constructor, not ↵ | Michael Elkins | |
.call_rpkid() svn path=/trunk/; revision=6030 | |||
2014-11-19 | configure root logger to route WARNING or above to the appropriate handlers. ↵ | Michael Elkins | |
see #681 svn path=/trunk/; revision=6029 | |||
2014-11-19 | disable signal handlers for Zookeeper to avoid mod_wsgi warnings. | Michael Elkins | |
svn path=/trunk/; revision=6028 | |||
2014-11-19 | Add disable_signal_handlers option to rpki.async.sync_wrapper and | Rob 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-19 | enable logging rpki.async to the apache log file. see #681 | Michael Elkins | |
svn path=/trunk/; revision=6026 | |||
2014-11-18 | Yet another XML cleanup bug. | Rob Austein | |
svn path=/branches/tk705/; revision=6025 | |||
2014-11-16 | Now working against Tim's RRDP repository (really, was working a few | Rob Austein | |
days ago, but forgot to check in changes at the time). svn path=/branches/tk705/; revision=6024 | |||
2014-11-16 | Import correct tag. | Rob Austein | |
svn path=/branches/tk705/; revision=6023 | |||
2014-11-13 | Import left-right symbols needed. | Rob Austein | |
svn path=/branches/tk705/; revision=6022 | |||
2014-11-13 | More RRDP retrieval. | Rob Austein | |
svn path=/branches/tk705/; revision=6021 | |||
2014-11-12 | Add minimal RRDP support. This isn't enough to use RRDP, just enough | Rob 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-12 | Fix first round of RRDP SIA URI bugs. | Rob Austein | |
svn path=/branches/tk705/; revision=6019 | |||
2014-11-12 | Add $rpkica_flags so we can experiment with logging settings. | Rob Austein | |
svn path=/branches/tk705/; revision=6018 | |||
2014-11-12 | Pull from trunk. | Rob Austein | |
svn path=/branches/tk705/; revision=6017 | |||
2014-11-12 | Argh, back out unintended change to trunk. | Rob Austein | |
svn path=/trunk/; revision=6016 | |||
2014-11-12 | Initial (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-12 | Initial (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-09 | rpkic force_publication working on tk705 again. | Rob Austein | |
svn path=/branches/tk705/; revision=6014 | |||
2014-11-08 | Clean up unused exceptions left over from some refactoring expedition | Rob Austein | |
or another. svn path=/branches/tk705/; revision=6013 | |||
2014-11-08 | It may be time to pylint this code again. | Rob Austein | |
svn path=/branches/tk705/; revision=6012 | |||
2014-11-08 | Regen | Rob Austein | |
svn path=/branches/tk705/; revision=6011 | |||
2014-11-08 | Simplify RRDP schema again: one delta file now contains exactly one | Rob Austein | |
delta rather than a range. svn path=/branches/tk705/; revision=6010 | |||
2014-11-07 | Yet another SAX -> ETree nit. | Rob Austein | |
svn path=/branches/tk705/; revision=6009 | |||
2014-11-07 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=6008 | |||
2014-11-07 | Automatic 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-05 | Need to set VERSION when doing --local-dist. | Rob Austein | |
svn path=/branches/tk705/; revision=6005 | |||
2014-11-05 | Missed an _elt in [6002]. Pull changes from trunk. | Rob Austein | |
svn path=/branches/tk705/; revision=6004 | |||
2014-11-03 | Another SAX -> ETree fix. | Rob Austein | |
svn path=/branches/tk705/; revision=6003 | |||
2014-11-03 | Convert some lingering *_elt references to lxml.etree. | Rob Austein | |
svn path=/branches/tk705/; revision=6002 | |||
2014-10-31 | test for empty prefix list when filtering routing table to avoid returning ↵ | Michael Elkins | |
the entire table. closes #731 svn path=/trunk/; revision=6001 |