summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_streams_depot.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-5/+5
* Try and fix the build farm RAW-STREAMS errors. Ordering ofJeremy Allison2009-03-261-2/+2
* Fix use of streams modules with CIFSFS client.Jeremy Allison2009-02-251-2/+12
* s3: Modify SMB_VFS_FILE_ID_CREATE to take a stat structTim Prouty2009-02-191-2/+1
* Add an optional SMB_STRUCT_SMB parameter to VFS_OP_READDIRSteven Danneman2009-02-091-1/+1
* s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operationTim Prouty2009-01-291-4/+4
* s3: Remove a few unnecessary checks from the streams depot module and fix to ...Tim Prouty2009-01-041-12/+18
* s3:streams_depot: add an option to disable the xattr checksStefan Metzmacher2008-12-011-4/+18
* s3:streams_depot: fix valgrind bug lp_parm_const_string() doesn't talloc the ...Stefan Metzmacher2008-12-011-1/+0
* s3:streams_depot: add support for stream renamesStefan Metzmacher2008-12-011-0/+74
* s3:streams_depot: map 'file::$DATA' to just 'file'Stefan Metzmacher2008-12-011-1/+12
* Fix a C90 error.Jeremy Allison2008-11-211-2/+3
* Fix bug 5901: Default for streams_depot locationTAKAHASHI Motonobu2008-11-161-1/+9