aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki
AgeCommit message (Expand)Author
2013-05-01Add ALLOWED_HOSTS. Closes #525.Rob Austein
2013-04-26Loading setproctitle dumps core when running under WSGI and Apache, soRob Austein
2013-04-20Consider updating ROAs and Ghostbusters when CA certificate changes.Rob Austein
2013-04-20Force new manifest EE certificate, manifest, and CRL when parentRob Austein
2013-04-19Throw exception when asked to issue a certificate with notAfter <=Rob Austein
2013-04-19Add option to allow setting initial resource validity when configuringRob Austein
2013-04-18Teach rpkic and yamltest about Ghostbusters records.Rob 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 warning to CSV import form for ROAs, ASes and Prefixes that all existing ...Michael Elkins
2013-04-04pull SECRET_KEY from rpki.conf if present, otherwise generate a random valueMichael 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-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-26set rpki.config.default_dirname from rpki.gui.autoconf.sysconfdir to the need...Michael 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-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-26configure logging support to go both to apache.log and to email the admins up...Michael Elkins
2013-03-26add templates for 404 and 500 error reporting to the userMichael Elkins
2013-03-25Break rootd setup out of rpkic create_identity into new command rpkicRob Austein
2013-03-25Add create_identity and initialize_server_bpki, teach yamltest to useRob Austein
2013-03-25fix wrong css class for page-headerMichael Elkins
2013-03-25upgrade to bootstrap 2.3.1Michael Elkins
2013-03-25use new method Zookeeper.initialize_resource_bpki() added in [5206].Michael Elkins
2013-03-25use Zookeeper.synchronize_ca() when changes are made to a single resource hol...Michael Elkins
2013-03-25Start splitting BPKI initialization into separate ServerCA andRob Austein
2013-03-24First pass at cleaning up exception handling in rpkic and zookeeper.Rob Austein
2013-03-24add link to pubclient detail for exporting the XML responseMichael Elkins
2013-03-24correct xml attribute for popup help is 'title'Michael Elkins
2013-03-24revert default filetype to xml in serve_xml()Michael Elkins
2013-03-22.setRFC3779() handling of emtpy iterations was subtly broken in waysRob Austein
2013-03-22add import/export of asns.csv and prefixes.csvMichael Elkins