auth: Generate a human readable Authentication log message.
[amitay/samba.git] / source3 / modules / vfs_xattr_tdb.c
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.
2008-02-21 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-21 Karolin SeegerChange option name.
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-29 Alexander BokovoyMerge branch 'ctdb-merge' into dmapi-integration
2008-01-25 Volker LendeckeAttempt to fix the build on OpenBSD
2008-01-24 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-23 Andrew TridgellMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-20 Volker LendeckeAdd some DEBUG
2008-01-20 Volker LendeckeSupport XATTR_CREATE and XATTR_REPLACE in vfs_xattr_tdb
2008-01-20 Volker LendeckeComplete the ea->xattr rename in vfs_xattr_tdb
2008-01-19 Volker LendeckeFix error return in xattr_tdb_load_attrs
2008-01-16 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Volker LendeckeFix an uninitialized variable warning
2008-01-16 Derrell LipmanMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-15 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-15 Gerald (Jerry) CarterMerge commit 'samba/v3-2-test' into v3-2-stable
2008-01-15 Volker Lendeckeea_tdb->xattr_tdb also inside the module itself
2008-01-15 Volker Lendeckerename vfs_ea_tdb to vfs_xattr_tdb