r335: added much better handling of servers that die unexpectedly during a
authorAndrew Tridgell <tridge@samba.org>
Fri, 23 Apr 2004 04:21:22 +0000 (04:21 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:51:33 +0000 (12:51 -0500)
commit493a37ba663686b7bee3f7093d6650a24250f101
treeabcf06347f09b6468848308edce37f8ad28379b4
parent1793845e08dafa2566d8713cbf21adcda1641f0f
r335: added much better handling of servers that die unexpectedly during a
request (a dead socket). I discovered this when testing against Sun's
PC-NetLink.

cleaned up the naming of some of the samr requests

add IDL and test code for samr_QueryGroupMember(),
samr_SetMemberAttributesOfGroup() and samr_Shutdown().  (actually, I
didn't leave the samr_Shutdown() test in, as its fatal to windows
servers due to doing exactly what it says it does).
(This used to be commit 925bc2622c105dee4ffff809c6c35cd209a839f8)
source4/lib/util_sock.c
source4/libcli/raw/clisocket.c
source4/libcli/raw/clitransport.c
source4/libcli/raw/rawrequest.c
source4/libcli/raw/rawtrans.c
source4/librpc/idl/samr.idl
source4/librpc/rpc/dcerpc_smb.c
source4/librpc/rpc/dcerpc_tcp.c
source4/torture/rpc/autoidl.c
source4/torture/rpc/samr.c