summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_afsacl.c
Commit message (Expand)AuthorAgeFilesLines
* vfs: Use dom_sid_str_bufVolker Lendecke2018-12-201-2/+4
* vfs: Use dom_sid_str_bufVolker Lendecke2018-12-111-1/+2
* vfs: Use static_decl_vfs in all VFS modulesChristof Schmitt2017-12-181-1/+1
* s3: VFS: Change SMB_VFS_SYS_ACL_BLOB_GET_FILE to use const struct smb_filenam...Jeremy Allison2017-05-311-1/+5
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-2/+2
* s3: vfs: vfs_afsacl. refuse_symlink() means we can always use STAT here.Jeremy Allison2016-03-241-5/+7
* s3:smbd: Fix build for vfs_afsacl.c.Jeremy Allison2016-03-241-13/+6
* Convert all uint8/16/32 to _t in all modules.Richard Sharpe2015-05-061-30/+30
* s3:vfs_afsacl fix compiler warningsChristian Ambach2014-06-041-2/+1
* vfs_afsacl: remove unused includesChristian Ambach2014-06-041-2/+1
* s3:lib/afs move afs_settoken.c to common lib dirChristian Ambach2014-06-041-0/+1
* s3:modules: vfs_afsacl has the afs_syscall prototype via proto.hMichael Adam2013-09-231-2/+0
* vfs: Convert afsacl_get_nt_acl to synthetic_smb_fnameVolker Lendecke2013-04-171-4/+3
* Fix bug #9642 - vfs_afsacl.c won't build.Jeremy Allison2013-02-111-1/+2
* vfs: Use a blocking function in vfs_afsacl for system ACL blobsAndrew Bartlett2012-10-111-1/+17
* smbd: Add mem_ctx to {f,}get_nt_acl VFS callAndrew Bartlett2012-10-111-6/+10
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-091-1/+3
* vfs_afsacl.c: Remove some unnecessary return; statementsBjörn Jacke2012-08-081-5/+0
* More strlcat/strlcpy truncate checks.Jeremy Allison2012-03-301-3/+9
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-121-3/+3
* s3:modules/vfs_afsacl fix a compiler warningChristian Ambach2011-07-211-1/+1
* s3:afs make path argument to afs_syscall constChristian Ambach2011-07-211-1/+1
* s3:modules/vfs_afsacl fix a compiler warningChristian Ambach2011-07-211-2/+1
* s3:modules/vfs_afsacl use stdbool typesChristian Ambach2011-07-211-35/+35
* s3:modules/vfs_afsacl remove some unnecessary whitespaceChristian Ambach2011-07-211-3/+3
* s3:lib/afs fix the build with --with-vfs-afsaclChristian Ambach2011-07-211-0/+4
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-091-2/+2
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-1/+1
* Remove magic numbers. Standardize on macro. Move from safe_strcat to strlcat.Jeremy Allison2011-05-041-7/+7
* s3-vfs acl modules: more non-linux build fixes.Günther Deschner2011-03-301-0/+1
* s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-301-0/+1
* If possible (O_DIRECTORY exists) open an fd for a directory open.Jeremy Allison2011-02-081-1/+1
* s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner2010-09-201-9/+9
* s3-security: use shared "Generic access rights".Günther Deschner2010-06-031-2/+2
* s3-security: use shared SECINFO_DACL define.Günther Deschner2010-06-031-1/+1
* s3-security: use shared SECINFO_GROUP define.Günther Deschner2010-06-031-1/+1
* s3-security: use shared SECINFO_OWNER define.Günther Deschner2010-06-031-1/+1
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-10/+10
* s3-secdesc: use SD_REVISION from security.idl.Günther Deschner2010-05-181-1/+1
* s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner2010-05-181-1/+1
* s3-secdesc: remove "typedef struct security_acl SEC_ACL".Günther Deschner2010-05-181-2/+2
* s3-secdesc: remove "typedef struct security_ace SEC_ACE".Günther Deschner2010-05-181-6/+6
* Restructure the connect function code to always callJeremy Allison2009-11-301-3/+8
* Last 2 VFS_STAT -> LSTAT fixes I can see in the modules code.Jeremy Allison2009-10-161-1/+8
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-13/+6
* s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.Tim Prouty2009-07-201-12/+23
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-241-1/+1
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-3/+3
* Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison2008-10-091-4/+2
* Update vfs version as I've added a const to the security_descriptor paramter ...Jeremy Allison2008-10-071-5/+5