aboutsummaryrefslogtreecommitdiff
path: root/rpkid/portal-gui/scripts
AgeCommit message (Expand)Author
2012-07-16catch socket.error and print a friendlier message when we can't talk to rpkid...Michael Elkins
2012-07-13send_email() should have been send_mail()Michael Elkins
2012-07-13fix pep8 warningsMichael Elkins
2012-07-13fetch list of published objects from rpkid, and check for valid->invalid tran...Michael Elkins
2012-07-12move fetching of admin email addresses to the glue library so it can be used ...Michael Elkins
2012-07-10add option to not send email report; useful for cli debuggingMichael Elkins
2012-07-09in addition to logging to stdout, send email notifications to addresses liste...Michael Elkins
2012-07-06use the client_handle specified in the <list_published_objects/> response to ...Michael Elkins
2012-07-06add support for checking child resource certsMichael Elkins
2012-07-06force update of received resources cache prior to checking for rescert expira...Michael Elkins
2012-07-05add current handle name to each warning messageMichael Elkins
2012-07-05use str() to print to detail of each Certificate subclass when displaying a w...Michael Elkins
2012-07-05don't print out expiration for TA certsMichael Elkins
2012-07-05print cached rescert information when we do not find the cert in the rcynic c...Michael Elkins
2012-07-05check expiration of BSC's for each handle as well.Michael Elkins
2012-07-05add expiration checks for parent/child/repository TA/cross certsMichael Elkins
2012-07-03initial implementation of rescert expiration cron scriptMichael 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-17also refresh the rescert cacheMichael Elkins
2012-02-17delete objects through the irdb.models rather than the proxy models, to avoid...Michael Elkins
2012-02-17end range should be 33 since it is not inclusiveMichael Elkins
2012-02-17new script for reseting the labuser* accounts on rpki.netMichael Elkins
2012-02-14remove some unnecessary debug outputMichael Elkins
2012-02-14rework cacheview models to separate validation status from accepted objectsMichael Elkins
2012-02-12fix bug in routeviews parserMichael Elkins
2012-02-12fix bug with duplicate route,origin pairs due to fact that routeviews dump is...Michael Elkins
2012-02-10optimize the bgp import scriptMichael Elkins
2012-02-09use std logging module for log messsagesMichael Elkins
2012-02-08fix broken $Id$ tagMichael Elkins
2012-02-08make import routes more silentMichael Elkins
2012-02-07remove deprecated web portal scriptsMichael Elkins
2012-01-17display routes matching ROA request to be deletedMichael Elkins
2012-01-17add support for importing mrt format ribsMichael Elkins
2012-01-17create utility function for updating Timestamp objectsMichael Elkins
2012-01-17change timestamp name to use underscoresMichael Elkins
2012-01-17update timestamp on bgp v4 importMichael Elkins
2012-01-17refactor cacheview app to use common rpki.gui.modelsMichael Elkins
2012-01-17incorporate validation status from cacheview appMichael Elkins
2012-01-17updated routeviews data handlingMichael Elkins
2012-01-17rework routeview parser to use bulk sql insertsMichael Elkins
2012-01-17import initial cut at rpki.gui.routeview appMichael Elkins
2012-01-06add auth.User to the list of models to be dumpedMichael Elkins
2012-01-06add script for dumping old sqlite3 databaseMichael Elkins
2011-12-19remove sql setup script for the web portal since it is no longer needed; the ...Michael Elkins
2011-12-08Use mysql as the db backend for django.Michael 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-10-05Stop abusing RuntimeError. This closes #52.Rob Austein