Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually does
authorAndrew Tridgell <tridge@samba.org>
Thu, 21 Jun 2001 05:38:28 +0000 (05:38 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 21 Jun 2001 05:38:28 +0000 (05:38 +0000)
commit4ff011d88ef5b79b92d2cea1abe32c93bc03f724
tree20b1b8f8bebdb3b4f741f6f2733a23af01b7c467
parentfda0f83d751a1ea6c731fd6a82484a724a1c6e32
Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually does
send unaligned unicode strings sometimes!
Fixed our handling of the workgroup name tacked on the end of the
NT1 negprot response (a unaligned unicode)
fixed a couple of places where we should be using the message_end fns instead
of pre-calculated buffer lengths
(This used to be commit 86613493a9b2e56523153486931d0bf8d39beb7a)
source3/include/proto.h
source3/include/smb.h
source3/libsmb/cliconnect.c
source3/libsmb/clifile.c
source3/libsmb/climessage.c
source3/libsmb/clistr.c
source3/smbd/negprot.c
source3/smbd/srvstr.c