aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2010-11-29change $USER to $WEBUSER to avoid conflict with posix shell variable of same ↵Michael Elkins
name svn path=/portal-gui/Makefile.in; revision=3566
2010-11-29backout change to login url because it broke sessionsMichael Elkins
svn path=/portal-gui/rpkigui/urls.py.in; revision=3565
2010-11-25Use conventional string format for certificate namesRob Austein
svn path=/scripts/x509-dot.py; revision=3564
2010-11-23Yet another sick varientRob Austein
svn path=/pow/pywrap/build.py; revision=3563
2010-11-23OpenSSL 1.0.0bRob Austein
svn path=/openssl/Makefile.in; revision=3562
2010-11-23Rework pywrap build again, busing distutils.sysconfig this time toRob Austein
catch all the weird system-dependent library stuff. svn path=/configure; revision=3561
2010-11-22fixed broken handling of $prefix expansion for $datarootdir.Michael Elkins
remove runserver script from installation target since it is deprecated svn path=/portal-gui/Makefile.in; revision=3560
2010-11-22Tweak to work on FreeBSD, now have to retest other platformsRob Austein
svn path=/pow/pywrap/Makefile.in; revision=3559
2010-11-21Add Michael's pywrap hackRob Austein
svn path=/configure; revision=3558
2010-11-18Log URL when failingRob Austein
svn path=/scripts/rpkidemo; revision=3557
2010-11-18Ruideger says I do not want plain "ASSIGNED", only "ASSIGNED P[IA]"Rob Austein
svn path=/scripts/ripe-to-csv.awk; revision=3556
2010-11-17Yet another set of tools attempting to deal with the RIPE messRob Austein
svn path=/scripts/arin-to-csv.py; revision=3555
2010-11-17ensure the htpasswd file exists during "make install" so that "htdigest -c" ↵Michael Elkins
is not necessary svn path=/portal-gui/Makefile.in; revision=3554
2010-11-17update portal-gui install instructionsMichael Elkins
svn path=/portal-gui/README; revision=3553
2010-11-17call conf.save() regardless of self-hosted or notMichael Elkins
always chown() the *.csv files, even if they already exist svn path=/portal-gui/scripts/adduser.py; revision=3552
2010-11-14Implement "reissue" left-right operation. Reformat some doc strings.Rob Austein
svn path=/rpkid/irbe_cli.py; revision=3551
2010-11-14Use sys.executable to find Python; use same SQL usernames in yamltest as in ↵Rob Austein
smoketest svn path=/rpkid/tests/smoketest.py; revision=3550
2010-11-11Update RIPE trust anchor locator, per Tim.Rob Austein
svn path=/rcynic/sample-trust-anchors/ripe.ita; revision=3549
2010-11-11move docs on configuring apache to README.apacheMichael Elkins
update README to detail use of the build.sh for installation instead of using the configure script directly. added USER= configuration variable to specify the user that the apache web server is running as. make install target sets file permissions so that apache user can read/write them adduser.py sets file permissions so that apacher user can read/write them svn path=/portal-gui/Makefile.in; revision=3548
2010-11-10BBN's testbedRob Austein
svn path=/rcynic/sample-trust-anchors/bbn-testbed.ita; revision=3547
2010-11-10Back out change to .mft, because it breaks installed certs and I don'tRob Austein
(yet) have a tool to allow forced cert regeneration to fix this. svn path=/rpkid/rootd.py; revision=3546