aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-13Synch changes from trunk/.Rob Austein
2012-01-12Refactor library functions out of rpkic command line shell (see #26,Rob Austein
2012-01-11Bring up to date for new IRDBRob 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
2012-01-06add auth.User to the list of models to be dumpedMichael Elkins
2012-01-06add script for dumping old sqlite3 databaseMichael Elkins
2012-01-06Lab test of rpki-rtr over TLS using stunnel and s_clientRob Austein
2012-01-05merge with /trunkMichael Elkins
2012-01-05OpenSSL 1.0.0fRob Austein
2011-12-29merging with /trunkMichael Elkins
2011-12-27Python 2.5 doesn't have set.isdisjoint()Rob 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-22Generate proper error reports for unknown protocol version, unknownRob 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-19remove sql setup script for the web portal since it is no longer needed; the ...Michael Elkins
2011-12-19change sample rpki.conf to have the web_portal and irdbd share the same databaseMichael Elkins
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