some cleanups from the conversion of Pipes[] to a linked list. I also
authorAndrew Tridgell <tridge@samba.org>
Mon, 17 Aug 1998 03:06:20 +0000 (03:06 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 17 Aug 1998 03:06:20 +0000 (03:06 +0000)
commitf2d538a105a61ce6d2852700fc328e15ac158827
tree47c819007b231a5a8ebfcc7faa0c1354561366df
parentc5e2c883c0415ca3c7e366357c8c6ba573713aa6
some cleanups from the conversion of Pipes[] to a linked list. I also
removed most cases where a pnum is used and substituted a pipes_struct*.

in files.c I added a offset of 0x1000 to all file handles on the
wire. This makes it much less likely that bad parsing will give us the
wrong field.
(This used to be commit 8bc2627ff28d340db65bfa017daca2dc291d5ef7)
source3/include/local.h
source3/include/ntdomain.h
source3/include/proto.h
source3/lib/bitmap.c
source3/rpc_server/srv_pipe_hnd.c
source3/script/mkproto.awk
source3/smbd/files.c
source3/smbd/ipc.c
source3/smbd/nttrans.c
source3/smbd/pipes.c
source3/smbd/server.c