Searched refs:the_acl_type (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/modules/
H A Dvfs_tru64acl.c42 acl_type_t the_acl_type; local
49 the_acl_type = ACL_TYPE_ACCESS;
52 the_acl_type = ACL_TYPE_DEFAULT;
59 tru64_acl = acl_get_file((char *)path_p, the_acl_type);
92 acl_type_t the_acl_type; local
101 the_acl_type = ACL_TYPE_ACCESS;
105 the_acl_type = ACL_TYPE_DEFAULT;
119 res = acl_set_file((char *)name, the_acl_type, tru64_acl);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/modules/
H A Dvfs_tru64acl.c41 acl_type_t the_acl_type; local
48 the_acl_type = ACL_TYPE_ACCESS;
51 the_acl_type = ACL_TYPE_DEFAULT;
58 tru64_acl = acl_get_file((char *)path_p, the_acl_type);
90 acl_type_t the_acl_type; local
99 the_acl_type = ACL_TYPE_ACCESS;
103 the_acl_type = ACL_TYPE_DEFAULT;
117 res = acl_set_file((char *)name, the_acl_type, tru64_acl);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/modules/
H A Dvfs_tru64acl.c42 acl_type_t the_acl_type; local
49 the_acl_type = ACL_TYPE_ACCESS;
52 the_acl_type = ACL_TYPE_DEFAULT;
59 tru64_acl = acl_get_file((char *)path_p, the_acl_type);
92 acl_type_t the_acl_type; local
101 the_acl_type = ACL_TYPE_ACCESS;
105 the_acl_type = ACL_TYPE_DEFAULT;
119 res = acl_set_file((char *)name, the_acl_type, tru64_acl);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/modules/
H A Dvfs_tru64acl.c41 acl_type_t the_acl_type; local
48 the_acl_type = ACL_TYPE_ACCESS;
51 the_acl_type = ACL_TYPE_DEFAULT;
58 tru64_acl = acl_get_file((char *)path_p, the_acl_type);
90 acl_type_t the_acl_type; local
99 the_acl_type = ACL_TYPE_ACCESS;
103 the_acl_type = ACL_TYPE_DEFAULT;
117 res = acl_set_file((char *)name, the_acl_type, tru64_acl);
/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_tru64acl.c41 acl_type_t the_acl_type; local
48 the_acl_type = ACL_TYPE_ACCESS;
51 the_acl_type = ACL_TYPE_DEFAULT;
58 tru64_acl = acl_get_file((char *)path_p, the_acl_type);
90 acl_type_t the_acl_type; local
99 the_acl_type = ACL_TYPE_ACCESS;
103 the_acl_type = ACL_TYPE_DEFAULT;
117 res = acl_set_file((char *)name, the_acl_type, tru64_acl);
/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_tru64acl.c42 acl_type_t the_acl_type; local
49 the_acl_type = ACL_TYPE_ACCESS;
52 the_acl_type = ACL_TYPE_DEFAULT;
59 tru64_acl = acl_get_file((char *)path_p, the_acl_type);
92 acl_type_t the_acl_type; local
101 the_acl_type = ACL_TYPE_ACCESS;
105 the_acl_type = ACL_TYPE_DEFAULT;
119 res = acl_set_file((char *)name, the_acl_type, tru64_acl);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/smbd/
H A Dposix_acls.c2104 const DOM_SID *powner, const DOM_SID *pgroup, struct pai_val *pal, SMB_ACL_TYPE_T the_acl_type)
2155 if (the_acl_type == SMB_ACL_TYPE_ACCESS && *puid == psbuf->st_uid) {
2212 ace->inherited = get_inherited_flag(pal, ace, (the_acl_type == SMB_ACL_TYPE_DEFAULT));
2229 DEBUG(10,("canonicalise_acl: %s ace entries before arrange :\n", the_acl_type == SMB_ACL_TYPE_ACCESS ? "Access" : "Default" ));
2307 SMB_ACL_TYPE_T the_acl_type = (default_ace ? SMB_ACL_TYPE_DEFAULT : SMB_ACL_TYPE_ACCESS); local
2467 if (SMB_VFS_SYS_ACL_SET_FILE(conn, fsp->fsp_name, the_acl_type, the_acl) == -1) {
2483 sret = SMB_VFS_SYS_ACL_SET_FILE(conn, fsp->fsp_name, the_acl_type, the_acl);
2492 the_acl_type == SMB_ACL_TYPE_DEFAULT ? "directory default" : "file",
2103 canonicalise_acl( files_struct *fsp, SMB_ACL_T posix_acl, SMB_STRUCT_STAT *psbuf, const DOM_SID *powner, const DOM_SID *pgroup, struct pai_val *pal, SMB_ACL_TYPE_T the_acl_type) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/smbd/
H A Dposix_acls.c2104 const DOM_SID *powner, const DOM_SID *pgroup, struct pai_val *pal, SMB_ACL_TYPE_T the_acl_type)
2155 if (the_acl_type == SMB_ACL_TYPE_ACCESS && *puid == psbuf->st_uid) {
2212 ace->inherited = get_inherited_flag(pal, ace, (the_acl_type == SMB_ACL_TYPE_DEFAULT));
2229 DEBUG(10,("canonicalise_acl: %s ace entries before arrange :\n", the_acl_type == SMB_ACL_TYPE_ACCESS ? "Access" : "Default" ));
2307 SMB_ACL_TYPE_T the_acl_type = (default_ace ? SMB_ACL_TYPE_DEFAULT : SMB_ACL_TYPE_ACCESS); local
2467 if (SMB_VFS_SYS_ACL_SET_FILE(conn, fsp->fsp_name, the_acl_type, the_acl) == -1) {
2483 sret = SMB_VFS_SYS_ACL_SET_FILE(conn, fsp->fsp_name, the_acl_type, the_acl);
2492 the_acl_type == SMB_ACL_TYPE_DEFAULT ? "directory default" : "file",
2103 canonicalise_acl( files_struct *fsp, SMB_ACL_T posix_acl, SMB_STRUCT_STAT *psbuf, const DOM_SID *powner, const DOM_SID *pgroup, struct pai_val *pal, SMB_ACL_TYPE_T the_acl_type) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/smbd/
H A Dposix_acls.c2104 const DOM_SID *powner, const DOM_SID *pgroup, struct pai_val *pal, SMB_ACL_TYPE_T the_acl_type)
2155 if (the_acl_type == SMB_ACL_TYPE_ACCESS && *puid == psbuf->st_uid) {
2212 ace->inherited = get_inherited_flag(pal, ace, (the_acl_type == SMB_ACL_TYPE_DEFAULT));
2229 DEBUG(10,("canonicalise_acl: %s ace entries before arrange :\n", the_acl_type == SMB_ACL_TYPE_ACCESS ? "Access" : "Default" ));
2307 SMB_ACL_TYPE_T the_acl_type = (default_ace ? SMB_ACL_TYPE_DEFAULT : SMB_ACL_TYPE_ACCESS); local
2467 if (SMB_VFS_SYS_ACL_SET_FILE(conn, fsp->fsp_name, the_acl_type, the_acl) == -1) {
2483 sret = SMB_VFS_SYS_ACL_SET_FILE(conn, fsp->fsp_name, the_acl_type, the_acl);
2492 the_acl_type == SMB_ACL_TYPE_DEFAULT ? "directory default" : "file",
2103 canonicalise_acl( files_struct *fsp, SMB_ACL_T posix_acl, SMB_STRUCT_STAT *psbuf, const DOM_SID *powner, const DOM_SID *pgroup, struct pai_val *pal, SMB_ACL_TYPE_T the_acl_type) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/smbd/
H A Dposix_acls.c2500 const DOM_SID *powner, const DOM_SID *pgroup, struct pai_val *pal, SMB_ACL_TYPE_T the_acl_type)
2594 ace->ace_flags = get_pai_flags(pal, ace, (the_acl_type == SMB_ACL_TYPE_DEFAULT));
2613 DEBUG(10,("canonicalise_acl: %s ace entries before arrange :\n", the_acl_type == SMB_ACL_TYPE_ACCESS ? "Access" : "Default" ));
2704 SMB_ACL_TYPE_T the_acl_type = (default_ace ? SMB_ACL_TYPE_DEFAULT : SMB_ACL_TYPE_ACCESS); local
2870 the_acl_type, the_acl) == -1) {
2889 fsp->fsp_name->base_name, the_acl_type,
2901 the_acl_type == SMB_ACL_TYPE_DEFAULT ?
2497 canonicalise_acl(struct connection_struct *conn, const char *fname, SMB_ACL_T posix_acl, const SMB_STRUCT_STAT *psbuf, const DOM_SID *powner, const DOM_SID *pgroup, struct pai_val *pal, SMB_ACL_TYPE_T the_acl_type) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/smbd/
H A Dposix_acls.c2500 const DOM_SID *powner, const DOM_SID *pgroup, struct pai_val *pal, SMB_ACL_TYPE_T the_acl_type)
2594 ace->ace_flags = get_pai_flags(pal, ace, (the_acl_type == SMB_ACL_TYPE_DEFAULT));
2613 DEBUG(10,("canonicalise_acl: %s ace entries before arrange :\n", the_acl_type == SMB_ACL_TYPE_ACCESS ? "Access" : "Default" ));
2704 SMB_ACL_TYPE_T the_acl_type = (default_ace ? SMB_ACL_TYPE_DEFAULT : SMB_ACL_TYPE_ACCESS); local
2870 the_acl_type, the_acl) == -1) {
2889 fsp->fsp_name->base_name, the_acl_type,
2901 the_acl_type == SMB_ACL_TYPE_DEFAULT ?
2497 canonicalise_acl(struct connection_struct *conn, const char *fname, SMB_ACL_T posix_acl, const SMB_STRUCT_STAT *psbuf, const DOM_SID *powner, const DOM_SID *pgroup, struct pai_val *pal, SMB_ACL_TYPE_T the_acl_type) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/smbd/
H A Dposix_acls.c2500 const DOM_SID *powner, const DOM_SID *pgroup, struct pai_val *pal, SMB_ACL_TYPE_T the_acl_type)
2594 ace->ace_flags = get_pai_flags(pal, ace, (the_acl_type == SMB_ACL_TYPE_DEFAULT));
2613 DEBUG(10,("canonicalise_acl: %s ace entries before arrange :\n", the_acl_type == SMB_ACL_TYPE_ACCESS ? "Access" : "Default" ));
2704 SMB_ACL_TYPE_T the_acl_type = (default_ace ? SMB_ACL_TYPE_DEFAULT : SMB_ACL_TYPE_ACCESS); local
2870 the_acl_type, the_acl) == -1) {
2889 fsp->fsp_name->base_name, the_acl_type,
2901 the_acl_type == SMB_ACL_TYPE_DEFAULT ?
2497 canonicalise_acl(struct connection_struct *conn, const char *fname, SMB_ACL_T posix_acl, const SMB_STRUCT_STAT *psbuf, const DOM_SID *powner, const DOM_SID *pgroup, struct pai_val *pal, SMB_ACL_TYPE_T the_acl_type) argument

Completed in 277 milliseconds