summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_afsacl.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-10s3: talloc_destroy() -> TALLOC_FREE()Volker Lendecke1-3/+1
2023-08-08s3:modules: Add missing newlines to logging messagesJoseph Sutton1-1/+1
2023-08-08s3:modules: Call dom_sid_compare_domain() instead of sid_compare_domain()Joseph Sutton1-1/+1
2021-06-09s3: VFS: afsacl: Remove afsacl_sys_acl_blob_get_file().Jeremy Allison1-12/+0
2021-06-09s3: VFS: afsacl: Remove afsacl_get_nt_acl_at().Jeremy Allison1-29/+0
2020-12-16smbd: use fsp_get_pathref_fd() for fstat() callsRalph Boehme1-1/+1
2020-08-28s3: safe_string: do not include string_wrappers.hMatthew DeVore1-0/+1
2020-05-07s3: VFS: afsacl. Remove get_nt_acl_fn().Jeremy Allison1-26/+0
2020-05-07s3: VFS: afsacl. Add afsacl_get_nt_acl_at().Jeremy Allison1-0/+29
2020-04-03smbd: move files_struct.is_directory to a bitfieldRalph Boehme1-2/+2
2018-12-20vfs: Use dom_sid_str_bufVolker Lendecke1-2/+4
2018-12-11vfs: Use dom_sid_str_bufVolker Lendecke1-1/+2
2017-12-18vfs: Use static_decl_vfs in all VFS modulesChristof Schmitt1-1/+1
2017-05-31s3: VFS: Change SMB_VFS_SYS_ACL_BLOB_GET_FILE to use const struct smb_filenam...Jeremy Allison1-1/+5
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-2/+2
2016-03-24s3: vfs: vfs_afsacl. refuse_symlink() means we can always use STAT here.Jeremy Allison1-5/+7
2016-03-24s3:smbd: Fix build for vfs_afsacl.c.Jeremy Allison1-13/+6
2015-05-06Convert all uint8/16/32 to _t in all modules.Richard Sharpe1-30/+30
2014-06-04s3:vfs_afsacl fix compiler warningsChristian Ambach1-2/+1
2014-06-04vfs_afsacl: remove unused includesChristian Ambach1-2/+1
2014-06-04s3:lib/afs move afs_settoken.c to common lib dirChristian Ambach1-0/+1
2013-09-23s3:modules: vfs_afsacl has the afs_syscall prototype via proto.hMichael Adam1-2/+0
2013-04-17vfs: Convert afsacl_get_nt_acl to synthetic_smb_fnameVolker Lendecke1-4/+3
2013-02-11Fix bug #9642 - vfs_afsacl.c won't build.Jeremy Allison1-1/+2
2012-10-11vfs: Use a blocking function in vfs_afsacl for system ACL blobsAndrew Bartlett1-1/+17
2012-10-11smbd: Add mem_ctx to {f,}get_nt_acl VFS callAndrew Bartlett1-6/+10
2012-08-09Correctly check for errors in strlower_m() returns.Jeremy Allison1-1/+3
2012-08-08vfs_afsacl.c: Remove some unnecessary return; statementsBjörn Jacke1-5/+0
2012-03-30More strlcat/strlcpy truncate checks.Jeremy Allison1-3/+9
2011-12-12vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe1-3/+3
2011-07-21s3:modules/vfs_afsacl fix a compiler warningChristian Ambach1-1/+1
2011-07-21s3:afs make path argument to afs_syscall constChristian Ambach1-1/+1
2011-07-21s3:modules/vfs_afsacl fix a compiler warningChristian Ambach1-2/+1
2011-07-21s3:modules/vfs_afsacl use stdbool typesChristian Ambach1-35/+35
2011-07-21s3:modules/vfs_afsacl remove some unnecessary whitespaceChristian Ambach1-3/+3
2011-07-21s3:lib/afs fix the build with --with-vfs-afsaclChristian Ambach1-0/+4
2011-06-09s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett1-2/+2
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-1/+1
2011-05-04Remove magic numbers. Standardize on macro. Move from safe_strcat to strlcat.Jeremy Allison1-7/+7
2011-03-30s3-vfs acl modules: more non-linux build fixes.Günther Deschner1-0/+1
2011-03-30s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner1-0/+1
2011-02-08If possible (O_DIRECTORY exists) open an fd for a directory open.Jeremy Allison1-1/+1
2010-09-20s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner1-9/+9
2010-06-03s3-security: use shared "Generic access rights".Günther Deschner1-2/+2
2010-06-03s3-security: use shared SECINFO_DACL define.Günther Deschner1-1/+1
2010-06-03s3-security: use shared SECINFO_GROUP define.Günther Deschner1-1/+1
2010-06-03s3-security: use shared SECINFO_OWNER define.Günther Deschner1-1/+1
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-10/+10
2010-05-18s3-secdesc: use SD_REVISION from security.idl.Günther Deschner1-1/+1
2010-05-18s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner1-1/+1