aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki
AgeCommit message (Expand)Author
2012-01-17refactor cacheview app to use common rpki.gui.modelsMichael Elkins
2012-01-17incorporate validation status from cacheview appMichael Elkins
2012-01-17updated routeviews data handlingMichael Elkins
2012-01-17add debug message for route viewMichael Elkins
2012-01-17add column for validation statusMichael Elkins
2012-01-17rework routeview parser to use bulk sql insertsMichael Elkins
2012-01-17import initial cut at rpki.gui.routeview appMichael Elkins
2012-01-17forgot to include html templates in last commitMichael Elkins
2012-01-17Use Twitter Bootstrap CSS Framework to style html templatesMichael Elkins
2012-01-16make Parent & Child proxy models around the irdb variantsMichael Elkins
2012-01-14first cut at move to rpki.irdbMichael Elkins
2012-01-13merged 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-10Tweak and comment irdbd transactional behavior.Rob Austein
2012-01-08Checkpoint. New irdbd now work, after some transaction voodoo.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-17CheckpointRob 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-12Log more useful error message on unhandled exceptionsRob Austein
2011-12-10Tighten uniqueness constraints on IRDB models.Rob Austein
2011-12-10fix missing comma in dict initializationMichael Elkins
2011-12-09When creating a stub rpki.conf for hosted entities, copy the openssl path fro...Michael Elkins
2011-12-09First sort-of-complete version of conversion script. Only handlesRob Austein
2011-12-09update myrpki glue functions to use the system rpki.conf when dealing with th...Michael Elkins
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
2011-12-07IdRob Austein
2011-12-07CheckpointRob Austein
2011-12-02Missing "trunk" in some URLs.Rob Austein
2011-11-12make it clear that the asn and prefixes links are for resources delegated to ...Michael Elkins
2011-11-11reorder models to avoid forward references. closes #149Michael Elkins