aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-03-30Add (some of?) the tasks currently rattling around in my head.Rob Austein
svn path=/rpkid/README; revision=3145
2010-03-28Log a bit more on up-down queries.Rob Austein
svn path=/rpkid/rpki/up_down.py; revision=3144
2010-03-27Check for -static support was broken.Rob Austein
svn path=/configure; revision=3143
2010-03-27Failure to retrieve or disect a remote trust anchor is a data error,Rob Austein
not a local config error, so attempt to keep going if this happens. Not (yet) sure whether this should cause non-zero exit status. Need to do something to highlight Very Bad Things, questions are whether this is worse than other remote data errors and whether this is the right way to highlight. svn path=/rcynic/rcynic.c; revision=3142
2010-03-27Add public keys for testbed projectRob Austein
svn path=/rcynic/sample-trust-anchors/testbed-apnic.key; revision=3141
2010-03-27Whoops, catch up to what's runningRob Austein
svn path=/myrpki.rototill/ripe-prefixes-to-csv.awk; revision=3140
2010-03-27Updated APNIC TARob Austein
svn path=/rcynic/sample-trust-anchors/apnic.cer; revision=3139
2010-03-26CleanupRob Austein
svn path=/myrpki.rototill/ripe-rootcert.py; revision=3138
2010-03-26Clean up RIPE converter, start on APNIC converterRob Austein
svn path=/myrpki.rototill/apnic-to-csv.py; revision=3137
2010-03-26Perhaps a simpler approachRob Austein
svn path=/myrpki.rototill/ripe-asns-to-csv.py; revision=3136
2010-03-26Try doing the math this timeRob Austein
svn path=/myrpki.rototill/ripe-rootcert.py; revision=3135
2010-03-25Might help to look for the right status tagsRob Austein
svn path=/myrpki.rototill/ripe-to-csv.py; revision=3134
2010-03-25Add checks of status fieldRob Austein
svn path=/myrpki.rototill/ripe-to-csv.py; revision=3133
2010-03-23Track changes to URI schemeRob Austein
svn path=/myrpki.rototill/arin-rootcert.py; revision=3132
2010-03-23Try for slightly less insane handling of cert errors during TLS accept.Rob Austein
svn path=/rpkid/rpki/https.py; revision=3131
2010-03-23Doh, report_error_elt is not XMLRob Austein
svn path=/myrpki.rototill/myrpki.py; revision=3130
2010-03-23Add handle translation hackRob Austein
svn path=/myrpki.rototill/arin-to-csv.py; revision=3129
2010-03-22Don't generate fake publication offer unless we're running rootd.Rob Austein
svn path=/myrpki.rototill/myrpki.py; revision=3128
2010-03-22Disable debuggingRob Austein
svn path=/myrpki.rototill/ripe-to-csv.py; revision=3127
2010-03-19First baby steps towards autoconf. Trying to keep this simple, soRob Austein
only using it where absolutely necessary at the moment. svn path=/Makefile; revision=3125
2010-03-19Don't require yamltest.confRob Austein
svn path=/myrpki.rototill/sql-cleaner.py; revision=3124
2010-03-18Quietly ignore CSV entries with no matching PEM files.Rob Austein
svn path=/myrpki.rototill/convert-from-csv-to-entitydb.py; revision=3123
2010-03-17Get parent_handle rightRob Austein
svn path=/myrpki.rototill/convert-from-csv-to-entitydb.py; revision=3122
2010-03-17Old test code wasn't setting server hostnames in config files.Rob Austein
svn path=/myrpki/myirbe.py; revision=3121
2010-03-17Log host and port on connection failures, even if it's in an uglyRob Austein
format. svn path=/rpkid/rpki/https.py; revision=3120
2010-03-17Report left-right and publication protocol errors as somethingRob Austein
(slightly) more useful than an assertion failure. This still needs work, raw XML is not useful for normal human beings. svn path=/myrpki.rototill/myrpki.py; revision=3119
2010-03-17So of course the first rpki instance I tried to convert usedRob Austein
non-default filenames, at which point this silly script exploded. Pull right filenames out of old myrpki.conf. More seriously, we have to read the old pubd_base option to build repository entries correctly. svn path=/myrpki.rototill/convert-from-csv-to-entitydb.py; revision=3118
2010-03-17Don't ask XML layer for verbose mode when we don't need it.Rob Austein
svn path=/rpkid/rpki/https.py; revision=3117
2010-03-17Backup should include SQLRob Austein
svn path=/myrpki.rototill/README; revision=3116
2010-03-17Defaults for some old optionsRob Austein
svn path=/myrpki.rototill/convert-from-csv-to-entitydb.py; revision=3115
2010-03-17Add section on upgrading from old tools.Rob Austein
svn path=/myrpki.rototill/README; revision=3114
2010-03-17First pass updating this for the current software.Rob Austein
svn path=/myrpki.rototill/README; revision=3113
2010-03-17DebugRob Austein
svn path=/myrpki.rototill/yamltest.py; revision=3112
2010-03-17Update commentsRob Austein
svn path=/myrpki.rototill/examples/myrpki.conf; revision=3111
2010-03-16RegenRob Austein
svn path=/rpkid/left-right-schema.rng; revision=3110
2010-03-16CleanupRob Austein
svn path=/rpkid/left-right-schema.rnc; revision=3109
2010-03-16Add some missing copyright notices.Rob Austein
svn path=/myrpki.rototill/examples/rsyncd.conf; revision=3108
2010-03-16Update copyright noticesRob Austein
svn path=/rpkid/irbe_cli.py; revision=3107
2010-03-16RegenRob Austein
svn path=/myrpki.rototill/myrpki.rng; revision=3106
2010-03-16yamltest cleanup. Update copyright notices.Rob Austein
svn path=/myrpki.rototill/arin-rootcert.py; revision=3105
2010-03-16now that all config we need to muck with is in the [myrpki] section,Rob Austein
.dump_config() got a lot simpler. svn path=/myrpki.rototill/yamltest.py; revision=3104
2010-03-16Partly updated for new code, needs more work.Rob Austein
svn path=/myrpki.rototill/README; revision=3103
2010-03-16Move configuration of SQL parameters to [myrpki] section, so thatRob Austein
users can ignore the entire rest of the file if they so desire. svn path=/myrpki.rototill/examples/myrpki.conf; revision=3102
2010-03-16IPv6 support, mostly.Rob Austein
svn path=/rpkid/rpki/https.py; revision=3101
2010-03-16We weren't honoring the host parameter to rpki.https.server(). Apparently ↵Rob Austein
nobody cares. svn path=/rpkid/rpki/https.py; revision=3100
2010-03-16DebugRob Austein
svn path=/myrpki.rototill/convert-from-csv-to-entitydb.py; revision=3099
2010-03-15Preserve comments and ordering from template file, so result has someRob Austein
chance of being readable. svn path=/myrpki.rototill/convert-from-csv-to-entitydb.py; revision=3098
2010-03-15Attempt to write updated .conf file.Rob Austein
svn path=/myrpki.rototill/convert-from-csv-to-entitydb.py; revision=3097
2010-03-15RegenRob Austein
svn path=/myrpki.rototill/myrpki.rng; revision=3095
2010-03-15CleanupRob Austein
svn path=/myrpki.rototill/myrpki.rnc; revision=3094