aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/myrpki.py
AgeCommit message (Expand)Author
2014-01-09Update more copyrights, clean up module doc blocks.Rob Austein
2012-06-25Tombstone for an obsolete program, to keep users from accidentlyRob Austein
2012-04-15Retire myrpki.py before it confuses somebody.Rob Austein
2011-12-10Tighten uniqueness constraints on IRDB models.Rob Austein
2011-10-05Stop abusing RuntimeError. This closes #52.Rob Austein
2011-07-27Consolidate all of the import voodoo for MySQLdb into a new module.Rob Austein
2011-07-01Initialize self.bpki_servers even when not running daemons.Rob Austein
2011-04-27First whack at some of the silliest logging codeRob Austein
2011-04-25CopyrightRob Austein
2011-04-25Add renew_children command.Rob Austein
2011-04-21TypoRob Austein
2011-04-06make the myrpki cli ignore the ghostbuster_request table when running configu...Michael Elkins
2011-03-27MySQL gets tetchy when asked to insert an empty list of valuesRob Austein
2011-03-24add support for populating the IRDB with ghostbuster requestsMichael Elkins
2011-03-14Don't fail if parent neither offers nor refers a repository.Rob Austein
2011-02-25refactor the IRDB sql code out ofMichael Elkins
2011-01-20Generate Python executables during compilation rather than fromRob Austein
2010-11-07Don't be quite so quiet when deliberately suppressing incomplete dataRob Austein
2010-11-02/myrpki/bpki_server_ta element should have gone away with TLS. StopRob Austein
2010-10-28Better handling of a few partly initialized corner cases; clean upRob Austein
2010-10-27Reorganize configure_publication_client code to make sequence of testsRob Austein
2010-10-26SpellingRob Austein
2010-10-09Allow reusing an existing publication relationship for a new parent.Rob Austein
2010-10-07Merge rpkid.without_tls/ branch to rpkid/ trunk.Rob Austein
2010-10-04Hack rpki.myrpki.csv_writer to write to a temporary filename, thenRob Austein
2010-10-01update_bpki now takes arguments like configure_daemons, so it can doRob Austein
2010-10-01Debug update_bpkiRob Austein
2010-10-01First cut at automatic BPKI regenerationRob Austein
2010-09-08Partial (incomplete, written in a hospital waiting room) BPKI revocationn sup...Rob Austein
2010-09-03We don't really need the *.cacert.cer files.Rob Austein
2010-07-08Make myrpki.csv_writer() an object, per Michael's requestRob Austein
2010-07-04Handle nested hosting cases properly.Rob Austein
2010-05-20Add delete_{child,parent,repository,publication_client} commands.Rob Austein
2010-05-12Scale self_regen_margin to self_crl_interval automatically.Rob Austein
2010-04-19Merge myrpki/ into rpkid/ and clean up the result.Rob Austein