aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki
AgeCommit message (Collapse)Author
2010-05-19CleanupRob Austein
svn path=/rpkid/rpki/left_right.py; revision=3252
2010-05-18Revoke child certificate without renewing it if child's resources haveRob Austein
become the null set. svn path=/rpkid/rpki/left_right.py; revision=3251
2010-05-13Try to avoid stale CRLs and manifests, by using self.regen_margin asRob Austein
lead time for regenerating them. I suppose some day we might need to control lead time for these separately from ROA EE certificates, but seems unlikely. svn path=/rpkid/doc/Left-Right; revision=3248
2010-05-13Clean up a couple of bits of bad coding I found while looking forRob Austein
something else. svn path=/rpkid/rpki/rpki_engine.py; revision=3247
2010-05-12Scale self_regen_margin to self_crl_interval automatically.Rob Austein
svn path=/rpkid/rpki/myrpki.py; revision=3246
2010-04-20Dump flat text version of myrpki tool doc too.Rob Austein
svn path=/rpkid/Makefile; revision=3221
2010-04-20Doc tweaksRob Austein
svn path=/rpkid/doc/manual.pdf; revision=3220
2010-04-19Merge myrpki/ into rpkid/ and clean up the result.Rob Austein
svn path=/rpkid/Doxyfile; revision=3215
2010-04-19DocRob Austein
svn path=/rpkid/Makefile; revision=3214
2010-04-19DocRob Austein
svn path=/rpkid/doc/Configuration; revision=3212
2010-04-16CleanupRob Austein
svn path=/rpkid/Makefile; revision=3210
2010-04-16Use html2text instead of lynx for dumping doc to flat textRob Austein
svn path=/rpkid/Makefile; revision=3208
2010-04-16CleanupRob Austein
svn path=/rpkid/rpki/__doc__.py.in; revision=3207
2010-04-16Add myrpki doc to manualRob Austein
svn path=/rpkid/doc/Configuration; revision=3206
2010-04-16CheckpointRob Austein
svn path=/rpkid/Makefile; revision=3205
2010-04-15Finished first pass on Configuration pageRob Austein
svn path=/myrpki/examples/myrpki.conf; revision=3204
2010-04-14CheckpointRob Austein
svn path=/rpkid/rpki/__doc__.py.in; revision=3202
2010-04-14CheckpointRob Austein
svn path=/myrpki/examples/myrpki.conf; revision=3200
2010-04-14testbed.py => smoketest.pyRob Austein
svn path=/myrpki/test-all.sh; revision=3199
2010-04-14CheckpointRob Austein
svn path=/rpkid/rpki/__doc__.py.in; revision=3197
2010-04-13CheckpointRob Austein
svn path=/rpkid/doc/Installation; revision=3196
2010-04-13Fix formatting bugRob Austein
svn path=/rpkid/Makefile; revision=3194
2010-04-12LintRob Austein
svn path=/myrpki/myrpki.py; revision=3191
2010-04-10Don't need w3m anymoreRob Austein
svn path=/rpkid/rpki/__doc__.py.in; revision=3175
2010-04-06Don't bomb out of command processor if we see an exception.Rob Austein
svn path=/rpkid/rpki/cli.py; revision=3165
2010-04-06Log handle of parent we're querying.Rob Austein
svn path=/rpkid/rpki/up_down.py; revision=3162
2010-04-02FormattingRob Austein
svn path=/rpkid/doc/Installation; revision=3153
2010-04-02Whack with stick again to get (most of) the pictures into PDF version.Rob Austein
Haven't figured out what to do about automatically generated pictures that are too big to fit on one page. Hmm. Maybe specify height instead of width and let Doxygen and LaTeX sort it out? Perhaps, but not before dinner.... svn path=/configure; revision=3151
2010-04-02Whack doc processing with a large stick to get .dot pictures back viaRob Austein
another path. svn path=/rpkid/Doxyfile; revision=3150
2010-04-01Doxygen appears to have changed out from under us, old version hadRob Austein
some issues anyway, so start fixing stuff to work with current Doxygen. Disable non-Doxygen use of Graphviz for the moment, as this appears to be the source of most of the current trouble; will need to fix this, but at least the rest of the doc builds again now. svn path=/rpkid/Doxyfile; revision=3149
2010-03-28Log a bit more on up-down queries.Rob Austein
svn path=/rpkid/rpki/up_down.py; revision=3144
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-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-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-16RegenRob Austein
svn path=/rpkid/left-right-schema.rng; revision=3110
2010-03-16Update copyright noticesRob Austein
svn path=/rpkid/irbe_cli.py; revision=3107
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-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-11Fix completion handler for help commandRob Austein
svn path=/rpkid/rpki/cli.py; revision=3074
2010-03-11Help messages.Rob Austein
svn path=/rpkid/rpki/cli.py; revision=3072
2010-03-08Tweak completion to behave as a bash user would expect.Rob Austein
svn path=/rpkid/rpki/cli.py; revision=3042
2010-03-06Weeks and years conversions for timedelta.Rob Austein
svn path=/rpkid/rpki/sundial.py; revision=3036
2010-03-05DebugRob Austein
svn path=/rpkid/rpki/cli.py; revision=3030
2010-03-05yes_or_no()Rob Austein
svn path=/rpkid/rpki/cli.py; revision=3029
2010-03-04CheckpointRob Austein
svn path=/rpkid/rpki/cli.py; revision=3023
2010-03-03RefactorRob Austein
svn path=/myrpki.rototill/setup.py; revision=3015
2010-02-25Refactor "caller" class(es) and move into library.Rob Austein
svn path=/myrpki.rototill/myirbe.py; revision=3007
2010-02-24CheckpointRob Austein
svn path=/rpkid/rpki/async.py; revision=3006
2010-02-24Checkpoint. <list_received_resources/> still not quite working yet, but ↵Rob Austein
getting closer. svn path=/rpkid/irbe_cli.py; revision=3005