aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2010-10-28Better handling of a few partly initialized corner cases; clean upRob Austein
names of a few methods whose function has (long since) changed. svn path=/rpkid/rpki/myrpki.py; revision=3503
2010-10-27add support for uploading publications requests and myrpki.xml updates from ↵Michael Elkins
rpkidemo add support for conditional GETs of various xml files svn path=/portal-gui/rpkigui/myrpki/urls.py; revision=3502
2010-10-27Reorganize configure_publication_client code to make sequence of testsRob Austein
(somewhat) comprehensible; handle self-hosted-publication case early, so that it will trump offers and referrals from parents. svn path=/rpkid/rpki/myrpki.py; revision=3501
2010-10-27Doh, missed some of Michael's changesRob Austein
svn path=/scripts/rpkidemo; revision=3500
2010-10-27Add missing .close() calls, before I forget, even if this script doesRob Austein
end up back on the shelf again. svn path=/scripts/ripe-to-csv.py; revision=3499
2010-10-27Fixes from MichaelRob Austein
svn path=/scripts/rpkidemo; revision=3498
2010-10-27add support for uploading identity.xml and repository requests from rpkidemoMichael Elkins
svn path=/portal-gui/rpkigui/myrpki/urls.py; revision=3497
2010-10-26RPSL line continuation is not my friendRob Austein
svn path=/scripts/ripe-to-csv.awk; revision=3496
2010-10-26add commented-out settings for running django using http digest authenticationMichael Elkins
svn path=/portal-gui/rpkigui/settings.py.in; revision=3495
2010-10-26Don't get confused by continuation lines. Comment.Rob Austein
svn path=/scripts/ripe-to-csv.awk; revision=3494
2010-10-26AWK appears to run an order of magnitude faster than Python for this task, sigh.Rob Austein
svn path=/scripts/ripe-to-csv.awk; revision=3493
2010-10-26Oops, myrpki API changed while this script was in limboRob Austein
svn path=/scripts/ripe-to-csv.py; revision=3492
2010-10-26SpellingRob Austein
svn path=/rpkid/rpki/myrpki.py; revision=3491
2010-10-26Test version (output not useful for pseudo-RIPE) to check how bad theRob Austein
"*name" vs "mnt-by" mess really is. svn path=/scripts/ripe-to-csv.py; revision=3490
2010-10-26ResurrectRob Austein
svn path=/scripts/ripe-to-csv.py; revision=3489
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
2010-10-19add support for download the myrpki.xml file; fix problem with superuser not ↵Michael Elkins
being able to download for any resource handle svn path=/portal-gui/rpkigui/myrpki/urls.py; revision=3481
2010-10-19provide links on the dashboard to export csv files; intended to also be used ↵Michael Elkins
by rpkidemo svn path=/portal-gui/rpkigui/myrpki/glue.py; revision=3480
2010-10-11We've already built a resource_set by the time we find a match, mightRob Austein
as well use it to prettify our output. svn path=/scripts/csvgrep.py; revision=3479
2010-10-11Hack to simplify locating handles in pseudo-RIR databases.Rob Austein
svn path=/scripts/csvgrep.py; revision=3478
2010-10-11Debugging tweaksRob Austein
svn path=/rpkid/rpki/http.py; revision=3477
2010-10-10http_client was accidently stomping on a base class attributeRob Austein
svn path=/rpkid/rpki/http.py; revision=3476
2010-10-09Cleanup, add a bit more debug loggingRob Austein
svn path=/rpkid/rpki/http.py; revision=3475
2010-10-09Allow reusing an existing publication relationship for a new parent.Rob Austein
Not sure this is really working yet. svn path=/rpkid/rpki/myrpki.py; revision=3474
2010-10-09https => httpRob Austein
svn path=/portal-gui/scripts/list_resources.py; revision=3473
2010-10-08First cut at a lame picture showing how all the tools fit togetherRob Austein
svn path=/presentations/big-picture.dot; revision=3472
2010-10-08Clean up after TLS flag dayRob Austein
svn path=/rpkid.with_tls; revision=3471
2010-10-08Mismatch between format string and argument count in error message.Rob Austein
svn path=/rcynic/rcynic.c; revision=3470
2010-10-07Use -B to get CREATE DATABASESRob Austein
svn path=/rpkid/backup-sql.py; revision=3469
2010-10-07Script to automate dumping SQL.Rob Austein
svn path=/rpkid/backup-sql.py; revision=3468
2010-10-07Nit in copyright commentRob Austein
svn path=/rpkid/left-right-schema.rng; revision=3467
2010-10-07Nit in copyright commentRob Austein
svn path=/rpkid/left-right-schema.rnc; revision=3466
2010-10-07Merge rpkid.without_tls/ branch to rpkid/ trunk.Rob Austein
svn path=/rpkid/Makefile; revision=3465
2010-10-07Stash a copy of pre-conversion (with TLS) tree temporarily, in case ofRob Austein
problems during switchover. Will clean this up after testbed is back up without TLS. svn path=/rpkid.with_tls; revision=3464
2010-10-06Don't whine in state closingRob Austein
svn path=/rpkid.without_tls/rpki/http.py; revision=3463
2010-10-06Add "configure_daemons" reminder to end of script.Rob Austein
svn path=/scripts/convert-https-to-http.py; revision=3462
2010-10-06Convert SQL too, and log what we're doingRob Austein
svn path=/scripts/convert-https-to-http.py; revision=3461
2010-10-05Hack to remove obsolete elements from entitydb files.Rob Austein
svn path=/scripts/convert-https-to-http.py; revision=3460