summaryrefslogtreecommitdiff
path: root/source3/torture/masktest.c
AgeCommit message (Collapse)AuthorFilesLines
2001-08-23more minor torture updatesAndrew Tridgell1-0/+1
(This used to be commit 6513b94d19adab8f94bbd8044338658242188e7a)
2001-08-20a bunch of fixes from the sflight to seattleAndrew Tridgell1-8/+8
in particular: - fixed NT status code for a bunch of ops - fixed handling of protocol levels in ms_fnmatch (This used to be commit 3eba9606f71f90bfd9820af26f8676277ed22390)
2001-07-05fixed compilation of masktest on AIXAndrew Tridgell1-7/+7
(This used to be commit 832a91bbe643ba816407965863b8fa3bb5b8730c)
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ↵Andrew Tridgell1-5/+5
can't redefine them. damn. (This used to be commit c41fc06376d1a2b83690612304e85010b5e5f3cf)
2001-07-04The big character set handling changeover!Andrew Tridgell1-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)
2001-06-19moved all our torture code to a separate directoryAndrew Tridgell1-0/+521
(This used to be commit dd12c47645e2d0e832bc555492a6a8725a4495ee)