Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-12 | set PATH in cron entry otherwise rpkigui-import-routes script is not found ↵ | Michael Elkins | |
in ${sbindir} svn path=/trunk/; revision=5134 | |||
2013-03-11 | Check CRL issuer nae against issuing CA's subject name. Closes #459. | Rob Austein | |
svn path=/trunk/; revision=5133 | |||
2013-03-11 | fix error in crontab entry where it was not running every two hours | Michael Elkins | |
svn path=/trunk/; revision=5132 | |||
2013-03-11 | change default log level to WARNING | Michael Elkins | |
svn path=/trunk/; revision=5131 | |||
2013-03-09 | Add rrdtool to build dependencies so ./configure can put its location into ↵ | Rob Austein | |
rcynic-cron. Sigh. svn path=/trunk/; revision=5129 | |||
2013-03-09 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=5128 | |||
2013-03-09 | Force a change, for test of packaging tools. | Rob Austein | |
svn path=/trunk/; revision=5127 | |||
2013-03-09 | Michael's replacement rpki-ca.postinst, with minor changes. | Rob Austein | |
svn path=/trunk/; revision=5126 | |||
2013-03-08 | rsync is a build dependency because ./configure says it is. | Rob Austein | |
svn path=/trunk/; revision=5125 | |||
2013-03-08 | Whack OpenSSL configuration to pull its notion of the CPU from | Rob 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-07 | Add mod_wsgi, enable mod_ssl. | Rob Austein | |
svn path=/trunk/; revision=5123 | |||
2013-03-07 | fix issue with automatically built config files | Michael Elkins | |
svn path=/trunk/; revision=5122 | |||
2013-03-07 | pbuilder doesn't provide enough clues for us to guess that we need to | Rob Austein | |
use --install-layout=deb, so add ./configure option to force it. svn path=/trunk/; revision=5121 | |||
2013-03-07 | use --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-07 | move 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-07 | Add "Section: net" header to debian/control; fixes #449. Make both | Rob 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-07 | Relax South requirement to version 0.7.5, per Michael's testing. Closes #450. | Rob Austein | |
svn path=/trunk/; revision=5117 | |||
2013-03-07 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=5116 | |||
2013-03-06 | fix typoh | Michael Elkins | |
svn path=/trunk/; revision=5115 | |||
2013-03-06 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=5114 | |||
2013-03-06 | display error message if username was omitted when specifying ↵ | Michael Elkins | |
--enable-wsgi-daemon-mode svn path=/trunk/; revision=5113 | |||
2013-03-06 | fix DeprecationWarning showing up in the apache.log | Michael Elkins | |
see #447 svn path=/trunk/; revision=5112 | |||
2013-03-06 | comment out debug statement printing sys.path | Michael Elkins | |
see #447 svn path=/trunk/; revision=5111 | |||
2013-03-06 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=5110 | |||
2013-03-06 | revert [5090] | Michael Elkins | |
see #423 svn path=/trunk/; revision=5109 | |||
2013-03-06 | revert [5096] | Michael Elkins | |
see #438 svn path=/trunk/; revision=5108 | |||
2013-03-05 | Skip synchronization for parents with no repository set. Fixes #438. | Rob Austein | |
svn path=/trunk/; revision=5107 | |||
2013-03-05 | fix 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-05 | need enctype="multipart/form-data" when uploading files in a form | Michael Elkins | |
closes #392 svn path=/trunk/; revision=5105 | |||
2013-03-05 | field label was not being expanded in the app_form.html template | Michael Elkins | |
svn path=/trunk/; revision=5104 | |||
2013-03-05 | remove outdated css class attributes for an old version of bootstap | Michael Elkins | |
svn path=/trunk/; revision=5103 | |||
2013-03-05 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=5102 | |||
2013-03-04 | remove deprecated script that was used back when the web portal used the ↵ | Michael Elkins | |
sqlite db backend svn path=/trunk/; revision=5101 | |||
2013-03-04 | move core function to rpki.gui.app.check_expired | Michael Elkins | |
see #442 svn path=/trunk/; revision=5100 | |||
2013-03-04 | add .cert_chain property to return the complete certificate chain for the ↵ | Michael Elkins | |
specified object svn path=/trunk/; revision=5099 | |||
2013-03-04 | move 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 | |||
2013-03-04 | move core implementation to rpki.gui.cacheview.util and only leave the ↵ | Michael Elkins | |
script wrapper see #442 svn path=/trunk/; revision=5097 | |||
2013-03-03 | move build-time generated configuration to local_settings.py and leave ↵ | Michael Elkins | |
settings.py as a static file svn path=/trunk/; revision=5096 | |||
2013-03-01 | remove duplication line of code | Michael Elkins | |
svn path=/trunk/; revision=5095 | |||
2013-03-01 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=5094 | |||
2013-03-01 | change rpki.gui.models.IPV6AddressField.get_db_prep_value() to return `long` ↵ | Michael Elkins | |
rather than a string add a custom encoder to the mysql database connection which converts long values to hex strings when generating SQL statements closes #434 svn path=/trunk/; revision=5093 | |||
2013-02-28 | remove rpki.gui.cacheview from urls.py since it is outdated and doesn't ↵ | Michael Elkins | |
compile with django 1.5 see #433 svn path=/trunk/; revision=5092 | |||
2013-02-28 | update templates for new syntax of the {% url %} tag in django 1.5 | Michael Elkins | |
svn path=/trunk/; revision=5091 | |||
2013-02-28 | if the django-admin script is not found, configure should exit and inform ↵ | Michael Elkins | |
the user so they can correct their $PATH see #431 svn path=/trunk/; revision=5090 | |||
2013-02-28 | Fix rcynic installation rules broken in packaging branch merge. | Rob Austein | |
Fixes #428 and 429. svn path=/trunk/; revision=5089 | |||
2013-02-28 | conf list for superusers should show everything | Michael Elkins | |
svn path=/trunk/; revision=5087 | |||
2013-02-28 | add new script rpkigui-flatten-roas script to take care of flattening old ↵ | Michael Elkins | |
roas which had multiple prefixes see #421 svn path=/trunk/; revision=5086 | |||
2013-02-27 | drop "Request" from "ROA Requests" in dashboard | Michael Elkins | |
closes #419 svn path=/trunk/; revision=5085 | |||
2013-02-27 | add a clone button to each roa, which copies the prefix as the default value ↵ | Michael Elkins | |
when generating a new roa see #325 svn path=/trunk/; revision=5084 | |||
2013-02-27 | updated web portal html templates to use newer syntax for the {% url %} tag | Michael Elkins | |
svn path=/trunk/; revision=5083 |