ChangeSet ID: 18038
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/09 04:47:28
Modified files:
server : token.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Avoid evil signed bitfields.
- Fix bug with using wrong revision in security_sid_alloc.
- Add all builtin groups present in the Administrator token on Windows
to the default token.
Patch: http://cvs.winehq.org/patch.py?id=18038
Old revision New revision Changes Path
1.7 1.8 +99 -46 wine/server/token.c
ChangeSet ID: 18036
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/09 04:46:55
Modified files:
server : named_pipe.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
Fix a regression in the performance of named pipes by only making the
fd non-blocking when overlapped I/O is requested for the fd (reported
by Ivan Leo Puoti).
Patch: http://cvs.winehq.org/patch.py?id=18036
Old revision New revision Changes Path
1.40 1.41 +13 -4 wine/server/named_pipe.c
ChangeSet ID: 18031
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/09 04:45:42
Modified files:
dlls/ntdll : file.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Don't free the fileio object because it will be freed anyway in
fileio_terminate on error.
- Print out statuses in hex, rather than decimal.
Patch: http://cvs.winehq.org/patch.py?id=18031
Old revision New revision Changes Path
1.90 1.91 +2 -4 wine/dlls/ntdll/file.c