1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00
Commit Graph

158 Commits

Author SHA1 Message Date
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.
0001-01-01 00:00:00 +00:00
Andrew Bartlett
e77cfe1379 See if we can stick to slightly valid C..
(With thanks to tpot)

Andrew Bartlett
0001-01-01 00:00:00 +00:00
Andrew Bartlett
aa5708de69 Not all OSs have setbuffer, so we better check for it.
Andrew Bartlett
0001-01-01 00:00:00 +00:00
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
0001-01-01 00:00:00 +00:00
Jeremy Allison
015a077acc Ensure we return correct error on trying to unlock a region not locked.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
2c2fc85136 Extra debug in open.c, fix for bad debug message in reply.c
Jeremy.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
fd0d729ce0 added a torture target for building all torture progs. Fixed a typo in locktest 0001-01-01 00:00:00 +00:00
Andrew Tridgell
dd12c47645 moved all our torture code to a separate directory 0001-01-01 00:00:00 +00:00