Searched refs:pfile_grp_sid (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/smbd/
H A Dposix_acls.c1073 const DOM_SID *pfile_grp_sid,
1168 pace->trustee = *pfile_grp_sid;
1214 static void check_owning_objs(canon_ace *ace, DOM_SID *pfile_owner_sid, DOM_SID *pfile_grp_sid) argument
1242 sid_equal(&current_ace->trustee, pfile_grp_sid)) {
1259 DOM_SID *pfile_grp_sid,
1568 check_owning_objs(file_ace, pfile_owner_sid, pfile_grp_sid);
1571 check_owning_objs(dir_ace, pfile_owner_sid, pfile_grp_sid);
1935 DOM_SID *pfile_grp_sid,
1961 if (!create_canon_ace_lists( fsp, pst, pfile_owner_sid, pfile_grp_sid,
2009 if (!ensure_canon_entry_valid(&file_ace, fsp, pfile_owner_sid, pfile_grp_sid, ps
1070 ensure_canon_entry_valid(canon_ace **pp_ace, files_struct *fsp, const DOM_SID *pfile_owner_sid, const DOM_SID *pfile_grp_sid, SMB_STRUCT_STAT *pst, BOOL setting_acl) argument
1257 create_canon_ace_lists(files_struct *fsp, SMB_STRUCT_STAT *pst, DOM_SID *pfile_owner_sid, DOM_SID *pfile_grp_sid, canon_ace **ppfile_ace, canon_ace **ppdir_ace, SEC_ACL *dacl) argument
1932 unpack_canon_ace(files_struct *fsp, SMB_STRUCT_STAT *pst, DOM_SID *pfile_owner_sid, DOM_SID *pfile_grp_sid, canon_ace **ppfile_ace, canon_ace **ppdir_ace, uint32 security_info_sent, SEC_DESC *psd) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/smbd/
H A Dposix_acls.c1348 const DOM_SID *pfile_grp_sid,
1443 pace->trustee = *pfile_grp_sid;
1489 static void check_owning_objs(canon_ace *ace, DOM_SID *pfile_owner_sid, DOM_SID *pfile_grp_sid) argument
1517 sid_equal(&current_ace->trustee, pfile_grp_sid)) {
1579 DOM_SID *pfile_grp_sid,
1951 check_owning_objs(file_ace, pfile_owner_sid, pfile_grp_sid);
1954 check_owning_objs(dir_ace, pfile_owner_sid, pfile_grp_sid);
2322 DOM_SID *pfile_grp_sid,
2351 if (!create_canon_ace_lists( fsp, pst, pfile_owner_sid, pfile_grp_sid,
2402 fsp->is_directory, pfile_owner_sid, pfile_grp_sid,
1344 ensure_canon_entry_valid(canon_ace **pp_ace, const struct share_params *params, const bool is_directory, const DOM_SID *pfile_owner_sid, const DOM_SID *pfile_grp_sid, const SMB_STRUCT_STAT *pst, bool setting_acl) argument
1576 create_canon_ace_lists(files_struct *fsp, const SMB_STRUCT_STAT *pst, DOM_SID *pfile_owner_sid, DOM_SID *pfile_grp_sid, canon_ace **ppfile_ace, canon_ace **ppdir_ace, const SEC_ACL *dacl) argument
2319 unpack_canon_ace(files_struct *fsp, const SMB_STRUCT_STAT *pst, DOM_SID *pfile_owner_sid, DOM_SID *pfile_grp_sid, canon_ace **ppfile_ace, canon_ace **ppdir_ace, uint32 security_info_sent, const SEC_DESC *psd) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/smbd/
H A Dposix_acls.c1073 const DOM_SID *pfile_grp_sid,
1168 pace->trustee = *pfile_grp_sid;
1214 static void check_owning_objs(canon_ace *ace, DOM_SID *pfile_owner_sid, DOM_SID *pfile_grp_sid) argument
1242 sid_equal(&current_ace->trustee, pfile_grp_sid)) {
1259 DOM_SID *pfile_grp_sid,
1568 check_owning_objs(file_ace, pfile_owner_sid, pfile_grp_sid);
1571 check_owning_objs(dir_ace, pfile_owner_sid, pfile_grp_sid);
1935 DOM_SID *pfile_grp_sid,
1961 if (!create_canon_ace_lists( fsp, pst, pfile_owner_sid, pfile_grp_sid,
2009 if (!ensure_canon_entry_valid(&file_ace, fsp, pfile_owner_sid, pfile_grp_sid, ps
1070 ensure_canon_entry_valid(canon_ace **pp_ace, files_struct *fsp, const DOM_SID *pfile_owner_sid, const DOM_SID *pfile_grp_sid, SMB_STRUCT_STAT *pst, BOOL setting_acl) argument
1257 create_canon_ace_lists(files_struct *fsp, SMB_STRUCT_STAT *pst, DOM_SID *pfile_owner_sid, DOM_SID *pfile_grp_sid, canon_ace **ppfile_ace, canon_ace **ppdir_ace, SEC_ACL *dacl) argument
1932 unpack_canon_ace(files_struct *fsp, SMB_STRUCT_STAT *pst, DOM_SID *pfile_owner_sid, DOM_SID *pfile_grp_sid, canon_ace **ppfile_ace, canon_ace **ppdir_ace, uint32 security_info_sent, SEC_DESC *psd) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/smbd/
H A Dposix_acls.c1348 const DOM_SID *pfile_grp_sid,
1443 pace->trustee = *pfile_grp_sid;
1489 static void check_owning_objs(canon_ace *ace, DOM_SID *pfile_owner_sid, DOM_SID *pfile_grp_sid) argument
1517 sid_equal(&current_ace->trustee, pfile_grp_sid)) {
1579 DOM_SID *pfile_grp_sid,
1951 check_owning_objs(file_ace, pfile_owner_sid, pfile_grp_sid);
1954 check_owning_objs(dir_ace, pfile_owner_sid, pfile_grp_sid);
2322 DOM_SID *pfile_grp_sid,
2351 if (!create_canon_ace_lists( fsp, pst, pfile_owner_sid, pfile_grp_sid,
2402 fsp->is_directory, pfile_owner_sid, pfile_grp_sid,
1344 ensure_canon_entry_valid(canon_ace **pp_ace, const struct share_params *params, const bool is_directory, const DOM_SID *pfile_owner_sid, const DOM_SID *pfile_grp_sid, const SMB_STRUCT_STAT *pst, bool setting_acl) argument
1576 create_canon_ace_lists(files_struct *fsp, const SMB_STRUCT_STAT *pst, DOM_SID *pfile_owner_sid, DOM_SID *pfile_grp_sid, canon_ace **ppfile_ace, canon_ace **ppdir_ace, const SEC_ACL *dacl) argument
2319 unpack_canon_ace(files_struct *fsp, const SMB_STRUCT_STAT *pst, DOM_SID *pfile_owner_sid, DOM_SID *pfile_grp_sid, canon_ace **ppfile_ace, canon_ace **ppdir_ace, uint32 security_info_sent, const SEC_DESC *psd) argument
[all...]
/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.c1348 const DOM_SID *pfile_grp_sid,
1443 pace->trustee = *pfile_grp_sid;
1489 static void check_owning_objs(canon_ace *ace, DOM_SID *pfile_owner_sid, DOM_SID *pfile_grp_sid) argument
1517 sid_equal(&current_ace->trustee, pfile_grp_sid)) {
1579 DOM_SID *pfile_grp_sid,
1951 check_owning_objs(file_ace, pfile_owner_sid, pfile_grp_sid);
1954 check_owning_objs(dir_ace, pfile_owner_sid, pfile_grp_sid);
2322 DOM_SID *pfile_grp_sid,
2351 if (!create_canon_ace_lists( fsp, pst, pfile_owner_sid, pfile_grp_sid,
2402 fsp->is_directory, pfile_owner_sid, pfile_grp_sid,
1344 ensure_canon_entry_valid(canon_ace **pp_ace, const struct share_params *params, const bool is_directory, const DOM_SID *pfile_owner_sid, const DOM_SID *pfile_grp_sid, const SMB_STRUCT_STAT *pst, bool setting_acl) argument
1576 create_canon_ace_lists(files_struct *fsp, const SMB_STRUCT_STAT *pst, DOM_SID *pfile_owner_sid, DOM_SID *pfile_grp_sid, canon_ace **ppfile_ace, canon_ace **ppdir_ace, const SEC_ACL *dacl) argument
2319 unpack_canon_ace(files_struct *fsp, const SMB_STRUCT_STAT *pst, DOM_SID *pfile_owner_sid, DOM_SID *pfile_grp_sid, canon_ace **ppfile_ace, canon_ace **ppdir_ace, uint32 security_info_sent, const SEC_DESC *psd) argument
[all...]
/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.c1073 const DOM_SID *pfile_grp_sid,
1168 pace->trustee = *pfile_grp_sid;
1214 static void check_owning_objs(canon_ace *ace, DOM_SID *pfile_owner_sid, DOM_SID *pfile_grp_sid) argument
1242 sid_equal(&current_ace->trustee, pfile_grp_sid)) {
1259 DOM_SID *pfile_grp_sid,
1568 check_owning_objs(file_ace, pfile_owner_sid, pfile_grp_sid);
1571 check_owning_objs(dir_ace, pfile_owner_sid, pfile_grp_sid);
1935 DOM_SID *pfile_grp_sid,
1961 if (!create_canon_ace_lists( fsp, pst, pfile_owner_sid, pfile_grp_sid,
2009 if (!ensure_canon_entry_valid(&file_ace, fsp, pfile_owner_sid, pfile_grp_sid, ps
1070 ensure_canon_entry_valid(canon_ace **pp_ace, files_struct *fsp, const DOM_SID *pfile_owner_sid, const DOM_SID *pfile_grp_sid, SMB_STRUCT_STAT *pst, BOOL setting_acl) argument
1257 create_canon_ace_lists(files_struct *fsp, SMB_STRUCT_STAT *pst, DOM_SID *pfile_owner_sid, DOM_SID *pfile_grp_sid, canon_ace **ppfile_ace, canon_ace **ppdir_ace, SEC_ACL *dacl) argument
1932 unpack_canon_ace(files_struct *fsp, SMB_STRUCT_STAT *pst, DOM_SID *pfile_owner_sid, DOM_SID *pfile_grp_sid, canon_ace **ppfile_ace, canon_ace **ppdir_ace, uint32 security_info_sent, SEC_DESC *psd) argument
[all...]

Completed in 195 milliseconds