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
/
portal-gui
/
scripts
Age
Commit message (
Expand
)
Author
2012-01-17
display routes matching ROA request to be deleted
Michael Elkins
2012-01-17
add support for importing mrt format ribs
Michael Elkins
2012-01-17
create utility function for updating Timestamp objects
Michael Elkins
2012-01-17
change timestamp name to use underscores
Michael Elkins
2012-01-17
update timestamp on bgp v4 import
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
2012-01-17
updated routeviews data handling
Michael Elkins
2012-01-17
rework routeview parser to use bulk sql inserts
Michael Elkins
2012-01-17
import initial cut at rpki.gui.routeview app
Michael Elkins
2012-01-06
add auth.User to the list of models to be dumped
Michael Elkins
2012-01-06
add script for dumping old sqlite3 database
Michael Elkins
2011-12-19
remove sql setup script for the web portal since it is no longer needed; the ...
Michael Elkins
2011-12-08
Use mysql as the db backend for django.
Michael Elkins
2011-11-10
move settings.py for portal gui django app to ${sysconfdir}/rpki since it rea...
Michael Elkins
2011-10-30
use combination of AKI and issuer name to look up parent cert since the same ...
Michael Elkins
2011-10-18
update rpki.gui.cacheview app to support new rcynic xml format. closes #106
Michael Elkins
2011-10-05
Stop abusing RuntimeError. This closes #52.
Rob Austein
2011-09-30
no longer necessary to create stub rpki.conf for deprecated rpkidemo users
Michael Elkins
2011-06-29
import with_statement now done by python build script
Michael Elkins
2011-06-17
More "from __future__ import with_statement" fun
Rob Austein
2011-06-15
implement context manager wrapper for django transaction db
Michael Elkins
2011-06-15
display a table containing the full x.509 cert chain for all signed objects
Michael Elkins
2011-06-14
extrude validation status lables from the rcynic XML file and shove into djan...
Michael Elkins
2011-06-14
speed up processing rescerts by disabling autocommit while updating rfc3779 info
Michael Elkins
2011-06-14
properly handle the self-signed TAs
Michael Elkins
2011-06-12
fix bug in garbage collection. should be calling .all() on the RelatedManage...
Michael Elkins
2011-06-10
make rpkigui-rcynic a full-fledged installed script.
Michael Elkins
2011-06-09
add support for browing the rcynic cache
Michael Elkins
2011-03-24
adduser script should use settings from rpki.gui.app
Michael Elkins
2011-03-02
move portal-gui scripts out of the python package tree into the project tree
Michael Elkins