summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_streams_depot.c
Commit message (Expand)AuthorAgeFilesLines
* s3: VFS: Change SMB_VFS_GETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-06-011-4/+5
* s3: VFS: Change SMB_VFS_SETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-05-311-4/+5
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-2/+2
* s3: vfs: streams_depot. Use conn->connectpath not conn->cwd.Jeremy Allison2016-10-241-1/+2
* s3: vfs: Remove files/directories after the streams are deleted.Jeremy Allison2016-10-211-4/+14
* s3: smbd: Remove many common uses of lp_posix_pathnames().Jeremy Allison2016-03-241-3/+3
* s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().Jeremy Allison2016-03-241-18/+53
* s3/vfs:stream_depots: Parse substitutions in streams-depot-directory pathShyamsunder Rathi2016-03-181-2/+8
* s3: smbd: Change open_streams_for_delete() to take a struct smb_filename *.Jeremy Allison2016-03-071-4/+12
* VFS: Modify opendir to take a const struct smb_filename * instead of const ch...Jeremy Allison2016-03-011-1/+13
* VFS: Modify rmdir to take a const struct smb_filename * instead of const char *Jeremy Allison2016-02-251-7/+36
* s3: VFS: Modify mkdir to take a const struct smb_filename * instead of const ...Jeremy Allison2016-02-241-4/+34
* Convert all uint8/16/32 to _t in all modules.Richard Sharpe2015-05-061-1/+1
* s3: modules: streaminfo: As we have no VFS function SMB_VFS_LLISTXATTR we can...Jeremy Allison2014-02-081-1/+12
* s3-vfs: Fix stream_depot vfs module on btrfs.Andreas Schneider2013-11-121-6/+4
* Revert "s3-vfs: Fix stream_depot vfs module on btrfs."David Disseldorp2013-11-121-8/+8
* s3-vfs: Fix stream_depot vfs module on btrfs.Andreas Schneider2013-11-081-8/+8
* vfs: Convert streams_depot_streaminfo to synthetic_smb_fnameVolker Lendecke2013-04-171-5/+4
* vfs: Convert collect_one_stream to synthetic_smb_fnameVolker Lendecke2013-04-171-5/+3
* vfs: Convert streams_depot_rmdir to synthetic_smb_fnameVolker Lendecke2013-04-171-5/+3
* vfs: Convert streams_depot_unlink to synthetic_smb_fnameVolker Lendecke2013-04-171-5/+5
* vfs: Convert streams_depot_open to synthetic_smb_fnameVolker Lendecke2013-04-171-6/+4
* vfs: Convert stream_smb_fname to synthetic_smb_fnameVolker Lendecke2013-04-171-4/+4
* vfs: Convert stream_dir to synthetic_smb_fnameVolker Lendecke2013-04-171-18/+12
* s3: vfs_streams_depot: add delete_lost optionBjörn Baumbach2012-10-011-23/+42
* In vfs modules, don't use 'conn->origpath' when we really mean 'conn->cwd'.Jeremy Allison2012-09-121-1/+1
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-091-1/+4
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-2/+2
* build: Remove SMB_STRUCT_DIR defineAndrew Bartlett2012-04-051-1/+1
* s3: Simplify streams_depot a bitVolker Lendecke2012-02-021-14/+5
* s3: Add rmdir operation to streams_depotVolker Lendecke2012-02-011-0/+47
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-121-6/+6
* Add support for VFS op streaminfo chaining in all relevant VFS modules.Frank Lahm2011-10-141-15/+3
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-091-1/+1
* s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett2011-05-181-1/+1
* s3-vfs: rename open function to open_fn.Günther Deschner2011-04-211-1/+1
* s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* Make processing of incoming stream rename paths common between reply_mv and n...Jeremy Allison2011-01-201-19/+1
* s3: Do not talloc in readdirVolker Lendecke2009-11-181-5/+7
* Start fixing the RAW-STREAMS test - ensure that the xattrJeremy Allison2009-10-291-2/+0
* s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAMEAravind Srinivasan2009-08-281-1/+4
* s3:streams: check for :$DATA only in the backend (fix bug #6642)Stefan Metzmacher2009-08-271-2/+8
* Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...Jeremy Allison2009-08-241-2/+3
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-19/+9
* s3: Update streaminfo implementations now that only base names are passed thr...Tim Prouty2009-07-061-6/+0
* s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty2009-07-061-51/+19
* s3: Plumb smb_filename through SMB_VFS_RENAMETim Prouty2009-07-061-52/+54
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-241-111/+227
* s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty2009-06-171-23/+88