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