Searched refs:trustee (Results 1 - 25 of 170) sorted by relevance

1234567

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/lib/
H A Dsecace.c53 sid_copy(&ace_dest->trustee, &ace_src->trustee);
67 ZERO_STRUCTP(&t->trustee);
68 sid_copy(&t->trustee, sid);
93 sid_copy(&(*pp_new)[i].trustee, sid);
108 if (sid_compare(&ace[i].trustee, sid) == 0) {
135 if (sid_compare(&old[i].trustee, sid) != 0)
173 if (!sid_equal(&s1->trustee, &s2->trustee)) {
290 if (sid_equal(&ace->trustee,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/lib/
H A Dsecace.c53 sid_copy(&ace_dest->trustee, &ace_src->trustee);
67 ZERO_STRUCTP(&t->trustee);
68 sid_copy(&t->trustee, sid);
93 sid_copy(&(*pp_new)[i].trustee, sid);
108 if (sid_compare(&ace[i].trustee, sid) == 0) {
135 if (sid_compare(&old[i].trustee, sid) != 0)
173 if (!sid_equal(&s1->trustee, &s2->trustee)) {
290 if (sid_equal(&ace->trustee,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/lib/
H A Dsecace.c53 sid_copy(&ace_dest->trustee, &ace_src->trustee);
67 ZERO_STRUCTP(&t->trustee);
68 sid_copy(&t->trustee, sid);
93 sid_copy(&(*pp_new)[i].trustee, sid);
108 if (sid_compare(&ace[i].trustee, sid) == 0) {
135 if (sid_compare(&old[i].trustee, sid) != 0)
173 if (!sid_equal(&s1->trustee, &s2->trustee)) {
290 if (sid_equal(&ace->trustee,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/libgpo/
H A Dgpo_sec.c110 nt_token_check_sid(&ace->trustee, token)) {
111 sid_str = dom_sid_string(NULL, &ace->trustee);
132 nt_token_check_sid(&ace->trustee, token)) {
133 sid_str = dom_sid_string(NULL, &ace->trustee);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/libgpo/
H A Dgpo_sec.c110 nt_token_check_sid(&ace->trustee, token)) {
111 sid_str = dom_sid_string(NULL, &ace->trustee);
132 nt_token_check_sid(&ace->trustee, token)) {
133 sid_str = dom_sid_string(NULL, &ace->trustee);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/libgpo/
H A Dgpo_sec.c110 nt_token_check_sid(&ace->trustee, token)) {
111 sid_str = dom_sid_string(NULL, &ace->trustee);
132 nt_token_check_sid(&ace->trustee, token)) {
133 sid_str = dom_sid_string(NULL, &ace->trustee);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/utils/
H A Dprofiles.c86 sid_string_static(&acl->aces[i].trustee));
87 if ( sid_equal( &acl->aces[i].trustee, s1 ) ) {
88 sid_copy( &acl->aces[i].trustee, s2 );
91 sid_string_static(&acl->aces[i].trustee));
100 sid_string_static(&acl->aces[i].trustee));
101 if ( sid_equal( &acl->aces[i].trustee, s1 ) ) {
102 sid_copy( &acl->aces[i].trustee, s2 );
105 sid_string_static(&acl->aces[i].trustee));
H A Dsharesec.c68 fprintf(f, "%s:", sid_string_static(&ace->trustee));
355 if (sid_compare(&ace1->trustee, &ace2->trustee))
356 return sid_compare(&ace1->trustee, &ace2->trustee);
443 if (sid_equal(&sd->dacl->aces[i].trustee,
444 &old->dacl->aces[j].trustee)) {
451 printf("ACL for SID %s not found\n", sid_string_static(&sd->dacl->aces[i].trustee));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/libcli/security/
H A Dsecace.c53 ace_dest->trustee = ace_src->trustee;
68 t->trustee = *sid;
93 (*pp_new)[i].trustee = *sid;
108 if (dom_sid_equal(&ace[i].trustee, sid)) {
135 if (!dom_sid_equal(&old[i].trustee, sid))
173 if (!dom_sid_equal(&s1->trustee, &s2->trustee)) {
H A Dsecurity_descriptor.h34 const struct dom_sid *trustee);
36 const struct dom_sid *trustee);
H A Dsecurity_descriptor.c262 delete the ACE corresponding to the given trustee in an ACL of a
268 const struct dom_sid *trustee)
284 /* there can be multiple ace's for one trustee */
286 if (dom_sid_equal(trustee, &acl->aces[i].trustee)) {
320 delete the ACE corresponding to the given trustee in the DACL of a
325 const struct dom_sid *trustee)
327 return security_descriptor_acl_del(sd, false, trustee);
331 delete the ACE corresponding to the given trustee in the SACL of a
336 const struct dom_sid *trustee)
266 security_descriptor_acl_del(struct security_descriptor *sd, bool sacl_del, const struct dom_sid *trustee) argument
324 security_descriptor_dacl_del(struct security_descriptor *sd, const struct dom_sid *trustee) argument
335 security_descriptor_sacl_del(struct security_descriptor *sd, const struct dom_sid *trustee) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/utils/
H A Dprofiles.c85 sid_string_tos(&theacl->aces[i].trustee));
86 if ( sid_equal( &theacl->aces[i].trustee, s1 ) ) {
87 sid_copy( &theacl->aces[i].trustee, s2 );
90 sid_string_tos(&theacl->aces[i].trustee));
99 sid_string_tos(&theacl->aces[i].trustee));
100 if ( sid_equal( &theacl->aces[i].trustee, s1 ) ) {
101 sid_copy( &theacl->aces[i].trustee, s2 );
104 sid_string_tos(&theacl->aces[i].trustee));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/utils/
H A Dprofiles.c86 sid_string_static(&acl->aces[i].trustee));
87 if ( sid_equal( &acl->aces[i].trustee, s1 ) ) {
88 sid_copy( &acl->aces[i].trustee, s2 );
91 sid_string_static(&acl->aces[i].trustee));
100 sid_string_static(&acl->aces[i].trustee));
101 if ( sid_equal( &acl->aces[i].trustee, s1 ) ) {
102 sid_copy( &acl->aces[i].trustee, s2 );
105 sid_string_static(&acl->aces[i].trustee));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/libcli/security/
H A Dsecace.c53 ace_dest->trustee = ace_src->trustee;
68 t->trustee = *sid;
93 (*pp_new)[i].trustee = *sid;
108 if (dom_sid_equal(&ace[i].trustee, sid)) {
135 if (!dom_sid_equal(&old[i].trustee, sid))
173 if (!dom_sid_equal(&s1->trustee, &s2->trustee)) {
H A Dsecurity_descriptor.h34 const struct dom_sid *trustee);
36 const struct dom_sid *trustee);
H A Dsecurity_descriptor.c262 delete the ACE corresponding to the given trustee in an ACL of a
268 const struct dom_sid *trustee)
284 /* there can be multiple ace's for one trustee */
286 if (dom_sid_equal(trustee, &acl->aces[i].trustee)) {
320 delete the ACE corresponding to the given trustee in the DACL of a
325 const struct dom_sid *trustee)
327 return security_descriptor_acl_del(sd, false, trustee);
331 delete the ACE corresponding to the given trustee in the SACL of a
336 const struct dom_sid *trustee)
266 security_descriptor_acl_del(struct security_descriptor *sd, bool sacl_del, const struct dom_sid *trustee) argument
324 security_descriptor_dacl_del(struct security_descriptor *sd, const struct dom_sid *trustee) argument
335 security_descriptor_sacl_del(struct security_descriptor *sd, const struct dom_sid *trustee) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/utils/
H A Dprofiles.c85 sid_string_tos(&theacl->aces[i].trustee));
86 if ( sid_equal( &theacl->aces[i].trustee, s1 ) ) {
87 sid_copy( &theacl->aces[i].trustee, s2 );
90 sid_string_tos(&theacl->aces[i].trustee));
99 sid_string_tos(&theacl->aces[i].trustee));
100 if ( sid_equal( &theacl->aces[i].trustee, s1 ) ) {
101 sid_copy( &theacl->aces[i].trustee, s2 );
104 sid_string_tos(&theacl->aces[i].trustee));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/utils/
H A Dprofiles.c85 sid_string_tos(&theacl->aces[i].trustee));
86 if ( sid_equal( &theacl->aces[i].trustee, s1 ) ) {
87 sid_copy( &theacl->aces[i].trustee, s2 );
90 sid_string_tos(&theacl->aces[i].trustee));
99 sid_string_tos(&theacl->aces[i].trustee));
100 if ( sid_equal( &theacl->aces[i].trustee, s1 ) ) {
101 sid_copy( &theacl->aces[i].trustee, s2 );
104 sid_string_tos(&theacl->aces[i].trustee));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/utils/
H A Dprofiles.c86 sid_string_static(&acl->aces[i].trustee));
87 if ( sid_equal( &acl->aces[i].trustee, s1 ) ) {
88 sid_copy( &acl->aces[i].trustee, s2 );
91 sid_string_static(&acl->aces[i].trustee));
100 sid_string_static(&acl->aces[i].trustee));
101 if ( sid_equal( &acl->aces[i].trustee, s1 ) ) {
102 sid_copy( &acl->aces[i].trustee, s2 );
105 sid_string_static(&acl->aces[i].trustee));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/libcli/security/
H A Dsecace.c53 ace_dest->trustee = ace_src->trustee;
68 t->trustee = *sid;
93 (*pp_new)[i].trustee = *sid;
108 if (dom_sid_equal(&ace[i].trustee, sid)) {
135 if (!dom_sid_equal(&old[i].trustee, sid))
173 if (!dom_sid_equal(&s1->trustee, &s2->trustee)) {
H A Dsecurity_descriptor.h34 const struct dom_sid *trustee);
36 const struct dom_sid *trustee);
H A Dsecurity_descriptor.c262 delete the ACE corresponding to the given trustee in an ACL of a
268 const struct dom_sid *trustee)
284 /* there can be multiple ace's for one trustee */
286 if (dom_sid_equal(trustee, &acl->aces[i].trustee)) {
320 delete the ACE corresponding to the given trustee in the DACL of a
325 const struct dom_sid *trustee)
327 return security_descriptor_acl_del(sd, false, trustee);
331 delete the ACE corresponding to the given trustee in the SACL of a
336 const struct dom_sid *trustee)
266 security_descriptor_acl_del(struct security_descriptor *sd, bool sacl_del, const struct dom_sid *trustee) argument
324 security_descriptor_dacl_del(struct security_descriptor *sd, const struct dom_sid *trustee) argument
335 security_descriptor_sacl_del(struct security_descriptor *sd, const struct dom_sid *trustee) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/python/
H A Dpy_ntsec.c65 if (py_from_SID(&obj, &ace->trustee)) {
66 PyDict_SetItemString(*dict, "trustee", obj);
77 DOM_SID trustee; local
95 if (!(obj = PyDict_GetItemString(dict, "trustee")) ||
99 if (!py_to_SID(&trustee, obj))
108 init_sec_ace(ace, &trustee, ace_type, sec_access, ace_flags);
112 ace->size = SEC_ACE_HEADER_SIZE + sid_size(&trustee);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/python/
H A Dpy_ntsec.c65 if (py_from_SID(&obj, &ace->trustee)) {
66 PyDict_SetItemString(*dict, "trustee", obj);
77 DOM_SID trustee; local
95 if (!(obj = PyDict_GetItemString(dict, "trustee")) ||
99 if (!py_to_SID(&trustee, obj))
108 init_sec_ace(ace, &trustee, ace_type, sec_access, ace_flags);
112 ace->size = SEC_ACE_HEADER_SIZE + sid_size(&trustee);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/python/
H A Dpy_ntsec.c65 if (py_from_SID(&obj, &ace->trustee)) {
66 PyDict_SetItemString(*dict, "trustee", obj);
77 DOM_SID trustee; local
95 if (!(obj = PyDict_GetItemString(dict, "trustee")) ||
99 if (!py_to_SID(&trustee, obj))
108 init_sec_ace(ace, &trustee, ace_type, sec_access, ace_flags);
112 ace->size = SEC_ACE_HEADER_SIZE + sid_size(&trustee);

Completed in 225 milliseconds

1234567