aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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
2010-03-14RegenRob Austein
svn path=/myrpki.rototill/myrpki.rng; revision=3091
2010-03-14SimplifyRob Austein
svn path=/myrpki.rototill/myrpki.py; revision=3090
2010-03-14RegenRob Austein
svn path=/myrpki.rototill/myrpki.rng; revision=3089
2010-03-14CheckpointRob Austein
svn path=/myrpki.rototill/myrpki.py; revision=3088
2010-03-14RegenRob Austein
svn path=/myrpki.rototill/myrpki.rng; revision=3087
2010-03-14CleanupRob Austein
svn path=/myrpki.rototill/myrpki.rnc; revision=3086
2010-03-14RegenRob Austein
svn path=/myrpki.rototill/myrpki.rng; revision=3085
2010-03-14CheckpointRob Austein
svn path=/myrpki.rototill/myrpki.rnc; revision=3084
2010-03-14Signed referrals now working!Rob Austein
svn path=/myrpki.rototill/PLAN; revision=3083
2010-03-13Refactor OpenSSL code (tastes better! less filling!)Rob Austein
svn path=/myrpki.rototill/myrpki.py; revision=3082
2010-03-13Checkpoint. Switch to using "openssl genrsa" rather than "openssl reqRob Austein
-newkey", because the latter is unpredictable across OpenSSL versions, sometimes it writes RSA keys in PKCS #1 RSA format, sometimes it writes them in PKCS #8 format. At the moment POW only understands the old PKCS #1 format, so use that. svn path=/myrpki.rototill/PLAN; revision=3081
2010-03-13CMSRob Austein
svn path=/myrpki.rototill/myrpki.py; revision=3080
2010-03-13Rework rsync URI construction per mailing list discussion.Rob Austein
svn path=/myrpki.rototill/examples/myrpki.conf; revision=3079
2010-03-12Clean up multi-module kludge. This should go away entirely once IRob Austein
have everybody migrated to the new setup tools. svn path=/rpkid/pubd.py; revision=3078
2010-03-12CheckpointRob Austein
svn path=/myrpki.rototill/myrpki.py; revision=3077
2010-03-11CleanupRob Austein
svn path=/myrpki.rototill/Makefile; revision=3076
2010-03-11CleanupRob Austein
svn path=/myrpki.rototill/examples/children.csv; revision=3075
2010-03-11Fix completion handler for help commandRob Austein
svn path=/rpkid/rpki/cli.py; revision=3074
2010-03-11A start at internal doc.Rob Austein
svn path=/myrpki.rototill/myrpki.py; revision=3073
2010-03-11Help messages.Rob Austein
svn path=/rpkid/rpki/cli.py; revision=3072