VFS: Remove SMB_VFS_LISTXATTR, no longer used
[samba.git] / source3 / modules / vfs_catia.c
2021-02-26 Noel PowerVFS: Remove SMB_VFS_LISTXATTR, no longer used
2021-02-26 Noel Powers3/modules: Ensure vfs_streaminfo gets passed valid...
2021-01-28 Ralph Boehmevfs_catia: support real dirfsps in catia_unlinkat()
2021-01-28 Ralph Boehmevfs_catia: forward pathref fsp in catia_unlinkat()
2020-12-17 Ralph Boehmevfs: RIP SMB_VFS_SYS_ACL_SET_FILE()
2020-12-17 Ralph Boehmevfs: add acl type arg to SMB_VFS_SYS_ACL_SET_FD()
2020-12-16 Ralph Boehmevfs: SMB_VFS_GET_COMPRESSION() -> SMB_VFS_FGET_COMPRESS...
2020-12-16 Ralph Boehmevfs: RIP SMB_VFS_GET_DOS_ATTRIBUTES()
2020-06-03 Jeremy Allisons3: VFS: catia. Ensure read_dfs_pathat() returns stat...
2020-06-03 Jeremy Allisons3: VFS: Change the function signature for SMB_VFS_READ...
2020-05-21 Ralph Boehmevfs: remove SMB_VFS_OPEN()
2020-05-21 Ralph Boehmevfs_catia: implement SMB_VFS_OPENAT()
2020-05-21 Jeremy Allisons3: VFS: catia: Change saved_errno to catia_saved_errno...
2020-05-07 Jeremy Allisons3: VFS: catia. Remove get_nt_acl_fn().
2020-05-07 Jeremy Allisons3: VFS: catia. Add catia_get_nt_acl_at().
2020-05-05 Ralph Boehmesmbd: add twrp arg to synthetic_smb_fname()
2020-05-05 Ralph Boehmevfs_catia: realign synthetic_smb_fname() args in catia_...
2020-03-24 Ralph Boehmevfs: remove SMB_VFS_OPENDIR()
2020-02-18 Jeremy Allisons3: VFS: catia: Add read_dfs_pathat().
2020-01-30 Jeremy Allisons3: VFS: Implement create_dfs_pathat() in catia.
2020-01-08 Christof Schmittvfs_catia: Rename argument for flock function
2019-10-15 Jeremy Allisons3: VFS: vfs_catia: Remove chown_fn().
2019-10-10 Jeremy Allisons3: VFS: vfs_catia: Remove rmdir_fn(). No longer used.
2019-09-26 Jeremy Allisons3: VFS: vfs_catia: Remove unlink_fn. No longer used.
2019-09-26 Jeremy Allisons3: VFS: vfs_catia. Implement unlinkat().
2019-09-11 Jeremy Allisons3: VFS: vfs_catia. Remove mkdir_fn(). No longer used.
2019-09-11 Jeremy Allisons3: VFS: vfs_catia. Implement mkdirat().
2019-09-10 Ralph Boehmevfs_catia: stat info may have been updated, make sure...
2019-08-16 Jeremy Allisons3: VFS: vfs_catia. Remove rename_fn(). No longer used.
2019-08-16 Jeremy Allisons3: VFS: vfs_catia. Implement renameat().
2019-07-12 Ralph Boehmes3:modules: pass a TALLOC_CTX to string_replace_init_map()
2019-07-01 Ralph Boehmevfs_catia: pass stat info to synthetic_smb_fname()
2019-05-19 Rikard Falkebornvfs_catia: Fix return value in lock functions
2018-07-27 Ralph Boehmesmbd: use async dos_mode_at_send in smbd_smb2_query_dir...
2018-07-27 Ralph Boehmes3: vfs: add SMB_VFS_GET_DOS_ATTRIBUTES_SEND/RECV
2018-07-27 Ralph Boehmes3: vfs: add SMB_VFS_GETXATTRAT_SEND/RECV
2018-05-25 Jeremy Allisons3: VFS: Remove SMB_VFS_FCHMOD_ACL().
2018-05-25 Jeremy Allisons3: VFS: Remove SMB_VFS_CHMOD_ACL().
2018-05-16 Timur I. BakeyevRemove extra 0x prefix for the "%p" format specifiers...
2018-05-01 Jeremy Allisons3: VFS: Remove fsync_fn() from the VFS and all modules...
2017-12-06 David Disseldorpvfs: drop casts for VFS_ADD_FSP_EXTENSION() callers
2017-10-17 Volker Lendeckevfs_catia: Fix a potential memleak
2017-10-17 Volker Lendeckevfs_catia: Fix a memory leak
2017-10-17 Volker Lendeckevfs_catia: Make "srt_head" static to the module
2017-10-13 Ralph Boehmevfs_catia: factor out mapping functions
2017-09-12 Jeremy Allisons3: vfs: catia: compression get/set must act only on...
2017-07-11 Ralph Boehmes3/vfs: rename SMB_VFS_STRICT_LOCK to SMB_VFS_STRICT_LO...
2017-07-10 Ralph Boehmes3/vfs: remove SMB_VFS_STRICT_UNLOCK
2017-07-01 Jeremy Allisons3: VFS: Change SMB_VFS_REALPATH to take and return...
2017-07-01 Jeremy Allisons3: VFS: Change SMB_VFS_CHDIR to use const struct smb_f...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_CHFLAGS to use const struct...
2017-06-01 Jeremy Allisons3: VFS: Change SMB_VFS_GETXATTR to use const struct...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SETXATTR to use const struct...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_REMOVEXATTR to use const struct...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_LISTXATTR to use const struct...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SYS_ACL_SET_FILE to use const...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to...
2017-05-26 Jeremy Allisons3: VFS: Catia: Ensure path name is also converted.
2017-04-21 Jeremy Allisonlib: modules: Change XXX_init interface from XXX_init...
2017-03-01 Ralph Boehmevfs_catia: add catia_(g|s)et_dos_attributes
2017-03-01 Ralph Boehmevfs_catia: add catia_readdir_attr
2017-03-01 Ralph Boehmevfs_catia: run translation on all handle based VFS...
2016-04-11 Volker Lendeckevfs_catia: Fix bug 11827, memleak
2016-04-11 Volker Lendeckevfs_catia: Align loop index with terminator
2016-03-24 Jeremy Allisons3: Filenames: Add uint32_t flags parameter to syntheti...
2016-03-07 Jeremy Allisons3: smbd: Change open_streams_for_delete() to take...
2016-03-05 Jeremy AllisonVFS: Modify lchown to take a const struct smb_filename...
2016-03-05 Jeremy AllisonVFS: Modify chown to take a const struct smb_filename...
2016-03-03 Jeremy AllisonVFS: Modify chmod_acl to take a const struct smb_filena...
2016-03-03 Jeremy AllisonVFS: Modify chmod to take a const struct smb_filename...
2016-03-01 Jeremy AllisonVFS: Modify opendir to take a const struct smb_filename...
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...
2016-02-16 Jeremy Allisons3: VFS: Modify SMB_VFS_GET_NT_ACL to take a const...
2015-08-20 Stefan Metzmachers3:modules/vfs_*: make function prototypes available...
2015-08-07 Ralph Boehmevfs_catia: run translation on stream names
2015-05-06 Richard SharpeConvert all uint8/16/32 to _t in all modules.
2015-02-26 Volker Lendeckevfs_catia: Simplify init_mappings()
2014-03-11 Ralph Boehmevfs_catia: add chmod()
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-06-17 David Disseldorpvfs_catia: use translate direction enum instead of int
2013-05-16 Karolin Seegersource3/modules/vfs_catia.c: Fix typo in comment.
2013-04-17 Volker Lendeckevfs: Convert catia_ntimes to cp_smb_filename
2013-04-17 Volker Lendeckevfs: Convert catia_unlink to cp_smb_filename
2013-04-17 Volker Lendeckevfs: Convert catia_rename to cp_smb_filename
2013-03-07 Guenter Kukkukkvfs_catia: add my copyright
2013-03-07 Guenter Kukkukkvfs_catia: fix the translation to "vfs_translate_to_win...
2013-03-07 Guenter Kukkukkvfs_catia: add debug class for that module
2012-10-11 Andrew Bartlettsmbd: Add mem_ctx to {f,}get_nt_acl VFS call
2012-10-11 Andrew Bartlettsmbd: Add mem_ctx to sys_acl_init() and all callers
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
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.
2010-11-20 Jeremy AllisonMove the uglyness of #ifdef REALPATH_TAKES_NULL into...
next