aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/sql.py
AgeCommit message (Expand)Author
2014-04-05Source tree reorg, phase 1. Almost everything moved, no file contents changed.Rob Austein
2014-01-09Update more copyrights, clean up module doc blocks.Rob Austein
2013-04-19Throw exception when asked to issue a certificate with notAfter <=Rob Austein
2012-10-26Teach MySQLdb converter interface about rpki.sundial.datetime.Rob Austein
2012-10-18pylintRob Austein
2012-08-29Add a lot of __repr__() methods in an attempt to make the logs moreRob Austein
2012-08-17As of [4632], rpki.sql.session._wrap_execute() handles SQL pingsRob Austein
2012-08-17Automate SQL pings. Suppress case where ROA regeneration gratuitouslyRob Austein
2012-08-09Switch rpki.sql.session.cache to use weak references, so that Python'sRob Austein
2012-07-25Clean up SQL cache when it gets big, break up huge batches of ROARob Austein
2011-07-27Consolidate all of the import voodoo for MySQLdb into a new module.Rob Austein
2010-11-14Implement "reissue" left-right operation. Reformat some doc strings.Rob Austein
2010-07-16Doh, .sql_mark_deleted() works better if it also marks record dirty.Rob Austein
2009-12-21Have to import "with" statement from future into Python 2.5 to avoidRob Austein
2009-12-21Suppress Python 2.6 warnings about MySQLdb using deprecated setsRob Austein
2009-07-20Add debugging support to sql_delete(), general clean up of SQLRob Austein
2009-06-08Switch to MySQL InnoDB engine, fix everything that brokeRob Austein
2009-06-04Rototill left-right and publication protocol to replace SQL-assignedRob Austein
2009-05-27Update copyright notices in files edited this yearRob Austein
2009-05-19Show offending values when raising DBConsistancyErrorRob Austein
2009-05-11Spelling never was my strong point.Rob Austein
2009-05-11Cosmetic doc changes.Rob Austein
2009-04-29More lintRob Austein
2009-04-29First pass with pylintRob Austein
2008-07-08Add debugging for sql_store() operationsRob 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-06-06Checkpoint (refactor to create new rpki.sql.session class to handleRob Austein
2008-05-17"as" will be a reserved word in Python 2.6, stop using it as anRob Austein
2008-05-15Clean up TLS certificate handling and a lot of debugging code.Rob Austein
2008-05-11Add SQL debugging code, tweak WHERE generation in .sql_fetch().Rob Austein
2008-05-11Paranoia.Rob Austein
2008-05-10Checkpoint of debugging code while chasing interop issuesRob Austein
2008-04-24Checkpoint. Partly converted to new BPKI model. This breaks makeRob Austein
2008-04-16Rework ROA generation and maintenance.Rob Austein
2008-04-12Checkpoint. "make test" works again, but ROA maintenance code isn'tRob Austein
2008-04-11Checkpoint. Initial ROA generation working, no maintenance yet.Rob Austein
2008-04-11Checkpoint. ROA generation almost working, but not quite.Rob Austein
2008-04-02Start cleaning up messy global context stuffRob Austein
2008-03-28Switch to using OpenSSL HEAD snapshot, for the new CMS codeRob Austein
2008-03-27Add revoked_cert table and rototill child_cert revocation code to useRob Austein
2008-03-05CheckpointRob Austein
2008-03-04First pass at ROA generation. Not yet tested, no support yet forRob Austein
2008-03-04CheckpointRob Austein
2008-03-04CheckpointRob Austein
2008-03-04CheckpointRob Austein
2008-02-27Filename cleanupRob Austein