aboutsummaryrefslogtreecommitdiff
path: root/scripts/rpkidemo
AgeCommit message (Collapse)Author
2011-02-17Tell the user when we might be blocked for a whileRob Austein
svn path=/scripts/rpkidemo; revision=3682
2011-02-15Django's CSRF protection mechanism requires the HTTP Referer header to be ↵Michael Elkins
set when POSTing via https. svn path=/scripts/rpkidemo; revision=3679
2011-02-08- add support for uploading identity.xml and fetching the parent response ↵Michael Elkins
from the portal gui server - add support for uploading repository requests and fetching the response from the portal gui server - remove --initialize_only and --bypass_setup options since they are no longer needed - add new function save_error() which saves the body of failed HTTP requests to a temporary file and opens a web browser to aid in debugging - remove deprected support for HTTP AUTH svn path=/scripts/rpkidemo; revision=3673
2011-01-26Apparently I was hallucinating when I thought I saw Emacs identifyRob Austein
this as a Python script from the #! interpreter line. Ah well. svn path=/scripts/rpkidemo; revision=3669
2011-01-24move portal-gui django app to $top/rpkid/rpki/guiMichael Elkins
change dashboard url to /rpki/ put myrpki cli path and confdir into settings.py rather than generating glue.py at build time don't use the old myrpki images on the dashboard no longer need to include the portal-gui python module in sys.path since it is installed in site-packages svn path=/buildtools/subst-vars.py; revision=3646
2011-01-23change myrpki.conf => rpki.conf for rpkidemoMichael Elkins
svn path=/scripts/rpkidemo; revision=3641
2011-01-22Fix typo ("passsord" instead of "password"). Reformat slightly.Rob Austein
svn path=/scripts/rpkidemo; revision=3637
2011-01-22Add support for authenticating using Django's login form. This is now the ↵Michael Elkins
default method. svn path=/scripts/rpkidemo; revision=3633
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
2010-11-18Log URL when failingRob Austein
svn path=/scripts/rpkidemo; revision=3557
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-06Changes to support non-default entitydb setupRob Austein
svn path=/scripts/rpkidemo; revision=3533
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-29Work around gratuitous 401 failure problemRob Austein
svn path=/scripts/rpkidemo; revision=3514
2010-10-28Michael found another of my dumb bugsRob Austein
svn path=/scripts/rpkidemo; revision=3507
2010-10-27Doh, missed some of Michael's changesRob Austein
svn path=/scripts/rpkidemo; revision=3500
2010-10-27Fixes from MichaelRob Austein
svn path=/scripts/rpkidemo; revision=3498
2010-10-26Add handles to upload URLs, fix a few dumb bugsRob Austein
svn path=/scripts/rpkidemo; revision=3488
2010-10-25First version that might have all the necessary functionality. UIRob Austein
(such as it is) undoubtedly still needs work. Not yet tested, because no server fully supports this protocol yet. svn path=/scripts/rpkidemo; revision=3487
2010-10-25CheckpointRob Austein
svn path=/scripts/rpkidemo; revision=3486
2010-10-25CheckpointRob Austein
svn path=/scripts/rpkidemo; revision=3485
2010-10-25CheckpointRob Austein
svn path=/scripts/rpkidemo; revision=3484
2010-10-23CheckpointRob Austein
svn path=/scripts/rpkidemo; revision=3483
2010-10-21(Incomplete) client-side script for demosRob Austein
svn path=/scripts/rpkidemo; revision=3482