Age | Commit message (Collapse) | Author |
|
sugar around cached SQL object fetches.
Checkpoint of incomplete support for Ghostbusters reords.
Clean up a few extraneous imports.
svn path=/rpkid/Makefile.in; revision=3725
|
|
svn path=/rpkid/myrpki.rnc; revision=3723
|
|
Fix(?) a race condition in client connection shutdown. Cancel HTTP
timers on close and on error to avoid delayed gratuitous warnings.
Simplify HTTP error handling in a few cases.
HTTP code has gotten rather twisty and could probably use a redesign.
Could make it a -lot- simpler if we were sure that we'll never want
persistent connections again.
svn path=/rpkid/rpki/http.py; revision=3722
|
|
svn path=/rpkid/Makefile.in; revision=3712
|
|
svn path=/rpkid/irbe_cli.py; revision=3711
|
|
detected by the configure script
svn path=/configure; revision=3710
|
|
django templates should be installed as APP/templates/APP/template.html to avoid namespace clashes
svn path=/rpkid/portal-gui/Makefile.in; revision=3709
|
|
logically party of the app, not the project
svn path=/rpkid/setup.py; revision=3708
|
|
svn path=/rpkid/portal-gui/Makefile.in; revision=3707
|
|
$top/portal-gui
svn path=/configure; revision=3705
|
|
svn path=/rpkid/rpki/gui/settings.py.in; revision=3704
|
|
svn path=/rpkid/rpki/gui/TODO; revision=3703
|
|
svn path=/rpkid/portal-gui/scripts; revision=3702
|
|
svn path=/portal-gui; revision=3701
|
|
so that they are not required in the site's settings.py
svn path=/rpkid/rpki/gui/app/glue.py; revision=3699
|
|
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
|
|
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
|
|
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
|
|
.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
|
|
svn path=/rpkid/Makefile.in; revision=3687
|
|
svn path=/rpkid/Makefile.in; revision=3686
|
|
the -v argument is omitted
svn path=/rpkid/rpki/gui/scripts/list_resources.py; revision=3684
|
|
svn path=/rpkid/rpki/gui/app/admin.py; revision=3681
|
|
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
|
|
svn path=/rpkid/rpki/gui/app/models.py; revision=3678
|
|
svn path=/rpkid/Makefile.in; revision=3677
|
|
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
|
|
svn path=/rpkid/setup.py; revision=3662
|
|
svn path=/rpkid/Makefile.in; revision=3658
|
|
svn path=/portal-gui/Makefile.in; revision=3657
|
|
svn path=/rpkid/Makefile.in; revision=3656
|
|
svn path=/rpkid/rpki/gui/app/asnset.py; revision=3655
|
|
svn path=/rpkid/rpki/gui/app/models.py; revision=3654
|
|
svn path=/rpkid/rpki-start-servers.py; revision=3653
|
|
svn path=/rpkid/rpki/gui/app/glue.py; revision=3652
|
|
svn path=/rpkid/rpki/gui/app/glue.py; revision=3650
|
|
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
|
|
svn path=/rpkid/Makefile.in; revision=3640
|
|
svn path=/rpkid/Makefile.in; revision=3639
|
|
flakey, given all the whacky "custom layout" hacks added to distutils
by Debian-derived releases and the complete absence of /usr/local from
the Python search path on Fedora. What a can of worms.
So instead we just ask distutils to record the list of files it
installed, and deinstallation consists of removing those files. Not
ideal, but hard to do better without a lot of work, given the
constraints, and probably not worth trying, since in the long run
normal users ought to be using platform-specific packaging systems
(apt, yum, portupgrade, macports, ...) to install and deinstall
anyway.
svn path=/rpkid/Makefile.in; revision=3636
|
|
/usr/lib/blah, but distutils installs in /usr/local/lib/blah, so we
can't figure out where it is when we want to deinstall. Feh.
Revert first attempt to hack around this, as it didn't help and just
broke things on Fedora too.
svn path=/rpkid/Makefile.in; revision=3632
|
|
svn path=/pywrap/Makefile.in; revision=3631
|
|
directory. No doubt I'm still forgetting something, eg, schema files
needed for setup, but basic mechanism seems to work.
svn path=/rpkid/Makefile.in; revision=3625
|
|
svn path=/rpkid/Makefile.in; revision=3624
|
|
./configure. Change (almost) all programs to use rpki.conf instead of
separate config files for each program, and add support for
${prefix}/etc/rpki.conf like normal system programs.
svn path=/buildtools/make-python-executable.py; revision=3620
|
|
svn path=/rpkid/Makefile.in; revision=3613
|
|
svn path=/rpkid/setup.py; revision=3612
|
|
svn path=/rpkid/Makefile.in; revision=3611
|
|
build it.
svn path=/configure; revision=3610
|
|
svn path=/pow/Makefile.in; revision=3606
|