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
Age
Commit message (
Expand
)
Author
2011-11-23
remove features that depend on django 1.3, so that portal gui works with djan...
Michael Elkins
2011-11-11
if ${sysconfdir}/rpki/settings.py already exists, append a .new suffix and co...
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-13
use the django.contrib.staticfiles app to serve the django admin site media.
Michael Elkins
2011-10-07
install copy of example rpki.conf as template for new gui users
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-07-25
add blurb about necessary file permissions for portal-gui
Michael Elkins
2011-07-25
portal-gui install dox update
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-05-10
Don't assume installation directories exist
Rob Austein
2011-05-06
DESTDIR
Rob Austein
2011-03-24
adduser script should use settings from rpki.gui.app
Michael Elkins
2011-03-03
put django project templates into $top/rpkid/rpki/gui/templates
Michael Elkins
2011-03-02
portal-gui project Makefile should not install django app templates
Michael Elkins
2011-03-02
move portal-gui scripts out of the python package tree into the project tree
Michael Elkins
2011-03-02
move $top/portal-gui into $top/rpkid/portal-gui
Michael Elkins