1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

12 Commits

Author SHA1 Message Date
Tim Potter
577f6065f6 Converted to new error API.
Now that we support NT errors from the client, appropriate values will need
to be filled in for the various invocations of check_error() within the
torture code.
-
Andrew Bartlett
dc588ee87a Update smbtorture in line with SAMBA_2_2
Andrew Bartlett
-
Andrew Tridgell
832a91bbe6 fixed compilation of masktest on AIX -
Andrew Tridgell
c41fc06376 strchr and strrchr are macros when compiling with optimisation in gcc, so we can't redefine them. damn. -
Andrew Tridgell
debb471267 The big character set handling changeover!
This commit gets rid of all our old codepage handling and replaces it with
iconv. All internal strings in Samba are now in "unix" charset, which may
be multi-byte. See internals.doc and my posting to samba-technical for
a more complete explanation.
-
Andrew Bartlett
e77cfe1379 See if we can stick to slightly valid C..
(With thanks to tpot)

Andrew Bartlett
-
Andrew Bartlett
aa5708de69 Not all OSs have setbuffer, so we better check for it.
Andrew Bartlett
-
Andrew Bartlett
a73aefef09 Make smbtorture return status values for use in the build_farm tests.
This should not have changed behaviour, and it has been tested.

Andrew Bartlett
-
Jeremy Allison
015a077acc Ensure we return correct error on trying to unlock a region not locked.
Jeremy.
-
Jeremy Allison
2c2fc85136 Extra debug in open.c, fix for bad debug message in reply.c
Jeremy.
-
Andrew Tridgell
fd0d729ce0 added a torture target for building all torture progs. Fixed a typo in locktest -
Andrew Tridgell
dd12c47645 moved all our torture code to a separate directory -