summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/cli_netlogon.h
diff options
context:
space:
mode:
Diffstat (limited to 'librpc/gen_ndr/cli_netlogon.h')
-rw-r--r--librpc/gen_ndr/cli_netlogon.h132
1 files changed, 66 insertions, 66 deletions
diff --git a/librpc/gen_ndr/cli_netlogon.h b/librpc/gen_ndr/cli_netlogon.h
index eb6b193327..adbe176e6a 100644
--- a/librpc/gen_ndr/cli_netlogon.h
+++ b/librpc/gen_ndr/cli_netlogon.h
@@ -5,8 +5,8 @@ struct tevent_req *rpccli_netr_LogonUasLogon_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
struct rpc_pipe_client *cli,
const char *_server_name /* [in] [unique,charset(UTF16)] */,
- const char *_account_name /* [in] [charset(UTF16)] */,
- const char *_workstation /* [in] [charset(UTF16)] */,
+ const char *_account_name /* [in] [ref,charset(UTF16)] */,
+ const char *_workstation /* [in] [ref,charset(UTF16)] */,
struct netr_UasInfo **_info /* [out] [ref] */);
NTSTATUS rpccli_netr_LogonUasLogon_recv(struct tevent_req *req,
TALLOC_CTX *mem_ctx,
@@ -14,16 +14,16 @@ NTSTATUS rpccli_netr_LogonUasLogon_recv(struct tevent_req *req,
NTSTATUS rpccli_netr_LogonUasLogon(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
const char *server_name /* [in] [unique,charset(UTF16)] */,
- const char *account_name /* [in] [charset(UTF16)] */,
- const char *workstation /* [in] [charset(UTF16)] */,
+ const char *account_name /* [in] [ref,charset(UTF16)] */,
+ const char *workstation /* [in] [ref,charset(UTF16)] */,
struct netr_UasInfo **info /* [out] [ref] */,
WERROR *werror);
struct tevent_req *rpccli_netr_LogonUasLogoff_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
struct rpc_pipe_client *cli,
const char *_server_name /* [in] [unique,charset(UTF16)] */,
- const char *_account_name /* [in] [charset(UTF16)] */,
- const char *_workstation /* [in] [charset(UTF16)] */,
+ const char *_account_name /* [in] [ref,charset(UTF16)] */,
+ const char *_workstation /* [in] [ref,charset(UTF16)] */,
struct netr_UasLogoffInfo *_info /* [out] [ref] */);
NTSTATUS rpccli_netr_LogonUasLogoff_recv(struct tevent_req *req,
TALLOC_CTX *mem_ctx,
@@ -31,8 +31,8 @@ NTSTATUS rpccli_netr_LogonUasLogoff_recv(struct tevent_req *req,
NTSTATUS rpccli_netr_LogonUasLogoff(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
const char *server_name /* [in] [unique,charset(UTF16)] */,
- const char *account_name /* [in] [charset(UTF16)] */,
- const char *workstation /* [in] [charset(UTF16)] */,
+ const char *account_name /* [in] [ref,charset(UTF16)] */,
+ const char *workstation /* [in] [ref,charset(UTF16)] */,
struct netr_UasLogoffInfo *info /* [out] [ref] */,
WERROR *werror);
struct tevent_req *rpccli_netr_LogonSamLogon_send(TALLOC_CTX *mem_ctx,
@@ -85,7 +85,7 @@ struct tevent_req *rpccli_netr_ServerReqChallenge_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
struct rpc_pipe_client *cli,
const char *_server_name /* [in] [unique,charset(UTF16)] */,
- const char *_computer_name /* [in] [charset(UTF16)] */,
+ const char *_computer_name /* [in] [ref,charset(UTF16)] */,
struct netr_Credential *_credentials /* [in] [ref] */,
struct netr_Credential *_return_credentials /* [out] [ref] */);
NTSTATUS rpccli_netr_ServerReqChallenge_recv(struct tevent_req *req,
@@ -94,16 +94,16 @@ NTSTATUS rpccli_netr_ServerReqChallenge_recv(struct tevent_req *req,
NTSTATUS rpccli_netr_ServerReqChallenge(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
const char *server_name /* [in] [unique,charset(UTF16)] */,
- const char *computer_name /* [in] [charset(UTF16)] */,
+ const char *computer_name /* [in] [ref,charset(UTF16)] */,
struct netr_Credential *credentials /* [in] [ref] */,
struct netr_Credential *return_credentials /* [out] [ref] */);
struct tevent_req *rpccli_netr_ServerAuthenticate_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
struct rpc_pipe_client *cli,
const char *_server_name /* [in] [unique,charset(UTF16)] */,
- const char *_account_name /* [in] [charset(UTF16)] */,
+ const char *_account_name /* [in] [ref,charset(UTF16)] */,
enum netr_SchannelType _secure_channel_type /* [in] */,
- const char *_computer_name /* [in] [charset(UTF16)] */,
+ const char *_computer_name /* [in] [ref,charset(UTF16)] */,
struct netr_Credential *_credentials /* [in] [ref] */,
struct netr_Credential *_return_credentials /* [out] [ref] */);
NTSTATUS rpccli_netr_ServerAuthenticate_recv(struct tevent_req *req,
@@ -112,18 +112,18 @@ NTSTATUS rpccli_netr_ServerAuthenticate_recv(struct tevent_req *req,
NTSTATUS rpccli_netr_ServerAuthenticate(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
const char *server_name /* [in] [unique,charset(UTF16)] */,
- const char *account_name /* [in] [charset(UTF16)] */,
+ const char *account_name /* [in] [ref,charset(UTF16)] */,
enum netr_SchannelType secure_channel_type /* [in] */,
- const char *computer_name /* [in] [charset(UTF16)] */,
+ const char *computer_name /* [in] [ref,charset(UTF16)] */,
struct netr_Credential *credentials /* [in] [ref] */,
struct netr_Credential *return_credentials /* [out] [ref] */);
struct tevent_req *rpccli_netr_ServerPasswordSet_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
struct rpc_pipe_client *cli,
const char *_server_name /* [in] [unique,charset(UTF16)] */,
- const char *_account_name /* [in] [charset(UTF16)] */,
+ const char *_account_name /* [in] [ref,charset(UTF16)] */,
enum netr_SchannelType _secure_channel_type /* [in] */,
- const char *_computer_name /* [in] [charset(UTF16)] */,
+ const char *_computer_name /* [in] [ref,charset(UTF16)] */,
struct netr_Authenticator *_credential /* [in] [ref] */,
struct netr_Authenticator *_return_authenticator /* [out] [ref] */,
struct samr_Password *_new_password /* [in] [ref] */);
@@ -133,17 +133,17 @@ NTSTATUS rpccli_netr_ServerPasswordSet_recv(struct tevent_req *req,
NTSTATUS rpccli_netr_ServerPasswordSet(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
const char *server_name /* [in] [unique,charset(UTF16)] */,
- const char *account_name /* [in] [charset(UTF16)] */,
+ const char *account_name /* [in] [ref,charset(UTF16)] */,
enum netr_SchannelType secure_channel_type /* [in] */,
- const char *computer_name /* [in] [charset(UTF16)] */,
+ const char *computer_name /* [in] [ref,charset(UTF16)] */,
struct netr_Authenticator *credential /* [in] [ref] */,
struct netr_Authenticator *return_authenticator /* [out] [ref] */,
struct samr_Password *new_password /* [in] [ref] */);
struct tevent_req *rpccli_netr_DatabaseDeltas_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
struct rpc_pipe_client *cli,
- const char *_logon_server /* [in] [charset(UTF16)] */,
- const char *_computername /* [in] [charset(UTF16)] */,
+ const char *_logon_server /* [in] [ref,charset(UTF16)] */,
+ const char *_computername /* [in] [ref,charset(UTF16)] */,
struct netr_Authenticator *_credential /* [in] [ref] */,
struct netr_Authenticator *_return_authenticator /* [in,out] [ref] */,
enum netr_SamDatabaseID _database_id /* [in] */,
@@ -155,8 +155,8 @@ NTSTATUS rpccli_netr_DatabaseDeltas_recv(struct tevent_req *req,
NTSTATUS *result);
NTSTATUS rpccli_netr_DatabaseDeltas(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
- const char *logon_server /* [in] [charset(UTF16)] */,
- const char *computername /* [in] [charset(UTF16)] */,
+ const char *logon_server /* [in] [ref,charset(UTF16)] */,
+ const char *computername /* [in] [ref,charset(UTF16)] */,
struct netr_Authenticator *credential /* [in] [ref] */,
struct netr_Authenticator *return_authenticator /* [in,out] [ref] */,
enum netr_SamDatabaseID database_id /* [in] */,
@@ -166,8 +166,8 @@ NTSTATUS rpccli_netr_DatabaseDeltas(struct rpc_pipe_client *cli,
struct tevent_req *rpccli_netr_DatabaseSync_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
struct rpc_pipe_client *cli,
- const char *_logon_server /* [in] [charset(UTF16)] */,
- const char *_computername /* [in] [charset(UTF16)] */,
+ const char *_logon_server /* [in] [ref,charset(UTF16)] */,
+ const char *_computername /* [in] [ref,charset(UTF16)] */,
struct netr_Authenticator *_credential /* [in] [ref] */,
struct netr_Authenticator *_return_authenticator /* [in,out] [ref] */,
enum netr_SamDatabaseID _database_id /* [in] */,
@@ -179,8 +179,8 @@ NTSTATUS rpccli_netr_DatabaseSync_recv(struct tevent_req *req,
NTSTATUS *result);
NTSTATUS rpccli_netr_DatabaseSync(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
- const char *logon_server /* [in] [charset(UTF16)] */,
- const char *computername /* [in] [charset(UTF16)] */,
+ const char *logon_server /* [in] [ref,charset(UTF16)] */,
+ const char *computername /* [in] [ref,charset(UTF16)] */,
struct netr_Authenticator *credential /* [in] [ref] */,
struct netr_Authenticator *return_authenticator /* [in,out] [ref] */,
enum netr_SamDatabaseID database_id /* [in] */,
@@ -191,7 +191,7 @@ struct tevent_req *rpccli_netr_AccountDeltas_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
struct rpc_pipe_client *cli,
const char *_logon_server /* [in] [unique,charset(UTF16)] */,
- const char *_computername /* [in] [charset(UTF16)] */,
+ const char *_computername /* [in] [ref,charset(UTF16)] */,
struct netr_Authenticator _credential /* [in] */,
struct netr_Authenticator *_return_authenticator /* [in,out] [ref] */,
struct netr_UAS_INFO_0 _uas /* [in] */,
@@ -208,7 +208,7 @@ NTSTATUS rpccli_netr_AccountDeltas_recv(struct tevent_req *req,
NTSTATUS rpccli_netr_AccountDeltas(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
const char *logon_server /* [in] [unique,charset(UTF16)] */,
- const char *computername /* [in] [charset(UTF16)] */,
+ const char *computername /* [in] [ref,charset(UTF16)] */,
struct netr_Authenticator credential /* [in] */,
struct netr_Authenticator *return_authenticator /* [in,out] [ref] */,
struct netr_UAS_INFO_0 uas /* [in] */,
@@ -223,7 +223,7 @@ struct tevent_req *rpccli_netr_AccountSync_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
struct rpc_pipe_client *cli,
const char *_logon_server /* [in] [unique,charset(UTF16)] */,
- const char *_computername /* [in] [charset(UTF16)] */,
+ const char *_computername /* [in] [ref,charset(UTF16)] */,
struct netr_Authenticator _credential /* [in] */,
struct netr_Authenticator *_return_authenticator /* [in,out] [ref] */,
uint32_t _reference /* [in] */,
@@ -240,7 +240,7 @@ NTSTATUS rpccli_netr_AccountSync_recv(struct tevent_req *req,
NTSTATUS rpccli_netr_AccountSync(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
const char *logon_server /* [in] [unique,charset(UTF16)] */,
- const char *computername /* [in] [charset(UTF16)] */,
+ const char *computername /* [in] [ref,charset(UTF16)] */,
struct netr_Authenticator credential /* [in] */,
struct netr_Authenticator *return_authenticator /* [in,out] [ref] */,
uint32_t reference /* [in] */,
@@ -254,7 +254,7 @@ NTSTATUS rpccli_netr_AccountSync(struct rpc_pipe_client *cli,
struct tevent_req *rpccli_netr_GetDcName_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
struct rpc_pipe_client *cli,
- const char *_logon_server /* [in] [charset(UTF16)] */,
+ const char *_logon_server /* [in] [ref,charset(UTF16)] */,
const char *_domainname /* [in] [unique,charset(UTF16)] */,
const char **_dcname /* [out] [ref,charset(UTF16)] */);
NTSTATUS rpccli_netr_GetDcName_recv(struct tevent_req *req,
@@ -262,7 +262,7 @@ NTSTATUS rpccli_netr_GetDcName_recv(struct tevent_req *req,
WERROR *result);
NTSTATUS rpccli_netr_GetDcName(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
- const char *logon_server /* [in] [charset(UTF16)] */,
+ const char *logon_server /* [in] [ref,charset(UTF16)] */,
const char *domainname /* [in] [unique,charset(UTF16)] */,
const char **dcname /* [out] [ref,charset(UTF16)] */,
WERROR *werror);
@@ -321,9 +321,9 @@ struct tevent_req *rpccli_netr_ServerAuthenticate2_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
struct rpc_pipe_client *cli,
const char *_server_name /* [in] [unique,charset(UTF16)] */,
- const char *_account_name /* [in] [charset(UTF16)] */,
+ const char *_account_name /* [in] [ref,charset(UTF16)] */,
enum netr_SchannelType _secure_channel_type /* [in] */,
- const char *_computer_name /* [in] [charset(UTF16)] */,
+ const char *_computer_name /* [in] [ref,charset(UTF16)] */,
struct netr_Credential *_credentials /* [in] [ref] */,
struct netr_Credential *_return_credentials /* [out] [ref] */,
uint32_t *_negotiate_flags /* [in,out] [ref] */);
@@ -333,17 +333,17 @@ NTSTATUS rpccli_netr_ServerAuthenticate2_recv(struct tevent_req *req,
NTSTATUS rpccli_netr_ServerAuthenticate2(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
const char *server_name /* [in] [unique,charset(UTF16)] */,
- const char *account_name /* [in] [charset(UTF16)] */,
+ const char *account_name /* [in] [ref,charset(UTF16)] */,
enum netr_SchannelType secure_channel_type /* [in] */,
- const char *computer_name /* [in] [charset(UTF16)] */,
+ const char *computer_name /* [in] [ref,charset(UTF16)] */,
struct netr_Credential *credentials /* [in] [ref] */,
struct netr_Credential *return_credentials /* [out] [ref] */,
uint32_t *negotiate_flags /* [in,out] [ref] */);
struct tevent_req *rpccli_netr_DatabaseSync2_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
struct rpc_pipe_client *cli,
- const char *_logon_server /* [in] [charset(UTF16)] */,
- const char *_computername /* [in] [charset(UTF16)] */,
+ const char *_logon_server /* [in] [ref,charset(UTF16)] */,
+ const char *_computername /* [in] [ref,charset(UTF16)] */,
struct netr_Authenticator *_credential /* [in] [ref] */,
struct netr_Authenticator *_return_authenticator /* [in,out] [ref] */,
enum netr_SamDatabaseID _database_id /* [in] */,
@@ -356,8 +356,8 @@ NTSTATUS rpccli_netr_DatabaseSync2_recv(struct tevent_req *req,
NTSTATUS *result);
NTSTATUS rpccli_netr_DatabaseSync2(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
- const char *logon_server /* [in] [charset(UTF16)] */,
- const char *computername /* [in] [charset(UTF16)] */,
+ const char *logon_server /* [in] [ref,charset(UTF16)] */,
+ const char *computername /* [in] [ref,charset(UTF16)] */,
struct netr_Authenticator *credential /* [in] [ref] */,
struct netr_Authenticator *return_authenticator /* [in,out] [ref] */,
enum netr_SamDatabaseID database_id /* [in] */,
@@ -368,8 +368,8 @@ NTSTATUS rpccli_netr_DatabaseSync2(struct rpc_pipe_client *cli,
struct tevent_req *rpccli_netr_DatabaseRedo_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
struct rpc_pipe_client *cli,
- const char *_logon_server /* [in] [charset(UTF16)] */,
- const char *_computername /* [in] [charset(UTF16)] */,
+ const char *_logon_server /* [in] [ref,charset(UTF16)] */,
+ const char *_computername /* [in] [ref,charset(UTF16)] */,
struct netr_Authenticator *_credential /* [in] [ref] */,
struct netr_Authenticator *_return_authenticator /* [in,out] [ref] */,
struct netr_ChangeLogEntry _change_log_entry /* [in] [subcontext_size(change_log_entry_size),subcontext(4)] */,
@@ -380,8 +380,8 @@ NTSTATUS rpccli_netr_DatabaseRedo_recv(struct tevent_req *req,
NTSTATUS *result);
NTSTATUS rpccli_netr_DatabaseRedo(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
- const char *logon_server /* [in] [charset(UTF16)] */,
- const char *computername /* [in] [charset(UTF16)] */,
+ const char *logon_server /* [in] [ref,charset(UTF16)] */,
+ const char *computername /* [in] [ref,charset(UTF16)] */,
struct netr_Authenticator *credential /* [in] [ref] */,
struct netr_Authenticator *return_authenticator /* [in,out] [ref] */,
struct netr_ChangeLogEntry change_log_entry /* [in] [subcontext_size(change_log_entry_size),subcontext(4)] */,
@@ -443,7 +443,7 @@ NTSTATUS rpccli_netr_DsRGetDCName(struct rpc_pipe_client *cli,
struct tevent_req *rpccli_netr_LogonGetCapabilities_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
struct rpc_pipe_client *cli,
- const char *_server_name /* [in] [charset(UTF16)] */,
+ const char *_server_name /* [in] [ref,charset(UTF16)] */,
const char *_computer_name /* [in] [unique,charset(UTF16)] */,
struct netr_Authenticator *_credential /* [in] [ref] */,
struct netr_Authenticator *_return_authenticator /* [in,out] [ref] */,
@@ -454,7 +454,7 @@ NTSTATUS rpccli_netr_LogonGetCapabilities_recv(struct tevent_req *req,
NTSTATUS *result);
NTSTATUS rpccli_netr_LogonGetCapabilities(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
- const char *server_name /* [in] [charset(UTF16)] */,
+ const char *server_name /* [in] [ref,charset(UTF16)] */,
const char *computer_name /* [in] [unique,charset(UTF16)] */,
struct netr_Authenticator *credential /* [in] [ref] */,
struct netr_Authenticator *return_authenticator /* [in,out] [ref] */,
@@ -506,9 +506,9 @@ struct tevent_req *rpccli_netr_ServerAuthenticate3_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
struct rpc_pipe_client *cli,
const char *_server_name /* [in] [unique,charset(UTF16)] */,
- const char *_account_name /* [in] [charset(UTF16)] */,
+ const char *_account_name /* [in] [ref,charset(UTF16)] */,
enum netr_SchannelType _secure_channel_type /* [in] */,
- const char *_computer_name /* [in] [charset(UTF16)] */,
+ const char *_computer_name /* [in] [ref,charset(UTF16)] */,
struct netr_Credential *_credentials /* [in] [ref] */,
struct netr_Credential *_return_credentials /* [out] [ref] */,
uint32_t *_negotiate_flags /* [in,out] [ref] */,
@@ -519,9 +519,9 @@ NTSTATUS rpccli_netr_ServerAuthenticate3_recv(struct tevent_req *req,
NTSTATUS rpccli_netr_ServerAuthenticate3(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
const char *server_name /* [in] [unique,charset(UTF16)] */,
- const char *account_name /* [in] [charset(UTF16)] */,
+ const char *account_name /* [in] [ref,charset(UTF16)] */,
enum netr_SchannelType secure_channel_type /* [in] */,
- const char *computer_name /* [in] [charset(UTF16)] */,
+ const char *computer_name /* [in] [ref,charset(UTF16)] */,
struct netr_Credential *credentials /* [in] [ref] */,
struct netr_Credential *return_credentials /* [out] [ref] */,
uint32_t *negotiate_flags /* [in,out] [ref] */,
@@ -563,32 +563,32 @@ NTSTATUS rpccli_netr_DsRGetSiteName(struct rpc_pipe_client *cli,
struct tevent_req *rpccli_netr_LogonGetDomainInfo_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
struct rpc_pipe_client *cli,
- const char *_server_name /* [in] [charset(UTF16)] */,
+ const char *_server_name /* [in] [ref,charset(UTF16)] */,
const char *_computer_name /* [in] [unique,charset(UTF16)] */,
struct netr_Authenticator *_credential /* [in] [ref] */,
struct netr_Authenticator *_return_authenticator /* [in,out] [ref] */,
uint32_t _level /* [in] */,
- union netr_DomainQuery _query /* [in] [switch_is(level)] */,
+ union netr_WorkstationInfo *_query /* [in] [ref,switch_is(level)] */,
union netr_DomainInfo *_info /* [out] [ref,switch_is(level)] */);
NTSTATUS rpccli_netr_LogonGetDomainInfo_recv(struct tevent_req *req,
TALLOC_CTX *mem_ctx,
NTSTATUS *result);
NTSTATUS rpccli_netr_LogonGetDomainInfo(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
- const char *server_name /* [in] [charset(UTF16)] */,
+ const char *server_name /* [in] [ref,charset(UTF16)] */,
const char *computer_name /* [in] [unique,charset(UTF16)] */,
struct netr_Authenticator *credential /* [in] [ref] */,
struct netr_Authenticator *return_authenticator /* [in,out] [ref] */,
uint32_t level /* [in] */,
- union netr_DomainQuery query /* [in] [switch_is(level)] */,
+ union netr_WorkstationInfo *query /* [in] [ref,switch_is(level)] */,
union netr_DomainInfo *info /* [out] [ref,switch_is(level)] */);
struct tevent_req *rpccli_netr_ServerPasswordSet2_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
struct rpc_pipe_client *cli,
const char *_server_name /* [in] [unique,charset(UTF16)] */,
- const char *_account_name /* [in] [charset(UTF16)] */,
+ const char *_account_name /* [in] [ref,charset(UTF16)] */,
enum netr_SchannelType _secure_channel_type /* [in] */,
- const char *_computer_name /* [in] [charset(UTF16)] */,
+ const char *_computer_name /* [in] [ref,charset(UTF16)] */,
struct netr_Authenticator *_credential /* [in] [ref] */,
struct netr_Authenticator *_return_authenticator /* [out] [ref] */,
struct netr_CryptPassword *_new_password /* [in] [ref] */);
@@ -598,9 +598,9 @@ NTSTATUS rpccli_netr_ServerPasswordSet2_recv(struct tevent_req *req,
NTSTATUS rpccli_netr_ServerPasswordSet2(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
const char *server_name /* [in] [unique,charset(UTF16)] */,
- const char *account_name /* [in] [charset(UTF16)] */,
+ const char *account_name /* [in] [ref,charset(UTF16)] */,
enum netr_SchannelType secure_channel_type /* [in] */,
- const char *computer_name /* [in] [charset(UTF16)] */,
+ const char *computer_name /* [in] [ref,charset(UTF16)] */,
struct netr_Authenticator *credential /* [in] [ref] */,
struct netr_Authenticator *return_authenticator /* [out] [ref] */,
struct netr_CryptPassword *new_password /* [in] [ref] */);
@@ -608,9 +608,9 @@ struct tevent_req *rpccli_netr_ServerPasswordGet_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
struct rpc_pipe_client *cli,
const char *_server_name /* [in] [unique,charset(UTF16)] */,
- const char *_account_name /* [in] [charset(UTF16)] */,
+ const char *_account_name /* [in] [ref,charset(UTF16)] */,
enum netr_SchannelType _secure_channel_type /* [in] */,
- const char *_computer_name /* [in] [charset(UTF16)] */,
+ const char *_computer_name /* [in] [ref,charset(UTF16)] */,
struct netr_Authenticator *_credential /* [in] [ref] */,
struct netr_Authenticator *_return_authenticator /* [out] [ref] */,
struct samr_Password *_password /* [out] [ref] */);
@@ -620,9 +620,9 @@ NTSTATUS rpccli_netr_ServerPasswordGet_recv(struct tevent_req *req,
NTSTATUS rpccli_netr_ServerPasswordGet(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
const char *server_name /* [in] [unique,charset(UTF16)] */,
- const char *account_name /* [in] [charset(UTF16)] */,
+ const char *account_name /* [in] [ref,charset(UTF16)] */,
enum netr_SchannelType secure_channel_type /* [in] */,
- const char *computer_name /* [in] [charset(UTF16)] */,
+ const char *computer_name /* [in] [ref,charset(UTF16)] */,
struct netr_Authenticator *credential /* [in] [ref] */,
struct netr_Authenticator *return_authenticator /* [out] [ref] */,
struct samr_Password *password /* [out] [ref] */,
@@ -792,9 +792,9 @@ struct tevent_req *rpccli_netr_ServerTrustPasswordsGet_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
struct rpc_pipe_client *cli,
const char *_server_name /* [in] [unique,charset(UTF16)] */,
- const char *_account_name /* [in] [charset(UTF16)] */,
+ const char *_account_name /* [in] [ref,charset(UTF16)] */,
enum netr_SchannelType _secure_channel_type /* [in] */,
- const char *_computer_name /* [in] [charset(UTF16)] */,
+ const char *_computer_name /* [in] [ref,charset(UTF16)] */,
struct netr_Authenticator *_credential /* [in] [ref] */,
struct netr_Authenticator *_return_authenticator /* [out] [ref] */,
struct samr_Password *_password /* [out] [ref] */,
@@ -805,9 +805,9 @@ NTSTATUS rpccli_netr_ServerTrustPasswordsGet_recv(struct tevent_req *req,
NTSTATUS rpccli_netr_ServerTrustPasswordsGet(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
const char *server_name /* [in] [unique,charset(UTF16)] */,
- const char *account_name /* [in] [charset(UTF16)] */,
+ const char *account_name /* [in] [ref,charset(UTF16)] */,
enum netr_SchannelType secure_channel_type /* [in] */,
- const char *computer_name /* [in] [charset(UTF16)] */,
+ const char *computer_name /* [in] [ref,charset(UTF16)] */,
struct netr_Authenticator *credential /* [in] [ref] */,
struct netr_Authenticator *return_authenticator /* [out] [ref] */,
struct samr_Password *password /* [out] [ref] */,