Age | Commit message (Expand) | Author |
2014-04-05 | Source tree reorg, phase 1. Almost everything moved, no file contents changed. | Rob Austein |
2014-02-25 | Router certificates working again after changes to get subject name out of th... | Rob Austein |
2014-02-25 | Something broke MySQLdb on my laptop during a recent upgrade, and I | Rob Austein |
2014-02-21 | Add router certificate support to yamltest, rpkic, etc. | Rob Austein |
2014-02-20 | Whack RSA-specific code to a more general API using PrivateKey and | Rob Austein |
2014-01-29 | First cut of zookeeper methods to add router certs and other EE certs. | Rob Austein |
2014-01-29 | Rework PKCS #10 sanity checking code. | Rob Austein |
2014-01-26 | Checkpoint. | Rob Austein |
2014-01-25 | Add EECertificateRequest model; untested, except to verify that | Rob Austein |
2014-01-09 | Update more copyrights, clean up module doc blocks. | Rob Austein |
2014-01-07 | Remove ancient kludge that worked around a Django 1.2 bug. | Rob Austein |
2013-09-26 | Bump CRL interval up by an hour to avoid race condition, since CRL | Rob Austein |
2012-11-12 | merge with /trunk | Michael Elkins |
2012-11-10 | Stylistic nit. | Rob Austein |
2012-11-10 | remove 'serialize' from the introspection rules, since it doesn't affect the ... | Michael Elkins |
2012-11-10 | initial support for using django south on rpki.gui.app | Michael Elkins |
2012-11-08 | convert the IP prefix from string to rpki.POW.IPAddress prior to invoking res... | Michael Elkins |
2012-10-26 | Teach MySQLdb converter interface about rpki.sundial.datetime. | Rob Austein |
2012-10-18 | pylint | Rob Austein |
2012-10-12 | Replace rpki.ipaddrs with rpki.POW.IPAddress. | Rob Austein |
2012-10-01 | Convert CRL creation to use POW rather than POW.pkix. | Rob Austein |
2012-09-02 | Checkpoint of tweaks to rpki.x509.X501DN class prior to flipping that | Rob Austein |
2012-08-21 | Use .raw() SQL queries when constructing Child.resource_bag (more | Rob Austein |
2012-07-30 | Switch to Django ORM .raw() query interface for a few queries which | Rob Austein |
2012-07-05 | fix __unicode__ method for HostedCA | Michael Elkins |
2012-04-17 | Don't blather about RSA key generation. | Rob Austein |
2012-02-22 | Preserve old BPKI CA subject names when we can, since changing them | Rob Austein |
2012-02-22 | rpki.rpkic.main.do_update_bpki() wasn't writing updated BPKI object to | Rob Austein |
2012-02-15 | __metaclass__ lossage: None makes a bad datetime object. Closes #193. | Rob Austein |
2012-02-03 | SundialField needs to set __metaclass__. Closes #181 | Michael Elkins |
2012-01-20 | branch merge with tk100 | Michael Elkins |
2012-01-19 | merge with ^/branches/tk100 | Michael Elkins |
2012-01-18 | merge with ^/branches/tk100 | Michael Elkins |
2012-01-17 | merge with ^/branches/tk100 | Michael Elkins |
2012-01-07 | Checkpoint. rpkic and yamltest mostly work, but irdbd is still acting | Rob Austein |
2011-12-26 | Prettier version of previous kludge | Rob Austein |
2011-12-26 | Work around Django 1.2 bug. | Rob Austein |
2011-12-26 | Checkpoint. Start debugging synchronization code. | Rob Austein |
2011-12-25 | Clean up rootd cross-certification nastiness (another TLS relic). | Rob Austein |
2011-12-23 | Rework schema using abstract models rather than stuffing everything | Rob Austein |
2011-12-23 | Checkpoint. Temporary hack around CA model database collision | Rob Austein |
2011-12-21 | Checkpoint. First pass at rewriting daemon synchronization code for | Rob Austein |
2011-12-20 | Checkpoint. More schema tweaks (HostedCA model). | Rob Austein |
2011-12-16 | Checkpoint. Add synchronize_prefixes and synchronize_asns commands. | Rob Austein |
2011-12-16 | Checkpoint. Add EnumField. Debug CertificateManager. | Rob Austein |
2011-12-15 | Checkpoint. Rewrote all the OOB-setup portions of rpkic to use new | Rob Austein |
2011-12-15 | Checkpoint. Add rpki.irdb.models.CertificateManager() to consolidate | Rob Austein |
2011-12-14 | Start hacking replacement for myrpki comamnd (rpkic) which uses the | Rob Austein |
2011-12-13 | Sort out (fake) SAX handler. | Rob Austein |
2011-12-13 | Make SignedReferralField a subclass of DERField. Django documentation | Rob Austein |