aboutsummaryrefslogtreecommitdiff
path: root/myrpki.rototill
AgeCommit message (Collapse)Author
2010-04-19Oops, tested all the myrpki/ => rpkid/ changes but didn't commit themRob Austein
all. svn path=/README; revision=3216
2010-04-12Clean out old myrpki code, step 3Rob Austein
svn path=/myrpki.rototill; revision=3188
2010-04-12Clean out old myrpki code, step 2Rob Austein
svn path=/myrpki; revision=3187
2010-04-12Cleanup of testbed tools, step 1.Rob Austein
svn path=/myrpki.rototill/PLAN; revision=3183
2010-04-12Reoranize test code, step 1.Rob Austein
svn path=/myrpki.rototill/yamltest.py; revision=3182
2010-04-12Document changes to .csv file format.Rob Austein
svn path=/myrpki.rototill/README; revision=3178
2010-04-10TypoRob Austein
svn path=/myrpki.rototill/README; revision=3174
2010-04-10Attempt to address feedback from early testers. Run I/O loop againRob Austein
before exiting configure_daemons command to let connections close cleanly (read: avoid spurious warnings in rpkid et al log files). svn path=/myrpki.rototill/myrpki.py; revision=3173
2010-04-07Use show.sh instead of w3m so that test scripts will stop whining on OS X.Rob Austein
svn path=/myrpki.rototill/test-all.sh; revision=3170
2010-04-07Break out translation codeRob Austein
svn path=/myrpki.rototill/translate-handles.py; revision=3167
2010-04-07CopyrightRob Austein
svn path=/myrpki.rototill/apnic-to-csv.py; revision=3166
2010-04-06Forgot to update name of default history file back when I mergedRob Austein
setup.py with myrpki.py. svn path=/myrpki.rototill/myrpki.py; revision=3163
2010-04-02Add handle translations.Rob Austein
svn path=/myrpki.rototill/apnic-to-csv.py; revision=3159
2010-03-31Clean up CSV code per suggestions from WarrenRob Austein
svn path=/myrpki.rototill/apnic-to-csv.py; revision=3147
2010-03-27Whoops, catch up to what's runningRob Austein
svn path=/myrpki.rototill/ripe-prefixes-to-csv.awk; revision=3140
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-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-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-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-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-16Add some missing copyright notices.Rob Austein
svn path=/myrpki.rototill/examples/rsyncd.conf; revision=3108
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-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
2010-03-14RegenRob Austein
svn path=/myrpki.rototill/myrpki.rng; revision=3093
2010-03-14CleanupRob Austein
svn path=/myrpki.rototill/convert-from-csv-to-entitydb.py; revision=3092