Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-27 | Consolidate all of the import voodoo for MySQLdb into a new module. | Rob Austein | |
svn path=/buildtools/make-python-executable.py; revision=3946 | |||
2010-11-14 | Implement "reissue" left-right operation. Reformat some doc strings. | Rob Austein | |
svn path=/rpkid/irbe_cli.py; revision=3551 | |||
2010-07-16 | Doh, .sql_mark_deleted() works better if it also marks record dirty. | Rob Austein | |
svn path=/rpkid/rpki/sql.py; revision=3412 | |||
2009-12-21 | Have to import "with" statement from future into Python 2.5 to avoid | Rob Austein | |
syntax errors while suppressing MySQLdb set deprecation warnings in Python 2.6. Feh. svn path=/rpkid/irdbd.py; revision=2895 | |||
2009-12-21 | Suppress Python 2.6 warnings about MySQLdb using deprecated sets | Rob Austein | |
module, since the code still works and this is beyond our control. svn path=/rpkid/irdbd.py; revision=2894 | |||
2009-07-20 | Add debugging support to sql_delete(), general clean up of SQL | Rob Austein | |
debugging code. svn path=/rpkid/rpki/sql.py; revision=2648 | |||
2009-06-08 | Switch to MySQL InnoDB engine, fix everything that broke | Rob Austein | |
svn path=/rpkid/doc/Installation; revision=2502 | |||
2009-06-04 | Rototill left-right and publication protocol to replace SQL-assigned | Rob Austein | |
numeric identifiers with IRBE-assigned "handles". Daemons and test harness have been converted and seem to work; some tools like irbe_cli haven't been updated yet. svn path=/rpkid/doc/Installation; revision=2493 | |||
2009-05-27 | Update copyright notices in files edited this year | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=2452 | |||
2009-05-19 | Show offending values when raising DBConsistancyError | Rob Austein | |
svn path=/rpkid/rpki/sql.py; revision=2439 | |||
2009-05-11 | Spelling never was my strong point. | Rob Austein | |
svn path=/rpkid/rpki/left_right.py; revision=2425 | |||
2009-05-11 | Cosmetic doc changes. | Rob Austein | |
svn path=/rpkid/irbe-setup.py; revision=2424 | |||
2009-04-29 | More lint | Rob Austein | |
svn path=/rpkid/Makefile; revision=2373 | |||
2009-04-29 | First pass with pylint | Rob Austein | |
svn path=/rpkid/Makefile; revision=2371 | |||
2008-07-08 | Add debugging for sql_store() operations | Rob Austein | |
svn path=/rpkid/rpki/sql.py; revision=1979 | |||
2008-06-12 | Apparently Doxygen -does- read module documentation, but only if | Rob Austein | |
nothing preceeds it in the file, not even comments. Reformat to work within this restriction. svn path=/docs/left-right-protocol; revision=1873 | |||
2008-06-06 | Refactor SQL code to form rpki.sq.session class, and add code to warn | Rob Austein | |
about dirty objects in SQL cache on SQL errors. svn path=/rpkid/irdbd.py; revision=1852 | |||
2008-06-06 | Checkpoint (refactor to create new rpki.sql.session class to handle | Rob Austein | |
retry of failed sql connections, not done yet, time for dinner...) svn path=/rpkid/pubd.py; revision=1848 | |||
2008-05-17 | "as" will be a reserved word in Python 2.6, stop using it as an | Rob Austein | |
identifier. svn path=/rpkid/irdbd.py; revision=1798 | |||
2008-05-15 | Clean up TLS certificate handling and a lot of debugging code. | Rob Austein | |
svn path=/rpkid/cronjob.py; revision=1778 | |||
2008-05-11 | Add SQL debugging code, tweak WHERE generation in .sql_fetch(). | Rob Austein | |
svn path=/rpkid/rpki/sql.py; revision=1765 | |||
2008-05-11 | Paranoia. | Rob Austein | |
svn path=/rpkid/rpki/sql.py; revision=1763 | |||
2008-05-10 | Checkpoint of debugging code while chasing interop issues | Rob Austein | |
svn path=/rpkid/rpki/gctx.py; revision=1762 | |||
2008-04-24 | Checkpoint. Partly converted to new BPKI model. This breaks make | Rob Austein | |
test, mostly because the cross-certification stuff isn't done yet. svn path=/docs/left-right-xml; revision=1701 | |||
2008-04-16 | Rework ROA generation and maintenance. | Rob Austein | |
svn path=/docs/left-right-xml; revision=1668 | |||
2008-04-12 | Checkpoint. "make test" works again, but ROA maintenance code isn't | Rob Austein | |
really right yet. svn path=/rpkid/rpki/left_right.py; revision=1658 | |||
2008-04-11 | Checkpoint. Initial ROA generation working, no maintenance yet. | Rob Austein | |
svn path=/docs/rpki-db-schema.sql; revision=1656 | |||
2008-04-11 | Checkpoint. ROA generation almost working, but not quite. | Rob Austein | |
This checkpoint breaks "make test", will be fixed shortly. svn path=/docs/left-right-xml; revision=1654 | |||
2008-04-02 | Start cleaning up messy global context stuff | Rob Austein | |
svn path=/rpkid/rootd.py; revision=1571 | |||
2008-03-28 | Switch to using OpenSSL HEAD snapshot, for the new CMS code | Rob Austein | |
svn path=/openssl/Makefile; revision=1566 | |||
2008-03-27 | Add revoked_cert table and rototill child_cert revocation code to use | Rob Austein | |
it. Enable MySQLdb exceptions, whack resulting problem with MySQL DATETIME object conversion repeatedly with a blunt object. svn path=/docs/rpki-db-schema.pdf; revision=1564 | |||
2008-03-05 | Checkpoint | Rob Austein | |
svn path=/rpkid/rpki/sql.py; revision=1550 | |||
2008-03-04 | First pass at ROA generation. Not yet tested, no support yet for | Rob Austein | |
updating or withdrawing existing ROAs. svn path=/docs/rpki-db-schema.pdf; revision=1549 | |||
2008-03-04 | Checkpoint | Rob Austein | |
svn path=/rpkid/rpki/left_right.py; revision=1548 | |||
2008-03-04 | Checkpoint | Rob Austein | |
svn path=/rpkid/rpki/left_right.py; revision=1547 | |||
2008-03-04 | Checkpoint | Rob Austein | |
svn path=/rpkid/rpki/left_right.py; revision=1546 | |||
2008-02-27 | Filename cleanup | Rob Austein | |
svn path=/rpkid/Makefile; revision=1531 |