Changeset 581 for vendor/current/libcli/security
- Timestamp:
- Jun 28, 2011, 9:27:20 AM (14 years ago)
- Location:
- vendor/current/libcli/security
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/libcli/security/dom_sid.c
r414 r581 116 116 for (i=0;sidstr[i];i++) { 117 117 if (sidstr[i] == '-') num_sub_auths++; 118 } 119 120 if (num_sub_auths > MAXSUBAUTHS) { 121 return false; 118 122 } 119 123 -
vendor/current/libcli/security/dom_sid.h
r414 r581 41 41 char *dom_sid_string(TALLOC_CTX *mem_ctx, const struct dom_sid *sid); 42 42 43 #ifndef MAXSUBAUTHS 44 #define MAXSUBAUTHS 15 /* max sub authorities in a SID */ 45 #endif 46 43 47 #endif /*_DOM_SID_H_*/ 44 48
Note:
See TracChangeset
for help on using the changeset viewer.