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
/
rpkigui-rcynic.py
Age
Commit message (
Expand
)
Author
2013-04-05
Consolidate list of scripts for setup.py to install into setup.py, get
Rob Austein
2013-04-05
Whack build environment with a club to get rpki-ca package to start up
Rob Austein
2013-03-26
fix missing import sys
Michael Elkins
2013-03-26
use rpki.gui.script_util.setup() to configure the django orm.
Michael Elkins
2013-03-11
change default log level to WARNING
Michael Elkins
2013-03-04
move core implementation to rpki.gui.cacheview.util and only leave the script...
Michael Elkins
2012-11-26
rewrite ghostbuster_{create,edit} not to use generic views
Michael Elkins
2012-11-16
fixes to handle the case where the gui is managing the root
Michael Elkins
2012-11-13
fix notification of valid->invalid transitions
Michael Elkins
2012-11-13
vcard.prettyPrint() prints to stdout, and doesn't return a string.
Michael Elkins
2012-11-12
fix bug where object_accepted object was compared to wrong attribute when loo...
Michael Elkins
2012-11-04
only consider certs which have already been accepted when looking up the issuer
Michael Elkins
2012-07-13
send_email() should have been send_mail()
Michael Elkins
2012-07-13
fetch list of published objects from rpkid, and check for valid->invalid tran...
Michael Elkins
2012-06-25
log debugging info about the object being processed when an exception is caught.
Michael Elkins
2012-06-01
Change default location of rcynic XML output to match default installation va...
Michael Elkins
2012-02-14
remove some unnecessary debug output
Michael Elkins
2012-02-14
rework cacheview models to separate validation status from accepted objects
Michael Elkins
2012-02-09
use std logging module for log messsages
Michael Elkins
2012-01-17
display routes matching ROA request to be deleted
Michael Elkins
2012-01-17
create utility function for updating Timestamp objects
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-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-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