summaryrefslogtreecommitdiffstats
path: root/source3/modules/onefs_streams.c
Commit message (Expand)AuthorAgeFilesLines
* 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: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-301-0/+1
* s3: Add more helpful debugging to some of the streams codeTim Prouty2009-09-241-0/+23
* s3:streams: check for :$DATA only in the backend (fix bug #6642)Stefan Metzmacher2009-08-271-0/+3
* s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.Tim Prouty2009-07-201-3/+7
* s3: Remove is_ntfs_stream_name() and split_ntfs_stream_name()Tim Prouty2009-07-081-48/+0
* s3 onefs: Fix a few bugs from the smb_filename migrationTim Prouty2009-07-071-8/+2
* s3: Update streaminfo implementations now that only base names are passed thr...Tim Prouty2009-07-061-7/+0
* s3: Plumb smb_filename through SMB_VFS_NTIMESTim Prouty2009-07-061-10/+27
* s3: Plumb smb_filename around SMB_VFS_CHFLAGSTim Prouty2009-07-061-20/+0
* s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty2009-07-061-12/+23
* s3: Plumb smb_filename through SMB_VFS_RENAMETim Prouty2009-07-061-33/+45
* s3 onefs: Plumb smb_filename through onefs createfile pathTim Prouty2009-06-251-31/+106
* s3 onefs: update the onefs module to be compliant with stat_exTim Prouty2009-05-281-40/+43
* s3 OneFS: Add parameter to ignore streamsTim Prouty2009-03-031-1/+6
* s3 OneFS: Refactor config code and cleanup includesTim Prouty2009-03-011-0/+3
* s3 OneFS: Add .snapshot directory configuration handlingTim Prouty2009-02-251-1/+1
* S3: Add in profile counters for new vfs and syscall entries.todd stecher2009-02-241-3/+13
* s3: Fix streams enumeration bug in OneFS implementationAravind Srinivasan2009-02-181-0/+13
* Add an optional SMB_STRUCT_SMB parameter to VFS_OP_READDIRSteven Danneman2009-02-091-1/+1
* s3 OneFS: Fake Timestampstodd stecher2009-02-091-14/+70
* s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operationTim Prouty2009-01-291-4/+4
* Modify OneFS module to support new NTIMES interfacestodd stecher2009-01-231-42/+86
* s3: Fix uninitialized variable in OneFS streamsTim Prouty2009-01-111-2/+5
* s3: Add OneFS alternate data streams implementationTim Prouty2009-01-111-0/+580