Searched refs:ace_type (Results 1 - 21 of 21) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/testsuite/printing/
H A Dpsec.c72 char *ace_type_to_str(uint ace_type) argument
76 switch(ace_type) {
83 slprintf(temp, sizeof(temp) - 1, "0x%02x", ace_type);
87 uint str_to_ace_type(char *ace_type) argument
89 if (strcmp(ace_type, "ALLOWED") == 0)
92 if (strcmp(ace_type, "DENIED") == 0)
305 int ace_type, ace_flags; local
311 if (sscanf(line, "%d %d 0x%x %s", &ace_type, &ace_flags,
322 init_sec_ace(&ace_list[num_aces], &sid, ace_type, sa,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/testsuite/printing/
H A Dpsec.c72 char *ace_type_to_str(uint ace_type) argument
76 switch(ace_type) {
83 slprintf(temp, sizeof(temp) - 1, "0x%02x", ace_type);
87 uint str_to_ace_type(char *ace_type) argument
89 if (strcmp(ace_type, "ALLOWED") == 0)
92 if (strcmp(ace_type, "DENIED") == 0)
305 int ace_type, ace_flags; local
311 if (sscanf(line, "%d %d 0x%x %s", &ace_type, &ace_flags,
322 init_sec_ace(&ace_list[num_aces], &sid, ace_type, sa,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/testsuite/printing/
H A Dpsec.c71 char *ace_type_to_str(uint ace_type) argument
75 switch(ace_type) {
82 slprintf(temp, sizeof(temp) - 1, "0x%02x", ace_type);
86 uint str_to_ace_type(char *ace_type) argument
88 if (strcmp(ace_type, "ALLOWED") == 0)
91 if (strcmp(ace_type, "DENIED") == 0)
304 int ace_type, ace_flags; local
310 if (sscanf(line, "%d %d 0x%x %s", &ace_type, &ace_flags,
321 init_sec_ace(&ace_list[num_aces], &sid, ace_type, sa,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/testsuite/printing/
H A Dpsec.c71 char *ace_type_to_str(uint ace_type) argument
75 switch(ace_type) {
82 slprintf(temp, sizeof(temp) - 1, "0x%02x", ace_type);
86 uint str_to_ace_type(char *ace_type) argument
88 if (strcmp(ace_type, "ALLOWED") == 0)
91 if (strcmp(ace_type, "DENIED") == 0)
304 int ace_type, ace_flags; local
310 if (sscanf(line, "%d %d 0x%x %s", &ace_type, &ace_flags,
321 init_sec_ace(&ace_list[num_aces], &sid, ace_type, sa,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/testsuite/printing/
H A Dpsec.c71 char *ace_type_to_str(uint ace_type) argument
75 switch(ace_type) {
82 slprintf(temp, sizeof(temp) - 1, "0x%02x", ace_type);
86 uint str_to_ace_type(char *ace_type) argument
88 if (strcmp(ace_type, "ALLOWED") == 0)
91 if (strcmp(ace_type, "DENIED") == 0)
304 int ace_type, ace_flags; local
310 if (sscanf(line, "%d %d 0x%x %s", &ace_type, &ace_flags,
321 init_sec_ace(&ace_list[num_aces], &sid, ace_type, sa,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/testsuite/printing/
H A Dpsec.c72 char *ace_type_to_str(uint ace_type) argument
76 switch(ace_type) {
83 slprintf(temp, sizeof(temp) - 1, "0x%02x", ace_type);
87 uint str_to_ace_type(char *ace_type) argument
89 if (strcmp(ace_type, "ALLOWED") == 0)
92 if (strcmp(ace_type, "DENIED") == 0)
305 int ace_type, ace_flags; local
311 if (sscanf(line, "%d %d 0x%x %s", &ace_type, &ace_flags,
322 init_sec_ace(&ace_list[num_aces], &sid, ace_type, sa,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/modules/
H A Dvfs_aixacl_util.c56 if((acl_entry->ace_type == ACC_SPECIFY ||
57 (acl_entry->ace_type == ACC_PERMIT)) && (idp != id_last(acl_entry))) {
101 switch(acl_entry->ace_type){
129 DEBUG(10,("The ace_type is %d\n",acl_entry->ace_type));
283 /* if(!acl_entry->ace_access && acl_entry->ace_type == ACC_PERMIT)
284 acl_entry->ace_type = ACC_SPECIFY; */
286 acl_entry->ace_type = ACC_SPECIFY;
H A Dvfs_gpfs.c373 (int)g_ace->ace_type, (unsigned long)g_ace->ace_who,
376 switch (g_ace->ace_type) {
398 DEBUG(10, ("Got invalid ace_type: %d\n",
399 g_ace->ace_type));
530 g_ace->ace_type = GPFS_ACL_USER;
534 g_ace->ace_type = GPFS_ACL_USER_OBJ;
539 g_ace->ace_type = GPFS_ACL_GROUP;
543 g_ace->ace_type = GPFS_ACL_GROUP_OBJ;
547 g_ace->ace_type = GPFS_ACL_MASK;
552 g_ace->ace_type
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/modules/
H A Dvfs_aixacl_util.c55 if((acl_entry->ace_type == ACC_SPECIFY ||
56 (acl_entry->ace_type == ACC_PERMIT)) && (idp != id_last(acl_entry))) {
100 switch(acl_entry->ace_type){
128 DEBUG(10,("The ace_type is %d\n",acl_entry->ace_type));
281 /* if(!acl_entry->ace_access && acl_entry->ace_type == ACC_PERMIT)
282 acl_entry->ace_type = ACC_SPECIFY; */
284 acl_entry->ace_type = ACC_SPECIFY;
H A Dvfs_gpfs.c489 (int)g_ace->ace_type, (unsigned long)g_ace->ace_who,
492 switch (g_ace->ace_type) {
514 DEBUG(10, ("Got invalid ace_type: %d\n",
515 g_ace->ace_type));
645 g_ace->ace_type = GPFS_ACL_USER;
649 g_ace->ace_type = GPFS_ACL_USER_OBJ;
654 g_ace->ace_type = GPFS_ACL_GROUP;
658 g_ace->ace_type = GPFS_ACL_GROUP_OBJ;
662 g_ace->ace_type = GPFS_ACL_MASK;
667 g_ace->ace_type
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/modules/
H A Dvfs_aixacl_util.c56 if((acl_entry->ace_type == ACC_SPECIFY ||
57 (acl_entry->ace_type == ACC_PERMIT)) && (idp != id_last(acl_entry))) {
101 switch(acl_entry->ace_type){
129 DEBUG(10,("The ace_type is %d\n",acl_entry->ace_type));
283 /* if(!acl_entry->ace_access && acl_entry->ace_type == ACC_PERMIT)
284 acl_entry->ace_type = ACC_SPECIFY; */
286 acl_entry->ace_type = ACC_SPECIFY;
H A Dvfs_gpfs.c373 (int)g_ace->ace_type, (unsigned long)g_ace->ace_who,
376 switch (g_ace->ace_type) {
398 DEBUG(10, ("Got invalid ace_type: %d\n",
399 g_ace->ace_type));
530 g_ace->ace_type = GPFS_ACL_USER;
534 g_ace->ace_type = GPFS_ACL_USER_OBJ;
539 g_ace->ace_type = GPFS_ACL_GROUP;
543 g_ace->ace_type = GPFS_ACL_GROUP_OBJ;
547 g_ace->ace_type = GPFS_ACL_MASK;
552 g_ace->ace_type
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/modules/
H A Dvfs_aixacl_util.c55 if((acl_entry->ace_type == ACC_SPECIFY ||
56 (acl_entry->ace_type == ACC_PERMIT)) && (idp != id_last(acl_entry))) {
100 switch(acl_entry->ace_type){
128 DEBUG(10,("The ace_type is %d\n",acl_entry->ace_type));
281 /* if(!acl_entry->ace_access && acl_entry->ace_type == ACC_PERMIT)
282 acl_entry->ace_type = ACC_SPECIFY; */
284 acl_entry->ace_type = ACC_SPECIFY;
H A Dvfs_gpfs.c489 (int)g_ace->ace_type, (unsigned long)g_ace->ace_who,
492 switch (g_ace->ace_type) {
514 DEBUG(10, ("Got invalid ace_type: %d\n",
515 g_ace->ace_type));
645 g_ace->ace_type = GPFS_ACL_USER;
649 g_ace->ace_type = GPFS_ACL_USER_OBJ;
654 g_ace->ace_type = GPFS_ACL_GROUP;
658 g_ace->ace_type = GPFS_ACL_GROUP_OBJ;
662 g_ace->ace_type = GPFS_ACL_MASK;
667 g_ace->ace_type
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/modules/
H A Dvfs_aixacl_util.c55 if((acl_entry->ace_type == ACC_SPECIFY ||
56 (acl_entry->ace_type == ACC_PERMIT)) && (idp != id_last(acl_entry))) {
100 switch(acl_entry->ace_type){
128 DEBUG(10,("The ace_type is %d\n",acl_entry->ace_type));
281 /* if(!acl_entry->ace_access && acl_entry->ace_type == ACC_PERMIT)
282 acl_entry->ace_type = ACC_SPECIFY; */
284 acl_entry->ace_type = ACC_SPECIFY;
H A Dvfs_gpfs.c489 (int)g_ace->ace_type, (unsigned long)g_ace->ace_who,
492 switch (g_ace->ace_type) {
514 DEBUG(10, ("Got invalid ace_type: %d\n",
515 g_ace->ace_type));
645 g_ace->ace_type = GPFS_ACL_USER;
649 g_ace->ace_type = GPFS_ACL_USER_OBJ;
654 g_ace->ace_type = GPFS_ACL_GROUP;
658 g_ace->ace_type = GPFS_ACL_GROUP_OBJ;
662 g_ace->ace_type = GPFS_ACL_MASK;
667 g_ace->ace_type
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/modules/
H A Dvfs_aixacl_util.c56 if((acl_entry->ace_type == ACC_SPECIFY ||
57 (acl_entry->ace_type == ACC_PERMIT)) && (idp != id_last(acl_entry))) {
101 switch(acl_entry->ace_type){
129 DEBUG(10,("The ace_type is %d\n",acl_entry->ace_type));
283 /* if(!acl_entry->ace_access && acl_entry->ace_type == ACC_PERMIT)
284 acl_entry->ace_type = ACC_SPECIFY; */
286 acl_entry->ace_type = ACC_SPECIFY;
H A Dvfs_gpfs.c373 (int)g_ace->ace_type, (unsigned long)g_ace->ace_who,
376 switch (g_ace->ace_type) {
398 DEBUG(10, ("Got invalid ace_type: %d\n",
399 g_ace->ace_type));
530 g_ace->ace_type = GPFS_ACL_USER;
534 g_ace->ace_type = GPFS_ACL_USER_OBJ;
539 g_ace->ace_type = GPFS_ACL_GROUP;
543 g_ace->ace_type = GPFS_ACL_GROUP_OBJ;
547 g_ace->ace_type = GPFS_ACL_MASK;
552 g_ace->ace_type
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/python/
H A Dpy_ntsec.c76 uint8 ace_type, ace_flags; local
87 ace_type = PyInt_AsLong(obj);
108 init_sec_ace(ace, &trustee, ace_type, sec_access, ace_flags);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/python/
H A Dpy_ntsec.c76 uint8 ace_type, ace_flags; local
87 ace_type = PyInt_AsLong(obj);
108 init_sec_ace(ace, &trustee, ace_type, sec_access, ace_flags);
/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.c76 uint8 ace_type, ace_flags; local
87 ace_type = PyInt_AsLong(obj);
108 init_sec_ace(ace, &trustee, ace_type, sec_access, ace_flags);

Completed in 194 milliseconds