aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-07Forgot a globfree().Rob Austein
svn path=/trunk/; revision=5378
2013-06-06Consolidate to a single event loop, queue up all TALs at start. ThisRob Austein
makes things run a lot faster with multiple trust anchors. svn path=/trunk/; revision=5377
2013-06-06add Help link to navigation bar which points to rpki.net wiki pageMichael Elkins
closes #521 svn path=/trunk/; revision=5376
2013-06-06Add a link to the resource holder creation page if the current user is a ↵Michael Elkins
superuser and there are no resource holders defined. closes #528 svn path=/trunk/; revision=5375
2013-06-06Type signatures of rsync_*() and task_*() frameworkss should not be soRob Austein
tightly coupled to walk_cert(). Checkpoint along the way to adding handlers for the check_ta*() functions so that we can run multiple trust anchors in parallel. svn path=/trunk/; revision=5374
2013-06-06Reorganize TA handling code, add trust-anchor-directory directive.Rob Austein
Latter is not yet fully tested, so not yet ready for prime time. svn path=/trunk/; revision=5373
2013-06-05Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5372
2013-06-05Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5371
2013-06-05Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5370
2013-06-04Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5369
2013-06-04"ubunutu" => "ubuntu", sigh. Fixes #540.Rob Austein
svn path=/trunk/; revision=5368
2013-06-04Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5367
2013-06-04.lower(), not .downcase(). Fixes #539.Rob Austein
svn path=/trunk/; revision=5366
2013-06-04We missed updating rcynic-cron when rpkigui-rcynic moved toRob Austein
${libexecdir} a while back. See #537. svn path=/trunk/; revision=5365
2013-06-04Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5364
2013-06-04Markup tweak.Rob Austein
svn path=/trunk/; revision=5363
2013-06-04Finally got wiki page header right? Warning comment is a lot moreRob Austein
obvious now, anyway. svn path=/trunk/; revision=5362
2013-06-04Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5361
2013-06-04Use a subsection for each option instead of an indented list.Rob Austein
svn path=/trunk/; revision=5360
2013-06-04NitRob Austein
svn path=/trunk/; revision=5359
2013-06-04Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5358
2013-06-04Apparently we don't need "!" markers in section headers. Use WikiRob Austein
processor markup for default values. svn path=/trunk/; revision=5357
2013-06-04Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5356
2013-06-04Put back section header we lost in all of today's rewrites.Rob Austein
svn path=/trunk/; revision=5355
2013-06-04Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5354
2013-06-04Fold in more doc from Wiki.Rob Austein
svn path=/trunk/; revision=5353
2013-06-04Format multiple paragraphs in option documentation correctly.Rob Austein
svn path=/trunk/; revision=5352
2013-06-04Backquotes are probably safer than triple braces in this particularRob Austein
Wiki context. svn path=/trunk/; revision=5351
2013-06-03Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5350
2013-06-03Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5349
2013-06-03Remove defaults for options in autoconf section, they're not useful.Rob Austein
svn path=/trunk/; revision=5348
2013-06-03Merge wiki doc for rpki.conf options into XML master.Rob Austein
svn path=/trunk/; revision=5347
2013-06-03Add --toc.Rob Austein
svn path=/trunk/; revision=5346
2013-06-03CleanupRob Austein
svn path=/trunk/; revision=5345
2013-06-03Anchors and monospace markup for Wiki output.Rob Austein
svn path=/trunk/; revision=5344
2013-06-02Do all the script builds during "make all" too.Rob Austein
svn path=/trunk/; revision=5343
2013-06-02We're going to end up building _POW.so twice to support both --inplaceRob Austein
and installation, so just do both during "make all" and have done. svn path=/trunk/; revision=5342
2013-05-31Gussy up wiki output to show default values. Use absent XML attributeRob Austein
== Python None == commented out variable setting in generated configuration to mean "no default value". svn path=/trunk/; revision=5341
2013-05-31--help should not backtrace, even if it does nothing very useful.Rob Austein
svn path=/trunk/; revision=5340
2013-05-31Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5339
2013-05-31Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5338
2013-05-30Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5337
2013-05-28Don't stomp rpki.conf when installing from Makefiles. MakeRob Austein
deinstallation of rpki.conf the user's problem except on platforms like Ubuntu where we can tell the difference between upgrade, remove, and purge. See #531. svn path=/trunk/; revision=5336
2013-05-14Don't depend on default SQL password, since that's now generated onRob Austein
the fly during compilation. svn path=/trunk/; revision=5335
2013-05-14Clean unused variables.Rob Austein
svn path=/trunk/; revision=5334
2013-05-08Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5333
2013-05-08Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5332
2013-05-07Require lxml, don't just test for it.Rob Austein
svn path=/trunk/; revision=5331
2013-05-07Check for argparse.Rob Austein
svn path=/trunk/; revision=5330
2013-05-07Do something imperfect that works now for cron setup, rather thanRob Austein
continuing to skip cron setup when installing from source until we have a perfect solution. svn path=/trunk/; revision=5329