aboutsummaryrefslogtreecommitdiff
path: root/rpkid/portal-gui
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 path to wsgi script to apache.conf to allow explicit permissions to readMichael 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-28determine a timezone that is similar to UTC at runtime when settings.py is lo...Michael Elkins
2012-06-28change default TIME_ZONE to UTC from GMT, since the former is the preferred n...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-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-12reorder sys.path to place newly added site-packages directory at the head of ...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-08use install -d instead of -D, which is not supported under freebsd's installMichael Elkins
2012-02-07make configure detect when running inside of virtualenv so that the rpki.wsgi...Michael Elkins
2012-02-07combine install targets into single targetMichael Elkins
2012-02-07remove deprecated web portal scriptsMichael Elkins
2012-02-07add support for running in virtualenvMichael Elkins
2012-02-06create /usr/local/share/rpki if it doesn't existMichael Elkins
2012-01-17remove django admin site from installed appsMichael Elkins
2012-01-17remove manage.py scriptMichael Elkins
2012-01-17web portal no longer needs to write files in ${localstatedir}Michael Elkins
2012-01-17install twitter boostrap.min.css into web portal media directoryMichael Elkins
2012-01-17remove deprecated myrpki image filesMichael Elkins
2012-01-17forgot to fix apache/rpki.conf -> apache.conf in makefileMichael Elkins
2012-01-17rename the apache configuration file from rpki.conf to apache.confMichael Elkins
2012-01-17display routes matching ROA request to be deletedMichael Elkins
2012-01-17add support for importing mrt format ribsMichael Elkins