aboutsummaryrefslogtreecommitdiff
path: root/rpkid
AgeCommit message (Expand)Author
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-05Some recent cleanup broke package builds on Ubuntu, fix that.Rob Austein
2013-04-04configure no longer needs to look for django-admin.pyMichael Elkins
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-04Start integrating rpki-confgen with build process.Rob Austein
2013-04-04set PYTHONPATH from rpki.autoconf.datarootdir at runtime rather than substitu...Michael Elkins
2013-04-04pull SECRET_KEY from rpki.conf if present, otherwise generate a random valueMichael Elkins
2013-04-04set settings.STATIC_ROOT from rpki.autoconf.datarootdir instead of substituti...Michael Elkins
2013-04-04Add --autoconf command, clean up XML output.Rob Austein
2013-04-04no longer necessary to set rpki.config.default_dirname from settings.pyMichael Elkins
2013-04-04Configuration file generator, to solve a couple of different problemsRob Austein
2013-04-03remove support for virtualenv.Michael Elkins
2013-04-03allow rpkigui-import-routes to be invoked with zero arguments, in which it wi...Michael Elkins
2013-04-03add support for automatically fetching routeviews.org dumps specified by URLMichael Elkins
2013-04-03merge /trunkMichael Elkins
2013-04-03put badge inside of <a> element so it displays on the same line as the 'alert...Michael Elkins
2013-04-03omit resource holder specific options from the sidebar when the user hasn't s...Michael Elkins
2013-04-03remove get_email_list() and replace with calls to Conf.send_alert()Michael Elkins
2013-04-03add Conf.send_alert() to store an alert for a resource holder. takes care of...Michael Elkins
2013-04-03add support for deleting alertsMichael Elkins
2013-04-03intial support for storing alerts and displaying them in the guiMichael Elkins
2013-04-01Clean up various old messes in how we configure listener server andRob Austein
2013-04-01warn about stale rcynic and bgp data in the nightly expiration cron job. cur...Michael Elkins
2013-03-30Add --missing_only and --mysql_defaults to rpki-sql-setup.Rob Austein
2013-03-29a roa only matches a route if it exactly matches or is an aggregrate. if the...Michael Elkins
2013-03-29use nav-list css class for sidebar entriesMichael Elkins
2013-03-29in the route detail view, view roa list by page since the list may be quite l...Michael Elkins
2013-03-29fix bug in orm query where roas covering a subset of a route were ignoredMichael Elkins
2013-03-29the pager should display links for the first and last page if they are not vi...Michael Elkins
2013-03-28drop "requests" in a few more places in the html templatesMichael Elkins
2013-03-28drop the word 'request' from the GUI since users do not understand the distin...Michael Elkins
2013-03-28allow user to create roas by selecting entries from the route viewMichael Elkins
2013-03-28Clean a lot of OpenSSL-related historical baggage out of sample rpki.conf.Rob Austein
2013-03-27no longer necessary to build aux scripts that won't be installed.Michael Elkins
2013-03-26set rpki.config.default_dirname from rpki.gui.autoconf.sysconfdir to the need...Michael Elkins
2013-03-26auto generate rpki.gui.autoconf with the expansions of all the standard varia...Michael Elkins
2013-03-26remove some variables no longer required in settings.py.inMichael Elkins
2013-03-26convert the two remaining scripts using $top/buildtools/make-django-script.py...Michael Elkins
2013-03-26setting INSTALLED_APPS is not required when accessing existing db tables.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-26add new rpki.gui.script_util.setup() that does the ORM setup for standalone s...Michael Elkins
2013-03-26need to return a byte string instead of long now that we are no longer conver...Michael Elkins
2013-03-26rollback the change in [5093] since that only applied to DEBUG=True and we no...Michael Elkins
2013-03-26set default loglevel for rpki.gui.* to WARNING, otherwise the auxillary scrip...Michael Elkins
2013-03-26conditional get support is no longer needed. it was added for the long forgo...Michael Elkins
2013-03-26configure logging support to go both to apache.log and to email the admins up...Michael Elkins