Age | Commit message (Expand) | Author | Files | Lines |
2009-08-24 | Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of... | Jeremy Allison | 1 | -12/+68 |
2009-08-12 | Add "store create time" parameter (docs to follow) | Jeremy Allison | 1 | -0/+9 |
2009-08-07 | Move the checks for null timestamps down below the VFS_NTIMES | Jeremy Allison | 1 | -0/+15 |
2009-07-24 | Make the smbd VFS typesafe | Volker Lendecke | 1 | -244/+121 |
2009-07-21 | s3: Remove unnecessary callers of get_full_smb_filename | Tim Prouty | 1 | -40/+18 |
2009-07-20 | s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules. | Tim Prouty | 1 | -1/+3 |
2009-07-19 | Fix a few type errors in VFS modules | Volker Lendecke | 1 | -2/+3 |
2009-07-06 | s3: Update streaminfo implementations now that only base names are passed thr... | Tim Prouty | 1 | -1/+11 |
2009-07-06 | s3: Plumb smb_filename through SMB_VFS_NTIMES | Tim Prouty | 1 | -6/+14 |
2009-07-06 | s3: Plumb smb_filename through SMB_VFS_UNLINK | Tim Prouty | 1 | -5/+12 |
2009-07-06 | s3: Plumb smb_filename through SMB_VFS_RENAME | Tim Prouty | 1 | -3/+14 |
2009-06-24 | s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT | Tim Prouty | 1 | -5/+33 |
2009-06-17 | s3: Change SMB_VFS_OPEN to take an smb_filename struct | Tim Prouty | 1 | -2/+20 |
2009-06-12 | s3: Plumb smb_filename through SMB_VFS_CREATE_FILE | Tim Prouty | 1 | -8/+6 |
2009-06-02 | Add SMB_VFS_CONNECTPATH operation | Volker Lendecke | 1 | -0/+8 |
2009-05-26 | Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT | Volker Lendecke | 1 | -22/+22 |
2009-05-18 | Move down the become_root()/unbecome_root() calls into the VFS modules | Volker Lendecke | 1 | -2/+22 |
2009-05-05 | s3: Fix trans2 path to use case-insensitive stat optimization | tprouty | 1 | -2/+6 |
2009-03-13 | s3: Don't return in a void funtion | Tim Prouty | 1 | -1/+1 |
2009-03-13 | s3: Add strict lock/unlock calls to the vfs layer to replace is_locked | Dave Richards | 1 | -0/+24 |
2009-02-19 | s3: Add extid to the dev/inode pair | Tim Prouty | 1 | -0/+1 |
2009-02-19 | s3: Modify SMB_VFS_FILE_ID_CREATE to take a stat struct | Tim Prouty | 1 | -2/+12 |
2009-02-13 | Add VFS ops for Windows BRL: Lock, Unlock and Cancel: | Zack Kirsch | 1 | -0/+41 |
2009-02-09 | s3: OneFS bulk directory enumeration support | Steven Danneman | 1 | -2/+1 |
2009-02-09 | s3: Added SMB_VFS_INIT_SEARCH_OP to initialize data at the beginning of SMB s... | Steven Danneman | 1 | -0/+9 |
2009-02-09 | Add an optional SMB_STRUCT_SMB parameter to VFS_OP_READDIR | Steven Danneman | 1 | -1/+7 |
2009-02-03 | Fix bug #6085 - In vfs_default.c change utime( ) call. | Miguel Suarez | 1 | -1/+1 |
2009-01-29 | s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operation | Tim Prouty | 1 | -1/+36 |
2009-01-23 | Extend NTIMES to allow setting create_time | todd stecher | 1 | -7/+8 |
2008-12-31 | Rename parent_dirname_talloc() to parent_dirname() | Volker Lendecke | 1 | -1/+1 |
2008-12-31 | Use parent_dirname_talloc instead of parent_dirname in vfswrap_mkdir | Volker Lendecke | 1 | -1/+6 |
2008-12-26 | Try to fix the build by fixing some typos in the vfs code | Kai Blin | 1 | -3/+3 |
2008-12-25 | Fix bug #5990 - strict allocate should be checked before ftruncate | Jeremy Allison | 1 | -0/+14 |
2008-12-10 | Pass the get_real_filename operation through the VFS | Volker Lendecke | 1 | -0/+12 |
2008-12-03 | s3: Change SMB_VFS_CREATE_FILE to take a create_file_flags argument | Tim Prouty | 1 | -2/+2 |
2008-12-03 | s3: Add new "is_dos_path" argument to SMB_VFS_CREATE_FILE | Tim Prouty | 1 | -1/+2 |
2008-12-03 | s3: Add SMB_VFS_CREATE_FILE to the vfs layer | Tim Prouty | 1 | -0/+27 |
2008-11-01 | Move sys_realpath() to libreplace. | Jelmer Vernooij | 1 | -1/+1 |
2008-11-01 | Move sys_lchown() to libreplace. | Jelmer Vernooij | 1 | -1/+1 |
2008-11-01 | Move sys_symlink() to libreplace. | Jelmer Vernooij | 1 | -2/+2 |
2008-11-01 | Move sys_link to libreplace. | Jelmer Vernooij | 1 | -1/+1 |
2008-11-01 | Use 'regular' chown, libreplace will provide (dummy) replacement if necessary. | Jelmer Vernooij | 1 | -1/+1 |
2008-10-14 | Use {u,}int64_t instead of SMB_BIG_{U,}INT. | Jelmer Vernooij | 1 | -3/+3 |
2008-10-07 | Update vfs version as I've added a const to the security_descriptor paramter ... | Jeremy Allison | 1 | -1/+1 |
2008-07-15 | Fix from Volodymyr Khomenko <Volodymyr.Khomenko@exanet.com>. Make ntimes | Jeremy Allison | 1 | -2/+6 |
2008-05-08 | Yay ! Remove a VFS entry. Removed the set_nt_acl() call, | Jeremy Allison | 1 | -12/+0 |
2008-04-21 | Remove redundant parameter fd from SMB_VFS_CLOSE(). | Michael Adam | 1 | -1/+1 |
2008-04-21 | Change fd_close_posix() to return int instead of NTSTATUS. | Michael Adam | 1 | -3/+2 |
2008-04-21 | Move the posix pending close functionality down into the VFS layer. | Michael Adam | 1 | -4/+4 |
2008-02-25 | Correctly check return of rename(2) | Volker Lendecke | 1 | -1/+1 |