summaryrefslogtreecommitdiff
path: root/source3/smbd/vfs.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-05smbd: Fix breaking level2 on allocateVolker Lendecke1-6/+7
2013-04-20Ensure the RECVFILE path in vfs_pwrite_data() operates on a blocking socket.Jeremy Allison1-1/+12
2013-04-19Ensure the RECVFILE path in vfs_write_data() operates on a blocking socket.Jeremy Allison1-1/+12
2013-04-17smbd: Convert vfs_lstat_smb_fname to synthetic_smb_fnameVolker Lendecke1-6/+4
2013-04-17smbd: Convert vfs_stat_smb_fname to synthetic_smb_fnameVolker Lendecke1-6/+4
2013-04-17smbd: Convert check_reduced_name_with_privilege to synthetic_smb_fnameVolker Lendecke1-4/+3
2013-04-17smbd: Convert vfs_GetWd to synthetic_smb_fnameVolker Lendecke1-9/+7
2013-01-16s3-vfs: add copy_chunk vfs hooksDavid Disseldorp1-2/+24
2012-10-11vfs: Remove type parameter from sys_acl_blob_get_{fd,file}Andrew Bartlett1-2/+1
2012-10-11smbd: Add mem_ctx to {f,}get_nt_acl VFS callAndrew Bartlett1-2/+4
2012-10-11smbd: Add mem_ctx to sys_acl_init() and all callersAndrew Bartlett1-4/+6
2012-09-13Sigh :-(. Removing optimization prematurely is the root of all evil :-(.Jeremy Allison1-0/+13
2012-09-12Move cached cwd onto conn struct.Jeremy Allison1-1/+9
2012-09-12Remove ancient "optimization" global LastDir.Jeremy Allison1-16/+3
2012-09-12smbd: Add extra VFS hooks to get the posix ACL as a blobAndrew Bartlett1-0/+21
2012-09-08s3:vfs: add durable VFS operationsMichael Adam1-0/+34
2012-08-28s3-vfs: Indicate the symlink destination when failing check_reduced_nameAndrew Bartlett1-2/+2
2012-08-15s3-smbd: Remove sys_acl_*() VFS wrapper functionsAndrew Bartlett1-129/+0
2012-08-12s3: skip loading vfs modules for printer connectionsBjörn Jacke1-0/+6
2012-07-31s3: Fix Coverity ID 710827 Resource leakVolker Lendecke1-0/+1
2012-07-18s3-vfs: async fsyncVolker Lendecke1-0/+62
2012-07-18s3-aio: Remove unused VFS functions and moreVolker Lendecke1-54/+0
2012-07-18s3-vfs: async preadVolker Lendecke1-0/+64
2012-07-18s3-vfs: async pwriteVolker Lendecke1-0/+65
2012-06-11s3: Fix Coverity ID 703869 Logically dead codeVolker Lendecke1-10/+6
2012-06-06s3:smbd: make struct vfs_fsp_data private to vfs.cStefan Metzmacher1-0/+10
2012-06-06s3:smbd: add vfs_remove_all_fsp_extensions()Stefan Metzmacher1-0/+21
2012-04-28Add an audit file VFS routine so we can handle auditing with SACLs.Richard Sharpe1-0/+14
2012-04-24s3: Simplify check_reduced_name a bitVolker Lendecke1-9/+5
2012-04-06build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett1-19/+19
2012-04-05s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configureAndrew Bartlett1-7/+0
2012-04-05s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configureAndrew Bartlett1-9/+0
2012-04-05s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configureAndrew Bartlett1-7/+0
2012-04-05s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configureAndrew Bartlett1-8/+0
2012-04-05build: Remove SMB_STRUCT_DIR defineAndrew Bartlett1-9/+9
2012-04-05build: Remove SMB_STRUCT_DIRENT defineAndrew Bartlett1-2/+2
2012-04-03s3-vfs: Use new smb_load_module for better diagnosticsAndrew Bartlett1-1/+1
2012-03-26s3: Pass filters explicitly through vfs notify watchVolker Lendecke1-2/+4
2012-03-21s3: Pass "path" through vfs_notify_watchVolker Lendecke1-1/+2
2012-02-29Add the implementation of check_reduced_name_with_privilege(). Now to plumb intoJeremy Allison1-3/+157
2012-02-29Add check_reduced_name_with_privilege(), filename_convert_with_privilege() (c...Jeremy Allison1-0/+15
2011-12-12vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe1-136/+141
2011-10-17First part of fix for bug #8419 - Make VFS op "streaminfo" stackable.Frank Lahm1-0/+15
2011-10-08s3:vfs: add SMB_VFS_GET_DFS_REFERRAL() hooksStefan Metzmacher1-0/+7
2011-10-01Move FSCTL handling into the VFS. Initial code changes. Passes smbtorture NTT...Richard Sharpe1-0/+17
2011-08-19Fix bug #8370 - vfs_chown_fsp broken -- returns in the wrong directoryJeremy Allison1-3/+7
2011-07-05s3:smbd fix a compile warning on AIX 5.3Christian Ambach1-1/+1
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-1/+1
2011-06-01Remove the char * argument from the SMB_VFS_GETWD() call. Now alwaysJeremy Allison1-8/+9
2011-05-31s3: Remove SHADOW_COPY_DATA typedefVolker Lendecke1-1/+1