svn commit: samba r23739 - in branches/SAMBA_3_0_26/source: include printing rpc_server smbd

vlendec at samba.org vlendec at samba.org
Sat Jul 7 09:13:35 GMT 2007


Author: vlendec
Date: 2007-07-07 09:13:33 +0000 (Sat, 07 Jul 2007)
New Revision: 23739

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23739

Log:
Merge r23724 from 3_0 without the accidential checkin:

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.


Modified:
   branches/SAMBA_3_0_26/source/include/smb.h
   branches/SAMBA_3_0_26/source/printing/nt_printing.c
   branches/SAMBA_3_0_26/source/rpc_server/srv_srvsvc_nt.c
   branches/SAMBA_3_0_26/source/smbd/dir.c
   branches/SAMBA_3_0_26/source/smbd/nttrans.c
   branches/SAMBA_3_0_26/source/smbd/open.c
   branches/SAMBA_3_0_26/source/smbd/posix_acls.c
   branches/SAMBA_3_0_26/source/smbd/process.c
   branches/SAMBA_3_0_26/source/smbd/reply.c
   branches/SAMBA_3_0_26/source/smbd/trans2.c


Changeset:
Sorry, the patch is too large (1190 lines) to include; please use WebSVN to see it!
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23739


More information about the samba-cvs mailing list