aboutsummaryrefslogtreecommitdiff
path: root/rpkid.without_tls
AgeCommit message (Collapse)Author
2010-10-08Clean up after TLS flag dayRob Austein
svn path=/rpkid.with_tls; revision=3471
2010-10-06Don't whine in state closingRob Austein
svn path=/rpkid.without_tls/rpki/http.py; revision=3463
2010-10-05Add replay-protection timestamps to SQL (not really using them yet)Rob Austein
svn path=/rpkid.without_tls/doc/Configuration; revision=3459
2010-10-04Hack rpki.myrpki.csv_writer to write to a temporary filename, thenRob Austein
rename to the real filename on close. svn path=/rpkid.without_tls/rpki/myrpki.py; revision=3457
2010-10-04.close() doesn't take "force" argument anymore. Handle exceptions inRob Austein
"closing" state as we would for "idle" state. svn path=/rpkid.without_tls/rpki/http.py; revision=3456
2010-10-01Pull update_bpki command from rpkid/ to rpkid.without_tls/.Rob Austein
svn path=/rpkid.without_tls/rpki/myrpki.py; revision=3453
2010-09-16Preliminary version of rpkid et al with all the TLS code ripped out.Rob Austein
Not quite ready for cutover yet, may need some conversion tools and instructions, but checking this into a branch (well, sort of) so that others can look at the code changes involved, try it out themselves, etc. At some point this will merge back into rpkid/ directory and there will be only one, without TLS, but converting the testbed is going to require a flag day, so need to keep the TLS version around until then. svn path=/rpkid.without_tls; revision=3449