index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
vfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
smbd: Avoid pointless strcsequal calls
Volker Lendecke
2013-12-14
1
-1
/
+1
*
vfs: add [GET/SET]_COMPRESSION hooks
David Disseldorp
2013-11-22
1
-0
/
+21
*
Rename the profile enums with a SAMBA_ prefix to avoid conflict with system f...
Jeremy Allison
2013-11-22
1
-3
/
+3
*
smbd: Fix breaking level2 on allocate
Volker Lendecke
2013-09-05
1
-6
/
+7
*
Ensure the RECVFILE path in vfs_pwrite_data() operates on a blocking socket.
Jeremy Allison
2013-04-20
1
-1
/
+12
*
Ensure the RECVFILE path in vfs_write_data() operates on a blocking socket.
Jeremy Allison
2013-04-19
1
-1
/
+12
*
smbd: Convert vfs_lstat_smb_fname to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-6
/
+4
*
smbd: Convert vfs_stat_smb_fname to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-6
/
+4
*
smbd: Convert check_reduced_name_with_privilege to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-4
/
+3
*
smbd: Convert vfs_GetWd to synthetic_smb_fname
Volker Lendecke
2013-04-17
1
-9
/
+7
*
s3-vfs: add copy_chunk vfs hooks
David Disseldorp
2013-01-16
1
-2
/
+24
*
vfs: Remove type parameter from sys_acl_blob_get_{fd,file}
Andrew Bartlett
2012-10-11
1
-2
/
+1
*
smbd: Add mem_ctx to {f,}get_nt_acl VFS call
Andrew Bartlett
2012-10-11
1
-2
/
+4
*
smbd: Add mem_ctx to sys_acl_init() and all callers
Andrew Bartlett
2012-10-11
1
-4
/
+6
*
Sigh :-(. Removing optimization prematurely is the root of all evil :-(.
Jeremy Allison
2012-09-13
1
-0
/
+13
*
Move cached cwd onto conn struct.
Jeremy Allison
2012-09-12
1
-1
/
+9
*
Remove ancient "optimization" global LastDir.
Jeremy Allison
2012-09-12
1
-16
/
+3
*
smbd: Add extra VFS hooks to get the posix ACL as a blob
Andrew Bartlett
2012-09-12
1
-0
/
+21
*
s3:vfs: add durable VFS operations
Michael Adam
2012-09-08
1
-0
/
+34
*
s3-vfs: Indicate the symlink destination when failing check_reduced_name
Andrew Bartlett
2012-08-28
1
-2
/
+2
*
s3-smbd: Remove sys_acl_*() VFS wrapper functions
Andrew Bartlett
2012-08-15
1
-129
/
+0
*
s3: skip loading vfs modules for printer connections
Björn Jacke
2012-08-12
1
-0
/
+6
*
s3: Fix Coverity ID 710827 Resource leak
Volker Lendecke
2012-07-31
1
-0
/
+1
*
s3-vfs: async fsync
Volker Lendecke
2012-07-18
1
-0
/
+62
*
s3-aio: Remove unused VFS functions and more
Volker Lendecke
2012-07-18
1
-54
/
+0
*
s3-vfs: async pread
Volker Lendecke
2012-07-18
1
-0
/
+64
*
s3-vfs: async pwrite
Volker Lendecke
2012-07-18
1
-0
/
+65
*
s3: Fix Coverity ID 703869 Logically dead code
Volker Lendecke
2012-06-11
1
-10
/
+6
*
s3:smbd: make struct vfs_fsp_data private to vfs.c
Stefan Metzmacher
2012-06-06
1
-0
/
+10
*
s3:smbd: add vfs_remove_all_fsp_extensions()
Stefan Metzmacher
2012-06-06
1
-0
/
+21
*
Add an audit file VFS routine so we can handle auditing with SACLs.
Richard Sharpe
2012-04-28
1
-0
/
+14
*
s3: Simplify check_reduced_name a bit
Volker Lendecke
2012-04-24
1
-9
/
+5
*
build: Remove SMB_OFF_T, replace with off_t
Andrew Bartlett
2012-04-06
1
-19
/
+19
*
s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configure
Andrew Bartlett
2012-04-05
1
-7
/
+0
*
s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configure
Andrew Bartlett
2012-04-05
1
-9
/
+0
*
s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configure
Andrew Bartlett
2012-04-05
1
-7
/
+0
*
s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configure
Andrew Bartlett
2012-04-05
1
-8
/
+0
*
build: Remove SMB_STRUCT_DIR define
Andrew Bartlett
2012-04-05
1
-9
/
+9
*
build: Remove SMB_STRUCT_DIRENT define
Andrew Bartlett
2012-04-05
1
-2
/
+2
*
s3-vfs: Use new smb_load_module for better diagnostics
Andrew Bartlett
2012-04-03
1
-1
/
+1
*
s3: Pass filters explicitly through vfs notify watch
Volker Lendecke
2012-03-26
1
-2
/
+4
*
s3: Pass "path" through vfs_notify_watch
Volker Lendecke
2012-03-21
1
-1
/
+2
*
Add the implementation of check_reduced_name_with_privilege(). Now to plumb into
Jeremy Allison
2012-02-29
1
-3
/
+157
*
Add check_reduced_name_with_privilege(), filename_convert_with_privilege() (c...
Jeremy Allison
2012-02-29
1
-0
/
+15
*
vfs: Make function pointer names consistent. They all end in _fn
Richard Sharpe
2011-12-12
1
-136
/
+141
*
First part of fix for bug #8419 - Make VFS op "streaminfo" stackable.
Frank Lahm
2011-10-17
1
-0
/
+15
*
s3:vfs: add SMB_VFS_GET_DFS_REFERRAL() hooks
Stefan Metzmacher
2011-10-08
1
-0
/
+7
*
Move FSCTL handling into the VFS. Initial code changes. Passes smbtorture NTT...
Richard Sharpe
2011-10-01
1
-0
/
+17
*
Fix bug #8370 - vfs_chown_fsp broken -- returns in the wrong directory
Jeremy Allison
2011-08-19
1
-3
/
+7
*
s3:smbd fix a compile warning on AIX 5.3
Christian Ambach
2011-07-05
1
-1
/
+1
[next]