Age | Commit message (Expand) | Author | Files | Lines |
2011-06-01 | lib/util/time.c: timeval_current_ofs_usec | Rusty Russell | 1 | -1/+1 |
2011-05-31 | s3-globals Remove smbd_event_context() (use server_event_context()) | Andrew Bartlett | 1 | -1/+1 |
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH | Andrew Bartlett | 1 | -1/+1 |
2011-04-14 | s3: only include smb profiling where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3: include smbd/smbd.h where needed. | Günther Deschner | 1 | -0/+1 |
2010-12-21 | Keep track of the sparse status of an open file handle. Allows bypass of | Jeremy Allison | 1 | -1/+2 |
2010-09-22 | Fix bug #7693 - smbd changing mode of files on rename | Jeremy Allison | 1 | -6/+7 |
2010-07-29 | s3: Do the ftruncate write cache optimization in one place | Volker Lendecke | 1 | -0/+31 |
2010-07-29 | Revert "s3: Avoid pwrite calls for the 1-byte writes with zero content" | Volker Lendecke | 1 | -50/+4 |
2010-07-27 | s3-smbd: Migrated to new spoolss functions for printing. | Simo Sorce | 1 | -11/+7 |
2010-07-19 | s3: Avoid pwrite calls for the 1-byte writes with zero content | Volker Lendecke | 1 | -4/+50 |
2010-07-09 | s3: Optimize the write cache for sequential writes | Volker Lendecke | 1 | -0/+20 |
2010-04-30 | smbd: move printfile_offset() within write_file() | Simo Sorce | 1 | -0/+3 |
2010-04-23 | s3-smbd: group print relate data in own structure | Simo Sorce | 1 | -3/+4 |
2009-11-16 | Don't overwrite a dynamic pointer with the address of a stack | Jeremy Allison | 1 | -8/+6 |
2009-11-05 | Got the logic simplification worked out so we still pass | Jeremy Allison | 1 | -4/+4 |
2009-11-05 | Get closer to an accurate model of Windows timestamp changes. | Jeremy Allison | 1 | -8/+30 |
2009-07-20 | s3: Change fsp->fsp_name to be an smb_filename struct! | Tim Prouty | 1 | -29/+28 |
2009-07-10 | Remove reply_unixerror() - no longer needed. Should make Metze's refactoring ... | Jeremy Allison | 1 | -0/+1 |
2009-07-08 | s3: Plumb smb_filename through dos_mode() and related funtions | Tim Prouty | 1 | -18/+16 |
2009-07-06 | s3: Plumb smb_filename around SMB_VFS_CHFLAGS | Tim Prouty | 1 | -4/+16 |
2009-07-01 | Ensure we don't use delayed writes on POSIX opened files. | Jeremy Allison | 1 | -0/+10 |
2009-06-24 | s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT | Tim Prouty | 1 | -1/+1 |
2009-05-26 | Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT | Volker Lendecke | 1 | -1/+1 |
2009-03-01 | Only copy sharename up from rap_to_pjobid | Volker Lendecke | 1 | -2/+1 |
2009-02-09 | s3 oplocks: Make the level2 oplock contention API more granular | Tim Prouty | 1 | -1/+3 |
2009-01-08 | s3:smbd: move all globals and static variables in globals.[ch] | Stefan Metzmacher | 1 | -3/+1 |
2009-01-05 | s3:events: change event_add_timed() prototype to match samba4 | Stefan Metzmacher | 1 | -2/+1 |
2008-12-23 | Fix more asprintf warnings and some error path errors. | Jeremy Allison | 1 | -3/+6 |
2008-09-12 | Modify a comment to make things clearer. | Jeremy Allison | 1 | -1/+3 |
2008-09-08 | smbd: some write time fixes | Stefan Metzmacher | 1 | -8/+7 |
2008-09-05 | Write times code update. | Jeremy Allison | 1 | -8/+39 |
2008-04-07 | smbd: make it possible to change the write time delay for testing | Stefan Metzmacher | 1 | -1/+7 |
2008-04-07 | smbd: implement the strange write time update logic | Stefan Metzmacher | 1 | -22/+38 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FTRUNCATE(). | Michael Adam | 1 | -1/+1 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FSTAT(). | Michael Adam | 1 | -2/+2 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FSYNC(). | Michael Adam | 1 | -1/+1 |
2008-01-07 | Remove unneeded parameter fd from SMB_VFS_PREAD(). | Michael Adam | 1 | -2/+2 |
2007-10-31 | Note when we're setting change time, not write time, and send | Jeremy Allison | 1 | -1/+2 |
2007-10-31 | Fix some cases where file_set_dosmode was being passed | Jeremy Allison | 1 | -2/+7 |
2007-10-30 | Add new parameter, "min receivefile size" (by default set | Jeremy Allison | 1 | -12/+29 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -5/+5 |
2007-10-10 | r24164: Fix for write cache corruption bug reported by Jean-Francois Panisset... | Jeremy Allison | 1 | -10/+20 |
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 | r23773: One pstring a day... | Volker Lendecke | 1 | -3/+5 |
2007-10-10 | r23508: Fix sync_file() to return NTSTATUS and return this | Jeremy Allison | 1 | -4/+11 |
2007-10-10 | r21714: Change the VFS interface to use struct timespec | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r17220: If we're going to fail a write with an errno, make | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r9985: Move the all the strict sync logic into file_sync(). | James Peach | 1 | -3/+6 |