Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-04 | Apparently we don't need "!" markers in section headers. Use Wiki | Rob Austein | |
processor markup for default values. svn path=/trunk/; revision=5357 | |||
2013-06-04 | Put back section header we lost in all of today's rewrites. | Rob Austein | |
svn path=/trunk/; revision=5355 | |||
2013-06-04 | Fold in more doc from Wiki. | Rob Austein | |
svn path=/trunk/; revision=5353 | |||
2013-06-04 | Format multiple paragraphs in option documentation correctly. | Rob Austein | |
svn path=/trunk/; revision=5352 | |||
2013-06-04 | Backquotes are probably safer than triple braces in this particular | Rob Austein | |
Wiki context. svn path=/trunk/; revision=5351 | |||
2013-06-03 | Remove defaults for options in autoconf section, they're not useful. | Rob Austein | |
svn path=/trunk/; revision=5348 | |||
2013-06-03 | Merge wiki doc for rpki.conf options into XML master. | Rob Austein | |
svn path=/trunk/; revision=5347 | |||
2013-06-03 | Add --toc. | Rob Austein | |
svn path=/trunk/; revision=5346 | |||
2013-06-03 | Cleanup | Rob Austein | |
svn path=/trunk/; revision=5345 | |||
2013-06-03 | Anchors and monospace markup for Wiki output. | Rob Austein | |
svn path=/trunk/; revision=5344 | |||
2013-06-02 | Do all the script builds during "make all" too. | Rob Austein | |
svn path=/trunk/; revision=5343 | |||
2013-06-02 | We're going to end up building _POW.so twice to support both --inplace | Rob Austein | |
and installation, so just do both during "make all" and have done. svn path=/trunk/; revision=5342 | |||
2013-05-31 | Gussy up wiki output to show default values. Use absent XML attribute | Rob 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-28 | Don't stomp rpki.conf when installing from Makefiles. Make | Rob 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-14 | Don't depend on default SQL password, since that's now generated on | Rob Austein | |
the fly during compilation. svn path=/trunk/; revision=5335 | |||
2013-05-14 | Clean unused variables. | Rob Austein | |
svn path=/trunk/; revision=5334 | |||
2013-05-07 | Do something imperfect that works now for cron setup, rather than | Rob Austein | |
continuing to skip cron setup when installing from source until we have a perfect solution. svn path=/trunk/; revision=5329 | |||
2013-05-07 | Use Python's platform library instead of parsing /etc/issue. | Rob Austein | |
svn path=/trunk/; revision=5328 | |||
2013-05-07 | Simplify and comment. | Rob Austein | |
svn path=/trunk/; revision=5327 | |||
2013-05-06 | Cleanup | Rob Austein | |
svn path=/trunk/; revision=5326 | |||
2013-05-06 | Common code for crontab manipulation. | Rob Austein | |
svn path=/trunk/; revision=5325 | |||
2013-05-03 | setproctitle | Rob Austein | |
svn path=/trunk/; revision=5319 | |||
2013-05-02 | Whack Apache configuration into shape on FreeBSD. | Rob Austein | |
svn path=/trunk/; revision=5316 | |||
2013-05-02 | Whack Ubuntu Apache configuration to use rpkigui-apache-conf-gen. | Rob Austein | |
svn path=/trunk/; revision=5315 | |||
2013-05-02 | Add --remove and --purge, use classes to encapsulate common code. | Rob Austein | |
svn path=/trunk/; revision=5314 | |||
2013-05-01 | Start consolidating Apache configuration voodoo into new script | Rob Austein | |
rpkigui-apache-conf-gen. svn path=/trunk/; revision=5313 | |||
2013-05-01 | Add ALLOWED_HOSTS. Closes #525. | Rob Austein | |
svn path=/trunk/; revision=5312 | |||
2013-04-29 | Indent | Rob Austein | |
svn path=/trunk/; revision=5311 | |||
2013-04-26 | Loading setproctitle dumps core when running under WSGI and Apache, so | Rob Austein | |
don't try. Closes #520. svn path=/trunk/; revision=5310 | |||
2013-04-24 | Cleanup | Rob Austein | |
svn path=/trunk/; revision=5308 | |||
2013-04-24 | Start 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-24 | Rewrite rpki-sql-setup to minimize the number of times we have to | Rob Austein | |
prompt for the MySQL root password during installs and upgrades. svn path=/trunk/; revision=5306 | |||
2013-04-20 | Consider updating ROAs and Ghostbusters when CA certificate changes. | Rob Austein | |
svn path=/trunk/; revision=5305 | |||
2013-04-20 | Sample YAML encodings of Ghostbusters vCards. | Rob Austein | |
svn path=/trunk/; revision=5304 | |||
2013-04-20 | Force new manifest EE certificate, manifest, and CRL when parent | Rob Austein | |
reissues our CA certificate. Fixes #519. svn path=/trunk/; revision=5303 | |||
2013-04-19 | Throw 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-19 | Add option to allow setting initial resource validity when configuring | Rob Austein | |
child in rpkic, and teach yamltest to use it. svn path=/trunk/; revision=5301 | |||
2013-04-18 | Teach rpkic and yamltest about Ghostbusters records. | Rob Austein | |
svn path=/trunk/; revision=5300 | |||
2013-04-17 | Add --pwgen option to rpki-confgen. Add framework for rpkid | Rob 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-17 | Oops, reissuing a child certificate works better when we remember to | Rob Austein | |
use the new expiration date. See #512. svn path=/trunk/; revision=5298 | |||
2013-04-16 | Restrict use of rpkid.self.regen_margin to certificate regeneration, | Rob Austein | |
sharing a single regeneration interval value between certificates and CRLs just doesn't work, and we can infer the CRL regeneration interval from crl_interval. Change default value of regen_margin to something consistent with human-time-scale expectations and the GUI's impending expiration warning interval. See #347 and #512. svn path=/trunk/; revision=5297 | |||
2013-04-15 | add warning to CSV import form for ROAs, ASes and Prefixes that all existing ↵ | Michael Elkins | |
objects will be replaced with the contents of the CSV file. see #509 svn path=/trunk/; revision=5295 | |||
2013-04-11 | Get rid of dependency on v3_key_usage from OpenSSL library, since some | Rob Austein | |
Linux distributions hide that symbol; code after the change is easier to read anyway, so no great loss. svn path=/trunk/; revision=5294 | |||
2013-04-09 | Add --jitter option to help spread the load when fetching routeviews | Rob Austein | |
data under cron. svn path=/trunk/; revision=5293 | |||
2013-04-07 | Clean up properly when purging installed packages on Ubuntu. | Rob Austein | |
Rework default behavior of rpki-sql-setup to be less dangerous. svn path=/trunk/; revision=5291 | |||
2013-04-06 | Move installation of portal-gui data files into setup.py. | Rob Austein | |
svn path=/trunk/; revision=5289 | |||
2013-04-06 | Move our distutils extensions into a separate module. | Rob Austein | |
svn path=/trunk/; revision=5288 | |||
2013-04-06 | Teach setup.py how to install scripts in more than one directory, move | Rob Austein | |
some of the scripts to ${libexecdir} where they probably should have been all along. Teach rpki-start-servers to use rpki.autoconf to determine where the daemon scripts live. svn path=/trunk/; revision=5287 | |||
2013-04-05 | Feh, missed some quotes when converting from Makefile syntax. | Rob Austein | |
svn path=/trunk/; revision=5286 |