aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/rpkic.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-30First cut at upgrade script for change [5678]. Needs testing.Rob Austein
2014-02-15Rework add_router_certificate_request to parse the XML format.Rob Austein
2014-01-29Clean up OID database. Would have done this years ago, had IRob Austein
2014-01-17CleanupRob Austein
2014-01-15Add subject names to show_bpki output.Rob Austein
2014-01-15Add show_bpki command to list BPKI dates and SKIs.Rob Austein
2014-01-12Use argparse for all command parsing, both argv and internal commandRob Austein
2014-01-09Update more copyrights, clean up module doc blocks.Rob Austein
2014-01-09getopt -> argparse, update copyright.Rob Austein
2014-01-07Switch `rpkic show_published_objects` to use `.tracking_data()`Rob Austein
2014-01-07Add show_received_resources and show_published_objects. See #663.Rob Austein
2014-01-07Add show_roa_request and show_ghostbuster_request commands. See #663.Rob Austein
2014-01-07Set notBefore value directly when issuing certificates to avoid raceRob Austein
2013-09-11Fix outdated error message.Rob Austein
2013-06-18Synchronize BSCs after updating BPKI, closes #555.Rob Austein
2013-06-10rpki.version hack and rpkic command to display it.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-03-25Break rootd setup out of rpkic create_identity into new command rpkicRob 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-18Publication clients hang off of server_ca, not resource_ca.Rob Austein
2013-02-20Move .rpkic_history from current directory to $HOME. Fixes #422.Rob Austein
2013-01-25Clean up and extend rpki.log.init() to support things like letting theRob Austein
2012-10-18pylintRob Austein
2012-09-07Synchronize after updating BPKI.Rob Austein
2012-08-20Refactor Zookeeper.synchronize() into a collection of moreRob Austein
2012-08-18Merge rpkic profiling support from trunk/.Rob Austein
2012-07-31Move rpkic autosync control to rpki.conf.Rob Austein
2012-07-31First cut at allowing I/O loop to run during processing of massiveRob 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-08Re-add command line history feature lost during myrpki -> myrpkic transition.Rob Austein
2012-05-05Restrict handle completion to current entity.Rob 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-17Change [4433] didn't handle deeply nested hosting properly. See #236.Rob Austein
2012-04-17Synchronize with daemons automatically after rpkic commands whereRob Austein
2012-02-22rpki.rpkic.main.do_update_bpki() wasn't writing updated BPKI object toRob Austein
2012-02-16Fix delete_self operation. Closes #196.Rob Austein
2012-01-19merge with ^/branches/tk100Michael Elkins
2012-01-17merge with ^/branches/tk100Michael Elkins
2012-01-12Refactor library functions out of rpkic command line shell (see #26,Rob Austein
2012-01-08Checkpoint. New irdbd now work, after some transaction voodoo.Rob Austein