- 18 Feb, 2006 6 commits
-
-
Jeff Latimer authored
-
Hans Leidekker authored
-
Juan Lang authored
-
Juan Lang authored
Implement CertGetEnhancedKeyUsage, CertSetEnhancedKeyUsage, CertAddEnhancedKeyUsageIdentifier, and CertRemoveEnhancedKeyUsageIdentifier.
-
Stefan Leichter authored
-
Alexandre Julliard authored
x86_64 in 32-bit mode.
-
- 17 Feb, 2006 20 commits
-
-
Phil Krylov authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Peter Beutner authored
Setting the EOF flag only if _read() returns zero is not enough as we could also read something AND hit the end of file. _read() already sets another internal EOF flag, so just use this too. Removing todo_wine from the test case.
-
Peter Beutner authored
When calling fread() with a large enough buffer to reach the end of the file a subsequent feof() should return true; (marked as todo_wine because it doesn't work atm).
-
Peter Beutner authored
We can't just pop a exception record from the exception handler list which we haven't put there.
-
Peter Beutner authored
-
Detlef Riekenberg authored
-
Juan Lang authored
-
Alexandre Julliard authored
-
Eric Pouech authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Added dependency on $(RELPATH).
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Mike McCormack authored
number of directories.
-
Phil Krylov authored
-
Hans Leidekker authored
-
Jacek Caban authored
-
- 16 Feb, 2006 14 commits
-
-
Alexandre Julliard authored
WINELOADER/WINESERVER environment variables in wine_exec_wine_binary.
-
Alexandre Julliard authored
the directory from the library itself. Only try the hardcoded BINDIR if everything else failed.
-
Alexandre Julliard authored
-
Paul Vriens authored
-
Juan Lang authored
Add support for encoding/decoding basic constraints and enhanced key usage, with tests.
-
Juan Lang authored
- now that CertOpenStore is correct for system stores, simplify CertOpenSystemStore - correct CertDuplicateCertificateStore, with a test
-
YunSong Hwang authored
-
Huw Davies authored
-
Huw Davies authored
-
Thomas Kho authored
-
Robert Shearman authored
-
Saulius Krasuckas authored
-
Robert Shearman authored
The behaviour for winebuild is to prefer main over WinMain, not the other way around.
-
Jacek Caban authored
-