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-check-expired.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
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 function to rpki.gui.app.check_expired
Michael Elkins
2012-11-16
fixes to handle the case where the gui is managing the root
Michael Elkins
2012-08-24
do not assume that user.email is not None
Michael Elkins
2012-07-16
simplify exiting the script
Michael Elkins
2012-07-16
catch socket.error and print a friendlier message when we can't talk to rpkid...
Michael Elkins
2012-07-13
fix pep8 warnings
Michael Elkins
2012-07-12
move fetching of admin email addresses to the glue library so it can be used ...
Michael Elkins
2012-07-10
add option to not send email report; useful for cli debugging
Michael Elkins
2012-07-09
in addition to logging to stdout, send email notifications to addresses liste...
Michael Elkins
2012-07-06
use the client_handle specified in the <list_published_objects/> response to ...
Michael Elkins
2012-07-06
add support for checking child resource certs
Michael Elkins
2012-07-06
force update of received resources cache prior to checking for rescert expira...
Michael Elkins
2012-07-05
add current handle name to each warning message
Michael Elkins
2012-07-05
use str() to print to detail of each Certificate subclass when displaying a w...
Michael Elkins
2012-07-05
don't print out expiration for TA certs
Michael Elkins
2012-07-05
print cached rescert information when we do not find the cert in the rcynic c...
Michael Elkins
2012-07-05
check expiration of BSC's for each handle as well.
Michael Elkins
2012-07-05
add expiration checks for parent/child/repository TA/cross certs
Michael Elkins
2012-07-03
initial implementation of rescert expiration cron script
Michael Elkins