| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | In reply_copy, don't write to inbuf when splitting directory and mask | Volker Lendecke | 2008-11-01 | 1 | -19/+14 |
* | In reply_search(), don't write to inbuf when splitting directory and mask | Volker Lendecke | 2008-11-01 | 1 | -16/+10 |
* | Apply some const to get_lock_*() | Volker Lendecke | 2008-11-01 | 1 | -3/+6 |
* | Add a "buflen" struct member to smb_request | Volker Lendecke | 2008-11-01 | 1 | -15/+7 |
* | Fix nonempty blank lines | Volker Lendecke | 2008-10-19 | 1 | -91/+91 |
* | Inline the once-used macro "init_dfsroot" | Volker Lendecke | 2008-10-19 | 1 | -1/+6 |
* | Use {u,}int64_t instead of SMB_BIG_{U,}INT. | Jelmer Vernooij | 2008-10-14 | 1 | -46/+46 |
* | Use "struct files_struct" for pipes instead of smb_np_struct | Volker Lendecke | 2008-10-13 | 1 | -7/+0 |
* | Pass struct smb_request to file_free | Volker Lendecke | 2008-10-13 | 1 | -15/+15 |
* | Pass struct smb_request to file_new | Volker Lendecke | 2008-10-13 | 1 | -1/+1 |
* | Pass struct smb_request to file_fsp | Volker Lendecke | 2008-10-13 | 1 | -21/+21 |
* | Remove unused CHECK_FSP macro | Volker Lendecke | 2008-10-08 | 1 | -3/+2 |
* | Simply our main loop processing. A lot :-). Correctly use events for all the ... | Jeremy Allison | 2008-10-03 | 1 | -3/+0 |
* | Fix the make test problem Karolin reported. Now rename_open_files actually wo... | Jeremy Allison | 2008-09-30 | 1 | -2/+2 |
* | Write times code update. | Jeremy Allison | 2008-09-05 | 1 | -2/+4 |
* | Slightly simplify logic: remove an else branch | Volker Lendecke | 2008-09-01 | 1 | -14/+11 |
* | Add st_birthtime and friends for accurate create times on systems that suppor... | Jeremy Allison | 2008-08-27 | 1 | -3/+4 |
* | EINVAL is also a valid error return, meaning "this filesystem | Andrew Tridgell | 2008-08-26 | 1 | -2/+3 |
* | Fix for bug #5617, reported and patched by Bartosz Antosik antosik@gmail.com. | Jeremy Allison | 2008-08-14 | 1 | -0/+2 |
* | I found lots of places where we assume error will be set when calling | Andrew Tridgell | 2008-08-12 | 1 | -2/+2 |
* | Fix a debug message | Volker Lendecke | 2008-07-27 | 1 | -1/+1 |
* | Remove a pointless CONST_DISCARD | Volker Lendecke | 2008-07-27 | 1 | -1/+1 |
* | Fix bug creating files using DOS clients with mixed | Jeremy Allison | 2008-07-25 | 1 | -1/+1 |
* | Remove current_user reference from printfsp.c | Volker Lendecke | 2008-06-26 | 1 | -1/+1 |
* | Remove current_user references from trans2.c | Volker Lendecke | 2008-06-19 | 1 | -0/+31 |
* | Remove reference to current_user from reply.c | Volker Lendecke | 2008-06-19 | 1 | -4/+3 |
* | Remove the "current_user" arg from fsp_belongs_conn | Volker Lendecke | 2008-06-19 | 1 | -2/+2 |
* | Remove the "current_user" arg from check_fsp | Volker Lendecke | 2008-06-19 | 1 | -19/+19 |
* | Fix the build of reply_setattrE(). | Günther Deschner | 2008-04-08 | 1 | -2/+2 |
* | smbd: make it possible to disable get_file_infos() on searches | Stefan Metzmacher | 2008-04-07 | 1 | -2/+11 |
* | smbd: implement the strange write time update logic | Stefan Metzmacher | 2008-04-07 | 1 | -22/+39 |
* | locking: store the write time in the locking.tdb | Stefan Metzmacher | 2008-04-07 | 1 | -1/+2 |
* | Fix missing '&&'. | Jeremy Allison | 2008-03-28 | 1 | -1/+1 |
* | Only allow sendfile on non-stream fsp's. Should fix make test for streams | Jeremy Allison | 2008-03-28 | 1 | -2/+2 |
* | printclose has only 1 vwv | Volker Lendecke | 2008-03-28 | 1 | -1/+1 |
* | Allow us to pass RAW-RENAME by testing that the connection struct | Jeremy Allison | 2008-03-11 | 1 | -1/+1 |
* | Try and fix bug #5315, as well as S4 torture tests RAW-OPLOCK BATCH19, | Jeremy Allison | 2008-03-11 | 1 | -7/+8 |
* | Don't use fname after create_file has been called | Volker Lendecke | 2008-02-22 | 1 | -11/+11 |
* | Fix some typos. | Karolin Seeger | 2008-02-08 | 1 | -1/+1 |
* | Change the file time before we change the file mode. | Alexander Bokovoy | 2008-02-06 | 1 | -6/+6 |
* | Convert read_data() to NTSTATUS | Volker Lendecke | 2008-02-02 | 1 | -4/+5 |
* | Make get_srv_read_error static to process.c | Volker Lendecke | 2008-02-02 | 1 | -2/+2 |
* | Convert read_smb_length to return NTSTATUS | Volker Lendecke | 2008-02-02 | 1 | -9/+3 |
* | Re-enable async I/O for non-TSM systems | Volker Lendecke | 2008-01-30 | 1 | -9/+2 |
* | Fix some "set but never used" warnings | Volker Lendecke | 2008-01-20 | 1 | -3/+1 |
* | Don't test split_ntfs_stream_name | Volker Lendecke | 2008-01-20 | 1 | -3/+0 |
* | Add streams support | Volker Lendecke | 2008-01-19 | 1 | -8/+20 |
* | Add support for offline files support, remote storage, and Async I/O force op... | Alexander Bokovoy | 2008-01-16 | 1 | -6/+13 |
* | Convert OpenDir to talloc, use talloc_tos() | Volker Lendecke | 2008-01-12 | 1 | -16/+19 |
* | Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE(). | Michael Adam | 2008-01-11 | 1 | -2/+2 |