1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-29 15:42:04 +03:00

Add NetWkstaGetInfo.

Modified to include common.h entry for netapitest_wksta function by Kai
Blin <kai@samba.org>

Signed-off-by: Hans Leidekker <hans@meelstraat.net>
Reviewed-by: Kai Blin <kai@samba.org>

Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Wed Oct 16 07:00:45 CEST 2013 on sn-devel-104
This commit is contained in:
Hans Leidekker
2013-10-14 20:43:27 +02:00
committed by Jeremy Allison
parent a1fcd71f9a
commit a4c3553b5a
10 changed files with 332 additions and 1 deletions

View File

@ -78,6 +78,13 @@ WERROR NetServerSetInfo_r(struct libnetapi_ctx *ctx,
struct NetServerSetInfo *r);
WERROR NetServerSetInfo_l(struct libnetapi_ctx *ctx,
struct NetServerSetInfo *r);
NET_API_STATUS NetWkstaGetInfo(const char * wksta_name /* [in] [unique] */,
uint32_t level /* [in] */,
uint8_t **buffer /* [out] [ref] */);
WERROR NetWkstaGetInfo_r(struct libnetapi_ctx *ctx,
struct NetWkstaGetInfo *r);
WERROR NetWkstaGetInfo_l(struct libnetapi_ctx *ctx,
struct NetWkstaGetInfo *r);
NET_API_STATUS NetGetDCName(const char * server_name /* [in] [unique] */,
const char * domain_name /* [in] [unique] */,
uint8_t **buffer /* [out] [ref] */);