aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/gui/cacheview
AgeCommit message (Expand)Author
2014-04-05Source tree reorg, phase 1. Almost everything moved, no file contents changed.Rob Austein
2014-01-09Update more copyrights, clean up module doc blocks.Rob Austein
2013-09-23rework save_statuses() to save a single status instead, and peform garbage co...Michael Elkins
2013-09-23catch OSError when calling os.stat() and treat the object as if it were missi...Michael Elkins
2013-09-23use stat.ST_MTIME as array offset to retrieve mtime value from os.stat() retu...Michael Elkins
2013-09-19delete existing objects that were previously accepted if they were not accept...Michael Elkins
2013-09-19garbage collect ROAPrefixV* objects when there are no associated ROAsMichael Elkins
2013-09-19resource_range_ip has a .min element, not .prefix_minMichael Elkins
2013-09-19update cacheview interface to match the style of the main appMichael Elkins
2013-04-03remove get_email_list() and replace with calls to Conf.send_alert()Michael Elkins
2013-03-29a roa only matches a route if it exactly matches or is an aggregrate. if the...Michael Elkins
2013-03-21merge ^/branches/tk334Michael Elkins
2013-03-19need to guard against issuer being None the first time we process the root ce...Michael Elkins
2013-03-18merge work for #460Michael Elkins
2013-03-06fix DeprecationWarning showing up in the apache.logMichael Elkins
2013-03-04add .cert_chain property to return the complete certificate chain for the spe...Michael Elkins
2013-03-04move core implementation to rpki.gui.cacheview.util and only leave the script...Michael Elkins
2012-10-12Replace rpki.ipaddrs with rpki.POW.IPAddress.Rob Austein
2012-07-03initial implementation of rescert expiration cron scriptMichael Elkins
2012-02-14rework cacheview models to separate validation status from accepted objectsMichael Elkins
2012-02-09pep8 fixesMichael Elkins
2012-01-17pull duplicated model for represent AS ranges into abstract model in rpki.gui...Michael Elkins
2012-01-17refactor cacheview app to use common rpki.gui.modelsMichael Elkins
2012-01-17incorporate validation status from cacheview appMichael Elkins
2011-10-18update rpki.gui.cacheview app to support new rcynic xml format. closes #106Michael Elkins
2011-06-15color code entire line in tableMichael Elkins
2011-06-15display a table containing the full x.509 cert chain for all signed objectsMichael Elkins
2011-06-14remove deprecated templateMichael Elkins
2011-06-14extrude validation status lables from the rcynic XML file and shove into djan...Michael Elkins
2011-06-12add indices for AddressRange objects to speed up reprocessing changed rescertsMichael Elkins
2011-06-12remove <h1> tag from within title block since it is added by the parent templateMichael Elkins
2011-06-10add URLs for as/address range detailMichael Elkins
2011-06-09add support for browing the rcynic cacheMichael Elkins