r12877: Stop passing structs around in smb messages, instead
commit33174847994128387a36a8103f147fe5a96c15fd
authorJeremy Allison <jra@samba.org>
Thu, 12 Jan 2006 22:17:54 +0000 (12 22:17 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:06:05 +0000 (10 11:06 -0500)
tree72ef01910bac6df965a9e0554c235bab145fa209
parent80f2848260d5c9be70f4a037ca3ea5c5b6a76166
r12877: Stop passing structs around in smb messages, instead
always linearize into little-endian. Should fix all
Solaris issues with this, plus provide a cleaner base
moving forward for cluster-aware Samba where smbd's
can communicate across different compilers/architectures
(eventually these message will have to go cross-machine).
Jeremy.
(This used to be commit d01824b78576a034428e1cef73868d1169057991)
source3/configure.in
source3/include/includes.h
source3/include/smb.h
source3/locking/locking.c
source3/smbd/close.c
source3/smbd/open.c
source3/smbd/oplock.c
source3/smbd/trans2.c