r23724: Reduce access to the global inbuf a tiny bit. Add a struct smb_request
authorVolker Lendecke <vlendec@samba.org>
Thu, 5 Jul 2007 16:26:27 +0000 (16:26 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:23:48 +0000 (12:23 -0500)
commitca988f4e79e977160d82e86486972afd15d4acf5
treedf20be3d56346a4061564df7d4777e745ae0c3a7
parentb35038fa4e3e69f1397758497a46dc0d37edee79
r23724: Reduce access to the global inbuf a tiny bit. Add a struct smb_request
that contains some of the fields from the SMB header, removing the need
to access inbuf directly. This right now is used only in the open file
code & friends, and creating that header is only done when needed. This
needs more work, but it is a start.

Jeremy, I'm only checking this into 3_0, please review before I merge it
to _26.

Volker
source/include/smb.h
source/printing/nt_printing.c
source/rpc_server/srv_srvsvc_nt.c
source/smbd/dir.c
source/smbd/nttrans.c
source/smbd/open.c
source/smbd/posix_acls.c
source/smbd/process.c
source/smbd/reply.c
source/smbd/trans2.c