Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-16 | Rework ./configure options so that user tells us what RPKI tools they | Rob Austein | |
want to install and we tell the user if something is missing. This closes #231. svn path=/trunk/; revision=4422 | |||
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-01-17 | web portal no longer needs to write files in ${localstatedir} | Michael Elkins | |
svn path=/branches/tk161/; revision=4198 | |||
2011-11-23 | give the user explanatory feedback about why django is required when ↵ | Michael Elkins | |
configure can't find it installed. closes #150. svn path=/trunk/; revision=4094 | |||
2011-11-23 | remove features that depend on django 1.3, so that portal gui works with ↵ | Michael Elkins | |
django 1.2 svn path=/trunk/; revision=4093 | |||
2011-11-11 | Require both Python and Django >= 1.3 to be installed by default, unless the ↵ | Michael Elkins | |
use explicitly uses the --disable-* arguments. closes #120 svn path=/trunk/; revision=4088 | |||
2011-10-13 | use the django.contrib.staticfiles app to serve the django admin site media. | Michael Elkins | |
svn path=/trunk/; revision=4037 | |||
2011-09-15 | Merge rcynic-ng/ back into rcynic/. Used svn merge --ignore-ancestry | Rob Austein | |
to minimize problems for people mirroring the repository. svn path=/configure; revision=3985 | |||
2011-08-12 | Set noexecstack to avoid problems with SELinux (#7) | Rob Austein | |
svn path=/configure; revision=3948 | |||
2011-06-29 | swap check for www and www-data users since www matches www-data | Michael Elkins | |
svn path=/configure; revision=3912 | |||
2011-06-25 | We no longer need pywrap | Rob Austein | |
svn path=/configure; revision=3899 | |||
2011-06-06 | Should have been scan_roas, not scan_roa. | Rob Austein | |
svn path=/configure; revision=3852 | |||
2011-06-06 | New tool scan_roa which just does text listing of all ROAs in a | Rob Austein | |
directory tree. svn path=/configure; revision=3850 | |||
2011-05-19 | Allow pywrap to be disabled, since -Bsymbolic may render it | Rob Austein | |
unnecessary. svn path=/configure; revision=3821 | |||
2011-05-19 | Turn on -Bsymbolic where supported, per suggestion from Andy Polyakov. | Rob Austein | |
svn path=/configure; revision=3820 | |||
2011-05-17 | Fork rcynic so I can start hacking it for parallel rsync | Rob Austein | |
svn path=/configure; revision=3816 | |||
2011-05-09 | Better handling of --with-system-openssl=yes | Rob Austein | |
svn path=/configure; revision=3808 | |||
2011-05-09 | Change --enable-system-openssl => --with-system-openssl | Rob Austein | |
svn path=/configure; revision=3807 | |||
2011-04-25 | Reorder CFLAGS and LDFLAGS to avoid search path problems | Rob Austein | |
svn path=/configure; revision=3791 | |||
2011-04-25 | Revert useless change | Rob Austein | |
svn path=/configure; revision=3790 | |||
2011-04-25 | Log what we are doing when fiddling with paths on FreeBSD | Rob Austein | |
svn path=/configure; revision=3789 | |||
2011-04-21 | Hack Doxygen IMAGE_PATH via Makefile and environment variable rather | Rob Austein | |
than feeding doc source through autoconf. svn path=/configure; revision=3781 | |||
2011-04-19 | Search /usr/local automatically on FreeBSD by default | Rob Austein | |
svn path=/configure; revision=3777 | |||
2011-04-18 | Basic install target for rpki-rtr code | Rob Austein | |
svn path=/configure; revision=3776 | |||
2011-03-04 | regen | Rob Austein | |
svn path=/configure; revision=3715 | |||
2011-03-03 | add $SUBDIRS to $top/rpkid/Makefile.in and add portal-gui when django is ↵ | Michael Elkins | |
detected by the configure script svn path=/configure; revision=3710 | |||
2011-03-02 | fixup configure to note new location of $top/rpkid/portal-gui/Makefile.in | Michael Elkins | |
svn path=/configure; revision=3706 | |||
2011-03-02 | update configure and rpkid/Makefile.in to reflect new location of ↵ | Michael Elkins | |
$top/portal-gui svn path=/configure; revision=3705 | |||
2011-02-24 | Regen | Rob Austein | |
svn path=/configure; revision=3691 | |||
2011-01-28 | Whack this into working on Ubuntu 10.04 | Rob Austein | |
svn path=/configure; revision=3672 | |||
2011-01-28 | Autoconf installation script for rcynic on Linux, because at least one | Rob Austein | |
required program (awk) lives in different places in different distros. rcynic installation parameters probably ought to be configurable via autoconf too, but don't worry about that for now. svn path=/configure; revision=3671 | |||
2011-01-28 | Cleanup | Rob Austein | |
svn path=/configure; revision=3670 | |||
2011-01-26 | Jailed rcynic installation working (I think) on Fedora. Remains to be | Rob Austein | |
seen whether it works on any other Linux distro. What a mess. svn path=/configure; revision=3665 | |||
2011-01-24 | Unfinished hacks to get rcynic jail installation working on Linux and Darwin | Rob Austein | |
svn path=/configure; revision=3648 | |||
2011-01-24 | check for both django-admin and django-admin.py since it can be named either | Michael Elkins | |
svn path=/configure; revision=3647 | |||
2011-01-23 | remove CONFDIR variable from toplevel configure script. now hardcoded to go ↵ | Michael Elkins | |
into ${localstatedir}/rpki/conf django db now defaults to ${localstatedir}/rpki/gui.db remove MYRPKI and MYRPKI_DATA_DIR from settings.py and substitute those variables into glue.py from glue.py.in mv rpkigui/templates up one directory so the django app code can be moved eventually remove deprecated runserver script put scripts into ${libexecdir} and ${sbindir} with a prefix of "rpkigui" svn path=/configure; revision=3643 | |||
2011-01-22 | Don't build GUI unasked when Django is installed but we don't have | Rob Austein | |
enough information for configuration of the GUI to succeed. svn path=/configure; revision=3638 | |||
2011-01-22 | integrate portal-gui into toplevel configure script; remove ↵ | Michael Elkins | |
$top/portal-gui/build.sh as a result remove helper script, and use @PYTHON@ configure variable to substitute instead rename django.wsgi => rpki.wsgi rename zrpki.conf => rpki.conf for apache configuration svn path=/configure; revision=3629 | |||
2011-01-21 | regen | Rob Austein | |
svn path=/configure; revision=3627 | |||
2011-01-20 | Generate Python executables during compilation rather than from | Rob Austein | |
./configure. Change (almost) all programs to use rpki.conf instead of separate config files for each program, and add support for ${prefix}/etc/rpki.conf like normal system programs. svn path=/buildtools/make-python-executable.py; revision=3620 | |||
2011-01-20 | Yet another tweak to get right mix of static and dynamic linking. | Rob Austein | |
svn path=/configure; revision=3617 | |||
2011-01-20 | Fix all the broken RPATH stuff we said we'd fix "some day". | Rob Austein | |
svn path=/configure; revision=3615 | |||
2011-01-20 | Move POW extension module into rpkid directory and use distutils to | Rob Austein | |
build it. svn path=/configure; revision=3610 | |||
2011-01-09 | Have to build OpenSSL shared libraries even though we don't need them, | Rob Austein | |
because we do need position independent code to build _POW.so. svn path=/configure; revision=3603 | |||
2011-01-09 | Rework POW build so that we can use static libraries again. | Rob Austein | |
svn path=/configure; revision=3602 | |||
2010-12-30 | Previous defaults didn't build on Ubuntu 10.04 or Mac OS X, so tweak | Rob Austein | |
defaults and try again. svn path=/configure; revision=3589 | |||
2010-12-30 | Doh, get pywrap path right | Rob Austein | |
svn path=/configure; revision=3588 | |||
2010-12-30 | Don't make executable test scripts, at least for now | Rob Austein | |
svn path=/configure; revision=3587 | |||
2010-12-30 | Rework OpenSSL shared library stuff. Still not great, but better. | Rob Austein | |
svn path=/configure; revision=3586 | |||
2010-12-29 | Cleanup | Rob Austein | |
svn path=/configure; revision=3585 |