Separated dfs pipe into implementation and interface modules.
authorJeremy Allison <jra@samba.org>
Tue, 27 Feb 2001 02:09:50 +0000 (02:09 +0000)
committerJeremy Allison <jra@samba.org>
Tue, 27 Feb 2001 02:09:50 +0000 (02:09 +0000)
commitef2de912f2c0b095ea19986b3dce6b1b8a0ea8b5
tree2b857f5063d9c292d9c5b4fd0f23d8c11219f0c3
parentd4a28325f1aa46dccdc9c16f68521284b0983d90
Separated dfs pipe into implementation and interface modules.
rpc_parse/parse_dfs.c: Had to add buffer overrun checking ! HOW DID THIS GET IN HERE !
rpc_parse/parse_prs.c: Ensure prs_alloc_mem does a memset of zero before returning.
Jeremy.
(This used to be commit c9a6a17025f4a6850cd2b9a9ddb48bdeec8b3ffe)
source3/Makefile.in
source3/include/proto.h
source3/include/rpc_dfs.h
source3/rpc_parse/parse_dfs.c
source3/rpc_parse/parse_prs.c
source3/rpc_server/srv_dfs.c