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