aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/up_down.py
AgeCommit message (Expand)Author
2012-10-18pylintRob Austein
2012-10-12Deobfuscate.Rob Austein
2012-10-09Use POW for PKCS #10 generation.Rob Austein
2012-08-29Bad things happen when __str__() methods forget to return the string.Rob Austein
2012-07-06Implement CMS-timestamp-based replay protection. Closes #35.Rob Austein
2012-05-05Debugging code to say why we're failing to issue. See #247. Rob Austein
2012-02-03Clean up exceptions in rpki.x509.CMS_object.verify().Rob Austein
2011-03-27Handle past-expiration IRDB entries properlyRob Austein
2011-03-21First cut at Ghostbusters support.Rob Austein
2011-03-18Merge rpki.rpki_engine into rpki.rpkid.Rob Austein
2011-03-18Add @property decorators to a bunch of methods that are just syntacticRob Austein
2010-11-14Implement "reissue" left-right operation. Reformat some doc strings.Rob Austein
2010-10-07Merge rpkid.without_tls/ branch to rpkid/ trunk.Rob Austein
2010-08-29Break XML packet dumps into multiple lines when logging schemaRob Austein
2010-04-06Log handle of parent we're querying.Rob Austein
2010-03-28Log a bit more on up-down queries.Rob Austein
2010-03-16Update copyright noticesRob Austein
2010-01-07Cleanup of substring checks.Rob Austein
2009-11-04Use batch-mode publication in rpkid. Fix FOREIGN KEY constraints.Rob Austein
2009-09-29Add left-right "revoke_forgotten" command to clean up certs that theRob Austein
2009-09-14Rework call_pubd() error handlingRob Austein
2009-09-11CleanupRob Austein
2009-09-09Back out accidental commit of local hackRob Austein
2009-09-09Log SKI of generated subject certificateRob Austein
2009-09-03Log up-down queriesRob Austein
2009-07-17Handle BSC objects that are still under construction a bit more gracefully.Rob Austein
2009-07-17CleanupRob Austein
2009-07-04Clean up and consolidate traceback. Add methods to hide (some of the)Rob Austein
2009-06-07CheckpointRob Austein
2009-06-04Rototill left-right and publication protocol to replace SQL-assignedRob Austein
2009-06-01New TLS code mostly working. Only lightly tested so far, but "makeRob Austein
2009-05-27Update copyright notices in files edited this yearRob Austein
2009-05-19LintRob Austein
2009-05-11Cosmetic doc changes.Rob Austein
2009-05-11Pass ExitNow exceptions through, as signal handlers can raise them at any time.Rob Austein
2009-05-10LintRob Austein
2009-05-10Checkpoint. Conversion to errback() mechanism started, not yetRob Austein
2009-04-29More lintRob Austein
2009-04-29First pass with pylintRob Austein
2009-04-25Fix exception handling in error_response PDU generationRob Austein
2009-04-24CheckpointRob Austein
2008-10-16Minor logging cleanups. Don't show backtrace in testpoke unlessRob Austein
2008-10-13Fix a few string formatting goofs in logging and error messages.Rob Austein
2008-07-16I should try goofing up the IRDB expiration date more often, all sortsRob Austein
2008-06-12Apparently Doxygen -does- read module documentation, but only ifRob Austein
2008-06-06Refactor SQL code to form rpki.sq.session class, and add code to warnRob Austein
2008-05-30Checkpoint. Refactor to avoid circular module dependency.Rob Austein
2008-05-17"as" will be a reserved word in Python 2.6, stop using it as anRob Austein
2008-05-15Minimal req_* attribute implementation, just throw an internal errorRob Austein
2008-04-20Refactor redundantly redundant XML and CMS handling code.Rob Austein