r2458: Rename policy handle parameters for the SAMR pipe. Parameters now
authorTim Potter <tpot@samba.org>
Tue, 21 Sep 2004 03:51:38 +0000 (03:51 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:58:55 +0000 (12:58 -0500)
commit0e71bf8148684bbdb2a89f7099b59edc157c2f52
treeaf92342fa515877c8e7102d3be4923f66e8f9ea3
parentd78a1ac756631c168ecc0b73e8ba2dd35a428391
r2458: Rename policy handle parameters for the SAMR pipe.  Parameters now
have the handle type implied by the parameter name.  There are four
types of handle: connect, domain, user and group handles.  The
various samr_Connect functions return a connect handle, and the
samr_OpenFoo functions return a foo handle.

There is one exception - the samr_{Get,Set}Security function can
take any type of handle.

Fix up all C callers.
(This used to be commit 32f0f3154a8eb63de83145cbc8806b8906ccdc3e)
source4/libnet/libnet_passwd.c
source4/librpc/idl/samr.idl
source4/rpc_server/samr/dcesrv_samr.c
source4/rpc_server/samr/samr_password.c
source4/torture/rpc/autoidl.c
source4/torture/rpc/samr.c
source4/torture/rpc/svcctl.c
source4/torture/rpc/testjoin.c