r12877: Stop passing structs around in smb messages, instead
authorJeremy Allison <jra@samba.org>
Thu, 12 Jan 2006 22:17:54 +0000 (22:17 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:06:05 +0000 (11:06 -0500)
commitd01824b78576a034428e1cef73868d1169057991
tree26791cb8610f024c67a930fdf56ef05c15f24920
parent9a8e1c8b4c302a8e8a4a39b8ec8df2536acfebe2
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.
source/configure.in
source/include/includes.h
source/include/smb.h
source/locking/locking.c
source/smbd/close.c
source/smbd/open.c
source/smbd/oplock.c
source/smbd/trans2.c