Age | Commit message (Expand) | Author | Files | Lines |
2012-08-12 | s3: skip loading vfs modules for printer connections | Björn Jacke | 1 | -0/+6 |
2012-07-31 | s3: Fix Coverity ID 710827 Resource leak | Volker Lendecke | 1 | -0/+1 |
2012-07-18 | s3-vfs: async fsync | Volker Lendecke | 1 | -0/+62 |
2012-07-18 | s3-aio: Remove unused VFS functions and more | Volker Lendecke | 1 | -54/+0 |
2012-07-18 | s3-vfs: async pread | Volker Lendecke | 1 | -0/+64 |
2012-07-18 | s3-vfs: async pwrite | Volker Lendecke | 1 | -0/+65 |
2012-06-11 | s3: Fix Coverity ID 703869 Logically dead code | Volker Lendecke | 1 | -10/+6 |
2012-06-06 | s3:smbd: make struct vfs_fsp_data private to vfs.c | Stefan Metzmacher | 1 | -0/+10 |
2012-06-06 | s3:smbd: add vfs_remove_all_fsp_extensions() | Stefan Metzmacher | 1 | -0/+21 |
2012-04-28 | Add an audit file VFS routine so we can handle auditing with SACLs. | Richard Sharpe | 1 | -0/+14 |
2012-04-24 | s3: Simplify check_reduced_name a bit | Volker Lendecke | 1 | -9/+5 |
2012-04-06 | build: Remove SMB_OFF_T, replace with off_t | Andrew Bartlett | 1 | -19/+19 |
2012-04-05 | s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configure | Andrew Bartlett | 1 | -7/+0 |
2012-04-05 | s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configure | Andrew Bartlett | 1 | -9/+0 |
2012-04-05 | s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configure | Andrew Bartlett | 1 | -7/+0 |
2012-04-05 | s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configure | Andrew Bartlett | 1 | -8/+0 |
2012-04-05 | build: Remove SMB_STRUCT_DIR define | Andrew Bartlett | 1 | -9/+9 |
2012-04-05 | build: Remove SMB_STRUCT_DIRENT define | Andrew Bartlett | 1 | -2/+2 |
2012-04-03 | s3-vfs: Use new smb_load_module for better diagnostics | Andrew Bartlett | 1 | -1/+1 |
2012-03-26 | s3: Pass filters explicitly through vfs notify watch | Volker Lendecke | 1 | -2/+4 |
2012-03-21 | s3: Pass "path" through vfs_notify_watch | Volker Lendecke | 1 | -1/+2 |
2012-02-29 | Add the implementation of check_reduced_name_with_privilege(). Now to plumb into | Jeremy Allison | 1 | -3/+157 |
2012-02-29 | Add check_reduced_name_with_privilege(), filename_convert_with_privilege() (c... | Jeremy Allison | 1 | -0/+15 |
2011-12-12 | vfs: Make function pointer names consistent. They all end in _fn | Richard Sharpe | 1 | -136/+141 |
2011-10-17 | First part of fix for bug #8419 - Make VFS op "streaminfo" stackable. | Frank Lahm | 1 | -0/+15 |
2011-10-08 | s3:vfs: add SMB_VFS_GET_DFS_REFERRAL() hooks | Stefan Metzmacher | 1 | -0/+7 |
2011-10-01 | Move FSCTL handling into the VFS. Initial code changes. Passes smbtorture NTT... | Richard Sharpe | 1 | -0/+17 |
2011-08-19 | Fix bug #8370 - vfs_chown_fsp broken -- returns in the wrong directory | Jeremy Allison | 1 | -3/+7 |
2011-07-05 | s3:smbd fix a compile warning on AIX 5.3 | Christian Ambach | 1 | -1/+1 |
2011-06-09 | s3-talloc Change TALLOC_ZERO_P() to talloc_zero() | Andrew Bartlett | 1 | -1/+1 |
2011-06-01 | Remove the char * argument from the SMB_VFS_GETWD() call. Now always | Jeremy Allison | 1 | -8/+9 |
2011-05-31 | s3: Remove SHADOW_COPY_DATA typedef | Volker Lendecke | 1 | -1/+1 |
2011-05-05 | Fix many const compiler warnings. | Jeremy Allison | 1 | -1/+1 |
2011-04-26 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2011-04-25 | No longer need to call SMB_VFS_LSTAT - check name hasn't changed above is suf... | Jeremy Allison | 1 | -23/+0 |
2011-04-25 | Correctly detect and deny symlinks anywhere in a path (not just the last comp... | Jeremy Allison | 1 | -27/+60 |
2011-04-22 | Cosmetic. Fix bad indentation. | Jeremy Allison | 1 | -18/+18 |
2011-04-21 | Remove duplicate code - move to parent_dirname() as a common function. | Jeremy Allison | 1 | -25/+14 |
2011-04-21 | s3-vfs: rename open function to open_fn. | Günther Deschner | 1 | -5/+2 |
2011-04-20 | s3-smbd: fix the AIX 5.3 build. | Günther Deschner | 1 | -0/+3 |
2011-04-15 | Ensure vfs_chown_fsp() is safe against races. | Jeremy Allison | 1 | -5/+71 |
2011-03-30 | s3: only include ntioctl.h where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3: include smbd/smbd.h where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-build: only include transfer_file.h where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-includes: only include system/filesys.h when needed. | Günther Deschner | 1 | -0/+1 |
2011-03-02 | s3: Pass smb_filename through the set_offline vfs op | Volker Lendecke | 1 | -2/+2 |
2011-03-02 | s3: Pass smb_filename through the is_offline vfs op | Volker Lendecke | 1 | -2/+3 |
2011-02-09 | Add fdopendir to the VFS. We will use this to reuse a directory fd already op... | Jeremy Allison | 1 | -0/+9 |
2011-02-08 | If possible (O_DIRECTORY exists) open an fd for a directory open. | Jeremy Allison | 1 | -2/+2 |
2011-02-05 | Fix try_chown code. Use new vfs_chown_fsp() which always trys fd first. | Jeremy Allison | 1 | -0/+30 |