Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-05 | Consolidate list of scripts for setup.py to install into setup.py, get | Rob Austein | |
rid of a lot of Makefile.in code that no longer serves any useful purpose. svn path=/trunk/; revision=5285 | |||
2013-04-05 | Whack build environment with a club to get rpki-ca package to start up | Rob Austein | |
properly after install on Ubuntu. Some cleanup still required, rpki-ca cron stuff isn't done yet, and GUI has not yet been tested with this, but daemons now start up properly upon install as an Ubuntu user would expect, which is some kind of progress. svn path=/trunk/; revision=5283 | |||
2013-03-26 | use 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-11 | change default log level to WARNING | Michael Elkins | |
svn path=/trunk/; revision=5131 | |||
2013-03-04 | move core function to rpki.gui.app.check_expired | Michael Elkins | |
see #442 svn path=/trunk/; revision=5100 | |||
2012-11-16 | fixes to handle the case where the gui is managing the root | Michael Elkins | |
svn path=/trunk/; revision=4884 | |||
2012-08-24 | do not assume that user.email is not None | Michael Elkins | |
svn path=/trunk/; revision=4660 | |||
2012-07-16 | simplify exiting the script | Michael Elkins | |
svn path=/trunk/; revision=4604 | |||
2012-07-16 | catch 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-13 | fix pep8 warnings | Michael Elkins | |
svn path=/trunk/; revision=4601 | |||
2012-07-12 | move 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-10 | add option to not send email report; useful for cli debugging | Michael Elkins | |
svn path=/trunk/; revision=4593 | |||
2012-07-09 | in 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-06 | use the client_handle specified in the <list_published_objects/> response to ↵ | Michael Elkins | |
determine child. references #104. svn path=/trunk/; revision=4590 | |||
2012-07-06 | add support for checking child resource certs | Michael 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-06 | force update of received resources cache prior to checking for rescert ↵ | Michael Elkins | |
expiration svn path=/trunk/; revision=4584 | |||
2012-07-05 | add current handle name to each warning message | Michael Elkins | |
svn path=/trunk/; revision=4582 | |||
2012-07-05 | use str() to print to detail of each Certificate subclass when displaying a ↵ | Michael Elkins | |
warning message svn path=/trunk/; revision=4581 | |||
2012-07-05 | don't print out expiration for TA certs | Michael Elkins | |
check expiration on HostedBy and ServerCA certs svn path=/trunk/; revision=4579 | |||
2012-07-05 | print cached rescert information when we do not find the cert in the rcynic ↵ | Michael Elkins | |
cache svn path=/trunk/; revision=4578 | |||
2012-07-05 | check 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-05 | add expiration checks for parent/child/repository TA/cross certs | Michael Elkins | |
svn path=/trunk/; revision=4573 | |||
2012-07-03 | initial implementation of rescert expiration cron script | Michael Elkins | |
svn path=/trunk/; revision=4570 |