aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-18Teach rpkic and yamltest about Ghostbusters records.Rob Austein
2013-04-17Add --pwgen option to rpki-confgen. Add framework for rpkidRob Austein
2013-04-17Oops, reissuing a child certificate works better when we remember toRob Austein
2013-04-16Restrict use of rpkid.self.regen_margin to certificate regeneration,Rob Austein
2013-04-15Add cronjob to update BPKI files. Fix routeviews cronjob. Clean upRob Austein
2013-04-15add warning to CSV import form for ROAs, ASes and Prefixes that all existing ...Michael Elkins
2013-04-11Get rid of dependency on v3_key_usage from OpenSSL library, since someRob Austein
2013-04-09Add --jitter option to help spread the load when fetching routeviewsRob Austein
2013-04-08Teach FreeBSD rpki-ca port about rpki-confgen. Clean up various minor annoya...Rob Austein
2013-04-07Clean up properly when purging installed packages on Ubuntu.Rob Austein
2013-04-06CleanupRob Austein
2013-04-06Move installation of portal-gui data files into setup.py.Rob Austein
2013-04-06Move our distutils extensions into a separate module.Rob Austein
2013-04-06Teach setup.py how to install scripts in more than one directory, moveRob Austein
2013-04-05Feh, missed some quotes when converting from Makefile syntax.Rob Austein
2013-04-05Consolidate list of scripts for setup.py to install into setup.py, getRob Austein
2013-04-05Add --debuild option.Rob 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-03Automatic pull of documentation from Wiki.RPKI Documentation Robot
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 /branches/tk500Michael 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-03Use rpki.autoconf instead of whacky generated script headers. MoreRob Austein
2013-04-03intial support for storing alerts and displaying them in the guiMichael Elkins
2013-04-02Automatic pull of documentation from Wiki.RPKI Documentation Robot
2013-04-02Clean up a couple of deprecated scripts.Rob Austein
2013-04-02Automatic pull of documentation from Wiki.RPKI Documentation Robot
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-04-01add /etc/rpki/default_settings.py to rpki-ca installed files listMichael 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