aboutsummaryrefslogtreecommitdiff
path: root/rpkid/portal-gui/scripts
AgeCommit message (Expand)Author
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
2012-07-16catch socket.error and print a friendlier message when we can't talk to rpkid...Michael Elkins
2012-07-13send_email() should have been send_mail()Michael Elkins
2012-07-13fix pep8 warningsMichael Elkins
2012-07-13fetch list of published objects from rpkid, and check for valid->invalid tran...Michael Elkins
2012-07-12move fetching of admin email addresses to the glue library so it can be used ...Michael Elkins
2012-07-10add option to not send email report; useful for cli debuggingMichael Elkins
2012-07-09in addition to logging to stdout, send email notifications to addresses liste...Michael Elkins
2012-07-06use the client_handle specified in the <list_published_objects/> response to ...Michael Elkins
2012-07-06add support for checking child resource certsMichael Elkins
2012-07-06force update of received resources cache prior to checking for rescert expira...Michael Elkins
2012-07-05add current handle name to each warning messageMichael Elkins
2012-07-05use str() to print to detail of each Certificate subclass when displaying a w...Michael Elkins