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)
commitfcda5b589633b96415890c569bf23e3e284e0916
tree0bed21f63dd1eaeabff953f157d9f6b556cf335b
parent5391750ce6db47678a03db4d67a016acff4fc8e2
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.
(This used to be commit 836782b07bf133e9b2598c4a089f1c810e4c7754)
13 files changed:
source3/include/safe_string.h
source3/include/srvstr.h
source3/lib/charcnv.c
source3/libsmb/clistr.c
source3/libsmb/ntlmssp_parse.c
source3/libsmb/smbencrypt.c
source3/smbd/ipc.c
source3/smbd/message.c
source3/smbd/nttrans.c
source3/smbd/pipes.c
source3/smbd/reply.c
source3/smbd/sesssetup.c
source3/smbd/trans2.c