aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-02rpki.gui.app templates moved into app subdirectoryMichael Elkins
svn path=/portal-gui/templates/myrpki; revision=3700
2011-03-02put default values for portal-gui django app into a local settings.pyMichael Elkins
so that they are not required in the site's settings.py svn path=/rpkid/rpki/gui/app/glue.py; revision=3699
2011-03-02move rpki.gui.app templates into the source tree as recommended for ↵Michael Elkins
distributing django apps explicitly use %{csrf_token%} in form templates as recommended in Django 1.2 svn path=/rpkid/rpki/gui/app/templates; revision=3698
2011-03-01Remove remaining rpki.* module references, so that this relying partyRob Austein
tool need not depend on installation of the production side tools. svn path=/rtr-origin/rtr-origin.py; revision=3697
2011-03-01Remove most dependencies on rpki library modules. Still need to cleanRob Austein
up rpki.async and rpki.log references. svn path=/rtr-origin/rtr-origin.py; revision=3696
2011-02-28Use "print_roa -b" instead of requiring rpki.POW, as POW is more workRob Austein
to compile on some platforms and relying party code doesn't need it. svn path=/rtr-origin/rtr-origin.py; revision=3695
2011-02-25portal-gui no longer invokes the myrpki.py command line tool.Michael Elkins
It now updates the IRDB directly, and notifies rpkid to immediately perform an update, rather than waiting for the next cron job to cycle. added a 'valid_until' field to the Child model, to store the end of the RPKI resource certificate validity period. change load_csv.py and list_resources.py to use the code for locating rpki.conf in rpki.config rather than duplicating it locally. fixed bug in AddressRange model in function as_resource_range() where IPv4 addresses were returned as IPv6. svn path=/portal-gui/templates/myrpki/child_view.html; revision=3694
2011-02-25refactor the IRDB sql code out ofMichael Elkins
rpki.myrpki.main.do_configure_daemons() into a separate class so that it may be reused by the portal gui svn path=/rpkid/rpki/myrpki.py; revision=3693
2011-02-24Installation targetsRob Austein
svn path=/utils/find_roa/Makefile.in; revision=3692
2011-02-24RegenRob Austein
svn path=/configure; revision=3691
2011-02-24Rename print_manifest => print_rpki_manifest prior to adding installRob Austein
target. svn path=/configure.ac; revision=3690
2011-02-24add rpki.resource_set.roa_prefix.from_roa_tuple() to do the opposite of ↵Michael Elkins
.to_roa_tuple(); namely, convert from the ROA ASN.1 tuple into a roa_prefix object. svn path=/rpkid/rpki/resource_set.py; revision=3688
2011-02-22settings.py needed silly chmod hack tooRob Austein
svn path=/rpkid/Makefile.in; revision=3687
2011-02-22Have to make script file writable before whacking itRob Austein
svn path=/rpkid/Makefile.in; revision=3686
2011-02-22Add "-b" option -- just print ASN and prefixes, one line per ROARob Austein
svn path=/utils/print_roa/print_roa.c; revision=3685
2011-02-19do not print warning about missing <list_received_resources/> responses when ↵Michael Elkins
the -v argument is omitted svn path=/rpkid/rpki/gui/scripts/list_resources.py; revision=3684
2011-02-18APNIC accidently whacked their testbed RPKI TA, so update TALRob Austein
svn path=/rcynic/sample-trust-anchors/testbed-apnicrpki.tal; revision=3683
2011-02-17Tell the user when we might be blocked for a whileRob Austein
svn path=/scripts/rpkidemo; revision=3682
2011-02-16sort ASs and AddressRanges by the lower bound in the rangeMichael Elkins
svn path=/rpkid/rpki/gui/app/admin.py; revision=3681
2011-02-15Use the request.META['wsgi.errors'] log object instead of writing to ↵Michael Elkins
sys.stderr so that log entries will show up in the virtual host specific log files. svn path=/rpkid/rpki/gui/app/glue.py; revision=3680
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-12do not require the host to be set while editing in the django admin interfaceMichael Elkins
svn path=/rpkid/rpki/gui/app/models.py; revision=3678
2011-02-12load_csv.py erroneously not copied to rpkigui-load-csvMichael Elkins
svn path=/rpkid/Makefile.in; revision=3677
2011-02-12running rsync in a chroot under CentOS 5.x requires libresolv.so.2Michael Elkins
svn path=/rcynic/installation-scripts/linux/install.sh.in; revision=3676
2011-02-12quick fix to use -n argument to useradd when executed on CentOSMichael Elkins
svn path=/rcynic/installation-scripts/linux/install.sh.in; revision=3675
2011-02-08add new script rpkigui-response as a help to put responses fromMichael Elkins
parents/repositories back into the rpki outbox mailbox don't present link for issuing a roa on address ranges that are not proper prefixes put all urls used by rpkidemo under the /rpki/demo/ prefix created new my_login_required decorator for use in portal gui views used by rpkidemo in order to return response code 403 instead of redirecting to the login page created rpki.gui.app.login view in order to fail with code 403 when rpkidemo user enters a bad username or password instead of redirecting to the login page added support for handling the parent-child setup by placing the uploaded identity.xml files into ${localstatedir}/rpki/inbox for the rpki operator to process manually. The responses are placed into ${localstatedir}/rpki/outbox where the portal gui processes them when rpkidemo polls for a response. svn path=/rpkid/Makefile.in; revision=3674
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-28Whack this into working on Ubuntu 10.04Rob Austein
svn path=/configure; revision=3672
2011-01-28Autoconf installation script for rcynic on Linux, because at least oneRob Austein
required program (awk) lives in different places in different distros. rcynic installation parameters probably ought to be configurable via autoconf too, but don't worry about that for now. svn path=/configure; revision=3671
2011-01-28CleanupRob Austein
svn path=/configure; revision=3670
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-26s/wheel/root/gRob Austein
svn path=/rcynic/installation-scripts/linux/install.sh; revision=3668
2011-01-26Twisty maze of shell scriptsRob Austein
svn path=/rcynic/Makefile.in; revision=3667
2011-01-26Update distcleanRob Austein
svn path=/rcynic/Makefile.in; revision=3666
2011-01-26Jailed rcynic installation working (I think) on Fedora. Remains to beRob Austein
seen whether it works on any other Linux distro. What a mess. svn path=/configure; revision=3665
2011-01-25Feh, need to hard-link /var/run/mDNSResponder into jailRob Austein
svn path=/rcynic/installation-scripts/darwin/RCynic/RCynic; revision=3664
2011-01-25Fix bdist_rpm againRob Austein
svn path=/rpkid/setup.py; revision=3662
2011-01-25Minimally-tested rcynic installation for Mac OS XRob Austein
svn path=/rcynic/Makefile.in; revision=3660
2011-01-25update portal-gui documentationMichael Elkins
svn path=/portal-gui/README; revision=3659
2011-01-25remove settings.py and rpkigui-list-resources in clean targetMichael Elkins
svn path=/rpkid/Makefile.in; revision=3658
2011-01-25move portal-gui/scripts to rpkid/rpkid/gui/scriptsMichael Elkins
svn path=/portal-gui/Makefile.in; revision=3657
2011-01-25settings.py should not be in ${SCRIPTS}Michael Elkins
svn path=/rpkid/Makefile.in; revision=3656
2011-01-25fix form validation to reject AS 0 in a roa requestMichael Elkins
svn path=/rpkid/rpki/gui/app/asnset.py; revision=3655
2011-01-25fix selective deletion of roa requests in prefix view pageMichael Elkins
svn path=/rpkid/rpki/gui/app/models.py; revision=3654
2011-01-24the commands in ${sbindir} do not have the .py suffixMichael Elkins
svn path=/rpkid/rpki-start-servers.py; revision=3653
2011-01-24really fix glue.conf() *ahem*Michael Elkins
svn path=/rpkid/rpki/gui/app/glue.py; revision=3652
2011-01-24Add missing deinstall and test targetsRob Austein
svn path=/portal-gui/Makefile.in; revision=3651
2011-01-24fix botched called to glue.conf()Michael Elkins
svn path=/rpkid/rpki/gui/app/glue.py; revision=3650
2011-01-24Unfinished hacks to get rcynic jail installation working on Linux and DarwinRob Austein
svn path=/configure; revision=3648
2011-01-24check for both django-admin and django-admin.py since it can be named eitherMichael Elkins
svn path=/configure; revision=3647