diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-04-05 17:01:29 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-04-05 17:01:29 +0100 |
commit | 60511bb9951c210b82e14f8b5b1a10a744acf6bc (patch) | |
tree | dcbda5146e2063d9fb81f76819105dd51932fc3f /NEWS | |
parent | 3b1ad7f7c583fbb80c5a084c78b926ecaaca0aa9 (diff) | |
download | dbus-60511bb9951c210b82e14f8b5b1a10a744acf6bc.tar.gz |
fix NEWS: a Windows "sid" is a security ID, not a session ID
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -16,10 +16,10 @@ D-Bus 1.7.2 (UNRELEASED) meinproc's XSLT stylesheets (fd.o #61637, Ralf Habacker) • Windows-specific: - · Do not claim that all bus clients have the dbus-daemon's credentials - (fd.o #61787, Ralf Habacker) - · Pick up local TCPv4 clients' credentials (process ID and session ID) - using GetExtendedTcpTable() (fd.o #61787, Ralf Habacker) + · Do not claim that all bus clients have the dbus-daemon's credentials; + pick up local TCPv4 clients' credentials (process ID and security + identifier, i.e. user) using GetExtendedTcpTable() (fd.o #61787, + Ralf Habacker) D-Bus 1.7.0 (2013-02-22) == |