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

« back to all changes in this revision

Viewing changes to examples/tlstest/Readme.txt

  • 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
This example shows the behavior of initTLS.
 
2
It should be called in the context of the new thread.
 
3
(so the thread id is checked to be the same).
 
4
 
 
5
It also checks if it is called for Oneway method calls.
 
6
 
 
7
If you run it on Windows, it will also use a tiny bit of COM
 
8
code to get usernames. This should work fine. If you fail to
 
9
initialize COM properly, you get errors such as "CoInitialize
 
10
has not been called"...