aboutsummaryrefslogtreecommitdiff
path: root/rpkid/portal-gui/scripts/rpkigui-check-expired.py
AgeCommit message (Collapse)Author
2013-03-26use rpki.gui.script_util.setup() to configure the django orm.Michael Elkins
generate the scripts using ${COMPILE_PYTHON} since ${COMPILE_DJANGO} is no longer required svn path=/trunk/; revision=5226
2013-03-11change default log level to WARNINGMichael Elkins
svn path=/trunk/; revision=5131
2013-03-04move core function to rpki.gui.app.check_expiredMichael Elkins
see #442 svn path=/trunk/; revision=5100
2012-11-16fixes to handle the case where the gui is managing the rootMichael Elkins
svn path=/trunk/; revision=4884
2012-08-24do not assume that user.email is not NoneMichael Elkins
svn path=/trunk/; revision=4660
2012-07-16simplify exiting the scriptMichael Elkins
svn path=/trunk/; revision=4604
2012-07-16catch socket.error and print a friendlier message when we can't talk to ↵Michael Elkins
rpkid. fixes #268 svn path=/trunk/; revision=4603
2012-07-13fix pep8 warningsMichael Elkins
svn path=/trunk/; revision=4601
2012-07-12move fetching of admin email addresses to the glue library so it can be used ↵Michael Elkins
by rpkigui-rcynic as well svn path=/trunk/; revision=4598
2012-07-10add option to not send email report; useful for cli debuggingMichael Elkins
svn path=/trunk/; revision=4593
2012-07-09in addition to logging to stdout, send email notifications to addresses ↵Michael Elkins
listed in published ghostbuster records for each user. remove -v (verbose) option svn path=/trunk/; revision=4592
2012-07-06use the client_handle specified in the <list_published_objects/> response to ↵Michael Elkins
determine child. references #104. svn path=/trunk/; revision=4590
2012-07-06add support for checking child resource certsMichael Elkins
make the expire time configurable allow the user to optionally specify a list of resource handles to check svn path=/trunk/; revision=4587
2012-07-06force update of received resources cache prior to checking for rescert ↵Michael Elkins
expiration svn path=/trunk/; revision=4584
2012-07-05add current handle name to each warning messageMichael Elkins
svn path=/trunk/; revision=4582
2012-07-05use str() to print to detail of each Certificate subclass when displaying a ↵Michael Elkins
warning message svn path=/trunk/; revision=4581
2012-07-05don't print out expiration for TA certsMichael Elkins
check expiration on HostedBy and ServerCA certs svn path=/trunk/; revision=4579
2012-07-05print cached rescert information when we do not find the cert in the rcynic ↵Michael Elkins
cache svn path=/trunk/; revision=4578
2012-07-05check expiration of BSC's for each handle as well.Michael Elkins
display expiration dates and object types in verbose mode svn path=/trunk/; revision=4577
2012-07-05add expiration checks for parent/child/repository TA/cross certsMichael Elkins
svn path=/trunk/; revision=4573
2012-07-03initial implementation of rescert expiration cron scriptMichael Elkins
svn path=/trunk/; revision=4570