Age | Commit message (Expand) | Author | Files | Lines |
2010-12-21 | Keep track of the sparse status of an open file handle. Allows bypass of | Jeremy Allison | 1 | -0/+2 |
2010-12-20 | From metze's work on sparse attributes. FILE_ATTRIBUTE_SPARSE is valid on get... | Jeremy Allison | 1 | -1/+2 |
2010-12-17 | Move checks inside file_set_sparse() to allow it to be called from anywhere. | Jeremy Allison | 1 | -1/+21 |
2010-12-17 | file_set_sparse needs to be a handle based call. | Jeremy Allison | 1 | -10/+8 |
2010-12-17 | s3:smbd: add file_set_sparse() function | Björn Jacke | 1 | -0/+49 |
2010-12-17 | s3: remove set_sparse_flag | Björn Jacke | 1 | -15/+1 |
2010-12-17 | s3: add FILE_ATTRIBUTE_SPARSE to get_stat_dos_flags | Björn Jacke | 1 | -0/+2 |
2010-10-26 | s3: Fix some DEBUG msgs | Volker Lendecke | 1 | -5/+5 |
2010-05-18 | s3: Remove use of iconv_convenience. | Jelmer Vernooij | 1 | -2/+2 |
2010-02-01 | Add debug to make it clear when EA dosmode set is invoked. | Jeremy Allison | 1 | -0/+5 |
2010-02-01 | Fix bug #7084 - Create time on directories not stored properly in an EA in ne... | Jeremy Allison | 1 | -7/+0 |
2010-01-25 | Correct fix for unused variable return from ndr_decode. Use it :-). | Jeremy Allison | 1 | -0/+8 |
2010-01-25 | Revert "s3: remove unused Variable" | Jeremy Allison | 1 | -0/+4 |
2010-01-26 | s3: remove unused Variable | Björn Jacke | 1 | -4/+0 |
2009-12-15 | Ensure dos_mode can return FILE_ATTRIBUTE_NORMAL, then filter the returned at... | Jeremy Allison | 1 | -8/+20 |
2009-11-23 | Revert "s3: Make the implicit reference to Protocol in is_in_path() explicit" | Volker Lendecke | 1 | -4/+2 |
2009-11-23 | Revert "s3: Move the global variable Protocol to struct smbd_server_connection" | Volker Lendecke | 1 | -6/+4 |
2009-11-21 | s3: Move the global variable Protocol to struct smbd_server_connection | Volker Lendecke | 1 | -4/+6 |
2009-11-21 | s3: Make the implicit reference to Protocol in is_in_path() explicit | Volker Lendecke | 1 | -2/+4 |
2009-11-17 | Remove "store create time" code, cause create time to be stored | Jeremy Allison | 1 | -99/+145 |
2009-11-05 | Get closer to an accurate model of Windows timestamp changes. | Jeremy Allison | 1 | -16/+0 |
2009-11-04 | Fix debug comment (brain wasn't working...). | Jeremy Allison | 1 | -2/+2 |
2009-11-04 | Filter the returned DOS attributes by 0xFF for clients | Jeremy Allison | 1 | -0/+12 |
2009-08-24 | Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of... | Jeremy Allison | 1 | -1/+1 |
2009-08-12 | Fix BASE-DELAYWRITE test by removing const from struct smb_filename | Jeremy Allison | 1 | -0/+2 |
2009-08-12 | Add "store create time" parameter (docs to follow) | Jeremy Allison | 1 | -4/+87 |
2009-08-10 | Refactor the use of create_time and change time to go | Jeremy Allison | 1 | -0/+20 |
2009-07-30 | Tidy up treatment of ctime. | Jeremy Allison | 1 | -0/+2 |
2009-07-20 | s3: Change fsp->fsp_name to be an smb_filename struct! | Tim Prouty | 1 | -1/+1 |
2009-07-09 | s3: Fix two arguments that broke when plumbing smb_filneame through dos_mode() | Tim Prouty | 1 | -2/+2 |
2009-07-08 | s3: Plumb smb_filename through dos_mode() and related funtions | Tim Prouty | 1 | -84/+93 |
2009-07-08 | s3: convert unix_mode to take an smb_filename | Tim Prouty | 1 | -11/+29 |
2009-07-07 | s3: Remove unnecessary const qualifiers | Tim Prouty | 1 | -3/+2 |
2009-07-06 | s3: Plumb smb_filename through SMB_VFS_NTIMES | Tim Prouty | 1 | -14/+4 |
2009-07-06 | s3 sticky write time: Removed unused args and tighten up a function by making... | Tim Prouty | 1 | -4/+3 |
2009-07-06 | s3: Plumb smb_filename around SMB_VFS_CHFLAGS | Tim Prouty | 1 | -44/+49 |
2009-06-25 | s3: pass a valid stat into file_ntimes() | Tim Prouty | 1 | -2/+2 |
2009-06-25 | s3 file_access: Convert some more functions over to use smb_filneame | Tim Prouty | 1 | -6/+22 |
2009-06-24 | s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT | Tim Prouty | 1 | -2/+2 |
2009-06-18 | Add some const to the stat struct in the dosmode calls. | Jeremy Allison | 1 | -13/+15 |
2009-05-28 | s3: Fix a few more users of stat to use stat_ex | Tim Prouty | 1 | -10/+10 |
2009-05-27 | Fix some nonempty blank lines | Volker Lendecke | 1 | -14/+13 |
2009-05-26 | Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT | Volker Lendecke | 1 | -21/+21 |
2009-03-30 | Ensure files starting with multiple dots are hidden | Jeremy Allison | 1 | -4/+8 |
2009-01-23 | Extend NTIMES to allow setting create_time | todd stecher | 1 | -5/+8 |
2009-01-07 | Fix bug #6016 - Alternate Data Streams / Extended Attributes seem to conflict. | Jeremy Allison | 1 | -3/+8 |
2008-12-09 | s3: Make a few open utility functions non-static | Tim Prouty | 1 | -1/+1 |
2008-11-12 | s3: Add support for storing dos attributes as st_flags in the stat struct. | Tim Prouty | 1 | -13/+147 |
2008-10-13 | Pass struct smb_request to file_free | Volker Lendecke | 1 | -2/+2 |
2008-10-13 | Pass struct smb_request to file_new | Volker Lendecke | 1 | -2/+4 |