diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-31 02:40:28 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-31 02:40:28 +0100 |
commit | 9bcd5720cffe77a7095195af9932e755507a91c4 (patch) | |
tree | 443c434bed0168e29a182bbba4bd890097a03859 /source3/include | |
parent | 5c946b1b286e922db86e64d42ec5db985b9086d8 (diff) | |
parent | 8c1a90c2e319270cb2cab7ed995a61a9902c884d (diff) | |
download | samba-9bcd5720cffe77a7095195af9932e755507a91c4.tar.gz samba-9bcd5720cffe77a7095195af9932e755507a91c4.tar.bz2 samba-9bcd5720cffe77a7095195af9932e755507a91c4.zip |
Merge branch 'master' of git://git.samba.org/samba
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index b227a30f00..f982f43a7f 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -8317,6 +8317,7 @@ void reply_pipe_close(connection_struct *conn, struct smb_request *req); /* The following definitions come from smbd/posix_acls.c */ +void create_file_sids(const SMB_STRUCT_STAT *psbuf, DOM_SID *powner_sid, DOM_SID *pgroup_sid); NTSTATUS unpack_nt_owners(int snum, uid_t *puser, gid_t *pgrp, uint32 security_info_sent, const SEC_DESC *psd); SMB_ACL_T free_empty_sys_acl(connection_struct *conn, SMB_ACL_T the_acl); NTSTATUS posix_fget_nt_acl(struct files_struct *fsp, uint32_t security_info, |