summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
2015-10-08vfs_commit: set the fd on open before calling SMB_VFS_FSTATUri Simchoni1-1/+10
2015-10-06vfs_fruit: return value of ad_pack in vfs_fruit.cRalph Boehme1-6/+8
2015-09-08fruit: Fix CID 1323186 Dereference before null checkVolker Lendecke1-1/+1
2015-09-05vfs_gpfs: Avoid calling gpfs_is_offline on every i/oVolker Lendecke1-2/+44
2015-09-04vfs_gpfs: Introduce vfs_gpfs_fsp_is_offlineVolker Lendecke1-19/+18
2015-09-02vfs_fruit: delete ._ file when deleting the basefileRalph Boehme1-12/+50
2015-09-02vfs_fruit: split and simplify fruit_ftruncateRalph Boehme1-30/+60
2015-09-02vfs_fruit: handling of empty resource forkRalph Boehme1-8/+26
2015-08-28Move the error handling for svhdx to vfswrap_create to give VFS module writer...Richard Sharpe1-0/+16
2015-08-27s3:vfs_smb_traffic_analyzer: remove samba_ prefix from AES_* function callsStefan Metzmacher1-3/+3
2015-08-26lib: Make sid_parse take a uint8_tVolker Lendecke1-1/+1
2015-08-21vfs_scannedonly: Remove vfs_scannedonly from samba source tree.Robin Hack2-1052/+0
2015-08-20s3:modules/perfcount_*: make function prototypes available via static_decl_pe...Stefan Metzmacher1-0/+1
2015-08-20s3:modules/vfs_*: make function prototypes available via static_decl_vfs;Stefan Metzmacher12-1/+12
2015-08-20s3:wscript: remove leftover from vfs_notify_famStefan Metzmacher1-4/+0
2015-08-20vfs: Add some {}Volker Lendecke1-1/+2
2015-08-13nfs4acls: Remove type_name param from smbacl4_get_vfs_paramsVolker Lendecke1-10/+10
2015-08-13nfs4acls: Fix a small memleakVolker Lendecke1-1/+1
2015-08-13nfs4acls: Introduce a helper variableVolker Lendecke1-3/+5
2015-08-13nfs4acls: Remove a few unnecessary castsVolker Lendecke1-15/+8
2015-08-13nfs4acls: Use talloc_realloc()Volker Lendecke1-3/+3
2015-08-13nfs4acls: Use talloc_zero_array()Volker Lendecke1-2/+2
2015-08-13nfs4acls: Use talloc_zero()Volker Lendecke1-2/+1
2015-08-13nfs4acls: Use talloc_zero()Volker Lendecke1-2/+3
2015-08-13nfs4acls: Remove get_validated_aceintVolker Lendecke1-31/+8
2015-08-13nfs4acls: Remove get_validated_aclintVolker Lendecke1-69/+39
2015-08-13nfs4acls: Remove the SMB_ACE4_INT_T typedefVolker Lendecke1-22/+22
2015-08-13nfs4acls: Remove the SMB_ACL4_INT_T typedefVolker Lendecke1-16/+16
2015-08-13nfs4acls: Use SMB4ACE_T instead of _SMB_ACE4_INT_TVolker Lendecke1-1/+1
2015-08-13nfs4acls: Use SMB4ACL_T instead of _SMB_ACL4_INT_TVolker Lendecke1-1/+1
2015-08-13nfs4acls: Remove an obsolete commentVolker Lendecke1-4/+0
2015-08-13nfs4acls: Use an anon struct for SMB4ACE_TVolker Lendecke6-21/+21
2015-08-13nfs4acls: Use an anon struct for SMB4ACL_TVolker Lendecke6-62/+68
2015-08-13nfs4acls: Use ZERO_STRUCTPVolker Lendecke1-4/+4
2015-08-07vfs_catia: run translation on stream namesRalph Boehme1-4/+54
2015-08-07vfs_streams_xattr: stream names may contain colonsRalph Boehme1-1/+15
2015-07-24vfs: fix build warning in smb traffic analyzer.Günther Deschner2-3/+2
2015-07-22vfs: Fix CID 1312072 Failure to restore non-local valueVolker Lendecke1-9/+12
2015-07-22vfs: Fix CID 1312073 Argument cannot be negativeVolker Lendecke1-1/+1
2015-07-17vfs: Consolidate failure paths in vfswrap_init_asys_ctxVolker Lendecke1-6/+7
2015-07-16vfs: Fix CID 1035384 Unchecked return value from libraryVolker Lendecke1-1/+7
2015-07-16vfs_shadow_copy2: change log level from 0 to 1 and log share pathRalph Boehme1-2/+3
2015-07-13vfs_fruit: Fix the 32-bit buildVolker Lendecke1-4/+5
2015-07-08vfs_gpfs: Use C99 initializers instead of ZERO_STRUCTChristof Schmitt1-8/+4
2015-07-08vfs_gpfs: Use ACL defines from GPFS 3.5 header filesChristof Schmitt1-16/+12
2015-07-07smbd: Remove SMB_VFS_NOTIFY_WATCHVolker Lendecke5-130/+0
2015-07-07smbd: Remove the notify_fam moduleVolker Lendecke2-323/+0
2015-07-07param: Make "kernel change notify" globalVolker Lendecke1-1/+1
2015-07-07vfs_fruit: Fix CID 1311244 Out-of-bounds readVolker Lendecke1-1/+1
2015-07-02vfs_fruit: check offset and length for AFP_AfpInfo read requestsRalph Boehme1-1/+15