windows-tests-torture-20090131
authorJeffrey Altman <jaltman@secure-endpoints.com>
Sat, 31 Jan 2009 17:05:02 +0000 (17:05 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Sat, 31 Jan 2009 17:05:02 +0000 (17:05 +0000)
commit5981379dea329800f88a12a74ea34402e63b789d
treee368632efef3f52ddfdd4b1c37e0b07980acc672
parent1e01bdc8e1b7ee4d9da36a1bb5899ca51daf2748
windows-tests-torture-20090131

LICENSE MIT

rename torture.exe to wintorture.exe to match the name expected by stress.exe

increase length of "Locker" to permit longer paths

do not strip \\afs unc server name.  treat all unc paths equal

add GetLastError values to logged error messages

clarify error messages when missing input params

print all errors on a single line.  quote paths and command strings

fix the initialization of the IoBuffer for writes.  initialize the
whole buffer not just the sizeof(pointer)

remove the static declaration of Flag in nb_qpathinfo()

obtain real HANDLEs for directories.  Do not fake them.
src/WINNT/tests/torture/Source/NTMakefile
src/WINNT/tests/torture/Source/WinThreads.c
src/WINNT/tests/torture/Source/WinTorture.c
src/WINNT/tests/torture/Source/nbio.c