summaryrefslogtreecommitdiffstats
path: root/source3/torture/locktest2.c
Commit message (Collapse)AuthorAgeFilesLines
...
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ↵Andrew Tridgell2001-07-041-2/+2
| | | | | | can't redefine them. damn. (This used to be commit c41fc06376d1a2b83690612304e85010b5e5f3cf)
* The big character set handling changeover!Andrew Tridgell2001-07-041-2/+0
| | | | | | | | 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. (This used to be commit debb471267960e56005a741817ebd227ecfc512a)
* moved all our torture code to a separate directoryAndrew Tridgell2001-06-191-0/+626
(This used to be commit dd12c47645e2d0e832bc555492a6a8725a4495ee)