aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/irdb
AgeCommit message (Expand)Author
2014-04-05Source tree reorg, phase 1. Almost everything moved, no file contents changed.Rob Austein
2014-04-05Add delete_certificate_request and show_certificate_requests to rpkic.Rob Austein
2014-03-31Pull from trunk.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-02-15Rework add_router_certificate_request to parse the XML format.Rob 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-29Clean up OID database. Would have done this years ago, had IRob Austein
2014-01-29CheckpointRob 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
2013-09-11Zookeeper.synchronize_bpki() was only synchronizing a subset of theRob Austein
2013-07-19Push updated BPKI CRL into pubd at the same time as we're pushingRob Austein
2013-06-18Synchronize BSCs after updating BPKI, closes #555.Rob Austein
2013-04-19Add option to allow setting initial resource validity when configuringRob Austein
2013-04-18Teach rpkic and yamltest about Ghostbusters records.Rob Austein
2013-04-16Restrict use of rpkid.self.regen_margin to certificate regeneration,Rob Austein
2013-03-25Add create_identity and initialize_server_bpki, teach yamltest to useRob Austein
2013-03-25Start splitting BPKI initialization into separate ServerCA andRob Austein
2013-03-24First pass at cleaning up exception handling in rpkic and zookeeper.Rob Austein
2013-03-22Rewrite configure_publication_client() to avoid dependency onRob Austein
2013-03-05Skip synchronization for parents with no repository set. Fixes #438.Rob 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-24TypoRob Austein
2012-08-23Checkpoint.Rob Austein
2012-08-23Debug with larger configurations.Rob Austein
2012-08-22Cleanup.Rob Austein
2012-08-22Checkpoint of new testbed configuration tool.Rob Austein
2012-08-21Use .raw() SQL queries when constructing Child.resource_bag (moreRob Austein
2012-08-20Don't write unchanged BPKI files: nothing bad happens if we do, butRob Austein
2012-08-20Refactor Zookeeper.synchronize() into a collection of moreRob Austein
2012-07-30Switch to Django ORM .raw() query interface for a few queries whichRob Austein
2012-07-06Add control interface to clear CMS-timestamp-based replay protection,Rob Austein
2012-07-05fix __unicode__ method for HostedCAMichael Elkins
2012-07-04Oops, forgot to include revoke_forgotten command when copying otherRob Austein