index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
posix_acls.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
smbd: add an option to inherit only the UNIX owner
Uri Simchoni
2016-08-10
1
-0
/
+8
*
s3/smbd: move make_default_filesystem_acl() to vfs_acl_common.c
Ralph Boehme
2016-07-19
1
-110
/
+0
*
s3: posix_acls. Always use STAT, not LSTAT here.
Jeremy Allison
2016-03-24
1
-5
/
+7
*
s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().
Jeremy Allison
2016-03-24
1
-2
/
+3
*
s3:smbd:vfs: Change posix_get_nt_acl() from const char * to const struct smb_...
Jeremy Allison
2016-03-14
1
-19
/
+29
*
VFS: Modify chmod to take a const struct smb_filename * instead of const char *
Jeremy Allison
2016-03-03
1
-2
/
+2
*
s3: VFS: Modify SMB_VFS_GET_NT_ACL to take a const struct smb_filename * inst...
Jeremy Allison
2016-02-16
1
-1
/
+14
*
s3: smbd: posix_acls: Fix check for setting u:g:o entry on a filesystem with ...
Jeremy Allison
2016-02-11
1
-1
/
+38
*
dlist: remove unneeded argument from DLIST_DEMOTE()
Michael Adam
2016-02-06
1
-4
/
+4
*
dlist: remove unneeded type argument from DLIST_ADD_END()
Michael Adam
2016-02-06
1
-2
/
+2
*
smbd: Use a struct initializer
Volker Lendecke
2015-08-14
1
-8
/
+9
*
smbd: Remove a confusing comment
Volker Lendecke
2015-08-14
1
-1
/
+0
*
Convert all uses of uint8/16/32 to _t in source3/smbd.
Richard Sharpe
2015-05-06
1
-18
/
+18
*
s3: smbd: VFS: For all EA and ACL calls use synthetic_smb_fname(), not synthe...
Jeremy Allison
2015-05-05
1
-1
/
+1
*
s3:smbd: ignore dacls with MS NFS ACEs
Ralph Boehme
2014-12-04
1
-0
/
+10
*
s3: smbd: POSIX ACLs. Remove incorrect check for SECINFO_PROTECTED_DACL in in...
Jeremy Allison
2014-08-22
1
-5
/
+1
*
s3:smbd: mask security_information input values with SMB_SUPPORTED_SECINFO_FLAGS
Stefan Metzmacher
2014-08-22
1
-0
/
+4
*
smbd: Simplify unpack_nt_owners
Volker Lendecke
2014-07-22
1
-11
/
+3
*
s3/posix_acls: replace dup_sec_desc() usage
David Disseldorp
2014-05-28
1
-3
/
+3
*
Fix bug 10196 - RW Deny for a specific user is not overriding RW Allow for a ...
Jeremy Allison
2013-10-24
1
-38
/
+41
*
Fix bug 10162 - POSIX ACL mapping failing when setting DENY ACE's from Windows.
Daniel Liberman
2013-09-21
1
-1
/
+1
*
smbd: Fix build on platforms that will not support var = {} initialisation
Andrew Bartlett
2013-05-27
1
-1
/
+4
*
smbd: Convert posix_sys_acl_blob_get_file to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-6
/
+5
*
smbd:posix_acls Remove incorrectly added lp_create_mask() and lp_dir_mask() c...
Andrew Bartlett
2013-03-10
1
-17
/
+0
*
smbd/posix_acls.c: Use create_conn_struct(). Don't hand-create connection str...
Jeremy Allison
2013-01-09
1
-19
/
+11
*
s3:smbd: fix a cut and paste error in a debug message
Michael Adam
2012-12-05
1
-2
/
+2
*
s3:smbd: don't apply create/directory mask and modes in apply_default_perms()
Michael Adam
2012-12-05
1
-77
/
+11
*
Remove unused append_parent_acl().
Jeremy Allison
2012-12-04
1
-201
/
+0
*
Another fix needed for bug #9236 - ACL masks incorrectly applied when setting...
Jeremy Allison
2012-11-15
1
-7
/
+10
*
smbd: Remove NT4 compatability handling in posix -> NT ACL conversion
Andrew Bartlett
2012-11-13
1
-107
/
+1
*
Change get_nt_acl_no_snum() to return an NTSTATUS, not a struct security_desc...
Andrew Bartlett
2012-11-13
1
-40
/
+22
*
s3:smbd: Fix typo in got_duplicate_group check
Arvid Requate
2012-11-10
1
-1
/
+1
*
vfs: Implement a sys_acl_blob_get_{fd,file} for POSIX ACL backends
Andrew Bartlett
2012-10-11
1
-0
/
+115
*
smbd: Add mem_ctx to {f,}get_nt_acl VFS call
Andrew Bartlett
2012-10-11
1
-18
/
+34
*
smbd: Add mem_ctx to sys_acl_init() and all callers
Andrew Bartlett
2012-10-11
1
-15
/
+32
*
We should never just assign an st_mode to an ace->perms field, theoretically
Jeremy Allison
2012-10-06
1
-2
/
+2
*
Modify ensure_canon_entry_valid() into ensure_canon_entry_valid_on_set() - ma...
Jeremy Allison
2012-10-05
1
-154
/
+141
*
Simplify ensure_canon_entry_valid by splitting out the _get codepath.
Jeremy Allison
2012-10-05
1
-3
/
+86
*
Remove all uses of lp_security_mask/lp_force_security_mode/lp_dir_security_ma...
Jeremy Allison
2012-10-04
1
-8
/
+8
*
When setting a non-default ACL, don't forget to apply masks to SMB_ACL_USER a...
Jeremy Allison
2012-10-02
1
-0
/
+10
*
Only apply masks on non-default ACL entries when setting the ACL.
Jeremy Allison
2012-10-02
1
-9
/
+19
*
Use is_default_acl variable in canonicalise_acl().
Jeremy Allison
2012-10-02
1
-2
/
+3
*
Reformat spacing to be even.
Jeremy Allison
2012-10-02
1
-7
/
+8
*
smbd: Remove pre-allocation of ACL array in sys_acl_init()
Andrew Bartlett
2012-09-12
1
-3
/
+3
*
s3-smbd: Add security_info_wanted argument to get_nt_acl_no_snum
Andrew Bartlett
2012-08-23
1
-2
/
+2
*
s3-smbd: Add talloc_stackframe() to get_nt_acl_no_snum()
Andrew Bartlett
2012-08-23
1
-3
/
+8
*
s3-smbd: Do not check no_acl_syscall_error(errno) after sys_acl_init()
Andrew Bartlett
2012-08-16
1
-11
/
+2
*
s3-sysacls: Remove sys_acl_free_qualifier() as it is a no-op
Andrew Bartlett
2012-08-15
1
-2
/
+0
*
s3-sysacls: Remove sys_acl_free_acl() and replace with TALLOC_FREE()
Andrew Bartlett
2012-08-15
1
-16
/
+16
*
s3-smbd: Remove unused conn argument from convert_permset_to_mode_t()
Andrew Bartlett
2012-08-15
1
-3
/
+3
[next]