r23997: Check in the infrastructure for getting rid of the global InBuffer/OutBuffer
authorVolker Lendecke <vlendec@samba.org>
Mon, 23 Jul 2007 09:36:09 +0000 (09:36 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:28:53 +0000 (12:28 -0500)
commit5594af2b208c860d3f4b453af6a649d9e4295d1c
tree042a8d975922f9525e00e690193274d1c0ff5130
parenta54fa551a4b9ffe3f29b339a54e563cdfe924959
r23997: Check in the infrastructure for getting rid of the global InBuffer/OutBuffer

The complete history of this patch can be found under
http://www.samba.org/~vlendec/inbuf-checkin/.

Jeremy, Jerry: If possible I would like to see this in 3.2.0. I'm only
checking into 3_2 at the moment, as it currently will slow down operations for
all non-converted (i.e. all at this moment) operations, as it will copy the
talloc'ed inbuf over the global InBuffer. It will need quite a bit of effort
to convert everything necessary for the normal operations an XP box does.

I have patches for negprot, session setup, tcon_and_X, open_and_X, close. More
to come, but I would appreciate some help here.

Volker
source/include/smb.h
source/include/smb_macros.h
source/lib/util_sock.c
source/smbd/blocking.c
source/smbd/error.c
source/smbd/nttrans.c
source/smbd/pipes.c
source/smbd/process.c
source/smbd/reply.c
source/smbd/sesssetup.c