aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2010-11-10Change 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-10Fix handling of inheritance in EE certsRob Austein
svn path=/rpkid/rootd.py; revision=3544
2010-11-10Quick hack to show EE certs in CMS messages (eg, manifests)Rob Austein
svn path=/scripts/show-cms-ee-certs.sh; revision=3543
2010-11-09Skip borked ROAs (rather then crashing)Rob Austein
svn path=/rtr-origin/rtr-origin.py; revision=3542
2010-11-08Apparently there is no "_tunnel_host" on the Mac?Rob Austein
svn path=/scripts/rpkidemo; revision=3541
2010-11-08Doh, wrong URLRob Austein
svn path=/scripts/rpkidemo; revision=3540
2010-11-08redirect to /myrpki after hitting /accounts/loginMichael Elkins
svn path=/portal-gui/rpkigui/urls.py.in; revision=3539
2010-11-07updates to portal-giu to better support hosted handlesMichael Elkins
svn path=/portal-gui/rpkigui/myrpki/glue.py; revision=3538
2010-11-07change defaults to require deployment under apache+mod_wsgiMichael Elkins
svn path=/portal-gui/README; revision=3537
2010-11-07Don't be quite so quiet when deliberately suppressing incomplete dataRob Austein
svn path=/rpkid/rpki/myrpki.py; revision=3536
2010-11-06TA for APNIC participation in testbedRob Austein
svn path=/rcynic/sample-trust-anchors/testbed-apnicrpki.ita; revision=3535
2010-11-06Sigh, switch default port back to 80Rob Austein
svn path=/rpkid/rpki/http.py; revision=3534
2010-11-06Changes to support non-default entitydb setupRob Austein
svn path=/scripts/rpkidemo; revision=3533
2010-11-06Add rgnet TA as rpkidemo server TLS TA, as Randy is current host forRob Austein
this service. svn path=/scripts/rpkidemo.pem; revision=3532
2010-11-02Forgot to remove test input filenameRob Austein
svn path=/scripts/whack-ripe-prefixes.py; revision=3531
2010-11-02New script to work around garbage in RIPE databaseRob Austein
svn path=/scripts/whack-ripe-prefixes.py; revision=3530
2010-11-02Allow alternate input file names to be given on command line.Rob Austein
svn path=/scripts/testbed-rootcert.py; revision=3529
2010-11-02regenRob Austein
svn path=/rpkid/myrpki.rng; revision=3528
2010-11-02On further analysis... /myrpki/bpki_server_ta doesn't appear in anyRob Austein
entitydb file, only in myrpki.xml, which is rewritten every time the resource holder runs configure_resources. So backwards compatability is a non-issue, and updating the schema now might help flag version skew interop problems. svn path=/rpkid/myrpki.rnc; revision=3527
2010-11-02regenRob Austein
svn path=/rpkid/myrpki.rng; revision=3526
2010-11-02Add explanatory comments.Rob Austein
svn path=/rpkid/myrpki.rnc; revision=3525
2010-11-02/myrpki/bpki_server_ta element should have gone away with TLS. StopRob Austein
generating it, but leave it in the RelaxNG schema for now to avoid interop problems with existing entitydb files. svn path=/rpkid/rpki/myrpki.py; revision=3524
2010-10-31update docs on using rpkidemo with portal-guiMichael Elkins
svn path=/portal-gui/README.rpkidemo; revision=3523
2010-10-30Close <img/> elements so pages will parse as XHTMLRob Austein
svn path=/portal-gui/rpkigui/templates/base.html; revision=3522
2010-10-30Clean up HTTPS support.Rob Austein
svn path=/scripts/rpkidemo; revision=3521
2010-10-30Doh, don't loop forever if somebody insists on running this underRob Austein
Python 2.5. svn path=/scripts/rpkidemo; revision=3520
2010-10-30Untested hacks to support TLS certificate validation.Rob Austein
svn path=/scripts/rpkidemo; revision=3519
2010-10-30Revert change 3514, reenable cookies, and use separate authorizationRob Austein
page as credential check. These changes put this script more closely into alignment with the normal way of doing Django sessions. svn path=/scripts/rpkidemo; revision=3518
2010-10-30update docs when using with rpkidemoMichael Elkins
svn path=/portal-gui/README.rpkidemo; revision=3517
2010-10-30swap order of csrf- and ConditionalGetMiddleware to fix a page truncation ↵Michael Elkins
problem under apache+mod_wsgi svn path=/portal-gui/rpkigui/settings.py.in; revision=3516
2010-10-29change apache config to only require digest auth for /accounts/login/Michael Elkins
svn path=/portal-gui/apache/zmyrpki.conf.in; revision=3515
2010-10-29Work around gratuitous 401 failure problemRob Austein
svn path=/scripts/rpkidemo; revision=3514
2010-10-29add meta-configure script to make it easier to run configureMichael Elkins
svn path=/portal-gui/build.sh; revision=3513
2010-10-29adduser now adds the user to the apache password file if not already presentMichael Elkins
svn path=/portal-gui/scripts/adduser.py; revision=3512
2010-10-29adduser script should create empty csv files so portal-gui doesn't barfMichael Elkins
svn path=/portal-gui/scripts/adduser.py; revision=3511
2010-10-29fix botched installation of the adduser.py scriptMichael Elkins
svn path=/portal-gui/Makefile.in; revision=3510
2010-10-28add section on setting up django to use apache for user authenticationMichael Elkins
svn path=/portal-gui/README.rpkidemo; revision=3509
2010-10-28initial instructions for using portal-gui with rpkidemoMichael Elkins
svn path=/portal-gui/README; revision=3508
2010-10-28Michael found another of my dumb bugsRob Austein
svn path=/scripts/rpkidemo; revision=3507
2010-10-28don't run configure_resources when the user is a front-end for rpkidemoMichael Elkins
svn path=/portal-gui/rpkigui/myrpki/glue.py; revision=3506
2010-10-28add stub myrpki.conf when create rpkidemo userMichael Elkins
svn path=/portal-gui/scripts/adduser.py; revision=3505
2010-10-28move django.wsgi into apache/ subdir for improved securityMichael Elkins
new adduser script for creating portal-gui users (to be used with rpkidemo) add stub apache conf file for integration with mod_wsgi svn path=/portal-gui/Makefile.in; revision=3504