ChangeSet ID: 15642
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/24 07:35:57
Modified files:
dlls/dsound : primary.c
Log message:
Robert Reif <reif(a)earthlink.net>
Don't allow other threads to access the primary buffer while the
format is being changed.
Patch: http://cvs.winehq.org/patch.py?id=15642
Old revision New revision Changes Path
1.39 1.40 +8 -9 wine/dlls/dsound/primary.c
ChangeSet ID: 15641
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/24 07:33:23
Modified files:
dlls/x11drv : wintab.c
Log message:
Robert North <7ownq0k402(a)sneakemail.com>
- In wintab's default system context, change context options to match
Wacom tablet in windows.
- Change device orientation unit definition to angular.
- Use Macros where appropriate to define cursor and device defaults.
Patch: http://cvs.winehq.org/patch.py?id=15641
Old revision New revision Changes Path
1.9 1.10 +11 -11 wine/dlls/x11drv/wintab.c
ChangeSet ID: 15635
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/24 06:50:30
Modified files:
dlls/rsaenh/tests: rsaenh.c
dlls/rsaenh : rsaenh.c
Log message:
Michael Jung <mjung(a)iss.tu-darmstadt.de>
Support for TLS1 pseudo random function.
Some helper functions for DATA_BLOB's.
Computing TLS1 master secret from the pre-master secret.
Deriving the master hash from the master secret.
Deriving TLS1 MAC and encryption keys from the master hash.
Tests for most of the above.
Patch: http://cvs.winehq.org/patch.py?id=15635
Old revision New revision Changes Path
1.4 1.5 +218 -0 wine/dlls/rsaenh/tests/rsaenh.c
1.18 1.19 +451 -53 wine/dlls/rsaenh/rsaenh.c