aboutsummaryrefslogtreecommitdiff
path: root/rpkid/irdbd.py
AgeCommit message (Expand)Author
2010-12-14Move all daemons to modulesRob Austein
2010-10-07Merge rpkid.without_tls/ branch to rpkid/ trunk.Rob Austein
2010-09-10Refactor .wrap()/.unwrap() code prior to adding CMS timestamp checks.Rob Austein
2010-09-03Add new "Auto_update" flavor of DER objects: this is like Auto_file,Rob Austein
2010-07-16irdbd uses MySQLdb directly, so has to db.ping(reconnect) on its ownRob Austein
2010-07-11Clean up uses of RuntimeError exceptionRob Austein
2009-12-28Add support for non-debugging global parameters.Rob Austein
2009-12-28Start adding config file control for all the weird little debuggingRob Austein
2009-12-25Change logging default back to using syslog; add -d/--debug switch toRob 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-09-30Turn off execute bit on scripts until we get conflict between DoxygenRob Austein
2009-09-11CleanupRob Austein
2009-09-04CleanupRob Austein
2009-07-17Doh, helps to read all the ROA requests from SQL, not just the first oneRob Austein
2009-07-04More msg.type cleanupRob Austein
2009-07-04Clean up and consolidate traceback. Add methods to hide (some of the)Rob Austein
2009-06-09Convert ROA generation code from push model (<route_origin/> objectsRob Austein
2009-06-08Switch to MySQL InnoDB engine, fix everything that brokeRob Austein
2009-06-06CheckpointRob Austein
2009-06-04Rototill left-right and publication protocol to replace SQL-assignedRob Austein
2009-06-03Checkpoint: first step towards cleanup of SQL and left-right protocol.Rob 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-11Cosmetic doc changes.Rob Austein
2009-05-11Pass ExitNow exceptions through, as signal handlers can raise them at any time.Rob Austein
2009-04-29More lintRob Austein
2009-04-29First pass with pylintRob Austein
2009-04-20CheckpointRob Austein
2008-06-12Module documentationRob Austein
2008-06-06Refactor SQL code to form rpki.sq.session class, and add code to warnRob Austein
2008-06-06MySQLdb.connection.ping() doesn't accept keyword argumentsRob Austein
2008-06-06Try the magic MySQLdb.connection.ping() methodRob Austein
2008-05-21Move left-right "type" attribute to <msg/> element because fixing thisRob Austein
2008-05-17"as" will be a reserved word in Python 2.6, stop using it as anRob Austein
2008-04-24Checkpoint. Partly converted to new BPKI model. This breaks makeRob Austein
2008-04-20Refactor redundantly redundant XML and CMS handling code.Rob Austein
2008-04-19Convert CMS code to something vaguely object-oriented, to simplifyRob Austein
2008-04-18Clean up unnecessarily complicated trust anchor codeRob Austein
2008-04-07Checkpoint. Add (untested) ability to call out for a dynamicRob Austein
2008-03-27Finally got client cert checks working with tlslite -- then promptlyRob Austein
2008-02-27Filename cleanupRob Austein