Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-28 | More autoconf. | Rob Austein | |
svn path=/configure; revision=3579 | |||
2010-12-28 | Conditionalize which subdirectories we build, based on what configure | Rob 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-21 | remove hardcoded paths for WSGIScriptAlias so that it can be changed | Michael Elkins | |
svn path=/portal-gui/rpkigui/myrpki/models.py; revision=3577 | |||
2010-12-21 | remove chmod command for deprecated runserver script | Michael Elkins | |
svn path=/portal-gui/Makefile.in; revision=3576 | |||
2010-12-18 | Autoconf the test tools too | Rob Austein | |
svn path=/configure; revision=3575 | |||
2010-12-18 | More autoconf | Rob Austein | |
svn path=/buildtools/python-header; revision=3574 | |||
2010-12-18 | Starting to sort out the twisty maze of Python build choices | Rob Austein | |
svn path=/configure; revision=3573 | |||
2010-12-17 | Rework OpenSSL and Python checks | Rob Austein | |
svn path=/configure; revision=3572 | |||
2010-12-17 | Oops, looking for "CMS_verify", not "CMS_VERIFY" | Rob Austein | |
svn path=/configure; revision=3571 | |||
2010-12-17 | First of several rounds of autoconf changes | Rob Austein | |
svn path=/configure; revision=3570 | |||
2010-12-14 | Move all daemons to modules | Rob Austein | |
svn path=/rpkid/irdbd.py; revision=3569 | |||
2010-12-11 | Update to draft-ietf-sidr-rpki-rtr-04, which replaces the "source" and | Rob 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-29 | fix default location of $top on work0 | Michael Elkins | |
svn path=/portal-gui/build.sh; revision=3567 | |||
2010-11-29 | change $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-29 | backout change to login url because it broke sessions | Michael Elkins | |
svn path=/portal-gui/rpkigui/urls.py.in; revision=3565 | |||
2010-11-25 | Use conventional string format for certificate names | Rob Austein | |
svn path=/scripts/x509-dot.py; revision=3564 | |||
2010-11-23 | Yet another sick varient | Rob Austein | |
svn path=/pow/pywrap/build.py; revision=3563 | |||
2010-11-23 | OpenSSL 1.0.0b | Rob Austein | |
svn path=/openssl/Makefile.in; revision=3562 | |||
2010-11-23 | Rework pywrap build again, busing distutils.sysconfig this time to | Rob Austein | |
catch all the weird system-dependent library stuff. svn path=/configure; revision=3561 | |||
2010-11-22 | fixed 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-22 | Tweak to work on FreeBSD, now have to retest other platforms | Rob Austein | |
svn path=/pow/pywrap/Makefile.in; revision=3559 | |||
2010-11-21 | Add Michael's pywrap hack | Rob Austein | |
svn path=/configure; revision=3558 | |||
2010-11-18 | Log URL when failing | Rob Austein | |
svn path=/scripts/rpkidemo; revision=3557 | |||
2010-11-18 | Ruideger says I do not want plain "ASSIGNED", only "ASSIGNED P[IA]" | Rob Austein | |
svn path=/scripts/ripe-to-csv.awk; revision=3556 | |||
2010-11-17 | Yet another set of tools attempting to deal with the RIPE mess | Rob Austein | |
svn path=/scripts/arin-to-csv.py; revision=3555 | |||
2010-11-17 | ensure 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-17 | update portal-gui install instructions | Michael Elkins | |
svn path=/portal-gui/README; revision=3553 | |||
2010-11-17 | call conf.save() regardless of self-hosted or not | Michael Elkins | |
always chown() the *.csv files, even if they already exist svn path=/portal-gui/scripts/adduser.py; revision=3552 | |||
2010-11-14 | Implement "reissue" left-right operation. Reformat some doc strings. | Rob Austein | |
svn path=/rpkid/irbe_cli.py; revision=3551 | |||
2010-11-14 | Use 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-11 | Update RIPE trust anchor locator, per Tim. | Rob Austein | |
svn path=/rcynic/sample-trust-anchors/ripe.ita; revision=3549 | |||
2010-11-11 | move docs on configuring apache to README.apache | Michael 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-10 | BBN's testbed | Rob Austein | |
svn path=/rcynic/sample-trust-anchors/bbn-testbed.ita; revision=3547 | |||
2010-11-10 | Back out change to .mft, because it breaks installed certs and I don't | Rob Austein | |
(yet) have a tool to allow forced cert regeneration to fix this. svn path=/rpkid/rootd.py; revision=3546 | |||
2010-11-10 | Change all occurance of ".mnf" to ".mft" because: | Rob Austein | |
a) no software should care and b) it's less work to change my code to match the revisionist text in the current draft than it would be to argue about what the one true filename extension for manifests should be. svn path=/rpkid/rootd.py; revision=3545 | |||
2010-11-10 | Fix handling of inheritance in EE certs | Rob Austein | |
svn path=/rpkid/rootd.py; revision=3544 | |||
2010-11-10 | Quick hack to show EE certs in CMS messages (eg, manifests) | Rob Austein | |
svn path=/scripts/show-cms-ee-certs.sh; revision=3543 | |||
2010-11-09 | Skip borked ROAs (rather then crashing) | Rob Austein | |
svn path=/rtr-origin/rtr-origin.py; revision=3542 | |||
2010-11-08 | Apparently there is no "_tunnel_host" on the Mac? | Rob Austein | |
svn path=/scripts/rpkidemo; revision=3541 | |||
2010-11-08 | Doh, wrong URL | Rob Austein | |
svn path=/scripts/rpkidemo; revision=3540 | |||
2010-11-08 | redirect to /myrpki after hitting /accounts/login | Michael Elkins | |
svn path=/portal-gui/rpkigui/urls.py.in; revision=3539 | |||
2010-11-07 | updates to portal-giu to better support hosted handles | Michael Elkins | |
svn path=/portal-gui/rpkigui/myrpki/glue.py; revision=3538 | |||
2010-11-07 | change defaults to require deployment under apache+mod_wsgi | Michael Elkins | |
svn path=/portal-gui/README; revision=3537 | |||
2010-11-07 | Don't be quite so quiet when deliberately suppressing incomplete data | Rob Austein | |
svn path=/rpkid/rpki/myrpki.py; revision=3536 | |||
2010-11-06 | TA for APNIC participation in testbed | Rob Austein | |
svn path=/rcynic/sample-trust-anchors/testbed-apnicrpki.ita; revision=3535 | |||
2010-11-06 | Sigh, switch default port back to 80 | Rob Austein | |
svn path=/rpkid/rpki/http.py; revision=3534 | |||
2010-11-06 | Changes to support non-default entitydb setup | Rob Austein | |
svn path=/scripts/rpkidemo; revision=3533 | |||
2010-11-06 | Add rgnet TA as rpkidemo server TLS TA, as Randy is current host for | Rob Austein | |
this service. svn path=/scripts/rpkidemo.pem; revision=3532 | |||
2010-11-02 | Forgot to remove test input filename | Rob Austein | |
svn path=/scripts/whack-ripe-prefixes.py; revision=3531 | |||
2010-11-02 | New script to work around garbage in RIPE database | Rob Austein | |
svn path=/scripts/whack-ripe-prefixes.py; revision=3530 |