Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-09-05 | Write times code update. | Jeremy Allison | 1 | -20/+32 |
2008-04-07 | smbd: implement the strange write time update logic | Stefan Metzmacher | 1 | -14/+28 |
2008-02-06 | Make operator precedence very clear. | Jeremy Allison | 1 | -1/+1 |
2008-02-06 | Allow actual call to set file offline | Alexander Bokovoy | 1 | -12/+20 |
2008-01-17 | Rework of VFS is_offline() function to only return boolean offline/online res... | Alexander Bokovoy | 1 | -3/+2 |
2008-01-16 | Add support for offline files support, remote storage, and Async I/O force op... | Alexander Bokovoy | 1 | -23/+21 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FCHMOD(). | Michael Adam | 1 | -1/+1 |
2007-12-28 | Fix setting the initial permission bits | Volker Lendecke | 1 | -2/+16 |
2007-10-31 | Note when we're setting change time, not write time, and send | Jeremy Allison | 1 | -5/+6 |
2007-10-31 | Fix some cases where file_set_dosmode was being passed | Jeremy Allison | 1 | -5/+14 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r21714: Change the VFS interface to use struct timespec | Jeremy Allison | 1 | -15/+21 |
2007-10-10 | r21087: Make the param list of notify_fname match notify_trigger | Volker Lendecke | 1 | -6/+6 |
2007-10-10 | r20854: Ok, now I think we're at a point where looking at notify starts to ma... | Volker Lendecke | 1 | -1/+9 |
2007-10-10 | r20718: Sync up the filename path parsing changes from SAMBA_3_0_24. | Jeremy Allison | 1 | -8/+0 |
2007-10-10 | r20634: A *LOT* more work is necessary before touching notify remotely starts... | Volker Lendecke | 1 | -9/+1 |
2007-10-10 | r20597: Survive some of the notify mask tests. | Volker Lendecke | 1 | -1/+9 |
2007-10-10 | r20356: Consolidate the calls to parent_dirname() per open to one. | Volker Lendecke | 1 | -11/+16 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -4/+3 |
2007-10-10 | r16789: Fix bug #3909, when using ea's getting a directory tries to | Jeremy Allison | 1 | -0/+51 |
2007-10-10 | r14989: Fix from Mathias Dietz <MDIETZ@de.ibm.com>. EPERM can be | Jeremy Allison | 1 | -1/+1 |