Add uint64_t mid field to the files_struct.
[kai/samba.git] / source3 / include / vfs.h
2012-06-30 Jeremy AllisonAdd uint64_t mid field to the files_struct.
2012-06-29 Stefan Metzmachers3:smbd: make use of smbXsrv_open for smb1/2/3
2012-06-25 Stefan Metzmachers3:smbd: make use of smbXsrv_tcon for smb1
2012-06-25 Stefan Metzmachers3:smbd: make use of smbXsrv_tcon and smbXsrv_session...
2012-06-15 Stefan Metzmachers3:smbd: remember the request_time on an incoming request
2012-06-15 Michael Adams3:vfs: change files_struct.fnum from int to uint64_t
2012-06-06 Michael Adams3:include: change connection_struct->cnum to uint32_t
2012-06-06 Michael Adams3:include: change smb_request->tid to uint32_t
2012-06-06 Stefan Metzmachers3:include: change smb_request->vuid to uint64_t
2012-06-06 Stefan Metzmachers3:include: move struct smb_request to vfs.h
2012-06-06 Stefan Metzmachers3:include: change files_struct->vuid to uint64_t
2012-06-06 Stefan Metzmachers3:include: change connection_struct->vuid to uint64_t
2012-06-06 Stefan Metzmachers3:includes: change vuid_cache_entry->vuid to uint64_t
2012-06-06 Stefan Metzmachers3:include: move some prototypes (e.g. smb_register_vfs...
2012-06-06 Stefan Metzmachers3:include: move struct smb_filename to vfs.h
2012-06-06 Stefan Metzmachers3:include: move struct smb_file_time to vfs.h
2012-06-06 Stefan Metzmachers3:include: move struct connection_struct (and sub...
2012-06-06 Stefan Metzmachers3:include: move struct stream_struct to vfs.h
2012-06-06 Stefan Metzmachers3:include: move struct fd_handle/files_struct to vfs.h
2012-06-06 Stefan Metzmachers3:includes: move union unid_t to vfs.h
2012-05-03 Christian Ambachs3:vfs fix compiler warning
2012-04-28 Richard SharpeAdd an audit file VFS routine so we can handle auditing...
2012-04-05 Andrew Bartlettbuild: Remove SMB_OFF_T, replace with off_t
2012-04-05 Andrew Bartletts3-vfs: Remove unused lremovexattr call from VFS module...
2012-04-05 Andrew Bartletts3-vfs: Remove unused lsetxattr call from VFS modules...
2012-04-05 Andrew Bartletts3-vfs: Remove unused llistxattr call from VFS modules...
2012-04-05 Andrew Bartletts3-vfs: Remove unused lgetxattr call from VFS modules...
2012-04-05 Andrew Bartlettbuild: Remove SMB_STRUCT_DIR define
2012-04-05 Andrew Bartlettbuild: Remove SMB_STRUCT_DIRENT define
2012-03-26 Volker Lendeckes3: Pass filters explicitly through vfs notify watch
2012-03-21 Volker Lendeckes3: Pass "path" through vfs_notify_watch
2011-12-12 Richard Sharpevfs: Make function pointer names consistent. They all...
2011-10-07 Stefan Metzmachers3:vfs: add SMB_VFS_GET_DFS_REFERRAL() hooks
2011-10-01 Richard SharpeMove FSCTL handling into the VFS. Initial code changes...
2011-08-05 Volker Lendeckes3: Fix some nonempty blank lines
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... save-diskspace-tags/samba-4.0.0alpha16
2011-06-10 Jeremy AllisonBump the smbd vfs interface version to 29. Samba 3...
2011-06-01 Jeremy AllisonRemove the char * argument from the SMB_VFS_GETWD(...
2011-04-23 Stefan Metzmachers3:include/vfs.h: remove very old hints for vfs modules...
2011-04-23 Stefan MetzmacherRevert "s3-vfs: another attempt to fix the Tru64 build."
2011-04-21 Günther Deschners3-vfs: another attempt to fix the Tru64 build.
2011-04-21 Günther DeschnerRevert "s3-vfs: try to fix the Tru64 build."
2011-04-21 Günther Deschners3-vfs: try to fix the Tru64 build.
2011-04-21 Günther Deschners3-vfs: rename open function to open_fn.
2011-03-29 Günther Deschners3: only include ntioctl.h where needed.
2011-03-02 Volker Lendeckes3: Pass smb_filename through the set_offline vfs op
2011-03-02 Volker Lendeckes3: Pass smb_filename through the is_offline vfs op
2011-03-01 Andrew Bartletts3-build __FUNCTION__ is always available, always use it
2011-02-08 Jeremy AllisonAdd fdopendir to the VFS. We will use this to reuse...
2010-12-18 Jeremy AllisonRename vfs operation posix_fallocate to just fallocate...
2010-12-03 Jeremy AllisonMove posix_fallocate into the VFS where it belongs.
2010-11-20 Jeremy AllisonMove the uglyness of #ifdef REALPATH_TAKES_NULL into...
2010-03-05 Jeremy AllisonFix for bug #7189 - Open txt files with notepad on...
2009-11-18 Volker Lendeckes3: Do not talloc in readdir
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-06 Abhidnya P Chirmules3: Add access_mask to the flock VFS call
2009-09-24 Aravind Srinivasanvfs catia: Fix the double translation that was happenin...
2009-08-28 Aravind Srinivasans3: Add a new VFS op called SMB_VFS_TRANSLATE_NAME
2009-08-25 Jeremy AllisonSecond attempt at fix for bug 6529 - Offline files...
2009-07-24 Volker Lendeckeadd my copyright after the VFS rewrite
2009-07-24 Volker LendeckeMove the "enum _vfs_op_type" to full_audit
2009-07-24 Volker LendeckeMake the smbd VFS typesafe
2009-07-06 Tim Proutys3: Plumb smb_filename through SMB_VFS_NTIMES
2009-07-06 Tim Proutys3: Plumb smb_filename through SMB_VFS_UNLINK
2009-07-06 Tim Proutys3: Plumb smb_filename through SMB_VFS_RENAME
2009-06-25 Tim Proutys3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS...
2009-06-18 Tim Proutys3: Change SMB_VFS_OPEN to take an smb_filename struct
2009-06-12 Tim Proutys3: Plumb smb_filename through SMB_VFS_CREATE_FILE
2009-06-02 Volker LendeckeAdd SMB_VFS_CONNECTPATH operation
2009-03-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-15 Jelmer VernooijMerge branch 'sharedm4' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'nodiscard' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'tdr' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'checktalloc' of /home/jelmer/samba4
2009-03-13 Dave Richardss3: Add strict lock/unlock calls to the vfs layer to...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-20 Tim Proutys3: Modify SMB_VFS_FILE_ID_CREATE to take a stat struct
2009-02-13 Zack KirschAdd VFS ops for Windows BRL: Lock, Unlock and Cancel:
2009-02-10 Steven Dannemans3: OneFS bulk directory enumeration support
2009-02-10 Steven Dannemans3: Added SMB_VFS_INIT_SEARCH_OP to initialize data...
2009-02-10 Steven DannemanAdd an optional SMB_STRUCT_SMB parameter to VFS_OP_READDIR
2009-02-10 Tim Proutys3 vfs: Add a destructor to the fsp extension data API
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-29 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-01-29 Tim Proutys3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operation
2009-01-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-24 todd stecherExtend NTIMES to allow setting create_time
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-10 Volker LendeckePass the get_real_filename operation through the VFS
2008-12-04 Tim Proutys3: Change SMB_VFS_CREATE_FILE to take a create_file_fl...
2008-12-04 Tim Proutys3: Add new "is_dos_path" argument to SMB_VFS_CREATE_FILE
2008-12-04 Tim Proutys3: Add SMB_VFS_CREATE_FILE to the vfs layer
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-14 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-10-14 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-10-14 Jeremy AllisonCope with VFS change.
2008-10-14 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
next