summaryrefslogtreecommitdiff
path: root/source3/include/vfs.h
AgeCommit message (Expand)AuthorFilesLines
2012-06-30Add uint64_t mid field to the files_struct.Jeremy Allison1-0/+1
2012-06-29s3:smbd: make use of smbXsrv_open for smb1/2/3Stefan Metzmacher1-0/+1
2012-06-25s3:smbd: make use of smbXsrv_tcon for smb1Stefan Metzmacher1-1/+1
2012-06-25s3:smbd: make use of smbXsrv_tcon and smbXsrv_session for smb2Stefan Metzmacher1-0/+1
2012-06-15s3:smbd: remember the request_time on an incoming requestStefan Metzmacher1-0/+2
2012-06-15s3:vfs: change files_struct.fnum from int to uint64_tMichael Adam1-1/+1
2012-06-06s3:include: change connection_struct->cnum to uint32_tMichael Adam1-1/+1
2012-06-06s3:include: change smb_request->tid to uint32_tMichael Adam1-1/+1
2012-06-06s3:include: change smb_request->vuid to uint64_tStefan Metzmacher1-1/+1
2012-06-06s3:include: move struct smb_request to vfs.hStefan Metzmacher1-0/+61
2012-06-06s3:include: change files_struct->vuid to uint64_tStefan Metzmacher1-1/+1
2012-06-06s3:include: change connection_struct->vuid to uint64_tStefan Metzmacher1-1/+1
2012-06-06s3:includes: change vuid_cache_entry->vuid to uint64_tStefan Metzmacher1-1/+1
2012-06-06s3:include: move some prototypes (e.g. smb_register_vfs) to vfs.hStefan Metzmacher1-0/+10
2012-06-06s3:include: move struct smb_filename to vfs.hStefan Metzmacher1-0/+10
2012-06-06s3:include: move struct smb_file_time to vfs.hStefan Metzmacher1-0/+8
2012-06-06s3:include: move struct connection_struct (and sub structs) to vfs.hStefan Metzmacher1-0/+91
2012-06-06s3:include: move struct stream_struct to vfs.hStefan Metzmacher1-0/+10
2012-06-06s3:include: move struct fd_handle/files_struct to vfs.hStefan Metzmacher1-0/+82
2012-06-06s3:includes: move union unid_t to vfs.hStefan Metzmacher1-0/+5
2012-05-03s3:vfs fix compiler warningChristian Ambach1-0/+5
2012-04-28Add an audit file VFS routine so we can handle auditing with SACLs.Richard Sharpe1-0/+6
2012-04-06build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett1-23/+24
2012-04-05s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configureAndrew Bartlett1-3/+0
2012-04-05s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configureAndrew Bartlett1-2/+1
2012-04-05s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configureAndrew Bartlett1-1/+1
2012-04-05s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configureAndrew Bartlett1-4/+0
2012-04-05build: Remove SMB_STRUCT_DIR defineAndrew Bartlett1-16/+16
2012-04-05build: Remove SMB_STRUCT_DIRENT defineAndrew Bartlett1-2/+2
2012-03-26s3: Pass filters explicitly through vfs notify watchVolker Lendecke1-2/+4
2012-03-21s3: Pass "path" through vfs_notify_watchVolker Lendecke1-0/+2
2011-12-12vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe1-214/+215
2011-10-08s3:vfs: add SMB_VFS_GET_DFS_REFERRAL() hooksStefan Metzmacher1-0/+14
2011-10-01Move FSCTL handling into the VFS. Initial code changes. Passes smbtorture NTT...Richard Sharpe1-0/+22
2011-08-05s3: Fix some nonempty blank linesVolker Lendecke1-3/+3
2011-06-10Bump the smbd vfs interface version to 29. Samba 3.6.0 will shipJeremy Allison1-1/+2
2011-06-01Remove the char * argument from the SMB_VFS_GETWD() call. Now alwaysJeremy Allison1-2/+3
2011-04-23s3:include/vfs.h: remove very old hints for vfs modules with interface versio...Stefan Metzmacher1-8/+0
2011-04-23Revert "s3-vfs: another attempt to fix the Tru64 build."Stefan Metzmacher1-4/+0
2011-04-22s3-vfs: another attempt to fix the Tru64 build.Günther Deschner1-0/+4
2011-04-22Revert "s3-vfs: try to fix the Tru64 build."Günther Deschner1-6/+0
2011-04-21s3-vfs: try to fix the Tru64 build.Günther Deschner1-0/+6
2011-04-21s3-vfs: rename open function to open_fn.Günther Deschner1-3/+4
2011-03-30s3: only include ntioctl.h where needed.Günther Deschner1-2/+3
2011-03-02s3: Pass smb_filename through the set_offline vfs opVolker Lendecke1-2/+3
2011-03-02s3: Pass smb_filename through the is_offline vfs opVolker Lendecke1-2/+5
2011-03-01s3-build __FUNCTION__ is always available, always use itAndrew Bartlett1-2/+2
2011-02-09Add fdopendir to the VFS. We will use this to reuse a directory fd already op...Jeremy Allison1-0/+6
2010-12-18Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc...Jeremy Allison1-2/+11
2010-12-02Move posix_fallocate into the VFS where it belongs.Jeremy Allison1-0/+10