r20315: Implement the server side of DsGetDomainControllerInfo. This is a
authorAndrew Bartlett <abartlet@samba.org>
Fri, 22 Dec 2006 07:04:06 +0000 (07:04 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:29:38 +0000 (14:29 -0500)
commit2eb9e6445c64840399171f4f56b1e43786dbcfa7
treee17f7397eccfec0429f1d4a14c1cdf2bf7fa0b07
parent82a09a111b61a099f2ea5cf013eb523191bf9de2
r20315: Implement the server side of DsGetDomainControllerInfo.  This is a
supprisingly complex call...

It turns out that the in/out parameter 'level' is not in/out, but set
seperatly by the server-side code from r->req.req1.level.

This commit also breaks out some common code from samldb into samdb.

Andrew Bartlett
source/dsdb/samdb/ldb_modules/samldb.c
source/dsdb/samdb/samdb.c
source/librpc/idl/drsuapi.idl
source/rpc_server/drsuapi/dcesrv_drsuapi.c
source/torture/rpc/drsuapi.c