~ubuntu-branches/debian/sid/pyro/sid

« back to all changes in this revision

Viewing changes to Pyro/ext/ES_NtService.py

  • Committer: Bazaar Package Importer
  • Author(s): Gustavo Goretkin
  • Date: 2011-08-21 16:04:00 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20110821160400-ugc9tghmf0ycxzwp
Tags: 1:3.14-1
* New upstream release
    - /usr/bin/pyro-rns was removed by upstream
* SECURITY UPDATE: arbitrary file overwriting via symlink (Closes: #631912,
  LP: #830742)
    - store pidfile in /var/run instead of /tmp
    - Pyro/ext/daemonizer.py changed default location to /var/run
    - Pyro/ext/daemonizer.py added command-line parameter (--pidfile=...) to
      override default pidfile location
    - default location for pidfile is tunable via /etc/default/pyro-nsd
    - CVE-2011-2765 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#############################################################################
2
2
#
3
 
#       $Id: ES_NtService.py,v 1.4.4.1 2008/05/17 09:56:01 irmen Exp $
4
3
#       An NT service that runs the Pyro Event Service
5
4
#   Author: Syver Enstad  syver-en@online.no
6
5
#
7
6
#       This is part of "Pyro" - Python Remote Objects
8
 
#       Which is (c) Irmen de Jong - irmen@users.sourceforge.net
 
7
#       Which is (c) Irmen de Jong - irmen@razorvine.net
9
8
#
10
9
#############################################################################
11
10