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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/modules/
H A Dvfs_afsacl.c55 struct afs_acl { struct
68 static bool init_afs_acl(struct afs_acl *acl)
71 acl->ctx = talloc_init("afs_acl");
73 DEBUG(10, ("Could not init afs_acl"));
79 static void free_afs_acl(struct afs_acl *acl)
190 static void add_afs_ace(struct afs_acl *acl,
230 static bool parse_afs_acl(struct afs_acl *acl, const char *acl_str)
293 static bool unparse_afs_acl(struct afs_acl *acl, char *acl_str)
394 static void split_afs_acl(struct afs_acl *acl,
395 struct afs_acl *dir_ac
588 afs_to_nt_acl_common(struct afs_acl *afs_acl, SMB_STRUCT_STAT *psbuf, uint32 security_info, struct security_descriptor **ppdesc) argument
656 afs_to_nt_acl(struct afs_acl *afs_acl, struct connection_struct *conn, struct smb_filename *smb_fname, uint32 security_info, struct security_descriptor **ppdesc) argument
678 afs_fto_nt_acl(struct afs_acl *afs_acl, struct files_struct *fsp, uint32 security_info, struct security_descriptor **ppdesc) argument
722 nt_to_afs_acl(const char *filename, uint32 security_info_sent, const struct security_descriptor *psd, uint32 (*nt_to_afs_rights)(const char *filename, const SEC_ACE *ace), struct afs_acl *afs_acl) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/modules/
H A Dvfs_afsacl.c55 struct afs_acl { struct
68 static bool init_afs_acl(struct afs_acl *acl)
71 acl->ctx = talloc_init("afs_acl");
73 DEBUG(10, ("Could not init afs_acl"));
79 static void free_afs_acl(struct afs_acl *acl)
190 static void add_afs_ace(struct afs_acl *acl,
230 static bool parse_afs_acl(struct afs_acl *acl, const char *acl_str)
293 static bool unparse_afs_acl(struct afs_acl *acl, char *acl_str)
394 static void split_afs_acl(struct afs_acl *acl,
395 struct afs_acl *dir_ac
588 afs_to_nt_acl_common(struct afs_acl *afs_acl, SMB_STRUCT_STAT *psbuf, uint32 security_info, struct security_descriptor **ppdesc) argument
656 afs_to_nt_acl(struct afs_acl *afs_acl, struct connection_struct *conn, struct smb_filename *smb_fname, uint32 security_info, struct security_descriptor **ppdesc) argument
678 afs_fto_nt_acl(struct afs_acl *afs_acl, struct files_struct *fsp, uint32 security_info, struct security_descriptor **ppdesc) argument
722 nt_to_afs_acl(const char *filename, uint32 security_info_sent, const struct security_descriptor *psd, uint32 (*nt_to_afs_rights)(const char *filename, const SEC_ACE *ace), struct afs_acl *afs_acl) argument
[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_afsacl.c55 struct afs_acl { struct
68 static bool init_afs_acl(struct afs_acl *acl)
71 acl->ctx = talloc_init("afs_acl");
73 DEBUG(10, ("Could not init afs_acl"));
79 static void free_afs_acl(struct afs_acl *acl)
190 static void add_afs_ace(struct afs_acl *acl,
230 static bool parse_afs_acl(struct afs_acl *acl, const char *acl_str)
293 static bool unparse_afs_acl(struct afs_acl *acl, char *acl_str)
394 static void split_afs_acl(struct afs_acl *acl,
395 struct afs_acl *dir_ac
588 afs_to_nt_acl_common(struct afs_acl *afs_acl, SMB_STRUCT_STAT *psbuf, uint32 security_info, struct security_descriptor **ppdesc) argument
656 afs_to_nt_acl(struct afs_acl *afs_acl, struct connection_struct *conn, struct smb_filename *smb_fname, uint32 security_info, struct security_descriptor **ppdesc) argument
678 afs_fto_nt_acl(struct afs_acl *afs_acl, struct files_struct *fsp, uint32 security_info, struct security_descriptor **ppdesc) argument
722 nt_to_afs_acl(const char *filename, uint32 security_info_sent, const struct security_descriptor *psd, uint32 (*nt_to_afs_rights)(const char *filename, const SEC_ACE *ace), struct afs_acl *afs_acl) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/modules/
H A Dvfs_afsacl.c56 struct afs_acl { struct
69 static BOOL init_afs_acl(struct afs_acl *acl)
72 acl->ctx = talloc_init("afs_acl");
74 DEBUG(10, ("Could not init afs_acl"));
80 static void free_afs_acl(struct afs_acl *acl)
191 static void add_afs_ace(struct afs_acl *acl,
231 static BOOL parse_afs_acl(struct afs_acl *acl, const char *acl_str)
294 static BOOL unparse_afs_acl(struct afs_acl *acl, char *acl_str)
395 static void split_afs_acl(struct afs_acl *acl,
396 struct afs_acl *dir_ac
589 afs_to_nt_acl(struct afs_acl *afs_acl, struct files_struct *fsp, uint32 security_info, struct security_descriptor **ppdesc) argument
696 nt_to_afs_acl(const char *filename, uint32 security_info_sent, struct security_descriptor *psd, uint32 (*nt_to_afs_rights)(const char *filename, const SEC_ACE *ace), struct afs_acl *afs_acl) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/modules/
H A Dvfs_afsacl.c56 struct afs_acl { struct
69 static BOOL init_afs_acl(struct afs_acl *acl)
72 acl->ctx = talloc_init("afs_acl");
74 DEBUG(10, ("Could not init afs_acl"));
80 static void free_afs_acl(struct afs_acl *acl)
191 static void add_afs_ace(struct afs_acl *acl,
231 static BOOL parse_afs_acl(struct afs_acl *acl, const char *acl_str)
294 static BOOL unparse_afs_acl(struct afs_acl *acl, char *acl_str)
395 static void split_afs_acl(struct afs_acl *acl,
396 struct afs_acl *dir_ac
589 afs_to_nt_acl(struct afs_acl *afs_acl, struct files_struct *fsp, uint32 security_info, struct security_descriptor **ppdesc) argument
696 nt_to_afs_acl(const char *filename, uint32 security_info_sent, struct security_descriptor *psd, uint32 (*nt_to_afs_rights)(const char *filename, const SEC_ACE *ace), struct afs_acl *afs_acl) argument
[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_afsacl.c56 struct afs_acl { struct
69 static BOOL init_afs_acl(struct afs_acl *acl)
72 acl->ctx = talloc_init("afs_acl");
74 DEBUG(10, ("Could not init afs_acl"));
80 static void free_afs_acl(struct afs_acl *acl)
191 static void add_afs_ace(struct afs_acl *acl,
231 static BOOL parse_afs_acl(struct afs_acl *acl, const char *acl_str)
294 static BOOL unparse_afs_acl(struct afs_acl *acl, char *acl_str)
395 static void split_afs_acl(struct afs_acl *acl,
396 struct afs_acl *dir_ac
589 afs_to_nt_acl(struct afs_acl *afs_acl, struct files_struct *fsp, uint32 security_info, struct security_descriptor **ppdesc) argument
696 nt_to_afs_acl(const char *filename, uint32 security_info_sent, struct security_descriptor *psd, uint32 (*nt_to_afs_rights)(const char *filename, const SEC_ACE *ace), struct afs_acl *afs_acl) argument
[all...]

Completed in 129 milliseconds