aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/irdb/zookeeper.py
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-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-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-09Update more copyrights, clean up module doc blocks.Rob 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-10-18pylintRob Austein
2012-08-24TypoRob Austein
2012-08-23Checkpoint.Rob 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-06Add control interface to clear CMS-timestamp-based replay protection,Rob Austein
2012-07-04Oops, forgot to include revoke_forgotten command when copying otherRob Austein
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-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-15poke rpkid to run its cron job after creating/deleting roas or gbrsMichael Elkins
2012-01-20branch merge with tk100Michael Elkins
2012-01-20merge with ^/branches/tk100Michael Elkins
2012-01-19merge 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