some cleanups from the conversion of Pipes[] to a linked list. I also
commit8bc2627ff28d340db65bfa017daca2dc291d5ef7
authorAndrew Tridgell <tridge@samba.org>
Mon, 17 Aug 1998 03:06:20 +0000 (17 03:06 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 17 Aug 1998 03:06:20 +0000 (17 03:06 +0000)
tree2ab14b18760b8d94a3fed755e0096eda407d095e
parentf1c67a00b8603bf1a9e6bef680c0d563727ba108
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.
source/include/local.h
source/include/ntdomain.h
source/include/proto.h
source/lib/bitmap.c
source/rpc_server/srv_pipe_hnd.c
source/script/mkproto.awk
source/smbd/files.c
source/smbd/ipc.c
source/smbd/nttrans.c
source/smbd/pipes.c
source/smbd/server.c