Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-31 | Remove ancient restriction that rootd operator's handle must match the | Rob Austein | |
handle field in rpki.conf. svn path=/trunk/; revision=5721 | |||
2014-03-31 | Debug apply-scripts database passing. | Rob Austein | |
svn path=/branches/tk671/; revision=5720 | |||
2014-03-30 | First cut at upgrade script for change [5678]. Needs testing. | Rob Austein | |
svn path=/branches/tk671/; revision=5719 | |||
2014-03-30 | Add rpki-sql-setup --apply-deferred-updates to support migrations | Rob Austein | |
which can't be executed until the daemons are up. See #671. svn path=/branches/tk671/; revision=5718 | |||
2014-03-30 | Debug merge of rpki-sql-update into rpki-sql-setup. | Rob Austein | |
svn path=/branches/tk671/; revision=5717 | |||
2014-03-29 | Merge rpki-sql-upgrade into rpki-sql-setup. See #671. | Rob Austein | |
svn path=/branches/tk671/; revision=5716 | |||
2014-03-29 | Pull from trunk. | Rob Austein | |
svn path=/branches/tk671/; revision=5715 | |||
2014-03-29 | Simplify, fixing swapped test (rpkid vs irdbd) in the process. | Rob Austein | |
svn path=/trunk/; revision=5714 | |||
2014-03-29 | Run SQL upgrades in FreeBSD post-install too. | Rob Austein | |
svn path=/branches/tk671/; revision=5713 | |||
2014-03-29 | Debug rpki-sql-upgrade. | Rob Austein | |
svn path=/branches/tk671/; revision=5712 | |||
2014-03-28 | no need to specifical specify redirect url | Michael Elkins | |
svn path=/branches/tk674/; revision=5711 | |||
2014-03-28 | Update to current version before final database close. | Rob Austein | |
svn path=/branches/tk671/; revision=5710 | |||
2014-03-28 | Make upgrade-scripts directory configurable. | Rob Austein | |
svn path=/branches/tk671/; revision=5709 | |||
2014-03-28 | First cut at rpki-sql-upgrade script. See #671. | Rob Austein | |
svn path=/branches/tk671/; revision=5708 | |||
2014-03-27 | initial support for user password resets | Michael Elkins | |
svn path=/branches/tk674/; revision=5707 | |||
2014-03-16 | Pull from trunk. | Rob Austein | |
svn path=/branches/tk671/; revision=5705 | |||
2014-03-16 | Add --disable-runtime-dependencies to turn off enforcement in | Rob Austein | |
build-time checks of runtime dependencies (ie, we still whine, but ./configure keeps going rather than exiting with an error). svn path=/trunk/; revision=5704 | |||
2014-03-16 | Support FreeBSD port build staging. See #684. | Rob Austein | |
svn path=/trunk/; revision=5703 | |||
2014-03-16 | Try getting version number right in setup.py. | Rob Austein | |
svn path=/trunk/; revision=5702 | |||
2014-03-10 | Remove delegated resources from the labuser* accounts when resetting the ↵ | Michael Elkins | |
demo. see #544 svn path=/trunk/; revision=5701 | |||
2014-03-10 | Rollback deletion of cached resource certs when there is an error ↵ | Michael Elkins | |
communicating with rpkid. see #681 svn path=/trunk/; revision=5700 | |||
2014-03-06 | Package name for mod-wsgi changed in November, we didn't notice. Oops. | Rob Austein | |
svn path=/trunk/; revision=5699 | |||
2014-03-06 | Clang found a few issues. | Rob Austein | |
svn path=/trunk/; revision=5698 | |||
2014-03-06 | Tweak argparse. | Rob Austein | |
svn path=/trunk/; revision=5697 | |||
2014-03-06 | One more argparse conversion; add --allow-dirty option to avoid having | Rob Austein | |
to edit this script every time we need to debug the build process. svn path=/trunk/; revision=5696 | |||
2014-03-04 | rpki-ca should depend on rpki-rp. This probably breaks | Rob Austein | |
rpki-portupgrade, but it was kind of broken anyway for reasons beyond our control. svn path=/trunk/; revision=5695 | |||
2014-02-27 | Pull from trunk. | Rob Austein | |
svn path=/branches/tk671/; revision=5694 | |||
2014-02-27 | Both manifest serial numbers and ROA autonomous system numbers can be | Rob Austein | |
longer than 31 bits, so we have to use OpenSSL's bignum routines to print them properly. Closes #683. svn path=/trunk/; revision=5693 | |||
2014-02-27 | Log ee_cert objects properly. | Rob Austein | |
svn path=/branches/tk671/; revision=5692 | |||
2014-02-27 | Pull from trunk. | Rob Austein | |
svn path=/branches/tk671/; revision=5691 | |||
2014-02-27 | Fix usage message. | Rob Austein | |
svn path=/trunk/; revision=5690 | |||
2014-02-27 | More router certificate checks. | Rob Austein | |
svn path=/trunk/; revision=5689 | |||
2014-02-26 | Pull from trunk. | Rob Austein | |
svn path=/branches/tk671/; revision=5688 | |||
2014-02-26 | Add EKU checks for BGPSEC router certificates, now that we have a | Rob Austein | |
value for id-kp-bgpsec-router. svn path=/trunk/; revision=5687 | |||
2014-02-26 | Sort OIDs into numerical order. | Rob Austein | |
svn path=/branches/tk671/; revision=5686 | |||
2014-02-26 | id-kp-bgpsec-router assigned by the OID Czar. | Rob Austein | |
svn path=/branches/tk671/; revision=5685 | |||
2014-02-25 | regen | Rob Austein | |
svn path=/branches/tk671/; revision=5684 | |||
2014-02-25 | Router certificates working again after changes to get subject name out of ↵ | Rob Austein | |
the PKCS !#10. svn path=/branches/tk671/; revision=5683 | |||
2014-02-25 | Something broke MySQLdb on my laptop during a recent upgrade, and I | Rob Austein | |
have better things to do than shaving that particular yak today. So I'm committing untested changes (to a development branch that nobody but me is using) so I can test them on a working development platform. svn path=/branches/tk671/; revision=5682 | |||
2014-02-21 | Add EKU when generating router certificates. | Rob Austein | |
svn path=/branches/tk671/; revision=5681 | |||
2014-02-21 | Add router certificate support to yamltest, rpkic, etc. | Rob Austein | |
svn path=/branches/tk671/; revision=5680 | |||
2014-02-20 | Whack RSA-specific code to a more general API using PrivateKey and | Rob Austein | |
PublicKey classes, with RSA and ECDSA as subclasses extending PrivateKey. Revised API not necessarily in final form yet, but good enough for smoketest to generate ECDSA keys for testing router certs. svn path=/branches/tk671/; revision=5679 | |||
2014-02-20 | All this router certificate stuff requires enough SQL changes that | Rob Austein | |
we're going to need a fancy upgrade script when we merge this to trunk no matter what else we do, so might as well flip the default on the long-awaited `merge_publication_directories` in the router certificate development branch and handle the upgrade actions for that along with everything else when we finally merge back to trunk. See #479. svn path=/branches/tk671/; revision=5678 | |||
2014-02-20 | Missed case where we have to reissue EE certificate because we just | Rob Austein | |
deprecated the issuing ca_detail. svn path=/branches/tk671/; revision=5677 | |||
2014-02-20 | Clean up ee_cert_obj class. | Rob Austein | |
svn path=/branches/tk671/; revision=5676 | |||
2014-02-20 | Pull from trunk. | Rob Austein | |
svn path=/branches/tk671/; revision=5675 | |||
2014-02-20 | Add --output option. | Rob Austein | |
svn path=/trunk/; revision=5674 | |||
2014-02-20 | Checkpoint. Now generating something that looks a bit like a router | Rob Austein | |
cert, but not right yet: RSA where should be ECDSA, EKU missing, and EE certificate class's .reissue() method isn't working properly yet. svn path=/branches/tk671/; revision=5673 | |||
2014-02-20 | Remove dead code (old .is_leaf property, not used for years now). | Rob Austein | |
svn path=/branches/tk671/; revision=5672 | |||
2014-02-20 | Reformat some bits that were so bad I couldn't read them. | Rob Austein | |
svn path=/branches/tk671/; revision=5671 |