summaryrefslogtreecommitdiff
path: root/source3/lib/sysacls.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-07lib: Remove two unused functionsVolker Lendecke1-12/+0
2026-01-07lib: Simplify sys_acl_to_text() with talloc_asprintf_addbuf()Volker Lendecke1-40/+6
2023-07-13s3:lib: Fix code spellingAndreas Schneider1-1/+1
2022-02-18vfs_aixacl: add proper header fileBjoern Jacke1-0/+4
2022-02-18acl: fix function arguments for AIX' and Solaris' sys_acl_get_fd()Björn Jacke1-2/+2
2021-06-09s3: lib: sysacls: Remove all implementations of sys_acl_set_file().Jeremy Allison1-46/+0
2021-06-09s3: lib: sysacls: Add the 'SMB_ACL_TYPE_T type' parameter to sys_acl_set_fd().Jeremy Allison1-9/+19
2021-06-09s3: lib: sysacls: Remove sys_acl_get_file(). No longer used.Jeremy Allison1-46/+0
2021-06-09VFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additional type paramNoel Power1-1/+1
2021-06-09VFS: SMB_VFS_SYS_ACL_GET_FD: Add SMB_ACL_TYPE_T type argNoel Power1-7/+18
2021-05-18s3: lib: Fix the solaris build. Commit 8d0ea8bafa00 added SMB_ACL_TYPE_T type...Jeremy Allison1-1/+4
2021-05-18s3: smbd: Remove all references to utility and backend functions supporting s...Jeremy Allison1-36/+0
2021-05-18s3: lib: sysacls: Add sys_acl_delete_def_fd().Jeremy Allison1-1/+33
2021-03-19s3: Remove last vestiges of Tru64 ACL support (missed in earlier patch).Jeremy Allison1-41/+0
2020-12-17vfs: add acl type arg to SMB_VFS_SYS_ACL_SET_FD()Ralph Boehme1-1/+1
2018-03-01s3:lib: Add FALL_THROUGH statements in sysacls.cAndreas Schneider1-2/+4
2017-05-31s3: VFS: Change SMB_VFS_SYS_ACL_SET_FILE to use const struct smb_filename * i...Jeremy Allison1-11/+23
2017-05-31s3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const struct smb_filename * i...Jeremy Allison1-16/+23
2017-05-31s3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to use const struct smb_filen...Jeremy Allison1-11/+11
2015-05-06lib: Fix indentationVolker Lendecke1-4/+4
2015-05-06lib: Fix whitespaceVolker Lendecke1-16/+16
2014-03-08build: Do not rely on sys.platform for ACL tests, combine UnixWare and Solari...Andrew Bartlett1-2/+2
2012-12-21s3-lib: Make it clear that we want to fall trough here.Andreas Schneider1-0/+2
2012-10-11vfs: Remove irixacl module (all the fucntions in it are unimplemented)Andrew Bartlett1-37/+0
2012-10-11vfs: Fix alternative posix and no-op sys acl implementations to take a mem_ctxAndrew Bartlett1-22/+37
2012-10-11smbd: Add mem_ctx to sys_acl_init() and all callersAndrew Bartlett1-6/+6
2012-09-12smbd: Remove pre-allocation of ACL array in sys_acl_init()Andrew Bartlett1-12/+9
2012-09-12smbd-posix_acls: Use a IDL union to store the ACL entryAndrew Bartlett1-9/+7
2012-08-15s3-sysacls: Remove sys_acl_free_qualifier() as it is a no-opAndrew Bartlett1-5/+0
2012-08-15s3-sysacls: Remove sys_acl_free_acl() and replace with TALLOC_FREE()Andrew Bartlett1-6/+0
2012-08-15s3-smbd: Change allocation of smb_acl_t to talloc()Andrew Bartlett1-10/+9
2012-05-09s3-lib/sysacls: Do not include an embedded \0 between ACL entries in sys_acl_...Andrew Bartlett1-2/+3
2012-05-09s3-lib: Add const to sys_acl_to_textAndrew Bartlett1-1/+1
2012-05-09s3-lib: Fix indentation in sys_acl_to_text()Andrew Bartlett1-2/+2
2011-04-14s3-includes: only include acl prototypes when needed.Günther Deschner1-0/+20
2011-03-30s3-includes: only include system/passwd.h when needed.Günther Deschner1-0/+1
2008-01-08Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD().Michael Adam1-14/+14
2008-01-07Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD().Michael Adam1-13/+13
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r21953: One format fix, clarify a condition that the IBMJeremy Allison1-1/+1
2007-10-10r18016: OpenBSD apparently does not have ENOTSUPVolker Lendecke1-0/+20
2007-10-10r17804: Fix a enum/int mixup found by the IRIX compiler.Volker Lendecke1-1/+1
2007-10-10r17334: Some C++ warningsVolker Lendecke1-4/+5
2007-10-10r17179: Merge the vl-posixacls tmp branch into mainline. ItJim McDonough1-2768/+153
2007-10-10r15525: fix compile error on HP-UX reported by Ryan NovosielskiGerald Carter1-1/+0
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison1-9/+2
2007-10-10r5789: Patch from William Jojo <jojowil@hvcc.edu> - AIX has no default ACLs.Jeremy Allison1-0/+7
2007-10-10r4305: Fix from Albert Chin (china@thewrittenword.com) to fix theJeremy Allison1-5/+5
2007-10-10r4291: More *alloc fixes inspired by Albert Chin (china@thewrittenword.com).Jeremy Allison1-31/+30