summaryrefslogtreecommitdiff
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* s3:modules: remove unused allow_warnings=True for non_posix_acls, and vfs_med...Stefan Metzmacher2014-11-251-2/+0
* s3:modules: rename variables in vfs_fruit.c to fix shadow warningsStefan Metzmacher2014-11-251-16/+16
* vfs_streams_xattr: check stream typeRalph Boehme2014-11-221-0/+6
* vfs_streams_xattr: initialize pointerRalph Boehme2014-11-211-1/+1
* vfs_streams_xattr: fix check with samba_private_attr_name()Ralph Boehme2014-11-211-3/+18
* s3:smbprofile: profile async pread/pwrite/fsync syscallsStefan Metzmacher2014-11-191-0/+10
* s3:modules: make use of END_PROFILE_BYTES() when START_PROFILE_BYTES() was usedStefan Metzmacher2014-11-191-6/+6
* vfs_snapper: check for <linux/ioctl.h>Ralph Boehme2014-11-091-0/+2
* btrfs: don't leak opened directory handleNoel Power2014-11-041-6/+16
* s3:vfs:aio_pthread: use smbXsrv_connection for schedule_deferred_open_message...Michael Adam2014-10-231-1/+9
* vfs: fix a typoVolker Lendecke2014-10-211-1/+1
* vfs_posixacl: catch ACL_EVERYONE on FreeBSDRalph Boehme2014-10-121-0/+5
* s3: lib, s3: modules: Fix compilation on Solaris.Jeremy Allison2014-10-061-1/+4
* vfs_fruit: deal with vfs_catia not being loadedRalph Boehme2014-10-011-3/+21
* vfs_fruit: remove redundant assignmentRalph Boehme2014-09-301-1/+0
* vfs_fruit: fix possible uninitialized useRalph Boehme2014-09-301-4/+4
* vfs_fruit: update rfork size in AppleDouble headerRalph Boehme2014-09-251-0/+8
* vfs_fruit: ad_write: path may be NULL for rforkRalph Boehme2014-09-251-2/+5
* vfs_fruit: fix resource fork length calculationRalph Boehme2014-09-251-7/+3
* vfs_fruit: fix unpacking of AppleDouble filesRalph Boehme2014-09-251-2/+4
* s3: vfs module: Adding new vfs module for Symantec VxFS.Abhidnya Joshi2014-09-182-0/+718
* s3: smbd: Change the function signature of srvstr_push() from returning a len...Jeremy Allison2014-09-161-2/+8
* vfs_gpfs: Fix the build with profiling-dataVolker Lendecke2014-09-161-4/+4
* media_harmony: Fix a crash bugVolker Lendecke2014-09-121-2/+2
* media_harmony: Fix warningsVolker Lendecke2014-09-121-12/+9
* vfs_acl_common: dacl size must be updatedRalph Boehme2014-09-111-0/+3
* s3: smbd: vfs_dirsort module.Jeremy Allison2014-09-031-1/+1
* New VFS module vfs_fruitRalph Boehme2014-08-182-0/+2953
* vfs3: Pass "lease" through SMB_VFS_CREATE_FILEVolker Lendecke2014-08-115-2/+11
* vfs_full_audit: Optionally log security descriptors in FSET_NT_ACLVolker Lendecke2014-08-071-2/+20
* vfs_full_audit: Add "full_audit:syslog"Volker Lendecke2014-08-071-11/+24
* vfs_full_audit: Save full_audit:priority in private_dataVolker Lendecke2014-08-071-1/+4
* vfs_full_audit: Save full_audit:facility in private_dataVolker Lendecke2014-08-071-3/+13
* vfs_full_audit: Pass "vfs_full_audit_private_data" to log_failure/success()Volker Lendecke2014-08-071-16/+9
* s3:smbd: move libasys state from smbXsrv_connection to smbd_server_connectionStefan Metzmacher2014-08-061-7/+7
* s3:vfs:gpfs: remove a block and reduce indentation in gpfs_is_offline()Michael Adam2014-07-241-8/+6
* s3:vfs:gpfs: remove all writing uses of stat_ex.vfs_private from vfs_gpfs.Michael Adam2014-07-241-7/+0
* s3:vfs:gpfs: Remove all reading uses of stat_ex.vfs_private from vfs_gfs.Michael Adam2014-07-241-23/+22
* Revert "s3:vfs:gpfs: log when winAttr-garbage is detected (by heuristics) in ...Michael Adam2014-07-241-5/+0
* s3:vfs:gpfs: log when winAttr-garbage is detected (by heuristics) in is_offlineMichael Adam2014-07-131-0/+5
* s3:vfs:gpfs: fix flapping offline: always get winAttrs from gpfs for is_offlineMichael Adam2014-07-131-3/+1
* s3:vfs:gpfs: store the winAttrs in the struct_ex when we got them in vfs_gpfs...Michael Adam2014-07-131-0/+1
* s3:vfs:gpfs: remove extra empty lines.Michael Adam2014-07-101-2/+0
* s3: VFS modules: Ignore EPERM errors on [f]chmod in crossrename module.Jeremy Allison2014-07-081-2/+4
* smbd: Remove unused blocking_lock_record* from VFS_BRL_CANCEL_WINDOWSVolker Lendecke2014-07-043-8/+5
* smbd: Remove unused blocking_lock_record* from VFS_BRL_LOCK_WINDOWSVolker Lendecke2014-07-043-8/+5
* vfs_snapper: use a talloc hierarchy for arraysDavid Disseldorp2014-06-301-27/+5
* vfs_snapper: don't redefine GMT_FORMAT macroDavid Disseldorp2014-06-301-2/+1
* vfs: add previous file version support for vfs_snapperDavid Disseldorp2014-06-301-0/+1215
* vfs: add vfs_snapper moduleDavid Disseldorp2014-06-302-0/+835