Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-05 | Source tree reorg, phase 1. Almost everything moved, no file contents changed. | Rob Austein | |
svn path=/branches/tk685/; revision=5757 | |||
2014-03-10 | Remove delegated resources from the labuser* accounts when resetting the ↵ | Michael Elkins | |
demo. see #544 svn path=/trunk/; revision=5701 | |||
2014-01-15 | Doh, helps to import errno module before using it. See #661. | Rob Austein | |
svn path=/trunk/; revision=5638 | |||
2014-01-15 | Add lock file and abort timer. See #661. | Rob Austein | |
svn path=/trunk/; revision=5637 | |||
2013-09-25 | Use NameVirtualHost for Apache 2.2 on Ubuntu as well as on FreeBSD. | Rob Austein | |
Refactor config file template code to account for recent changes. svn path=/trunk/; revision=5519 | |||
2013-09-20 | Disable mod_deflate if it's enabled and we know how to do so. In | Rob Austein | |
practice, this is Ubuntu-specific, because FreeBSD lacks Ubuntu's `a2dismod` command. Closes #595. svn path=/trunk/; revision=5509 | |||
2013-09-20 | Apache 2.4 support. Closes #616. | Rob Austein | |
svn path=/trunk/; revision=5507 | |||
2013-09-20 | add +/- for each roa to given visual feedback about how the roa affects the ↵ | Michael Elkins | |
given route svn path=/trunk/; revision=5503 | |||
2013-09-19 | new cli script rpkigui-query-routes to query the web portal's ↵ | Michael Elkins | |
routeview/rcynic db for route validity svn path=/trunk/; revision=5500 | |||
2013-09-09 | set default logging level to ERROR for rpkigui-rcynic script so we don't ↵ | Michael Elkins | |
flood the user's mailbox when invokved by cron frequently see #608 svn path=/trunk/; revision=5489 | |||
2013-07-15 | Try not to stomp on existing Apache configurations during initial | Rob Austein | |
install, add comments explaining our configuration in case user has to sort this out by hand. svn path=/trunk/; revision=5428 | |||
2013-06-27 | add button to delete all alerts | Michael Elkins | |
rpkigui-reset-demo will clear all alerts for labuser* accounts see #562 svn path=/trunk/; revision=5421 | |||
2013-06-10 | need to access ResourceHolderCA via the GUI's proxy model to pass to ↵ | Michael Elkins | |
list_received_resources() see #544 svn path=/trunk/; revision=5386 | |||
2013-06-04 | "ubunutu" => "ubuntu", sigh. Fixes #540. | Rob Austein | |
svn path=/trunk/; revision=5368 | |||
2013-06-04 | .lower(), not .downcase(). Fixes #539. | Rob Austein | |
svn path=/trunk/; revision=5366 | |||
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-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-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-05 | Consolidate list of scripts for setup.py to install into setup.py, get | Rob Austein | |
rid of a lot of Makefile.in code that no longer serves any useful purpose. svn path=/trunk/; revision=5285 | |||
2013-04-05 | Whack build environment with a club to get rpki-ca package to start up | Rob 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-04 | convert ${sbindir}/rpki-manage from a shell script to a pure python script | Michael Elkins | |
svn path=/trunk/; revision=5279 | |||
2013-04-04 | fix DJANGO_SETTINGS_MODULE in rpki-manage.in script | Michael Elkins | |
svn path=/trunk/; revision=5278 | |||
2013-04-03 | allow rpkigui-import-routes to be invoked with zero arguments, in which it ↵ | Michael Elkins | |
will download the routeview.org data from the default URL see #502 svn path=/trunk/; revision=5267 | |||
2013-03-26 | convert the two remaining scripts using ↵ | Michael Elkins | |
$top/buildtools/make-django-script.py to using rpki.gui.script_util.setup() instead so we can get rid of the build script svn path=/trunk/; revision=5233 | |||
2013-03-26 | change default loglevel to ERROR when importing routes since this is invoked ↵ | Michael Elkins | |
by cron svn path=/trunk/; revision=5228 | |||
2013-03-26 | fix missing import sys | Michael Elkins | |
svn path=/trunk/; revision=5227 | |||
2013-03-26 | use rpki.gui.script_util.setup() to configure the django orm. | Michael Elkins | |
generate the scripts using ${COMPILE_PYTHON} since ${COMPILE_DJANGO} is no longer required svn path=/trunk/; revision=5226 | |||
2013-03-13 | check for settings.py in the standard locations if $DJANGO_SETTINGS_MODULE ↵ | Michael Elkins | |
is unset svn path=/trunk/; revision=5142 | |||
2013-03-13 | add new helper script for the rpki workshop to create web user accounts for ↵ | Michael Elkins | |
each labuser* resource holder svn path=/trunk/; revision=5141 | |||
2013-03-11 | change default log level to WARNING | Michael Elkins | |
svn path=/trunk/; revision=5131 | |||
2013-03-06 | fix typoh | Michael Elkins | |
svn path=/trunk/; revision=5115 | |||
2013-03-04 | remove deprecated script that was used back when the web portal used the ↵ | Michael Elkins | |
sqlite db backend svn path=/trunk/; revision=5101 | |||
2013-03-04 | move core function to rpki.gui.app.check_expired | Michael Elkins | |
see #442 svn path=/trunk/; revision=5100 | |||
2013-03-04 | move core of rpkid/portal-gui/scripts/rpkigui-import-routes.py to ↵ | Michael Elkins | |
rpkid/rpki/gui/routeview/util.py see #442 svn path=/trunk/; revision=5098 | |||
2013-03-04 | move core implementation to rpki.gui.cacheview.util and only leave the ↵ | Michael Elkins | |
script wrapper see #442 svn path=/trunk/; revision=5097 | |||
2013-02-28 | add new script rpkigui-flatten-roas script to take care of flattening old ↵ | Michael Elkins | |
roas which had multiple prefixes see #421 svn path=/trunk/; revision=5086 | |||
2012-11-26 | rewrite ghostbuster_{create,edit} not to use generic views | Michael Elkins | |
make sure to set the .vcard field when saving a ghostbuster request display the list of covering ROAs from the rcynic cache in the route detail view rename route_roa_list to route_detail remove the delete button from the object_detail.html template since not all objects that use it can be deleted set STATIC_ROOT in settings.py so that collectstatic works svn path=/branches/tk329/; revision=4901 | |||
2012-11-16 | fixes to handle the case where the gui is managing the root | Michael Elkins | |
svn path=/trunk/; revision=4884 | |||
2012-11-14 | merge with /trunk | Michael Elkins | |
svn path=/branches/tk274/; revision=4866 | |||
2012-11-12 | default $LANG to en_US.UTF-8 if unset to avoid problems with django-admin | Michael Elkins | |
svn path=/branches/tk274/; revision=4855 | |||
2012-11-12 | fix bug where object_accepted object was compared to wrong attribute when ↵ | Michael Elkins | |
looking up validated certs closes #335 svn path=/trunk/; revision=4847 | |||
2012-11-10 | add rpki-manage script to wrap django-admin with env vars already set | Michael Elkins | |
svn path=/branches/tk319/; revision=4833 | |||
2012-11-04 | only consider certs which have already been accepted when looking up the issuer | Michael Elkins | |
closes #299 svn path=/trunk/; revision=4801 | |||
2012-08-24 | do not assume that user.email is not None | Michael Elkins | |
svn path=/trunk/; revision=4660 | |||
2012-07-16 | simplify exiting the script | Michael Elkins | |
svn path=/trunk/; revision=4604 |