aboutsummaryrefslogtreecommitdiff
path: root/rpkid/portal-gui/scripts/rpkigui-rcynic.py
AgeCommit message (Expand)Author
2013-04-05Consolidate list of scripts for setup.py to install into setup.py, getRob Austein
2013-04-05Whack build environment with a club to get rpki-ca package to start upRob Austein
2013-03-26fix missing import sysMichael Elkins
2013-03-26use rpki.gui.script_util.setup() to configure the django orm.Michael Elkins
2013-03-11change default log level to WARNINGMichael Elkins
2013-03-04move core implementation to rpki.gui.cacheview.util and only leave the script...Michael Elkins
2012-11-26rewrite ghostbuster_{create,edit} not to use generic viewsMichael Elkins
2012-11-16fixes to handle the case where the gui is managing the rootMichael Elkins
2012-11-13fix notification of valid->invalid transitionsMichael Elkins
2012-11-13vcard.prettyPrint() prints to stdout, and doesn't return a string.Michael Elkins
2012-11-12fix bug where object_accepted object was compared to wrong attribute when loo...Michael Elkins
2012-11-04only consider certs which have already been accepted when looking up the issuerMichael Elkins
2012-07-13send_email() should have been send_mail()Michael Elkins
2012-07-13fetch list of published objects from rpkid, and check for valid->invalid tran...Michael Elkins
2012-06-25log debugging info about the object being processed when an exception is caught.Michael Elkins
2012-06-01Change default location of rcynic XML output to match default installation va...Michael Elkins
2012-02-14remove some unnecessary debug outputMichael Elkins
2012-02-14rework cacheview models to separate validation status from accepted objectsMichael Elkins
2012-02-09use std logging module for log messsagesMichael Elkins
2012-01-17display routes matching ROA request to be deletedMichael Elkins
2012-01-17create utility function for updating Timestamp objectsMichael Elkins
2012-01-17refactor cacheview app to use common rpki.gui.modelsMichael Elkins
2012-01-17incorporate validation status from cacheview appMichael Elkins
2011-11-10move settings.py for portal gui django app to ${sysconfdir}/rpki since it rea...Michael Elkins
2011-10-30use combination of AKI and issuer name to look up parent cert since the same ...Michael Elkins
2011-10-18update rpki.gui.cacheview app to support new rcynic xml format. closes #106Michael Elkins
2011-06-29import with_statement now done by python build scriptMichael Elkins
2011-06-17More "from __future__ import with_statement" funRob Austein
2011-06-15implement context manager wrapper for django transaction dbMichael Elkins
2011-06-15display a table containing the full x.509 cert chain for all signed objectsMichael Elkins
2011-06-14extrude validation status lables from the rcynic XML file and shove into djan...Michael Elkins
2011-06-14speed up processing rescerts by disabling autocommit while updating rfc3779 infoMichael Elkins
2011-06-14properly handle the self-signed TAsMichael Elkins
2011-06-12fix bug in garbage collection. should be calling .all() on the RelatedManage...Michael Elkins
2011-06-10make rpkigui-rcynic a full-fledged installed script.Michael Elkins
2011-06-09add support for browing the rcynic cacheMichael Elkins