aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2013-05-07Use Python's platform library instead of parsing /etc/issue.Rob Austein
svn path=/trunk/; revision=5328
2013-05-07Simplify and comment.Rob Austein
svn path=/trunk/; revision=5327
2013-05-06CleanupRob Austein
svn path=/trunk/; revision=5326
2013-05-06Common code for crontab manipulation.Rob Austein
svn path=/trunk/; revision=5325
2013-05-04TypoRob Austein
svn path=/trunk/; revision=5324
2013-05-04Better tweak.Rob Austein
svn path=/trunk/; revision=5323
2013-05-04Tweak crontab.Rob Austein
svn path=/trunk/; revision=5322
2013-05-04Absolute pathnames, crontab. See #526.Rob Austein
svn path=/trunk/; revision=5321
2013-05-04Absolute paths.Rob Austein
svn path=/trunk/; revision=5320
2013-05-03setproctitleRob Austein
svn path=/trunk/; revision=5319
2013-05-03Update FreeBSD port skeleton. Not (yet) tested properly due to bugsRob Austein
in pkgng causing pkgng to dump core on test machine (!). See #526. svn path=/trunk/; revision=5318
2013-05-02Move all the @exec and @unexec stuff to pkg-install and pkg-deinstall. See ↵Rob Austein
#526. svn path=/trunk/; revision=5317
2013-05-02Whack Apache configuration into shape on FreeBSD.Rob Austein
svn path=/trunk/; revision=5316
2013-05-02Whack Ubuntu Apache configuration to use rpkigui-apache-conf-gen.Rob Austein
svn path=/trunk/; revision=5315
2013-05-02Add --remove and --purge, use classes to encapsulate common code.Rob Austein
svn path=/trunk/; revision=5314
2013-05-01Start consolidating Apache configuration voodoo into new scriptRob Austein
rpkigui-apache-conf-gen. svn path=/trunk/; revision=5313
2013-05-01Add ALLOWED_HOSTS. Closes #525.Rob Austein
svn path=/trunk/; revision=5312
2013-04-29IndentRob Austein
svn path=/trunk/; revision=5311
2013-04-26Loading setproctitle dumps core when running under WSGI and Apache, soRob Austein
don't try. Closes #520. svn path=/trunk/; revision=5310
2013-04-24Add pbuilder script to repository.Rob Austein
svn path=/trunk/; revision=5309
2013-04-24CleanupRob Austein
svn path=/trunk/; revision=5308
2013-04-24Start fleshing out install-postconf target, now that we have a halfway sane ↵Rob Austein
version of rpki-sql-setup. svn path=/trunk/; revision=5307
2013-04-24Rewrite rpki-sql-setup to minimize the number of times we have toRob Austein
prompt for the MySQL root password during installs and upgrades. svn path=/trunk/; revision=5306
2013-04-20Consider updating ROAs and Ghostbusters when CA certificate changes.Rob Austein
svn path=/trunk/; revision=5305
2013-04-20Sample YAML encodings of Ghostbusters vCards.Rob Austein
svn path=/trunk/; revision=5304
2013-04-20Force new manifest EE certificate, manifest, and CRL when parentRob Austein
reissues our CA certificate. Fixes #519. svn path=/trunk/; revision=5303
2013-04-19Throw exception when asked to issue a certificate with notAfter <=Rob Austein
notBefore. Don't stomp ghostbuster_obj if we've just reused it. Clean up properly when deleting a ca_detail. Don't reissue expiring certificate if IRDB valid_until field says it's supposed to expire. svn path=/trunk/; revision=5302
2013-04-19Add option to allow setting initial resource validity when configuringRob Austein
child in rpkic, and teach yamltest to use it. svn path=/trunk/; revision=5301
2013-04-18Teach rpkic and yamltest about Ghostbusters records.Rob Austein
svn path=/trunk/; revision=5300
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