s3: VFS: vfs_syncops: Remove rmdir_fn(). No longer used.
[samba.git] / source3 / modules / vfs_syncops.c
2019-10-10 Jeremy Allisons3: VFS: vfs_syncops: Remove rmdir_fn(). No longer...
2019-09-26 Jeremy Allisons3: VFS: vfs_syncops: Remove unlink_fn. No longer used.
2019-09-26 Jeremy Allisons3: VFS: vfs_syncops. Implement unlinkat().
2019-09-11 Jeremy Allisons3: VFS: vfs_syncops. Remove mkdir_fn(). No longer...
2019-09-11 Jeremy Allisons3: VFS: vfs_syncops. Implement mkdirat().
2019-09-03 Jeremy Allisons3: VFS: vfs_syncops. Remove symlink_fn(). No longer...
2019-09-03 Jeremy Allisons3: VFS: vfs_syncops. Implement symlinkat().
2019-08-22 Jeremy Allisons3: VFS: vfs_syncops. Remove mknod_fn(). No longer...
2019-08-22 Jeremy Allisons3: VFS: vfs_syncops. Implement mknodat().
2019-08-20 Jeremy Allisons3: VFS: vfs_syncops. Remove link_fn(). No longer used.
2019-08-20 Jeremy Allisons3: VFS: vfs_syncops. Implement linkat().
2019-08-16 Jeremy Allisons3: VFS: vfs_syncops. Remove rename_fn(). No longer...
2019-08-16 Jeremy Allisons3: VFS: vfs_syncops. Implement renameat().
2019-06-04 Noel Powers3/modules: cppcheck: Fix ctunullpointer error
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_SYMLINK to use const struct...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_LINK to use const struct smb_fi...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_MKNOD to use const struct smb_f...
2017-04-21 Jeremy Allisonlib: modules: Change XXX_init interface from XXX_init...
2016-02-25 Jeremy AllisonVFS: Modify rmdir to take a const struct smb_filename...
2016-02-24 Jeremy Allisons3: VFS: Modify mkdir to take a const struct smb_filena...
2015-08-20 Stefan Metzmachers3:modules/vfs_*: make function prototypes available...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2011-12-12 Richard Sharpevfs: Make function pointer names consistent. They all...
2011-04-21 Günther Deschners3-vfs: rename open function to open_fn.
2011-03-29 Günther Deschners3-vfs: include smbd/smbd.h in vfs modules.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-02-25 Günther Deschners3-vfs: make syncops_connect in modules/vfs_syncops...
2011-02-18 Christian Ambachs3:vfs:syncops add option to disable metasync per share
2010-10-13 Christian Ambachs3:vfs:syncops add option to disable module per share
2010-10-13 Christian Ambachs3:vfs:syncops make it possible to specify syncops...
2009-07-24 Volker LendeckeMake the smbd VFS typesafe
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-18 Tim Proutys3: Change SMB_VFS_OPEN to take an smb_filename struct
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-04-21 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-04-20 Michael AdamRemove redundant parameter fd from SMB_VFS_CLOSE().
2007-10-23 Andrew Tridgelladded a syncops VFS module for filesystems which do...