Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-05 | Source tree reorg, phase 1. Almost everything moved, no file contents changed. | Rob Austein | |
svn path=/branches/tk685/; revision=5757 | |||
2014-01-09 | Update more copyrights, clean up module doc blocks. | Rob Austein | |
svn path=/trunk/; revision=5624 | |||
2013-09-23 | rework save_statuses() to save a single status instead, and peform garbage ↵ | Michael Elkins | |
collection of objects which were not accepted later on in process_cache see #625 svn path=/trunk/; revision=5515 | |||
2013-09-23 | catch OSError when calling os.stat() and treat the object as if it were ↵ | Michael Elkins | |
missing from rcynic.xml see #625 svn path=/trunk/; revision=5512 | |||
2013-09-23 | use stat.ST_MTIME as array offset to retrieve mtime value from os.stat() ↵ | Michael Elkins | |
return value svn path=/trunk/; revision=5511 | |||
2013-09-19 | delete existing objects that were previously accepted if they were not ↵ | Michael Elkins | |
accepted during the most recent run. see #588 refactor much of the code in process_cache() into save_statuses() to make it simpler to handle the garbage collection. first we collected all statuses, then save them all at once. svn path=/trunk/; revision=5502 | |||
2013-09-19 | garbage collect ROAPrefixV* objects when there are no associated ROAs | Michael Elkins | |
closes #620 svn path=/trunk/; revision=5499 | |||
2013-09-19 | resource_range_ip has a .min element, not .prefix_min | Michael Elkins | |
svn path=/trunk/; revision=5497 | |||
2013-09-19 | update cacheview interface to match the style of the main app | Michael Elkins | |
svn path=/trunk/; revision=5496 | |||
2013-04-03 | remove get_email_list() and replace with calls to Conf.send_alert() | Michael Elkins | |
svn path=/branches/tk500/; revision=5260 | |||
2013-03-29 | a roa only matches a route if it exactly matches or is an aggregrate. if ↵ | Michael Elkins | |
the route is an aggregate of the roa, it does not match. svn path=/trunk/; revision=5247 | |||
2013-03-21 | merge ^/branches/tk334 | Michael Elkins | |
svn path=/trunk/; revision=5193 | |||
2013-03-19 | need to guard against issuer being None the first time we process the root ↵ | Michael Elkins | |
cert since the object is not yet in the db closes #475 svn path=/trunk/; revision=5174 | |||
2013-03-18 | merge work for #460 | Michael Elkins | |
svn path=/trunk/; revision=5166 | |||
2013-03-06 | fix DeprecationWarning showing up in the apache.log | Michael Elkins | |
see #447 svn path=/trunk/; revision=5112 | |||
2013-03-04 | add .cert_chain property to return the complete certificate chain for the ↵ | Michael Elkins | |
specified object svn path=/trunk/; revision=5099 | |||
2013-03-04 | move core implementation to rpki.gui.cacheview.util and only leave the ↵ | Michael Elkins | |
script wrapper see #442 svn path=/trunk/; revision=5097 | |||
2012-10-12 | Replace rpki.ipaddrs with rpki.POW.IPAddress. | Rob Austein | |
svn path=/branches/tk274/; revision=4773 | |||
2012-07-03 | initial implementation of rescert expiration cron script | Michael Elkins | |
svn path=/trunk/; revision=4570 | |||
2012-02-14 | rework cacheview models to separate validation status from accepted objects | Michael Elkins | |
optimize import of rcynic xml summary svn path=/branches/tk161/; revision=4330 | |||
2012-02-09 | pep8 fixes | Michael Elkins | |
svn path=/branches/tk161/; revision=4319 | |||
2012-01-17 | pull duplicated model for represent AS ranges into abstract model in ↵ | Michael Elkins | |
rpki.gui.models so it can be reused. svn path=/branches/tk161/; revision=4213 | |||
2012-01-17 | refactor cacheview app to use common rpki.gui.models | Michael Elkins | |
svn path=/branches/tk161/; revision=4165 | |||
2012-01-17 | incorporate validation status from cacheview app | Michael Elkins | |
modify cacheview schema to use bigint for ip address storage modify rpkigui-rcynic to use a transaction-per-object to avoid huge memory requirements svn path=/branches/tk161/; revision=4164 | |||
2011-10-18 | update rpki.gui.cacheview app to support new rcynic xml format. closes #106 | Michael Elkins | |
svn path=/trunk/; revision=4054 | |||
2011-06-15 | color code entire line in table | Michael Elkins | |
svn path=/rpkid/rpki/gui/cacheview/templates/cacheview/query_result.html; revision=3876 | |||
2011-06-15 | display a table containing the full x.509 cert chain for all signed objects | Michael Elkins | |
in cert detail view, display validation status for all issued objects in tables move name and key id fields to signedobject base class in order to store the SN and SKI of the signing EE certs svn path=/rpkid/portal-gui/scripts/rpkigui-rcynic.py; revision=3875 | |||
2011-06-14 | remove deprecated template | Michael Elkins | |
svn path=/rpkid/rpki/gui/cacheview/templates/cacheview/resourcecert_detail.html; revision=3874 | |||
2011-06-14 | extrude validation status lables from the rcynic XML file and shove into ↵ | Michael Elkins | |
django db color code validation status in signed object detail views to make problems stand out svn path=/rpkid/portal-gui/scripts/rpkigui-rcynic.py; revision=3873 | |||
2011-06-12 | add indices for AddressRange objects to speed up reprocessing changed rescerts | Michael Elkins | |
svn path=/rpkid/rpki/gui/cacheview/models.py; revision=3867 | |||
2011-06-12 | remove <h1> tag from within title block since it is added by the parent template | Michael Elkins | |
svn path=/rpkid/rpki/gui/cacheview/templates/cacheview/roa_detail.html; revision=3866 | |||
2011-06-10 | add URLs for as/address range detail | Michael Elkins | |
svn path=/rpkid/rpki/gui/cacheview/models.py; revision=3861 | |||
2011-06-09 | add support for browing the rcynic cache | Michael Elkins | |
svn path=/rpkid/portal-gui/scripts/rpkigui-rcynic.py; revision=3859 |