summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_streams_depot.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-26Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke1-5/+5
2009-03-26Try and fix the build farm RAW-STREAMS errors. Ordering ofJeremy Allison1-2/+2
2009-02-25Fix use of streams modules with CIFSFS client.Jeremy Allison1-2/+12
2009-02-19s3: Modify SMB_VFS_FILE_ID_CREATE to take a stat structTim Prouty1-2/+1
2009-02-09Add an optional SMB_STRUCT_SMB parameter to VFS_OP_READDIRSteven Danneman1-1/+1
2009-01-29s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operationTim Prouty1-4/+4
2009-01-04s3: Remove a few unnecessary checks from the streams depot module and fix to ...Tim Prouty1-12/+18
2008-12-01s3:streams_depot: add an option to disable the xattr checksStefan Metzmacher1-4/+18
2008-12-01s3:streams_depot: fix valgrind bug lp_parm_const_string() doesn't talloc the ...Stefan Metzmacher1-1/+0
2008-12-01s3:streams_depot: add support for stream renamesStefan Metzmacher1-0/+74
2008-12-01s3:streams_depot: map 'file::$DATA' to just 'file'Stefan Metzmacher1-1/+12
2008-11-21Fix a C90 error.Jeremy Allison1-2/+3
2008-11-16Fix bug 5901: Default for streams_depot locationTAKAHASHI Motonobu1-1/+9
2008-07-18Change the directory parameter in streams_depot to become consistentVolker Lendecke1-1/+1
2008-01-21Add SMB_VFS_FS_CAPABILITIESVolker Lendecke1-10/+3
2008-01-19vfs_streams_depotVolker Lendecke1-0/+648