r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The next
authorVolker Lendecke <vlendec@samba.org>
Thu, 5 Jul 2007 16:33:37 +0000 (16:33 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:23:49 +0000 (12:23 -0500)
commit836782b07bf133e9b2598c4a089f1c810e4c7754
tree409156436e3ecf8c3009af498551ce7e45b2bfa3
parenta50555dda7db5e848e337185ed91c41c2557f7be
r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The next
checkin will pull this up to srvstr_get_path. At that point we can get more
independent of the inbuf, the base_ptr in pull_string will only be used
to satisfy UCS2 alignment constraints.
13 files changed:
source/include/safe_string.h
source/include/srvstr.h
source/lib/charcnv.c
source/libsmb/clistr.c
source/libsmb/ntlmssp_parse.c
source/libsmb/smbencrypt.c
source/smbd/ipc.c
source/smbd/message.c
source/smbd/nttrans.c
source/smbd/pipes.c
source/smbd/reply.c
source/smbd/sesssetup.c
source/smbd/trans2.c