Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | send_email() should have been send_mail() | Michael Elkins | |
svn path=/trunk/; revision=4602 | |||
2012-07-13 | fix pep8 warnings | Michael Elkins | |
svn path=/trunk/; revision=4601 | |||
2012-07-13 | fetch list of published objects from rpkid, and check for valid->invalid ↵ | Michael Elkins | |
transitions, emailing an alert when a problem is detected. references #257 svn path=/trunk/; revision=4599 | |||
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 path to wsgi script to apache.conf to allow explicit permissions to read | Michael Elkins | |
svn path=/trunk/; revision=4574 | |||
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 | |||
2012-06-28 | determine a timezone that is similar to UTC at runtime when settings.py is ↵ | Michael Elkins | |
loaded svn path=/trunk/; revision=4563 | |||
2012-06-28 | change default TIME_ZONE to UTC from GMT, since the former is the preferred ↵ | Michael Elkins | |
name and appears to be present on all modern systems. svn path=/trunk/; revision=4562 | |||
2012-06-25 | log debugging info about the object being processed when an exception is caught. | Michael Elkins | |
this is to aid in debugging issue #262. svn path=/trunk/; revision=4556 | |||
2012-06-01 | Change default location of rcynic XML output to match default installation ↵ | Michael Elkins | |
value. Closes #255 svn path=/trunk/; revision=4524 | |||
2012-02-17 | also refresh the rescert cache | Michael Elkins | |
svn path=/branches/tk161/; revision=4353 | |||
2012-02-17 | delete objects through the irdb.models rather than the proxy models, to ↵ | Michael Elkins | |
avoid issue with cascade deletes not working via proxy models svn path=/branches/tk161/; revision=4350 | |||
2012-02-17 | end range should be 33 since it is not inclusive | Michael Elkins | |
add output to give feedback svn path=/branches/tk161/; revision=4349 | |||
2012-02-17 | new script for reseting the labuser* accounts on rpki.net | Michael Elkins | |
svn path=/branches/tk161/; revision=4348 | |||
2012-02-14 | remove some unnecessary debug output | Michael Elkins | |
svn path=/branches/tk161/; revision=4333 | |||
2012-02-14 | rework cacheview models to separate validation status from accepted objects | Michael Elkins | |
optimize import of rcynic xml summary svn path=/branches/tk161/; revision=4330 | |||
2012-02-12 | fix bug in routeviews parser | Michael Elkins | |
svn path=/branches/tk161/; revision=4326 | |||
2012-02-12 | fix bug with duplicate route,origin pairs due to fact that routeviews dump ↵ | Michael Elkins | |
isn't sub-sorted by origin_as svn path=/branches/tk161/; revision=4325 | |||
2012-02-12 | reorder sys.path to place newly added site-packages directory at the head of ↵ | Michael Elkins | |
the list svn path=/branches/tk161/; revision=4324 | |||
2012-02-10 | optimize the bgp import script | Michael Elkins | |
svn path=/branches/tk161/; revision=4323 | |||
2012-02-09 | use std logging module for log messsages | Michael Elkins | |
change -d to generalized "-l LOGLEVEL" pep8 fixes svn path=/branches/tk161/; revision=4318 | |||
2012-02-08 | fix broken $Id$ tag | Michael Elkins | |
svn path=/branches/tk161/; revision=4317 | |||
2012-02-08 | make import routes more silent | Michael Elkins | |
svn path=/branches/tk161/; revision=4314 | |||
2012-02-08 | use install -d instead of -D, which is not supported under freebsd's install | Michael Elkins | |
svn path=/branches/tk161/; revision=4313 | |||
2012-02-07 | make configure detect when running inside of virtualenv so that the ↵ | Michael Elkins | |
rpki.wsgi script can be generated properly make rpki.wsgi be generated used a sed script rather than make-django-script svn path=/branches/tk161/; revision=4312 | |||
2012-02-07 | combine install targets into single target | Michael Elkins | |
svn path=/branches/tk161/; revision=4311 | |||
2012-02-07 | remove deprecated web portal scripts | Michael Elkins | |
svn path=/branches/tk161/; revision=4310 | |||
2012-02-07 | add support for running in virtualenv | Michael Elkins | |
svn path=/branches/tk161/; revision=4298 | |||
2012-02-06 | create /usr/local/share/rpki if it doesn't exist | Michael Elkins | |
svn path=/branches/tk161/; revision=4294 | |||
2012-01-17 | remove django admin site from installed apps | Michael Elkins | |
svn path=/branches/tk161/; revision=4202 | |||
2012-01-17 | remove manage.py script | Michael Elkins | |
svn path=/branches/tk161/; revision=4200 | |||
2012-01-17 | web portal no longer needs to write files in ${localstatedir} | Michael Elkins | |
svn path=/branches/tk161/; revision=4198 | |||
2012-01-17 | install twitter boostrap.min.css into web portal media directory | Michael Elkins | |
svn path=/branches/tk161/; revision=4197 | |||
2012-01-17 | remove deprecated myrpki image files | Michael Elkins | |
svn path=/branches/tk161/; revision=4196 | |||
2012-01-17 | forgot to fix apache/rpki.conf -> apache.conf in makefile | Michael Elkins | |
svn path=/branches/tk161/; revision=4191 | |||
2012-01-17 | rename the apache configuration file from rpki.conf to apache.conf | Michael Elkins | |
move files in the portal-gui/apache/ subdirectory up one level install data files to /usr/local/share/rpki/ rather than the /gui/ subdirectory make install automatically creates /usr/local/share/rpki/media/ for serving css files needed by the web portal svn path=/branches/tk161/; revision=4190 | |||
2012-01-17 | display routes matching ROA request to be deleted | Michael Elkins | |
remove breadcrumb from template svn path=/branches/tk161/; revision=4179 | |||
2012-01-17 | add support for importing mrt format ribs | Michael Elkins | |
remove default=0 value for timestamps, as that is not a valid initial value for a datetime object. since there is no default argument, the call to the Timestamp constructor needs to specify the value. svn path=/branches/tk161/; revision=4177 |