mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
c2ac923c6a
Rather than have safe_string.h #include string_wrappers.h, make users of string_wrappers.h include it explicitly. includes.h now no longer includes string_wrappers.h transitively. Still allow includes.h to #include safe_string.h for now so that as many modules as possible get the safety checks in it. Signed-off-by: Matthew DeVore <matvore@google.com> Reviewed-by: David Mulder <dmulder@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> |
||
---|---|---|
.. | ||
headers | ||
nsswitch | ||
smbd | ||
unittests | ||
README |
README for testsuite directory ------------------------------ The Samba testsuite is divided up into the following subdirectories. - lib Various library files used by tool directories - nsswitch Tests for nsswitch extensions All the scripts require an unreleased version of DejaGNU, and although they contain some useful tests they are not so useful at the moment. All scripts are migrating to a single test framework, Satyr. <cvs://cvs.samba.org/data/cvs/satyr>