Solve some of the conflict between Samba3 and Samba4 push_string
authorAndrew Bartlett <abartlet@samba.org>
Tue, 17 Mar 2009 03:04:43 +0000 (14:04 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 14 Apr 2009 02:11:00 +0000 (12:11 +1000)
commit4786a493f70070dce6de4cbe488c9de1bdbb75ad
treea568260a9cf5d255674d0e31dddf4f5e3644e0da
parent41e4f12c482082d6e622d1fdc830e38853cdbd8b
Solve some of the conflict between Samba3 and Samba4 push_string

This renames push_string in Samba3 into push_string_base and
push_string_check for the two different use cases.

This should allow push_string to be imported from Samba4, using it's
calling conventions.
source3/include/proto.h
source3/include/safe_string.h
source3/lib/charcnv.c
source3/libsmb/clistr.c
source3/libsmb/ntlmssp_parse.c
source3/libsmb/smbencrypt.c
source3/nmbd/nmbd_sendannounce.c
source3/smbd/srvstr.c