aboutsummaryrefslogtreecommitdiff
path: root/rpkid/portal-gui/scripts
AgeCommit message (Expand)Author
2014-04-05Source tree reorg, phase 1. Almost everything moved, no file contents changed.Rob Austein
2014-03-10Remove delegated resources from the labuser* accounts when resetting the demo...Michael Elkins
2014-01-15Doh, helps to import errno module before using it. See #661.Rob Austein
2014-01-15Add lock file and abort timer. See #661.Rob Austein
2013-09-25Use NameVirtualHost for Apache 2.2 on Ubuntu as well as on FreeBSD.Rob Austein
2013-09-20Disable mod_deflate if it's enabled and we know how to do so. InRob Austein
2013-09-20Apache 2.4 support. Closes #616.Rob Austein
2013-09-20add +/- for each roa to given visual feedback about how the roa affects the g...Michael Elkins
2013-09-19new cli script rpkigui-query-routes to query the web portal's routeview/rcyni...Michael Elkins
2013-09-09set default logging level to ERROR for rpkigui-rcynic script so we don't floo...Michael Elkins
2013-07-15Try not to stomp on existing Apache configurations during initialRob Austein
2013-06-27add button to delete all alertsMichael Elkins
2013-06-10need to access ResourceHolderCA via the GUI's proxy model to pass to list_rec...Michael Elkins
2013-06-04"ubunutu" => "ubuntu", sigh. Fixes #540.Rob Austein
2013-06-04.lower(), not .downcase(). Fixes #539.Rob Austein
2013-05-07Use Python's platform library instead of parsing /etc/issue.Rob Austein
2013-05-07Simplify and comment.Rob Austein
2013-05-06CleanupRob Austein
2013-05-02Whack Apache configuration into shape on FreeBSD.Rob Austein
2013-05-02Whack Ubuntu Apache configuration to use rpkigui-apache-conf-gen.Rob Austein
2013-05-02Add --remove and --purge, use classes to encapsulate common code.Rob Austein
2013-05-01Start consolidating Apache configuration voodoo into new scriptRob Austein
2013-04-09Add --jitter option to help spread the load when fetching routeviewsRob Austein
2013-04-05Consolidate list of scripts for setup.py to install into setup.py, getRob Austein
2013-04-05Whack build environment with a club to get rpki-ca package to start upRob Austein
2013-04-04convert ${sbindir}/rpki-manage from a shell script to a pure python scriptMichael Elkins
2013-04-04fix DJANGO_SETTINGS_MODULE in rpki-manage.in scriptMichael Elkins
2013-04-03allow rpkigui-import-routes to be invoked with zero arguments, in which it wi...Michael Elkins
2013-03-26convert the two remaining scripts using $top/buildtools/make-django-script.py...Michael Elkins
2013-03-26change default loglevel to ERROR when importing routes since this is invoked ...Michael Elkins
2013-03-26fix missing import sysMichael Elkins
2013-03-26use rpki.gui.script_util.setup() to configure the django orm.Michael Elkins
2013-03-13check for settings.py in the standard locations if $DJANGO_SETTINGS_MODULE is...Michael Elkins
2013-03-13add new helper script for the rpki workshop to create web user accounts for e...Michael Elkins
2013-03-11change default log level to WARNINGMichael Elkins
2013-03-06fix typohMichael Elkins
2013-03-04remove deprecated script that was used back when the web portal used the sqli...Michael Elkins
2013-03-04move core function to rpki.gui.app.check_expiredMichael Elkins
2013-03-04move core of rpkid/portal-gui/scripts/rpkigui-import-routes.py to rpkid/rpki/...Michael Elkins
2013-03-04move core implementation to rpki.gui.cacheview.util and only leave the script...Michael Elkins
2013-02-28add new script rpkigui-flatten-roas script to take care of flattening old roa...Michael Elkins
2012-11-26rewrite ghostbuster_{create,edit} not to use generic viewsMichael Elkins
2012-11-16fixes to handle the case where the gui is managing the rootMichael Elkins
2012-11-14merge with /trunkMichael Elkins
2012-11-12default $LANG to en_US.UTF-8 if unset to avoid problems with django-adminMichael Elkins
2012-11-12fix bug where object_accepted object was compared to wrong attribute when loo...Michael Elkins
2012-11-10add rpki-manage script to wrap django-admin with env vars already setMichael Elkins
2012-11-04only consider certs which have already been accepted when looking up the issuerMichael Elkins
2012-08-24do not assume that user.email is not NoneMichael Elkins
2012-07-16simplify exiting the scriptMichael Elkins