Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-17 | Missing quote. | Rob Austein | |
svn path=/trunk/; revision=5808 | |||
2014-04-17 | Use rpki.POW to scan rcynic data directly, while retaining the ability | Rob Austein | |
to test with external programs when needed. svn path=/trunk/; revision=5807 | |||
2014-04-17 | Comment, partly to document nasty build issue but also to force a | Rob Austein | |
version number update as a test case. svn path=/trunk/; revision=5806 | |||
2014-04-16 | Relatively gratuitous logging change to provke version number bump so | Rob Austein | |
I can figure out why the package builder keeps forgetting to upload the i386 packages. svn path=/trunk/; revision=5805 | |||
2014-04-16 | Python version of scan_roas. | Rob Austein | |
svn path=/trunk/; revision=5804 | |||
2014-04-15 | Python version of uri utility. | Rob Austein | |
svn path=/trunk/; revision=5803 | |||
2014-04-15 | Python version of print_rpki_manifest. | Rob Austein | |
svn path=/trunk/; revision=5802 | |||
2014-04-15 | Add print_roa.py. | Rob Austein | |
svn path=/trunk/; revision=5801 | |||
2014-04-15 | Add inception dates; add --all to scan entire tree without prefix matching. | Rob Austein | |
svn path=/trunk/; revision=5800 | |||
2014-04-15 | Replacing awful old C programs with tiny Python programs: document | Rob Austein | |
find-roa.py, add hashdir.py. svn path=/trunk/; revision=5799 | |||
2014-04-14 | First cut at Python replacement for find_roa. | Rob Austein | |
svn path=/trunk/; revision=5798 | |||
2014-04-14 | bump copyright | Michael Elkins | |
svn path=/trunk/; revision=5797 | |||
2014-04-14 | Helps to create the directory we say we're creating. | Rob Austein | |
svn path=/trunk/; revision=5796 | |||
2014-04-14 | store resource handle name as a string in the session rather than a Conf ↵ | Michael Elkins | |
object. closes #689 svn path=/trunk/; revision=5795 | |||
2014-04-14 | do not emit a warning about missing parent certs in the cacheview db, since ↵ | Michael Elkins | |
this is usually just a harmless case that the rcynic cache has been updated and we haven't yet updated our db svn path=/trunk/; revision=5794 | |||
2014-04-14 | send a single email to root when stale rcynic/routeviews data is detected ↵ | Michael Elkins | |
during the nightly expiration check. we no longer send email to the user accounts about this. see #686 svn path=/trunk/; revision=5793 | |||
2014-04-14 | Move all Python script installation to setup.py, so that it gets the | Rob 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-12 | rpki.POW internal doc cleanup. See #691. | Rob Austein | |
svn path=/trunk/; revision=5791 | |||
2014-04-12 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=5790 | |||
2014-04-12 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=5789 | |||
2014-04-12 | Add .extractWithoutVerifying() methods to CMS and derived classes. | Rob Austein | |
This is just a more readable and slightly more efficient (no X509Store object required) idiom for what some code was already doing using the .verify() methods with flag settings to disable verification. Big warnings not to do this with unverified data, but programs intended to post-process data which has already been verified shouldn't have to be unreadable just to rub the programmer's nose in the verification API. svn path=/trunk/; revision=5788 | |||
2014-04-12 | Clean up kludges left from before RP code could use our the Python | Rob Austein | |
libraries. svn path=/trunk/; revision=5787 | |||
2014-04-11 | fix broken import in newer django 1.5+. closes #687 | Michael Elkins | |
svn path=/trunk/; revision=5786 | |||
2014-04-11 | Update to use current rpki.POW API. | Rob Austein | |
svn path=/trunk/; revision=5785 | |||
2014-04-10 | Merge tk685 branch back to trunk. This completes the move of the rpki | Rob Austein | |
libraries and rpki.POW module from the rpki-ca package to the rpki-rp package. Closes #685, closes #633. svn path=/trunk/; revision=5784 | |||
2014-04-10 | Remove ancient kludge for running rtr-origin from source tree; | Rob Austein | |
instead, test scripts must override on command line. Syntax is even more wretched than before, but at least semantics are now right; syntax will be fixed when rtr-origin gets rewritten to use argparse subparsers. svn path=/branches/tk685/; revision=5782 | |||
2014-04-10 | Incomplete autoconf conversion in RP tools. Oops. Thanks, Michael. | Rob Austein | |
svn path=/branches/tk685/; revision=5781 | |||
2014-04-10 | Source install wasn't applying SQL upgrades. Oops. | Rob Austein | |
svn path=/branches/tk685/; revision=5780 | |||
2014-04-10 | Tell Debian package system that we moved files from rpki-ca to rpki-rp. | Rob Austein | |
svn path=/branches/tk685/; revision=5779 | |||
2014-04-10 | Upgrade find-roa-expiration to supported tool, per user request. | Rob Austein | |
See #633, #685. svn path=/branches/tk685/; revision=5777 | |||
2014-04-10 | Kludge to avoid conflict from duplicate .egg-info files. | Rob Austein | |
svn path=/branches/tk685/; revision=5776 | |||
2014-04-09 | Clean up source regeneration (h/ and schemas/), debug builds with | Rob Austein | |
--disable-*-tools set. svn path=/branches/tk685/; revision=5775 | |||
2014-04-09 | Need to run setup.py for CA too, not just RP. Doh. Many of the old | Rob Austein | |
assumptions in configure.ac were no longer valid, so it was time to refactor big chunks of it. svn path=/branches/tk685/; revision=5774 | |||
2014-04-09 | Some autoconf settings weren't propagating to autoconf.py. | Rob Austein | |
relaxng test belongs with the other CA tests. svn path=/branches/tk685/; revision=5773 | |||
2014-04-09 | First pass at updated debuild configuration. | Rob Austein | |
svn path=/branches/tk685/; revision=5772 | |||
2014-04-09 | Tweak setup.py to conditionalize installation of rpki-ca scripts; move | Rob Austein | |
installation targets for Python library up from ca to top Makefile. svn path=/branches/tk685/; revision=5771 | |||
2014-04-09 | Rewrite some of the rule blocks for clarity. | Rob Austein | |
svn path=/branches/tk685/; revision=5770 | |||
2014-04-08 | First cut at revised top-level rules and macros. Tediously verbose at | Rob Austein | |
the moment, clean that up later, but seems to work as intended. svn path=/branches/tk685/; revision=5769 | |||
2014-04-08 | Pull from trunk. | Rob Austein | |
svn path=/branches/tk685/; revision=5768 | |||
2014-04-08 | CVE-2014-0160. Not strictly relevant as we don't use TLS, but it's | Rob Austein | |
easier to upgrade than to answer that question even once. svn path=/trunk/; revision=5767 | |||
2014-04-07 | Pull tk674 changes from trunk. Required manual conflict resolution | Rob Austein | |
because of tree changes in this (tk685) branch; with luck the subversion mergeinfo will record what happened as I intended, but if something horrible happens when this is merged back to trunk, you'll know why. Manual diff of affected files against trunk looks good. svn path=/branches/tk685/; revision=5766 | |||
2014-04-07 | Whack test code to work with new tree, fix relaxng.py. | Rob Austein | |
svn path=/branches/tk685/; revision=5765 | |||
2014-04-07 | Add .get{Subject,Issuer}Hash() methods. | Rob Austein | |
svn path=/branches/tk685/; revision=5764 | |||
2014-04-07 | merge support for GUI password resets. closes #674 | Michael Elkins | |
svn path=/trunk/; revision=5762 | |||
2014-04-07 | merge with ^/trunk | Michael Elkins | |
svn path=/branches/tk674/; revision=5761 | |||
2014-04-07 | Fix schema generation. | Rob Austein | |
svn path=/branches/tk685/; revision=5760 | |||
2014-04-07 | RP cleanup and test rules. | Rob Austein | |
svn path=/branches/tk685/; revision=5759 | |||
2014-04-06 | Start whacking Makefiles | Rob Austein | |
svn path=/branches/tk685/; revision=5758 | |||
2014-04-05 | Source tree reorg, phase 1. Almost everything moved, no file contents changed. | Rob Austein | |
svn path=/branches/tk685/; revision=5757 | |||
2014-04-05 | Regen | Rob Austein | |
svn path=/trunk/; revision=5754 |