aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/irdb
AgeCommit message (Expand)Author
2012-06-16Add "--flat_publication" option to yamltest, and correspondingRob Austein
2012-05-11Add rekey, revoke, and reissue commands. Closes #249.Rob Austein
2012-05-10We only need to poke requested handles once per synchronize call, notRob Austein
2012-05-05Allow loading of CSV files assigning resources to unknown children.Rob Austein
2012-05-04Add delete_rootd.Rob Austein
2012-04-24Add Zookeeper.publish_world_now() and rpkic force_publication. Closes #27.Rob Austein
2012-04-24Bump default CRL interval and regeneration margin up a bit to reduceRob Austein
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-22invoke .save() after calling .avow() or .generate_crl() to ensure the newly g...Michael Elkins
2012-02-17use .all() to select all objects. closes #199Michael Elkins
2012-02-16Fix delete_self operation. Closes #196.Rob Austein
2012-02-16Client objects live under server_ca, not resource_ca. Closes #194.Rob Austein
2012-02-15__metaclass__ lossage: None makes a bad datetime object. Closes #193.Rob Austein
2012-02-15poke rpkid to run its cron job after creating/deleting roas or gbrsMichael Elkins
2012-02-03SundialField needs to set __metaclass__. Closes #181Michael Elkins
2012-01-20branch merge with tk100Michael Elkins
2012-01-20merge with ^/branches/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-17merge with ^/branches/tk100Michael Elkins
2012-01-13Add a couple of features Michael requested: ability to poke rpkid forRob Austein
2012-01-12Refactor library functions out of rpkic command line shell (see #26,Rob Austein
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
2011-12-13Flesh out BPKI methodsRob Austein
2011-12-12Checkpoint. Custom IRDB model fields to handle automatic typeRob Austein
2011-12-12Checkpoint. Add X501DN abstraction, start sorting out BPKI generation code.Rob Austein
2011-12-10Tighten uniqueness constraints on IRDB models.Rob Austein
2011-12-09First sort-of-complete version of conversion script. Only handlesRob Austein
2011-12-09Rework models slightly. Now parsing most of the BPKI stuff.Rob Austein
2011-12-07Checkpoint. Conversion of some SQL tables works now.Rob Austein
2011-12-07Sort out how to run syncdbRob Austein