aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-20Even more OpenSSL build antics -- OpenSSL Makefiles are fragileRob Austein
svn path=/openssl/Makefile.in; revision=3618
2011-01-20Yet another tweak to get right mix of static and dynamic linking.Rob Austein
svn path=/configure; revision=3617
2011-01-20Fix all the broken RPATH stuff we said we'd fix "some day".Rob Austein
svn path=/configure; revision=3615
2011-01-20Try using distutils for installation -- not cooked yetRob Austein
svn path=/rpkid/Makefile.in; revision=3613
2011-01-20Oops, have to list sub-packages explictly.Rob Austein
svn path=/rpkid/setup.py; revision=3612
2011-01-20Fix cleanRob Austein
svn path=/rpkid/Makefile.in; revision=3611
2011-01-20Move POW extension module into rpkid directory and use distutils toRob Austein
build it. svn path=/configure; revision=3610
2011-01-14Oops, didn't finish updating makefile targets after merging into rpkiRob Austein
package. svn path=/pow/Makefile.in; revision=3609
2011-01-14Turns out that all the mucking about with "ld -r" and "objcopy" wasn'tRob 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-13Allow 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-13Finish moving POW directory into rpki/ tree, step 2Rob Austein
svn path=/pow/Makefile.in; revision=3606
2011-01-13Finish moving POW directory into rpki/ tree, step 1Rob Austein
svn path=/rpkid/rpki/POW; revision=3605
2011-01-12Update draft nameRob Austein
svn path=/rtr-origin/rtr-origin.py; revision=3604
2011-01-09Have 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-09Rework POW build so that we can use static libraries again.Rob Austein
svn path=/configure; revision=3602
2011-01-08Generate TAL for APNIC, based on existing RTARob Austein
svn path=/rcynic/sample-trust-anchors/apnic.tal; revision=3601
2011-01-08Update commentsRob Austein
svn path=/rcynic/make-tal.sh; revision=3600
2011-01-08(Purported) TALs for AfriNIC and LACNICRob Austein
svn path=/rcynic/sample-trust-anchors/afrinic.tal; revision=3599
2011-01-04POW => rpki.POWRob Austein
svn path=/pow/POW-0.7/lib/pkix.py; revision=3598
2011-01-01Add TAL example.Rob Austein
svn path=/rcynic/scripts/freebsd/rcynic.conf; revision=3597
2010-12-31distclean targetRob 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-31Update docRob Austein
svn path=/rcynic/sample-trust-anchors/README; revision=3593
2010-12-31Add new RIPE-NCC trust anchor locator, rename other .ita files to .talRob Austein
svn path=/rcynic/sample-trust-anchors/bbn-testbed.ita; revision=3592
2010-12-31Add new RIPE-NCC trust anchor locator, rename other .ita files to .talRob Austein
svn path=/rcynic/sample-trust-anchors/bbn-testbed.tal; revision=3591
2010-12-30Platforms that require pywrap require it when running the testRob Austein
programs too. svn path=/rpkid/Makefile.in; revision=3590
2010-12-30Previous defaults didn't build on Ubuntu 10.04 or Mac OS X, so tweakRob Austein
defaults and try again. svn path=/configure; revision=3589
2010-12-30Doh, get pywrap path rightRob Austein
svn path=/configure; revision=3588
2010-12-30Don't make executable test scripts, at least for nowRob Austein
svn path=/configure; revision=3587
2010-12-30Rework OpenSSL shared library stuff. Still not great, but better.Rob Austein
svn path=/configure; revision=3586
2010-12-29CleanupRob Austein
svn path=/configure; revision=3585
2010-12-29Try to use autoconf to save us from shared libraries if it canRob Austein
svn path=/configure; revision=3584
2010-12-29Get check for prog_openssl right in smoketest.Rob Austein
svn path=/rpkid/tests/smoketest.py; revision=3583
2010-12-29First cut at getting Python stuff fully (well, more fully) under autoconfRob Austein
svn path=/pow/Makefile.in; revision=3582
2010-12-29Start autoconf work for POW et alRob Austein
svn path=/configure; revision=3581
2010-12-29Autoconf now knows how to build rcynic and utils against either ourRob Austein
private OpenSSL or system OpenSSL. Not (yet) hacked for POW and pywrap, nor tested (yet) on any other platform. Mechanism we're using to find our private OpenSSL directory now is kind of icky, may need to switch to some kind of double indirection scheme using AC_SUBST_FILE to hide the nasty bits. svn path=/configure; revision=3580
2010-12-28More autoconf.Rob Austein
svn path=/configure; revision=3579
2010-12-28Conditionalize which subdirectories we build, based on what configureRob Austein
finds and what configure options are enabled. Building with system OpenSSL doesn't quite work yet, still too many hardwired paths in Makefiles. svn path=/Makefile.in; revision=3578
2010-12-21remove hardcoded paths for WSGIScriptAlias so that it can be changedMichael Elkins
svn path=/portal-gui/rpkigui/myrpki/models.py; revision=3577
2010-12-21remove chmod command for deprecated runserver scriptMichael Elkins
svn path=/portal-gui/Makefile.in; revision=3576
2010-12-18Autoconf the test tools tooRob Austein
svn path=/configure; revision=3575
2010-12-18More autoconfRob Austein
svn path=/buildtools/python-header; revision=3574
2010-12-18Starting to sort out the twisty maze of Python build choicesRob Austein
svn path=/configure; revision=3573
2010-12-17Rework OpenSSL and Python checksRob Austein
svn path=/configure; revision=3572
2010-12-17Oops, looking for "CMS_verify", not "CMS_VERIFY"Rob Austein
svn path=/configure; revision=3571
2010-12-17First of several rounds of autoconf changesRob Austein
svn path=/configure; revision=3570
2010-12-14Move all daemons to modulesRob Austein
svn path=/rpkid/irdbd.py; revision=3569
2010-12-11Update to draft-ietf-sidr-rpki-rtr-04, which replaces the "source" andRob Austein
"color" attributes with must-be-zero fields of the same length. Since, not by accident, we only supported the zero values for those fields anyway, this change turns out not to require a flag day. svn path=/rtr-origin/rtr-origin.py; revision=3568
2010-11-29fix default location of $top on work0Michael Elkins
svn path=/portal-gui/build.sh; revision=3567