aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki-confgen
AgeCommit message (Collapse)Author
2014-04-05Source tree reorg, phase 1. Almost everything moved, no file contents changed.Rob Austein
svn path=/branches/tk685/; revision=5757
2014-01-11getopt -> argparse; rework with proper dispatch mechanism.Rob Austein
svn path=/trunk/; revision=5628
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-04Use a subsection for each option instead of an indented list.Rob Austein
svn path=/trunk/; revision=5360
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-04Put back section header we lost in all of today's rewrites.Rob Austein
svn path=/trunk/; revision=5355
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-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-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-04-17Add --pwgen option to rpki-confgen. Add framework for rpkidRob Austein
post-install actions. Clean up a bunch of useless __doc__ strings in preparation for converting most tools from getopt to argparse. svn path=/trunk/; revision=5299
2013-04-05Consolidate list of scripts for setup.py to install into setup.py, getRob Austein
rid of a lot of Makefile.in code that no longer serves any useful purpose. svn path=/trunk/; revision=5285