aboutsummaryrefslogtreecommitdiff
path: root/rp/utils
AgeCommit message (Collapse)Author
2016-05-24More http:// => https:// changes in documentation links.Rob Austein
svn path=/branches/tk705/; revision=6436
2016-05-07Oops, TeX-style "--" numeric ranges in copyright comments are bad fitRob Austein
for XML. Apparently we were carefully changing just the XML files to use a single "-" to work around this. Enough already, just convert all copyright year ranges to single "-" and have done with this. svn path=/branches/tk705/; revision=6427
2016-05-07More copyright notices, what fun.Rob Austein
svn path=/branches/tk705/; revision=6426
2016-04-26Convert RP utilities to use common config/argparse/logging setup.Rob Austein
svn path=/branches/tk705/; revision=6392
2016-01-26Add (mostly) backwards-compatible iterator which handles findingRob Austein
authenticated RP data via either os.walk() or Django ORM database traversal. svn path=/branches/tk705/; revision=6236
2015-12-08Fall back to HTTP if we can't find an HTTPS URI for rpkiNotify; theRob Austein
latest specification says HTTPS, but enough of the existing code has not yet caught up that it's useful to see the HTTP URIs when the HTTPS ones are missing. svn path=/branches/tk705/; revision=6215
2015-11-26Oops, RRDP now mandates HTTPS instead of HTTP.Rob Austein
svn path=/branches/tk705/; revision=6195
2015-11-11Configure pylint to use the pylint-django plugin, which (mostly)Rob Austein
understands Django's exotic metaclasses, which in turn allows us to re-enable a number of pylint checks we had disabled. While we were at this, stripped out a bunch of old pylint pragmas, then added back the subset that were really needed. As usual with pylint, this turned up a few real bugs along with an awful lot of noise. svn path=/branches/tk705/; revision=6162
2015-10-26"Any programmer who fails to comply with the standard naming, formatting,Rob Austein
or commenting conventions should be shot. If it so happens that it is inconvenient to shoot him, then he is to be politely requested to recode his program in adherence to the above standard." -- Michael Spier, Digital Equipment Corporation svn path=/branches/tk705/; revision=6152
2015-10-16PyLint. As usual, a lot of noise and a handful of real, albeit minor, bugs.Rob Austein
svn path=/branches/tk705/; revision=6123
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-05-31Still more PyLint.Rob Austein
svn path=/trunk/; revision=5856
2014-05-29New find_roa is picker about prefix syntax than the old version. NotRob Austein
really sure whether this is a feature or a bug, but hack test cases to be prefixes on the assumption that it's a feature. svn path=/trunk/; revision=5841
2014-05-20Doh, wrong API.Rob Austein
svn path=/trunk/; revision=5831
2014-05-09Clean up old utility code we don't need anymore.Rob Austein
svn path=/trunk/; revision=5826
2014-05-02Switch all rp/utils/ programs to use the Python script versionsRob Austein
instead of the nasty old C versions. C code retained in source tree for the moment, but will go away soon. svn path=/trunk/; revision=5825
2014-04-16Python version of scan_roas.Rob Austein
svn path=/trunk/; revision=5804
2014-04-15Python version of uri utility.Rob Austein
svn path=/trunk/; revision=5803
2014-04-15Python version of print_rpki_manifest.Rob Austein
svn path=/trunk/; revision=5802
2014-04-15Add print_roa.py.Rob Austein
svn path=/trunk/; revision=5801
2014-04-15Add inception dates; add --all to scan entire tree without prefix matching.Rob Austein
svn path=/trunk/; revision=5800
2014-04-15Replacing awful old C programs with tiny Python programs: documentRob Austein
find-roa.py, add hashdir.py. svn path=/trunk/; revision=5799
2014-04-14First cut at Python replacement for find_roa.Rob Austein
svn path=/trunk/; revision=5798
2014-04-14Move all Python script installation to setup.py, so that it gets theRob Austein
name of the Python executable right (FreeBSD $PATH under cron problem, again, yet another variant). See #686. svn path=/trunk/; revision=5792
2014-04-12Clean up kludges left from before RP code could use our the PythonRob Austein
libraries. svn path=/trunk/; revision=5787
2014-04-11Update to use current rpki.POW API.Rob Austein
svn path=/trunk/; revision=5785
2014-04-10Incomplete autoconf conversion in RP tools. Oops. Thanks, Michael.Rob Austein
svn path=/branches/tk685/; revision=5781
2014-04-10Upgrade find-roa-expiration to supported tool, per user request.Rob Austein
See #633, #685. svn path=/branches/tk685/; revision=5777
2014-04-07RP cleanup and test rules.Rob Austein
svn path=/branches/tk685/; revision=5759
2014-04-06Start whacking MakefilesRob Austein
svn path=/branches/tk685/; revision=5758
2014-04-05Source tree reorg, phase 1. Almost everything moved, no file contents changed.Rob Austein
svn path=/branches/tk685/; revision=5757