aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-14remove trailing slash from the URL alias for /rcynic. closes #465Michael Elkins
svn path=/trunk/; revision=5151
2013-03-14Clean up FreeBSD port builder, part one.Rob Austein
svn path=/trunk/; revision=5150
2013-03-14add alias for /rcynic/ to the generated apache.conf (see #465)Michael Elkins
svn path=/trunk/; revision=5148
2013-03-14fix error in cron job defintion that got fixed in ↵Michael Elkins
$top/rpkid/portal-gui/Makefile.in but not in the postinst script svn path=/trunk/; revision=5147
2013-03-14Id and copyright.Rob Austein
svn path=/trunk/; revision=5146
2013-03-14CleanupRob Austein
svn path=/trunk/; revision=5145
2013-03-14Unpack silly debian-package-skeleton.py script, replace otherRob Austein
Debian-universe kludges with something simple that just copies a debian/ skeleton tree and generates a debian/changelog file. svn path=/trunk/; revision=5144
2013-03-14Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5143
2013-03-13check for settings.py in the standard locations if $DJANGO_SETTINGS_MODULE ↵Michael Elkins
is unset svn path=/trunk/; revision=5142
2013-03-13add new helper script for the rpki workshop to create web user accounts for ↵Michael Elkins
each labuser* resource holder svn path=/trunk/; revision=5141
2013-03-13Merge FreeBSD port generators.Rob Austein
svn path=/trunk/; revision=5140
2013-03-13Drag rcynic data into GUI before we exit, if GUI is installed.Rob Austein
svn path=/trunk/; revision=5139
2013-03-12Use inherit_token in from_POW_rfc3779(). See #460.Rob Austein
svn path=/trunk/; revision=5138
2013-03-12improve error message when encountering a resource certificate with a ↵Michael Elkins
RFC3779 "inherit" element. see #460 svn path=/trunk/; revision=5137
2013-03-12set PATH in cron entry otherwise rpkigui-import-routes script is not found ↵Michael Elkins
in ${sbindir} svn path=/trunk/; revision=5134
2013-03-11Check CRL issuer nae against issuing CA's subject name. Closes #459.Rob Austein
svn path=/trunk/; revision=5133
2013-03-11fix error in crontab entry where it was not running every two hoursMichael Elkins
svn path=/trunk/; revision=5132
2013-03-11change default log level to WARNINGMichael Elkins
svn path=/trunk/; revision=5131
2013-03-09Add rrdtool to build dependencies so ./configure can put its location into ↵Rob Austein
rcynic-cron. Sigh. svn path=/trunk/; revision=5129
2013-03-09Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5128
2013-03-09Force a change, for test of packaging tools.Rob Austein
svn path=/trunk/; revision=5127
2013-03-09Michael's replacement rpki-ca.postinst, with minor changes.Rob Austein
svn path=/trunk/; revision=5126
2013-03-08rsync is a build dependency because ./configure says it is.Rob Austein
svn path=/trunk/; revision=5125
2013-03-08Whack OpenSSL configuration to pull its notion of the CPU fromRob Austein
autoconf rather than deducing this on its own, so that we can use pbuilder and pbuilder-dist to build both 32-bit and 64-bit packages on the same 64-bit Ubuntu machine. See #423. svn path=/trunk/; revision=5124
2013-03-07Add mod_wsgi, enable mod_ssl.Rob Austein
svn path=/trunk/; revision=5123
2013-03-07fix issue with automatically built config filesMichael Elkins
svn path=/trunk/; revision=5122
2013-03-07pbuilder doesn't provide enough clues for us to guess that we need toRob Austein
use --install-layout=deb, so add ./configure option to force it. svn path=/trunk/; revision=5121
2013-03-07use --enable-target-install framework to add install-linux to the install ↵Michael Elkins
target for the web portal svn path=/trunk/; revision=5120
2013-03-07move installation of most portal-gui scripts to setup.py (see #373)Michael Elkins
add script to be invoked by cron to download routeviews data add install-linux target for creating cron jobs for some rpki gui tasks svn path=/trunk/; revision=5119
2013-03-07Add "Section: net" header to debian/control; fixes #449. Make bothRob Austein
RPKI packages depend on apache2; fixes #445. Get rid of "pip install" hack and change back to proper depends on Django and South to work properly with project APT repository; see #423. mod_ssl ("a2enmod ssl") and mod_wsgi not handled yet, get those tomorrow. svn path=/trunk/; revision=5118
2013-03-07Relax South requirement to version 0.7.5, per Michael's testing. Closes #450.Rob Austein
svn path=/trunk/; revision=5117
2013-03-07Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5116
2013-03-06fix typohMichael Elkins
svn path=/trunk/; revision=5115
2013-03-06Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5114
2013-03-06display error message if username was omitted when specifying ↵Michael Elkins
--enable-wsgi-daemon-mode svn path=/trunk/; revision=5113
2013-03-06fix DeprecationWarning showing up in the apache.logMichael Elkins
see #447 svn path=/trunk/; revision=5112
2013-03-06comment out debug statement printing sys.pathMichael Elkins
see #447 svn path=/trunk/; revision=5111
2013-03-06Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5110
2013-03-06revert [5090]Michael Elkins
see #423 svn path=/trunk/; revision=5109
2013-03-06revert [5096]Michael Elkins
see #438 svn path=/trunk/; revision=5108
2013-03-05Skip synchronization for parents with no repository set. Fixes #438.Rob Austein
svn path=/trunk/; revision=5107
2013-03-05fix paginator template tag to nicely display when there are a huge amount of ↵Michael Elkins
pages. display at most 5 page links and use ellipsis to indicate there are more pages. svn path=/trunk/; revision=5106
2013-03-05need enctype="multipart/form-data" when uploading files in a formMichael Elkins
closes #392 svn path=/trunk/; revision=5105
2013-03-05field label was not being expanded in the app_form.html templateMichael Elkins
svn path=/trunk/; revision=5104
2013-03-05remove outdated css class attributes for an old version of bootstapMichael Elkins
svn path=/trunk/; revision=5103
2013-03-05Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5102
2013-03-04remove deprecated script that was used back when the web portal used the ↵Michael Elkins
sqlite db backend svn path=/trunk/; revision=5101
2013-03-04move core function to rpki.gui.app.check_expiredMichael Elkins
see #442 svn path=/trunk/; revision=5100
2013-03-04add .cert_chain property to return the complete certificate chain for the ↵Michael Elkins
specified object svn path=/trunk/; revision=5099
2013-03-04move core of rpkid/portal-gui/scripts/rpkigui-import-routes.py to ↵Michael Elkins
rpkid/rpki/gui/routeview/util.py see #442 svn path=/trunk/; revision=5098