Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-22 | revert back to using Django's built in authentication rather than HTTP ↵ | Michael Elkins | |
Digest auth now that rpkidemo can log in via Django svn path=/portal-gui/Makefile.in; revision=3634 | |||
2011-01-22 | Add support for authenticating using Django's login form. This is now the ↵ | Michael Elkins | |
default method. svn path=/scripts/rpkidemo; revision=3633 | |||
2011-01-22 | More Ubuntu weirdness: distutils.sysconfig.get_python_lib() says | Rob Austein | |
/usr/lib/blah, but distutils installs in /usr/local/lib/blah, so we can't figure out where it is when we want to deinstall. Feh. Revert first attempt to hack around this, as it didn't help and just broke things on Fedora too. svn path=/rpkid/Makefile.in; revision=3632 | |||
2011-01-22 | Installation fixes | Rob Austein | |
svn path=/pywrap/Makefile.in; revision=3631 | |||
2011-01-22 | myrpki cli lives in $(sbindir) | Michael Elkins | |
svn path=/portal-gui/Makefile.in; revision=3630 | |||
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 | Add deinstall/uninstall targets, even when they're no-ops. | Rob Austein | |
svn path=/Makefile.in; revision=3628 | |||
2011-01-21 | regen | Rob Austein | |
svn path=/configure; revision=3627 | |||
2011-01-21 | pywrap installation/deinstallation -- need to test on platform that uses pywrap | Rob Austein | |
svn path=/configure.ac; revision=3626 | |||
2011-01-21 | Basic "make install" and "make deinstall" now works for rpkid/ | Rob Austein | |
directory. No doubt I'm still forgetting something, eg, schema files needed for setup, but basic mechanism seems to work. svn path=/rpkid/Makefile.in; revision=3625 | |||
2011-01-21 | First cut at deinstallation. Needs to evolve as installation evolves. | Rob Austein | |
svn path=/rpkid/Makefile.in; revision=3624 | |||
2011-01-21 | APNIC updated their TAL | Rob Austein | |
svn path=/rcynic/sample-trust-anchors/apnic.tal; revision=3623 | |||
2011-01-21 | rebuild configure for myrpki.conf => rpki.conf change | Michael Elkins | |
svn path=/portal-gui/configure; revision=3622 | |||
2011-01-20 | UNTESTED changes to port-gui to match myrpki.conf => rpki.conf changes | Rob Austein | |
into line with the other Python code portal-gui needs a bit more work to bring its autoconf into line with the other code, which may include some source tree reorganizations. svn path=/portal-gui/Makefile.in; revision=3621 | |||
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 | Even more OpenSSL build antics -- OpenSSL Makefiles are fragile | Rob Austein | |
svn path=/openssl/Makefile.in; revision=3618 | |||
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 | Try using distutils for installation -- not cooked yet | Rob Austein | |
svn path=/rpkid/Makefile.in; revision=3613 | |||
2011-01-20 | Oops, have to list sub-packages explictly. | Rob Austein | |
svn path=/rpkid/setup.py; revision=3612 | |||
2011-01-20 | Fix clean | Rob Austein | |
svn path=/rpkid/Makefile.in; revision=3611 | |||
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-14 | Oops, didn't finish updating makefile targets after merging into rpki | Rob Austein | |
package. svn path=/pow/Makefile.in; revision=3609 | |||
2011-01-14 | Turns out that all the mucking about with "ld -r" and "objcopy" wasn't | Rob Austein | |
necessary, building OpenSSL with -fPIC and linking against static libraries was enough. So we probably could go back to using distutils, but for now, we can get rid of the extraneous steps. svn path=/pow/Makefile.in; revision=3608 | |||
2011-01-13 | Allow rpkidemo to run under python 2.6+ instead of just 2.6 (needed for ↵ | Michael Elkins | |
python 2.7 on some systems now) svn path=/scripts/rpkidemo; revision=3607 | |||
2011-01-13 | Finish moving POW directory into rpki/ tree, step 2 | Rob Austein | |
svn path=/pow/Makefile.in; revision=3606 | |||
2011-01-13 | Finish moving POW directory into rpki/ tree, step 1 | Rob Austein | |
svn path=/rpkid/rpki/POW; revision=3605 | |||
2011-01-12 | Update draft name | Rob Austein | |
svn path=/rtr-origin/rtr-origin.py; revision=3604 | |||
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 | |||
2011-01-08 | Generate TAL for APNIC, based on existing RTA | Rob Austein | |
svn path=/rcynic/sample-trust-anchors/apnic.tal; revision=3601 | |||
2011-01-08 | Update comments | Rob Austein | |
svn path=/rcynic/make-tal.sh; revision=3600 | |||
2011-01-08 | (Purported) TALs for AfriNIC and LACNIC | Rob Austein | |
svn path=/rcynic/sample-trust-anchors/afrinic.tal; revision=3599 | |||
2011-01-04 | POW => rpki.POW | Rob Austein | |
svn path=/pow/POW-0.7/lib/pkix.py; revision=3598 | |||
2011-01-01 | Add TAL example. | Rob Austein | |
svn path=/rcynic/scripts/freebsd/rcynic.conf; revision=3597 | |||
2010-12-31 | distclean target | Rob Austein | |
svn path=/Makefile.in; revision=3596 | |||
2010-12-31 | "Indirect Trust Anchor" -> "Trust Anchor Locator" | Rob Austein | |
svn path=/rcynic/make-ita.sh; revision=3595 | |||
2010-12-31 | "Indirect Trust Anchor" -> "Trust Anchor Locator" | Rob Austein | |
svn path=/rcynic/README; revision=3594 | |||
2010-12-31 | Update doc | Rob Austein | |
svn path=/rcynic/sample-trust-anchors/README; revision=3593 | |||
2010-12-31 | Add new RIPE-NCC trust anchor locator, rename other .ita files to .tal | Rob Austein | |
svn path=/rcynic/sample-trust-anchors/bbn-testbed.ita; revision=3592 | |||
2010-12-31 | Add new RIPE-NCC trust anchor locator, rename other .ita files to .tal | Rob Austein | |
svn path=/rcynic/sample-trust-anchors/bbn-testbed.tal; revision=3591 | |||
2010-12-30 | Platforms that require pywrap require it when running the test | Rob Austein | |
programs too. svn path=/rpkid/Makefile.in; revision=3590 | |||
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 | |||
2010-12-29 | Try to use autoconf to save us from shared libraries if it can | Rob Austein | |
svn path=/configure; revision=3584 | |||
2010-12-29 | Get check for prog_openssl right in smoketest. | Rob Austein | |
svn path=/rpkid/tests/smoketest.py; revision=3583 | |||
2010-12-29 | First cut at getting Python stuff fully (well, more fully) under autoconf | Rob Austein | |
svn path=/pow/Makefile.in; revision=3582 |