s3: VFS: vfs_streams_depot: Add a dirfsp parameter to streams_depot_rmdir_internal().
[samba.git] / source3 / modules / vfs_streams_depot.c
2019-10-10 Jeremy Allisons3: VFS: vfs_streams_depot: Add a dirfsp parameter...
2019-10-10 Jeremy Allisons3: VFS: vfs_streams_depot: Rename streams_depot_rmdir...
2019-10-10 Jeremy Allisons3: VFS: vfs_posix_eadb: Convert streams_depot_rmdir_in...
2019-10-02 Ralph Boehmes3:smbd: use is_named_stream() in a a few places
2019-09-26 Jeremy Allisons3: VFS: vfs_streams_depot: Remove unlink_fn. No longer...
2019-09-26 Jeremy Allisons3: VFS: vfs_streams_depot: Change streams_depot_unlink...
2019-09-26 Jeremy Allisons3: VFS: vfs_streams_depot. Wrap Convert streams_depot_...
2019-09-26 Jeremy Allisons3: VFS: vfs_streams_depot. Implement unlinkat().
2019-09-11 Jeremy Allisons3: VFS: vfs_streams_depot: Change use of SMB_VFS_NEXT_...
2019-08-16 Jeremy Allisons3: VFS: vfs_streams_depot: Change to using SMB_VFS_REN...
2019-08-16 Jeremy Allisons3: VFS: vfs_streams_depot. Remove rename_fn(). No...
2019-08-16 Jeremy Allisons3: VFS: vfs_streams_depot. Implement renameat().
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-04-21 Jeremy Allisonlib: modules: Change XXX_init interface from XXX_init...
2016-10-24 Jeremy Allisons3: vfs: streams_depot. Use conn->connectpath not conn...
2016-10-20 Jeremy Allisons3: vfs: Remove files/directories after the streams...
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-18 Shyamsunder Rathis3/vfs:stream_depots: Parse substitutions in streams...
2016-03-07 Jeremy Allisons3: smbd: Change open_streams_for_delete() to take...
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...
2015-05-06 Richard SharpeConvert all uint8/16/32 to _t in all modules.
2014-02-07 Jeremy Allisons3: modules: streaminfo: As we have no VFS function...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-11-12 Andreas Schneiders3-vfs: Fix stream_depot vfs module on btrfs.
2013-11-12 David DisseldorpRevert "s3-vfs: Fix stream_depot vfs module on btrfs."
2013-11-08 Andreas Schneiders3-vfs: Fix stream_depot vfs module on btrfs.
2013-04-17 Volker Lendeckevfs: Convert streams_depot_streaminfo to synthetic_smb_...
2013-04-17 Volker Lendeckevfs: Convert collect_one_stream to synthetic_smb_fname
2013-04-17 Volker Lendeckevfs: Convert streams_depot_rmdir to synthetic_smb_fname
2013-04-17 Volker Lendeckevfs: Convert streams_depot_unlink to synthetic_smb_fname
2013-04-17 Volker Lendeckevfs: Convert streams_depot_open to synthetic_smb_fname
2013-04-17 Volker Lendeckevfs: Convert stream_smb_fname to synthetic_smb_fname
2013-04-17 Volker Lendeckevfs: Convert stream_dir to synthetic_smb_fname
2012-10-01 Björn Baumbachs3: vfs_streams_depot: add delete_lost option
2012-09-12 Jeremy AllisonIn vfs modules, don't use 'conn->origpath' when we...
2012-08-09 Jeremy AllisonCheck error returns from strupper_m() (in all reasonabl...
2012-04-05 Andrew Bartlettbuild: Remove SMB_OFF_T, replace with off_t
2012-04-05 Andrew Bartlettbuild: Remove SMB_STRUCT_DIR define
2012-02-02 Volker Lendeckes3: Simplify streams_depot a bit
2012-02-01 Volker Lendeckes3: Add rmdir operation to streams_depot
2011-12-12 Richard Sharpevfs: Make function pointer names consistent. They all...
2011-10-14 Frank LahmAdd support for VFS op streaminfo chaining in all relev...
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-09 Andrew Bartletts3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
2011-05-18 Andrew Bartletts3-lib Replace StrCaseCmp() with strcasecmp_m()
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-01-21 Jeremy AllisonMake processing of incoming stream rename paths common...
2009-11-18 Volker Lendeckes3: Do not talloc in readdir
2009-10-29 Jeremy AllisonStart fixing the RAW-STREAMS test - ensure that the...
2009-08-28 Aravind Srinivasans3: Add a new VFS op called SMB_VFS_TRANSLATE_NAME
2009-08-27 Stefan Metzmachers3:streams: check for :$DATA only in the backend (fix...
2009-08-25 Jeremy AllisonSecond attempt at fix for bug 6529 - Offline files...
2009-07-24 Volker LendeckeMake the smbd VFS typesafe
2009-07-06 Tim Proutys3: Update streaminfo implementations now that only...
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-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-26 Volker LendeckeIntroduce "struct stat_ex" as a replacement for SMB_STR...
2009-03-31 Andrew TridgellMerge branch 'master' into wspp-schema
2009-03-26 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-03-26 Jeremy AllisonTry and fix the build farm RAW-STREAMS errors. Ordering of
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-25 Jeremy AllisonFix use of streams modules with CIFSFS client.
2009-02-20 Tim Proutys3: Modify SMB_VFS_FILE_ID_CREATE to take a stat struct
2009-02-10 Steven DannemanAdd an optional SMB_STRUCT_SMB parameter to VFS_OP_READDIR
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-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-05 Tim Proutys3: Remove a few unnecessary checks from the streams...
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-01 Stefan Metzmachers3:streams_depot: add an option to disable the xattr...
2008-12-01 Stefan Metzmachers3:streams_depot: fix valgrind bug lp_parm_const_string...
2008-12-01 Stefan Metzmachers3:streams_depot: add support for stream renames
2008-12-01 Stefan Metzmachers3:streams_depot: map 'file::$DATA' to just 'file'
2008-11-22 Jeremy AllisonFix a C90 error.
2008-11-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-16 TAKAHASHI MotonobuFix bug 5901: Default for streams_depot location
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-07-18 Volker LendeckeChange the directory parameter in streams_depot to...
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-24 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-24 Derrell LipmanMerge branch 'setxattr-dos-mode' into v3-2-test
2008-01-23 Andrew TridgellMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-21 Volker LendeckeAdd SMB_VFS_FS_CAPABILITIES
2008-01-19 Volker Lendeckevfs_streams_depot