mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
ipc.c :
#if NTDOMAIN call to api_netlogRPC #endif lsaparse.c : renamed lsa_io_q_auth2 to lsa_io_q_auth_2. pipes.c : added api_lsa_reply_auth_2() and api_netlogRPC. proto.h : the usual. (This used to be commit e2e1979b6215080593728942d414a273505877df)
This commit is contained in:
parent
23cac105fd
commit
b94ddf082d
@ -331,7 +331,7 @@ char* lsa_io_q_lookup_rids(BOOL io, LSA_Q_LOOKUP_RIDS *q_r, char *q, char *base,
|
||||
char* lsa_io_r_lookup_rids(BOOL io, LSA_R_LOOKUP_RIDS *r_r, char *q, char *base, int align);
|
||||
char* lsa_io_q_req_chal(BOOL io, LSA_Q_REQ_CHAL *q_c, char *q, char *base, int align);
|
||||
char* lsa_io_r_req_chal(BOOL io, LSA_R_REQ_CHAL *r_c, char *q, char *base, int align);
|
||||
char* lsa_io_q_auth2(BOOL io, LSA_Q_AUTH_2 *q_a, char *q, char *base, int align);
|
||||
char* lsa_io_q_auth_2(BOOL io, LSA_Q_AUTH_2 *q_a, char *q, char *base, int align);
|
||||
char* lsa_io_r_auth_2(BOOL io, LSA_R_AUTH_2 *r_a, char *q, char *base, int align);
|
||||
char* lsa_io_q_srv_pwset(BOOL io, LSA_Q_SRV_PWSET *q_s, char *q, char *base, int align);
|
||||
char* lsa_io_r_srv_pwset(BOOL io, LSA_R_SRV_PWSET *r_s, char *q, char *base, int align);
|
||||
|
@ -244,7 +244,7 @@ char* lsa_io_r_req_chal(BOOL io, LSA_R_REQ_CHAL *r_c, char *q, char *base, int a
|
||||
/*******************************************************************
|
||||
reads or writes a structure.
|
||||
********************************************************************/
|
||||
char* lsa_io_q_auth2(BOOL io, LSA_Q_AUTH_2 *q_a, char *q, char *base, int align)
|
||||
char* lsa_io_q_auth_2(BOOL io, LSA_Q_AUTH_2 *q_a, char *q, char *base, int align)
|
||||
{
|
||||
if (q_a == NULL) return NULL;
|
||||
|
||||
|
@ -2765,6 +2765,8 @@ struct
|
||||
{ "SetNmdPpHndState", "lsarpc", 1, api_LsarpcSNPHS },
|
||||
#ifdef NTDOMAIN
|
||||
{ "TransactNmPipe", "lsarpc", 0x26, api_ntLsarpcTNP },
|
||||
{ "TransactNmPipe", "NETLOGON", 0x26, api_netlogrpcTNP },
|
||||
{ "SetNmdPpHndState", "NETLOGON", 1, api_netlogrpcTNP },
|
||||
#else
|
||||
{ "TransactNmPipe", "lsarpc", 0x26, api_LsarpcTNP },
|
||||
#endif
|
||||
|
1398
source3/smbd/pipes.c
1398
source3/smbd/pipes.c
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user