Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2014-04-05 | Merge tk671 (router certificate support) back to trunk. See #671. | Rob Austein | |
svn path=/trunk/; revision=5753 | |||
2014-04-05 | Add delete_certificate_request and show_certificate_requests to rpkic. | Rob Austein | |
svn path=/branches/tk671/; revision=5751 | |||
2014-04-04 | Initial rpki-rtr support for router certificates. Runs, but not yet | Rob Austein | |
tested beyond `smoketest.1.yaml` and `--client loopback`. svn path=/branches/tk671/; revision=5750 | |||
2014-04-04 | Regen | Rob Austein | |
svn path=/branches/tk671/; revision=5749 | |||
2014-04-04 | Sigh, cut-and-paste of missing copyright-and-license notice from IETF | Rob Austein | |
web site picked up non-ASCII punctuation characters which eventually caused Python to choke due to lack of encoding declaration. Substituting boring ASCII equivalents for whizzy punctuation. svn path=/branches/tk671/; revision=5748 | |||
2014-04-04 | Regen | Rob Austein | |
svn path=/branches/tk671/; revision=5747 | |||
2014-04-04 | Update copyrights. | Rob Austein | |
svn path=/branches/tk671/; revision=5746 | |||
2014-04-03 | If we're going to remove the poststart function we'd better not try to call it. | Rob Austein | |
svn path=/branches/tk671/; revision=5745 | |||
2014-04-03 | Remove deferred-upgrade stuff, we don't need it at the moment, it's | Rob Austein | |
fragile, and this may not really be the right approach anyway. svn path=/branches/tk671/; revision=5744 | |||
2014-04-03 | Turns out we don't really need the whole deferred-upgrade mess after | Rob Austein | |
all, at least not yet. Real problem was AIA handling, now fixed. svn path=/branches/tk671/; revision=5743 | |||
2014-04-03 | Helps to fix the code as well as the comments. | Rob Austein | |
svn path=/branches/tk671/; revision=5742 | |||
2014-04-02 | Need AIA check for signed object certificates too. | Rob Austein | |
svn path=/branches/tk671/; revision=5741 | |||
2014-04-02 | Get AIA comparison right. | Rob Austein | |
svn path=/branches/tk671/; revision=5740 | |||
2014-04-02 | Track changes in URI at which parent publishes our CA certificate, and | Rob Austein | |
propegate those changes to certs we issue. svn path=/branches/tk671/; revision=5739 | |||
2014-04-02 | Log something before running deferred upgrades. | Rob Austein | |
svn path=/branches/tk671/; revision=5738 | |||
2014-04-02 | Don't try to batch revocations. | Rob Austein | |
svn path=/branches/tk671/; revision=5737 | |||
2014-04-02 | Hmm, Python "exec" is a bit fragile, may need to do something about | Rob Austein | |
constructing script-specific symbol table. svn path=/branches/tk671/; revision=5736 | |||
2014-04-02 | Directory cleanup working as expected, but AIA cleanup still flakey. | Rob Austein | |
svn path=/branches/tk671/; revision=5735 | |||
2014-04-02 | Better version of cleanup script, although we might be able to do | Rob Austein | |
better if there turns out to be a sane way for rpkid to notice that it wants a different SIA value than previously and therefore request the new certificate automatically. svn path=/branches/tk671/; revision=5734 | |||
2014-04-02 | Pull from trunk. | Rob Austein | |
svn path=/branches/tk671/; revision=5733 | |||
2014-04-02 | Don't throw exception from child_cert_obj.__repr__() when ca_detail isn't set. | Rob Austein | |
svn path=/trunk/; revision=5732 | |||
2014-04-02 | Hmm, fun failures withdrawing nonexistent objects. Try postponing | Rob Austein | |
revokcation until after we've done everything else. svn path=/branches/tk671/; revision=5731 | |||
2014-04-02 | Sigh, s/--self_id/--self_handle/. | Rob Austein | |
svn path=/branches/tk671/; revision=5730 | |||
2014-04-02 | Different approach to forced-reissue script, using irbe_cli batching. | Rob Austein | |
svn path=/branches/tk671/; revision=5729 | |||
2014-04-02 | And this time it ran perfectly on the first pass. Yep, some kind of timing ↵ | Rob Austein | |
thing. svn path=/branches/tk671/; revision=5728 | |||
2014-04-02 | Try doing the entire rekey/reissue thing twice, since that seems to | Rob Austein | |
work when doing it manually. This may be a timing issue. svn path=/branches/tk671/; revision=5727 | |||
2014-04-01 | Something seriously weird going on with scoping rules, rewrite yet again. | Rob Austein | |
svn path=/branches/tk671/; revision=5726 | |||
2014-04-01 | Scoping problem in exec-from-sql kludge, sigh. | Rob Austein | |
svn path=/branches/tk671/; revision=5725 | |||
2014-04-01 | Running deferred SQL upgrades from rpki-start-servers doesn't work, | Rob Austein | |
dunno why, but putting it there was always a kludge. Try moving it to an explicit post-start action in platform-specific startup scripts. Rewrite deferred upgrade script for [5678] to do up-down rekey and revoke as well, since that seemed to work better in initial testing. svn path=/branches/tk671/; revision=5724 | |||
2014-03-31 | Debug deferred_upgrade code. | Rob Austein | |
svn path=/branches/tk671/; revision=5723 | |||
2014-03-31 | Pull from trunk. | Rob Austein | |
svn path=/branches/tk671/; revision=5722 |