aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-12Clean out old myrpki code, step 1Rob Austein
svn path=/myrpki; revision=3186
2010-04-12CleanupRob Austein
svn path=/rpkid/Makefile; revision=3185
2010-04-12CleanupRob Austein
svn path=/rpkid/tests/Makefile; revision=3184
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-12Updated notes.Bill Fenner
svn path=/portal-gui/rpki/TODO; revision=3181
2010-04-12Allow address and asn to be blank.Bill Fenner
svn path=/portal-gui/rpki/myrpki/models.py; revision=3180
2010-04-12Add my silly logo imagesBill Fenner
svn path=/portal-gui/media/img/my.png; revision=3179
2010-04-12Document changes to .csv file format.Rob Austein
svn path=/myrpki.rototill/README; revision=3178
2010-04-11Attempt to log client IP address when running in server mode.Rob Austein
svn path=/rtr-origin/rtr-origin.py; revision=3177
2010-04-10Upgrade to current Doxygen.Rob Austein
svn path=/rcynic/Doxyfile; revision=3176
2010-04-10Don't need w3m anymoreRob Austein
svn path=/rpkid/rpki/__doc__.py.in; revision=3175
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-10A few more tasksRob Austein
svn path=/rpkid/README; revision=3172
2010-04-08Profiling supportRob Austein
svn path=/rpkid/Makefile; revision=3171
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-07Fix rcynic make test so it has some chance of working on OS X.Rob Austein
svn path=/rcynic/Makefile.in; revision=3169
2010-04-07make rcynic/show.sh work outside rcynic directory.Rob Austein
svn path=/configure; revision=3168
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-06Don't bomb out of command processor if we see an exception.Rob Austein
svn path=/rpkid/rpki/cli.py; revision=3165
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-06Log handle of parent we're querying.Rob Austein
svn path=/rpkid/rpki/up_down.py; revision=3162
2010-04-06Upgrade to OpenSSL 1.0.0.Rob Austein
svn path=/openssl/Makefile.in; revision=3161
2010-04-03WrapperRob Austein
svn path=/rcynic/show.sh; revision=3160
2010-04-02Add handle translations.Rob Austein
svn path=/myrpki.rototill/apnic-to-csv.py; revision=3159
2010-04-02TypoRob Austein
svn path=/rcynic/show.awk; revision=3158
2010-04-02SQL Fairy has started putting in an explicit arrowhead setting, whichRob Austein
we now have to override to get the effect we want in SQL diagrams. svn path=/rpkid/doc/Installation; revision=3157
2010-04-02Doh, set PATH before running ./configure.Rob Austein
svn path=/rpkid/cronjob.sh; revision=3156
2010-04-02Try having cron job use Makefile to build docs like everything else.Rob Austein
svn path=/rpkid/cronjob.sh; revision=3155
2010-04-02CleanupRob Austein
svn path=/rpkid/Makefile; revision=3154
2010-04-02FormattingRob Austein
svn path=/rpkid/doc/Installation; revision=3153
2010-04-02Ok, not everything in this directory is mechanically generated anymore.Rob Austein
svn path=/rpkid/doc/README; revision=3152
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-31Quick hack to allow display of rcynic summary output without relyingRob Austein
on w3m to translate from HTML to text. svn path=/rcynic/show.awk; revision=3148
2010-03-31Clean up CSV code per suggestions from WarrenRob Austein
svn path=/myrpki.rototill/apnic-to-csv.py; revision=3147
2010-03-31Update task list againRob Austein
svn path=/rpkid/README; revision=3146
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