summaryrefslogtreecommitdiff
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* vfs_scannedonly: Remove vfs_scannedonly from samba source tree.Robin Hack2015-08-212-1052/+0
* s3:modules/perfcount_*: make function prototypes available via static_decl_pe...Stefan Metzmacher2015-08-201-0/+1
* s3:modules/vfs_*: make function prototypes available via static_decl_vfs;Stefan Metzmacher2015-08-2012-1/+12
* s3:wscript: remove leftover from vfs_notify_famStefan Metzmacher2015-08-201-4/+0
* vfs: Add some {}Volker Lendecke2015-08-201-1/+2
* nfs4acls: Remove type_name param from smbacl4_get_vfs_paramsVolker Lendecke2015-08-131-10/+10
* nfs4acls: Fix a small memleakVolker Lendecke2015-08-131-1/+1
* nfs4acls: Introduce a helper variableVolker Lendecke2015-08-131-3/+5
* nfs4acls: Remove a few unnecessary castsVolker Lendecke2015-08-131-15/+8
* nfs4acls: Use talloc_realloc()Volker Lendecke2015-08-131-3/+3
* nfs4acls: Use talloc_zero_array()Volker Lendecke2015-08-131-2/+2
* nfs4acls: Use talloc_zero()Volker Lendecke2015-08-131-2/+1
* nfs4acls: Use talloc_zero()Volker Lendecke2015-08-131-2/+3
* nfs4acls: Remove get_validated_aceintVolker Lendecke2015-08-131-31/+8
* nfs4acls: Remove get_validated_aclintVolker Lendecke2015-08-131-69/+39
* nfs4acls: Remove the SMB_ACE4_INT_T typedefVolker Lendecke2015-08-131-22/+22
* nfs4acls: Remove the SMB_ACL4_INT_T typedefVolker Lendecke2015-08-131-16/+16
* nfs4acls: Use SMB4ACE_T instead of _SMB_ACE4_INT_TVolker Lendecke2015-08-131-1/+1
* nfs4acls: Use SMB4ACL_T instead of _SMB_ACL4_INT_TVolker Lendecke2015-08-131-1/+1
* nfs4acls: Remove an obsolete commentVolker Lendecke2015-08-131-4/+0
* nfs4acls: Use an anon struct for SMB4ACE_TVolker Lendecke2015-08-136-21/+21
* nfs4acls: Use an anon struct for SMB4ACL_TVolker Lendecke2015-08-136-62/+68
* nfs4acls: Use ZERO_STRUCTPVolker Lendecke2015-08-131-4/+4
* vfs_catia: run translation on stream namesRalph Boehme2015-08-071-4/+54
* vfs_streams_xattr: stream names may contain colonsRalph Boehme2015-08-071-1/+15
* vfs: fix build warning in smb traffic analyzer.Günther Deschner2015-07-242-3/+2
* vfs: Fix CID 1312072 Failure to restore non-local valueVolker Lendecke2015-07-221-9/+12
* vfs: Fix CID 1312073 Argument cannot be negativeVolker Lendecke2015-07-221-1/+1
* vfs: Consolidate failure paths in vfswrap_init_asys_ctxVolker Lendecke2015-07-171-6/+7
* vfs: Fix CID 1035384 Unchecked return value from libraryVolker Lendecke2015-07-161-1/+7
* vfs_shadow_copy2: change log level from 0 to 1 and log share pathRalph Boehme2015-07-161-2/+3
* vfs_fruit: Fix the 32-bit buildVolker Lendecke2015-07-131-4/+5
* vfs_gpfs: Use C99 initializers instead of ZERO_STRUCTChristof Schmitt2015-07-081-8/+4
* vfs_gpfs: Use ACL defines from GPFS 3.5 header filesChristof Schmitt2015-07-081-16/+12
* smbd: Remove SMB_VFS_NOTIFY_WATCHVolker Lendecke2015-07-075-130/+0
* smbd: Remove the notify_fam moduleVolker Lendecke2015-07-072-323/+0
* param: Make "kernel change notify" globalVolker Lendecke2015-07-071-1/+1
* vfs_fruit: Fix CID 1311244 Out-of-bounds readVolker Lendecke2015-07-071-1/+1
* vfs_fruit: check offset and length for AFP_AfpInfo read requestsRalph Boehme2015-07-021-1/+15
* s3:vfs: copy_chunk buffer sizeRalph Boehme2015-07-011-2/+8
* vfs:fruit: implement copyfile style copy_chunkRalph Boehme2015-06-231-0/+218
* vfs_fruit: simplify lp_parm_bool checkRalph Boehme2015-06-231-22/+13
* vfs_fruit: add option veto_appledoubleRalph Boehme2015-06-091-20/+28
* vfs_hpuxacl: Fix typo in comment...Karolin Seeger2015-05-211-3/+3
* s3:modules: remove unused allow_warnings=True for vfs_nfs4acl_xattrStefan Metzmacher2015-05-191-1/+0
* s3:vfs_nfs4acl_xattr: fix compiler warningsStefan Metzmacher2015-05-191-10/+12
* s3:modules: remove unused allow_undefined_symbols=False from vfs_glusterfsStefan Metzmacher2015-05-191-2/+1
* s3:modules: remove unused allow_undefined_symbols=True from vfs_aio_*Stefan Metzmacher2015-05-191-8/+4
* s3:modules: remove unused allow_warnings=True for vfs_aio_forkStefan Metzmacher2015-05-191-1/+0
* s3:vfs_aio_fork: avoid -Wcast-qual warningsStefan Metzmacher2015-05-191-3/+3