Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)
authorAndrew Bartlett <abartlet@samba.org>
Tue, 18 Mar 2003 11:22:52 +0000 (11:22 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 18 Mar 2003 11:22:52 +0000 (11:22 +0000)
commitd5ee9b2f480ddbda0b8f69409698d27c99384f9c
tree2664e91ce8bbfedeaf34292fca1d5dcfb8039176
parent5452ecebc7d89fac6e1047b92b77be47fe85914c
Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)

This patch catches up on the rest of the work - as much string checking
as is possible is done at compile time, and the rest at runtime.

Lots of code converted to pstrcpy() etc, and other code reworked to correctly
call sizeof().

Andrew Bartlett
(This used to be commit c5b604e2ee67d74241ae2fa07ae904647d35a2be)
17 files changed:
source3/Makefile.in
source3/client/client.c
source3/client/clitar.c
source3/configure.in
source3/include/includes.h
source3/include/safe_string.h
source3/libsmb/cliconnect.c
source3/libsmb/clifile.c
source3/libsmb/clilist.c
source3/nsswitch/winbindd_wins.c
source3/smbd/negprot.c
source3/smbd/reply.c
source3/smbd/srvstr.c [deleted file]
source3/utils/net.c
source3/utils/net_rap.c
source3/utils/pdbedit.c
source3/utils/smbcacls.c