1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-02 00:23:50 +03:00

r18271: Big change:

* autogenerate lsa ndr code
* rename 'enum SID_NAME_USE' to 'enum lsa_SidType'
* merge a log more security descriptor functions from
  gen_ndr/ndr_security.c in SAMBA_4_0

The most embarassing thing is the "#define strlen_m strlen"
We need a real implementation in SAMBA_3_0 which I'll work on
after this code is in.
This commit is contained in:
Gerald Carter
2006-09-08 14:28:06 +00:00
committed by Gerald (Jerry) Carter
parent 2047e2a985
commit 3da9f80c28
59 changed files with 15774 additions and 294 deletions

View File

@@ -164,7 +164,7 @@ static NTSTATUS lookup_lsa_rids(TALLOC_CTX *mem_ctx,
int dom_idx;
char *full_name;
const char *domain;
enum SID_NAME_USE type = SID_NAME_UNKNOWN;
enum lsa_SidType type = SID_NAME_UNKNOWN;
/* Split name into domain and user component */
@@ -239,7 +239,7 @@ static NTSTATUS lookup_lsa_sids(TALLOC_CTX *mem_ctx,
int dom_idx;
char *full_name;
const char *domain;
enum SID_NAME_USE type = SID_NAME_UNKNOWN;
enum lsa_SidType type = SID_NAME_UNKNOWN;
/* Split name into domain and user component */