Stop passing structs around in smb messages, instead
authorjra <jra@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Thu, 12 Jan 2006 22:17:54 +0000 (22:17 +0000)
committerjra <jra@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Thu, 12 Jan 2006 22:17:54 +0000 (22:17 +0000)
commit7c836a94fca57c50f75a6d2da5acae198e0a7195
tree26791cb8610f024c67a930fdf56ef05c15f24920
parent7b9d09001a752f81118592f4281e16d36c8b43ee
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.

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_0@12877 0c0555d6-39d7-0310-84fc-f1cc0bd64818
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