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: Use dom_sid_str_buf
Volker Lendecke
2018-12-20
1
-16
/
+27
*
s3: Rename server_messaging_context() to global_messaging_context()
Christof Schmitt
2018-09-07
1
-1
/
+1
*
smbd/posix_acls: reuse secutiry token from session info if exist
Joe Guo
2018-07-12
1
-0
/
+26
*
smbd: make use of create_conn_struct_tos() in get_nt_acl_no_snum()
Stefan Metzmacher
2018-06-14
1
-11
/
+7
*
s3: smbd: Make map_acl_perms_to_permset() extern.
Jeremy Allison
2018-05-25
1
-1
/
+1
*
s3: smbd: Make unix_perms_to_acl_perms() extern.
Jeremy Allison
2018-05-25
1
-1
/
+1
*
s3: posix_acls: Remove unused 'connection_struct *conn' parameter to map_acl_...
Jeremy Allison
2018-05-25
1
-4
/
+4
*
s3: posix_acls: Remove dead functions fchmod_acl()/chmod_acl().
Jeremy Allison
2018-05-25
1
-38
/
+0
*
s3:smbd: make psbuf arg to make_default_acl_posix() const
Ralph Boehme
2018-05-18
1
-4
/
+4
*
s3:smbd: remove deprecated handling of "profile acls = yes"
Stefan Metzmacher
2017-12-13
1
-82
/
+1
*
s3/posix_acls: add default ACL style "everyone"
Ralph Boehme
2017-11-08
1
-1
/
+57
*
s3/smbd: make make_default_filesystem_acl public
Ralph Boehme
2017-11-08
1
-0
/
+216
*
s3/smbd/posix_acls: return correct status in try_chown
Ralph Boehme
2017-10-09
1
-1
/
+1
*
s3: VFS: Change SMB_VFS_GETXATTR to use const struct smb_filename * instead o...
Jeremy Allison
2017-06-01
1
-6
/
+7
*
s3: VFS: Change SMB_VFS_SETXATTR to use const struct smb_filename * instead o...
Jeremy Allison
2017-05-31
1
-1
/
+1
*
s3: VFS: Change SMB_VFS_SYS_ACL_SET_FILE to use const struct smb_filename * i...
Jeremy Allison
2017-05-31
1
-6
/
+10
*
s3: VFS: Change SMB_VFS_SYS_ACL_BLOB_GET_FILE to use const struct smb_filenam...
Jeremy Allison
2017-05-31
1
-6
/
+8
*
s3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const struct smb_filename * i...
Jeremy Allison
2017-05-31
1
-23
/
+53
*
s3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to use const struct smb_filen...
Jeremy Allison
2017-05-31
1
-11
/
+17
*
posix_acls: Use talloc_zero_array
Volker Lendecke
2017-03-01
1
-3
/
+1
*
posix_acls: Do a *bit* of reformatting
Volker Lendecke
2017-03-01
1
-2
/
+5
*
smbd: Fix some whitespace
Volker Lendecke
2017-02-15
1
-2
/
+2
*
smbd: Make "create_file_sids" static
Volker Lendecke
2017-02-15
1
-1
/
+3
*
smbd: Fix "map acl inherit" = yes
Volker Lendecke
2017-02-01
1
-2
/
+2
*
smbd: Fix an indentation
Volker Lendecke
2017-01-22
1
-2
/
+3
*
smbd: Fix a few signed/unsigned hickups
Volker Lendecke
2017-01-22
1
-6
/
+7
*
smbd: avoid extra churn on a debug print
Uri Simchoni
2016-12-01
1
-4
/
+2
*
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
[next]