smbd: Remove unused [push_pull]_file_id_24
[samba.git] / source3 / modules / vfs_xattr_tdb.c
2022-09-19 Volker Lendeckevfs: Simplify xattr_tdb_mkdirat()
2022-08-10 Ralph Boehmevfs_xattr_tdb: add "xattr_tdb:ignore_user_xattr" option
2022-08-10 Ralph Boehmevfs_xattr_tdb: add a module config
2022-08-10 Ralph Boehmevfs_xattr_tdb: move close_xattr_db()
2022-08-06 Volker Lendeckevfs: change openat propotype to match linux openat2
2021-10-29 Jeremy Allisons3: VFS: xattr_tdb. Allow unlinkat to cope with danglin...
2021-07-04 Jeremy Allisons3: VFS: xattr_tdb: Remove xattr_tdb_getxattr.
2021-04-07 Jeremy Allisons3: VFS: xattr_tdb: Remove xattr_tdb_removexattr()...
2021-03-11 Noel PowerVFS: Remove SMB_VFS_SETXATTR, no longer used
2021-02-26 Noel PowerVFS: Remove SMB_VFS_LISTXATTR, no longer used
2021-01-28 Ralph Boehmevfs_xattr_tdb: support real dirfsps in xattr_tdb_unlinkat()
2020-12-17 Ralph Boehmevfs_xattr_tdb: support real dirfsps in xattr_tdb_mkdirat()
2020-12-16 Ralph Boehmevfs_xattr_tdb: don't leak the fd into the caller
2020-12-16 Ralph Boehmesmbd: use fsp_set_fd()
2020-10-02 Volker Lendeckevfs: Fix a typo
2020-05-21 Ralph Boehmevfs: remove SMB_VFS_OPEN()
2020-05-21 Ralph Boehmevfs_xattr_tdb: implement SMB_VFS_OPENAT()
2020-05-05 Ralph Boehmesmbd: add twrp arg to synthetic_smb_fname()
2020-05-05 Ralph Boehmevfs_xattr_tdb: realign synthetic_smb_fname() args in...
2019-10-10 Jeremy Allisons3: VFS: vfs_xattr_tdb: Remove rmdir_fn. No longer...
2019-09-26 Jeremy Allisons3: VFS: vfs_xattr_tdb: Remove unlink_fn. No longer...
2019-09-26 Jeremy Allisons3: VFS: vfs_xattr_tdb. Implement unlinkat().
2019-09-11 Jeremy Allisons3: VFS: vfs_xattr_tdb. Remove mkdir_fn(). No longer...
2019-09-11 Jeremy Allisons3: VFS: vfs_xattr_tdb. Implement mkdirat().
2019-01-11 Ralph Boehmes3:smbd: let SMB_VFS_GETXATTRAT_SEND() do explicit...
2018-08-17 Volker Lendeckelib: Pass mem_ctx to state_path()
2018-07-27 Ralph Boehmevfs_xattr_tdb: implement SMB_VFS_GETXATTRAT_SEND/RECV
2018-07-27 Ralph Boehmes3: vfs: add SMB_VFS_GETXATTRAT_SEND/RECV
2017-12-18 Christof Schmittvfs: Use static_decl_vfs in all VFS modules
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-04-21 Jeremy Allisonlib: modules: Change XXX_init interface from XXX_init...
2017-04-17 Uri Simchonivfs_xattr_tdb: handle case of zero size.
2016-07-23 Jeremy Allisons3: smbd: vfs: Remove any stale xattr values during...
2016-03-24 Jeremy Allisons3: smbd: Modify vfs_stat_smb_basename() to take a...
2016-03-24 Jeremy Allisons3: smbd: Remove many common uses of lp_posix_pathnames().
2016-03-24 Jeremy Allisons3: Filenames: Add uint32_t flags parameter to syntheti...
2016-03-15 Jeremy Allisons3: vfs: vfs_xattr_tdb - cleanup. Remove unneeded varia...
2016-02-25 Jeremy AllisonVFS: Modify rmdir to take a const struct smb_filename...
2015-05-05 Jeremy Allisons3: smbd: VFS: For all EA and ACL calls use synthetic_s...
2015-05-05 Jeremy Allisons3: smbd: VFS: All the places that are currently callin...
2014-02-07 Michael Adamdbwrap: add a dbwrap_flags argument to db_open()
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-04-17 Volker Lendeckevfs: Convert xattr_tdb_get_file_id to synthetic_smb_fname
2013-04-17 Volker Lendeckevfs: Convert xattr_tdb_unlink to cp_smb_filename
2012-08-21 Andrew Bartletts3-vfs: Remove extra calls to SMB_VFS_HANDLE_GET_DATA
2012-08-20 Andrew Bartletts3-vfs: Allow vfs_xattr_tdb to work without a connected...
2012-08-16 Andrew Bartletts3-vfs: Continue to make vfs_xattr_tdb non-recursive
2012-08-15 Andrew Bartletts3-vfs: Set errno in xattr emulation
2012-08-15 Andrew Bartletts3-vfs: Avoid loops in VFS modules: call _NEXT function...
2012-08-15 Andrew Bartletts3-vfs: ensure we strictly free the talloc_stackframe
2012-07-17 Rusty Russellsource3/modules/vfs_xattr_tdb.c: fix stackframe leak
2012-06-02 Volker Lendeckes3: Same fix as 8576256, this time for fgetxattr
2012-05-21 Volker Lendeckes3: Fix vfs_xattr_tdb.c
2012-04-19 Andrew Bartletts3-xattr_tdb: Remove dead code: talloc_stackframe(...
2012-04-18 Andrew Bartletts3-xattr_tdb: Be nice to xattr_tdb_getxattr callers...
2012-04-18 Andrew Bartletts3-xattr_tdb: make xattr_tdb a private library, for...
2012-02-02 Volker Lendeckes3-xattr_tdb: Fix listxattr
2012-01-18 Volker Lendeckes3: Add a "lock_order" argument to db_open
2011-12-12 Richard Sharpevfs: Make function pointer names consistent. They all...
2011-10-11 Michael Adams3:vfs: change the xattr_tdb module to use dbwrap wrapp...
2011-07-29 Michael Adams3:dbwrap: move all .c and .h files of dbwrap to lib...
2011-07-29 Michael Adams3:dbwrap: move db_open() to a file dbwrap_open.c of...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-20 Rusty Russelltdb_compat: Higher level API fixes.
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
2011-05-06 Günther Deschners3: only include tdb headers where needed.
2011-05-05 Jeremy AllisonMore const fixes. Remove CONST_DISCARD.
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-02 Günther Deschners3: Remove superfluous ;
2010-11-10 Jeremy AllisonFix bug 7781 - Samba transforms ShareName to lowercase...
2010-08-25 Günther Deschners3-build: use dbwrap.h only where needed.
2010-08-06 Günther Deschners3-netlogon: remove global include of netlogon.h.
2010-05-18 Jelmer Vernooijs3: Remove use of iconv_convenience.
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-16 Jeremy AllisonFix one missing STAT -> LSTAT with POSIX pathnames...
2009-08-12 Jeremy AllisonWhen mapping EA's into a TDB, don't remove the EA
2009-07-24 Volker LendeckeMake the smbd VFS typesafe
2009-07-06 Tim Proutys3: Plumb smb_filename through SMB_VFS_UNLINK
2009-06-25 Tim Proutys3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-20 Tim Proutys3: Add extid to the dev/inode pair
2009-02-20 Tim Proutys3: Modify SMB_VFS_FILE_ID_CREATE to take a stat struct
2009-01-16 Michael Adams3:vfs_xattr_tdb: don't leak state_path() to talloc_tos...
2009-01-13 Steven DannemanCovert several persistant tdb files to use state_path...
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-15 Jelmer VernooijShare xattr implementation.
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-23 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-23 Günther Deschners3-nbt: fix remaining callers of ndr_push/pull_struct_blob.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-03-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-25 Michael AdamFix the build on OpenBSD: ENOTSUP is not always defined.
next