summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-01s3:vfs: copy_chunk buffer sizeRalph Boehme1-2/+8
2015-06-23vfs:fruit: implement copyfile style copy_chunkRalph Boehme1-0/+218
2015-06-23vfs_fruit: simplify lp_parm_bool checkRalph Boehme1-22/+13
2015-06-09vfs_fruit: add option veto_appledoubleRalph Boehme1-20/+28
2015-05-21vfs_hpuxacl: Fix typo in comment...Karolin Seeger1-3/+3
2015-05-19s3:modules: remove unused allow_warnings=True for vfs_nfs4acl_xattrStefan Metzmacher1-1/+0
2015-05-19s3:vfs_nfs4acl_xattr: fix compiler warningsStefan Metzmacher1-10/+12
2015-05-19s3:modules: remove unused allow_undefined_symbols=False from vfs_glusterfsStefan Metzmacher1-2/+1
2015-05-19s3:modules: remove unused allow_undefined_symbols=True from vfs_aio_*Stefan Metzmacher1-8/+4
2015-05-19s3:modules: remove unused allow_warnings=True for vfs_aio_forkStefan Metzmacher1-1/+0
2015-05-19s3:vfs_aio_fork: avoid -Wcast-qual warningsStefan Metzmacher1-3/+3
2015-05-19s3:modules: remove unused allow_warnings=True for vfs_preopenStefan Metzmacher1-1/+0
2015-05-19s3:vfs_preopen: avoid compiler warningsStefan Metzmacher1-3/+4
2015-05-19s3:modules: remove unused allow_warnings=True for vfs_unityed_mediaStefan Metzmacher1-1/+0
2015-05-08vfs_fruit: comment fix: the options are documentedRalph Boehme1-1/+1
2015-05-08vfs_fruit: add option "nfs_aces" that controls the NFS ACEs stuffRalph Boehme1-2/+7
2015-05-07vfs: Fix the O3 developer buildVolker Lendecke1-1/+1
2015-05-07Fix a few printf format errorsVolker Lendecke2-4/+5
2015-05-07vfs_gpfs: move failure label before END_PROFILERalph Boehme1-1/+1
2015-05-06smbd: Fix CID 703870 Uninitialized scalar variableVolker Lendecke1-6/+1
2015-05-06Convert all uint8/16/32 to _t in all modules.Richard Sharpe28-134/+134
2015-05-05s3: smbd: VFS: fake_acl module called get_full_smb_filename() with a stream p...Jeremy Allison1-2/+18
2015-05-05s3: smbd: VFS: For all EA and ACL calls use synthetic_smb_fname(), not synthe...Jeremy Allison3-3/+3
2015-05-05s3: smbd: VFS: All the places that are currently calling vfs_stat_smb_fname()...Jeremy Allison6-19/+26
2015-05-01Convert uint32/16/8 to _t for the last two include files in source3/include.Richard Sharpe4-22/+22
2015-04-30s3: smbd: Incorrect file size returned in the response of "FILE_SUPERSEDE Cre...Jeremy Allison1-2/+6
2015-04-30vfp_gpfs: ensure END_PROFILE is always calledRalph Boehme1-6/+9
2015-04-29vfs: kernel_flock and named streamsRalph Boehme1-0/+10
2015-04-28vfs_gpfs: Fix ENODATA for getacl on .snapshot dirsRalph Wuerthner1-0/+8
2015-04-17vfs_fruit: also map characters below 0x20Björn Jacke1-0/+8
2015-04-17vfs_gpfs: Remove vfs_gpfs_get_quotasChristof Schmitt1-22/+8
2015-04-17vfs_gpfs: Remove check for fileset quotaChristof Schmitt1-84/+5
2015-04-02vfs_ceph: add empty ACL callbacksYan, Zheng1-0/+48
2015-04-02vfs_ceph: use 'file descriptor' version xattr functions when possibleYan, Zheng1-0/+22
2015-03-31vfs: add vfs_shell_snap moduleDavid Disseldorp2-0/+209
2015-03-31vfs_snapper: create/delete snapshot supportDavid Disseldorp1-0/+586
2015-03-31vfs_btrfs: add snapshot create/delete callsDavid Disseldorp1-0/+320
2015-03-31vfs: add snapshot create/delete hooksDavid Disseldorp3-3/+159
2015-03-30vfs_gpfs: Remove warning after failure of get_gpfs_fset_idChristof Schmitt1-2/+0