aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2013-04-17Oops, reissuing a child certificate works better when we remember toRob Austein
use the new expiration date. See #512. svn path=/trunk/; revision=5298
2013-04-16Restrict 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-15Add cronjob to update BPKI files. Fix routeviews cronjob. Clean upRob Austein
cronjobs on deinstallation. svn path=/trunk/; revision=5296
2013-04-15add 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-11Get rid of dependency on v3_key_usage from OpenSSL library, since someRob 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-09Add --jitter option to help spread the load when fetching routeviewsRob Austein
data under cron. svn path=/trunk/; revision=5293
2013-04-08Teach FreeBSD rpki-ca port about rpki-confgen. Clean up various minor ↵Rob Austein
annoyances in build-freebsd-ports.py. svn path=/trunk/; revision=5292
2013-04-07Clean 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-06CleanupRob Austein
svn path=/trunk/; revision=5290
2013-04-06Move installation of portal-gui data files into setup.py.Rob Austein
svn path=/trunk/; revision=5289
2013-04-06Move our distutils extensions into a separate module.Rob Austein
svn path=/trunk/; revision=5288
2013-04-06Teach setup.py how to install scripts in more than one directory, moveRob 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-05Feh, missed some quotes when converting from Makefile syntax.Rob Austein
svn path=/trunk/; revision=5286
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
2013-04-05Add --debuild option.Rob Austein
svn path=/trunk/; revision=5284
2013-04-05Whack build environment with a club to get rpki-ca package to start upRob Austein
properly after install on Ubuntu. Some cleanup still required, rpki-ca cron stuff isn't done yet, and GUI has not yet been tested with this, but daemons now start up properly upon install as an Ubuntu user would expect, which is some kind of progress. svn path=/trunk/; revision=5283
2013-04-05Some recent cleanup broke package builds on Ubuntu, fix that.Rob Austein
svn path=/trunk/; revision=5281