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
/
lib
/
sysacls.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vfs_aixacl: add proper header file
Bjoern Jacke
2022-02-27
1
-0
/
+4
*
acl: fix function arguments for AIX' and Solaris' sys_acl_get_fd()
Björn Jacke
2022-02-27
1
-1
/
+1
*
s3: lib: sysacls: Remove all implementations of sys_acl_set_file().
Jeremy Allison
2021-06-09
1
-46
/
+0
*
s3: lib: sysacls: Add the 'SMB_ACL_TYPE_T type' parameter to sys_acl_set_fd().
Jeremy Allison
2021-06-09
1
-9
/
+19
*
s3: lib: sysacls: Remove sys_acl_get_file(). No longer used.
Jeremy Allison
2021-06-09
1
-46
/
+0
*
VFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additional type param
Noel Power
2021-06-09
1
-1
/
+1
*
VFS: SMB_VFS_SYS_ACL_GET_FD: Add SMB_ACL_TYPE_T type arg
Noel Power
2021-06-09
1
-7
/
+18
*
s3: lib: Fix the solaris build. Commit 8d0ea8bafa00 added SMB_ACL_TYPE_T type...
Jeremy Allison
2021-05-18
1
-1
/
+4
*
s3: smbd: Remove all references to utility and backend functions supporting s...
Jeremy Allison
2021-05-18
1
-36
/
+0
*
s3: lib: sysacls: Add sys_acl_delete_def_fd().
Jeremy Allison
2021-05-18
1
-1
/
+33
*
s3: Remove last vestiges of Tru64 ACL support (missed in earlier patch).
Jeremy Allison
2021-03-19
1
-41
/
+0
*
vfs: add acl type arg to SMB_VFS_SYS_ACL_SET_FD()
Ralph Boehme
2020-12-17
1
-1
/
+1
*
s3:lib: Add FALL_THROUGH statements in sysacls.c
Andreas Schneider
2018-03-01
1
-2
/
+4
*
s3: VFS: Change SMB_VFS_SYS_ACL_SET_FILE to use const struct smb_filename * i...
Jeremy Allison
2017-05-31
1
-11
/
+23
*
s3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const struct smb_filename * i...
Jeremy Allison
2017-05-31
1
-16
/
+23
*
s3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to use const struct smb_filen...
Jeremy Allison
2017-05-31
1
-11
/
+11
*
lib: Fix indentation
Volker Lendecke
2015-05-06
1
-4
/
+4
*
lib: Fix whitespace
Volker Lendecke
2015-05-06
1
-16
/
+16
*
build: Do not rely on sys.platform for ACL tests, combine UnixWare and Solari...
Andrew Bartlett
2014-03-08
1
-2
/
+2
*
s3-lib: Make it clear that we want to fall trough here.
Andreas Schneider
2012-12-21
1
-0
/
+2
*
vfs: Remove irixacl module (all the fucntions in it are unimplemented)
Andrew Bartlett
2012-10-11
1
-37
/
+0
*
vfs: Fix alternative posix and no-op sys acl implementations to take a mem_ctx
Andrew Bartlett
2012-10-11
1
-22
/
+37
*
smbd: Add mem_ctx to sys_acl_init() and all callers
Andrew Bartlett
2012-10-11
1
-6
/
+6
*
smbd: Remove pre-allocation of ACL array in sys_acl_init()
Andrew Bartlett
2012-09-12
1
-12
/
+9
*
smbd-posix_acls: Use a IDL union to store the ACL entry
Andrew Bartlett
2012-09-12
1
-9
/
+7
*
s3-sysacls: Remove sys_acl_free_qualifier() as it is a no-op
Andrew Bartlett
2012-08-15
1
-5
/
+0
*
s3-sysacls: Remove sys_acl_free_acl() and replace with TALLOC_FREE()
Andrew Bartlett
2012-08-15
1
-6
/
+0
*
s3-smbd: Change allocation of smb_acl_t to talloc()
Andrew Bartlett
2012-08-15
1
-10
/
+9
*
s3-lib/sysacls: Do not include an embedded \0 between ACL entries in sys_acl_...
Andrew Bartlett
2012-05-09
1
-2
/
+3
*
s3-lib: Add const to sys_acl_to_text
Andrew Bartlett
2012-05-09
1
-1
/
+1
*
s3-lib: Fix indentation in sys_acl_to_text()
Andrew Bartlett
2012-05-09
1
-2
/
+2
*
s3-includes: only include acl prototypes when needed.
Günther Deschner
2011-04-14
1
-0
/
+20
*
s3-includes: only include system/passwd.h when needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD().
Michael Adam
2008-01-08
1
-14
/
+14
*
Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD().
Michael Adam
2008-01-07
1
-13
/
+13
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r21953: One format fix, clarify a condition that the IBM
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r18016: OpenBSD apparently does not have ENOTSUP
Volker Lendecke
2007-10-10
1
-0
/
+20
*
r17804: Fix a enum/int mixup found by the IRIX compiler.
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r17334: Some C++ warnings
Volker Lendecke
2007-10-10
1
-4
/
+5
*
r17179: Merge the vl-posixacls tmp branch into mainline. It
Jim McDonough
2007-10-10
1
-2768
/
+153
*
r15525: fix compile error on HP-UX reported by Ryan Novosielski
Gerald Carter
2007-10-10
1
-1
/
+0
*
r13915: Fixed a very interesting class of realloc() bugs found by Coverity.
Jeremy Allison
2007-10-10
1
-9
/
+2
*
r5789: Patch from William Jojo <jojowil@hvcc.edu> - AIX has no default ACLs.
Jeremy Allison
2007-10-10
1
-0
/
+7
*
r4305: Fix from Albert Chin (china@thewrittenword.com) to fix the
Jeremy Allison
2007-10-10
1
-5
/
+5
*
r4291: More *alloc fixes inspired by Albert Chin (china@thewrittenword.com).
Jeremy Allison
2007-10-10
1
-31
/
+30
*
r3693: Correctly detect errno for no acl/ea support.
Jeremy Allison
2007-10-10
1
-0
/
+20
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-14
/
+2
*
dos2unix not used in HEAD anymore.
Jeremy Allison
2002-03-04
1
-2
/
+2
[next]