summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_streams_depot.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-01s3: VFS: Change SMB_VFS_GETXATTR to use const struct smb_filename * instead o...Jeremy Allison1-4/+5
2017-05-31s3: VFS: Change SMB_VFS_SETXATTR to use const struct smb_filename * instead o...Jeremy Allison1-4/+5
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-2/+2
2016-10-24s3: vfs: streams_depot. Use conn->connectpath not conn->cwd.Jeremy Allison1-1/+2
2016-10-21s3: vfs: Remove files/directories after the streams are deleted.Jeremy Allison1-4/+14
2016-03-24s3: smbd: Remove many common uses of lp_posix_pathnames().Jeremy Allison1-3/+3
2016-03-24s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().Jeremy Allison1-18/+53
2016-03-18s3/vfs:stream_depots: Parse substitutions in streams-depot-directory pathShyamsunder Rathi1-2/+8
2016-03-07s3: smbd: Change open_streams_for_delete() to take a struct smb_filename *.Jeremy Allison1-4/+12
2016-03-01VFS: Modify opendir to take a const struct smb_filename * instead of const ch...Jeremy Allison1-1/+13
2016-02-25VFS: Modify rmdir to take a const struct smb_filename * instead of const char *Jeremy Allison1-7/+36
2016-02-24s3: VFS: Modify mkdir to take a const struct smb_filename * instead of const ...Jeremy Allison1-4/+34
2015-05-06Convert all uint8/16/32 to _t in all modules.Richard Sharpe1-1/+1
2014-02-08s3: modules: streaminfo: As we have no VFS function SMB_VFS_LLISTXATTR we can...Jeremy Allison1-1/+12
2013-11-12s3-vfs: Fix stream_depot vfs module on btrfs.Andreas Schneider1-6/+4
2013-11-12Revert "s3-vfs: Fix stream_depot vfs module on btrfs."David Disseldorp1-8/+8
2013-11-08s3-vfs: Fix stream_depot vfs module on btrfs.Andreas Schneider1-8/+8
2013-04-17vfs: Convert streams_depot_streaminfo to synthetic_smb_fnameVolker Lendecke1-5/+4
2013-04-17vfs: Convert collect_one_stream to synthetic_smb_fnameVolker Lendecke1-5/+3
2013-04-17vfs: Convert streams_depot_rmdir to synthetic_smb_fnameVolker Lendecke1-5/+3
2013-04-17vfs: Convert streams_depot_unlink to synthetic_smb_fnameVolker Lendecke1-5/+5
2013-04-17vfs: Convert streams_depot_open to synthetic_smb_fnameVolker Lendecke1-6/+4
2013-04-17vfs: Convert stream_smb_fname to synthetic_smb_fnameVolker Lendecke1-4/+4
2013-04-17vfs: Convert stream_dir to synthetic_smb_fnameVolker Lendecke1-18/+12
2012-10-01s3: vfs_streams_depot: add delete_lost optionBjörn Baumbach1-23/+42
2012-09-12In vfs modules, don't use 'conn->origpath' when we really mean 'conn->cwd'.Jeremy Allison1-1/+1
2012-08-09Check error returns from strupper_m() (in all reasonable places).Jeremy Allison1-1/+4
2012-04-06build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett1-2/+2
2012-04-05build: Remove SMB_STRUCT_DIR defineAndrew Bartlett1-1/+1
2012-02-02s3: Simplify streams_depot a bitVolker Lendecke1-14/+5
2012-02-01s3: Add rmdir operation to streams_depotVolker Lendecke1-0/+47
2011-12-12vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe1-6/+6
2011-10-14Add support for VFS op streaminfo chaining in all relevant VFS modules.Frank Lahm1-15/+3
2011-06-09s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett1-1/+1
2011-05-18s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett1-1/+1
2011-04-21s3-vfs: rename open function to open_fn.Günther Deschner1-1/+1
2011-03-30s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-01-20Make processing of incoming stream rename paths common between reply_mv and n...Jeremy Allison1-19/+1
2009-11-18s3: Do not talloc in readdirVolker Lendecke1-5/+7
2009-10-29Start fixing the RAW-STREAMS test - ensure that the xattrJeremy Allison1-2/+0
2009-08-28s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAMEAravind Srinivasan1-1/+4
2009-08-27s3:streams: check for :$DATA only in the backend (fix bug #6642)Stefan Metzmacher1-2/+8
2009-08-24Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...Jeremy Allison1-2/+3
2009-07-24Make the smbd VFS typesafeVolker Lendecke1-19/+9
2009-07-06s3: Update streaminfo implementations now that only base names are passed thr...Tim Prouty1-6/+0
2009-07-06s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty1-51/+19
2009-07-06s3: Plumb smb_filename through SMB_VFS_RENAMETim Prouty1-52/+54
2009-06-24s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty1-111/+227
2009-06-17s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty1-23/+88