Age | Commit message (Expand) | Author | Files | Lines |
2013-05-14 | smbd: Remove a pointless variable | Volker Lendecke | 1 | -2/+1 |
2013-05-07 | Remove the compound_related_in_progress state from the smb2 global state. | Jeremy Allison | 2 | -12/+0 |
2013-05-07 | The core of the fix to allow opens to go async inside a compound request. | Jeremy Allison | 1 | -43/+53 |
2013-05-07 | Move a variable into the area of code where it's used. | Jeremy Allison | 1 | -2/+2 |
2013-05-07 | Ensure we don't try and cancel anything that is in a compound-related request. | Jeremy Allison | 1 | -0/+8 |
2013-05-07 | Only do the 1 second delay for sharing violations for SMB1, not SMB2. | Jeremy Allison | 1 | -1/+2 |
2013-05-06 | Allow "store dos attributes" to override the other "map XXX" parameters. | Jeremy Allison | 1 | -5/+8 |
2013-04-30 | check_parent_exists() can change errno. Ensure we preserve it across calls. | Anand Avati | 1 | -1/+8 |
2013-04-27 | Fix bug #9822 - Samba crashing during Win8 sync. | Jeremy Allison | 1 | -0/+1 |
2013-04-27 | Check for WRITE_ACCESS on the file before overriding an EACCESS. | Jeremy Allison | 1 | -0/+4 |
2013-04-27 | Ensure we don't try the open_file_fchmod() if we can't write to the file. | Jeremy Allison | 1 | -0/+5 |
2013-04-27 | Remove indentation around code wrapped by unneeded CAN_WRITE. | Jeremy Allison | 1 | -23/+20 |
2013-04-27 | Add early return in file_set_dosmode() on a read only share. | Jeremy Allison | 1 | -0/+5 |
2013-04-27 | smbd: Do not fetch the record in defer_open_done | Volker Lendecke | 1 | -8/+1 |
2013-04-26 | smbd: We don't use DEFERRED_OPEN_ENTRY anymore | Volker Lendecke | 4 | -152/+0 |
2013-04-26 | smbd: Remove unused smb2_deferred_open_timer | Volker Lendecke | 1 | -59/+0 |
2013-04-26 | smbd: Obsolete MSG_SMB_OPEN_RETRY | Volker Lendecke | 2 | -45/+0 |
2013-04-26 | smbd: Remove the unused fsp->pending_break_messages array | Volker Lendecke | 2 | -15/+3 |
2013-04-26 | smbd: Remove unused reply_to_oplock_break_requests | Volker Lendecke | 5 | -27/+0 |
2013-04-26 | smbd: Obsolete MSG_SMB_BREAK_RESPONSE | Volker Lendecke | 1 | -62/+1 |
2013-04-26 | smbd: Ignore OPEN_RETRY and BREAK_RESPONSE | Volker Lendecke | 3 | -0/+8 |
2013-04-26 | smbd: Use dbwrap_record_watch_send for defer_open | Volker Lendecke | 1 | -1/+67 |
2013-04-20 | Fix bug in old create temp SMB request. Only use VFS functions. | Jeremy Allison | 1 | -53/+64 |
2013-04-20 | Ensure the RECVFILE path in vfs_pwrite_data() operates on a blocking socket. | Jeremy Allison | 1 | -1/+12 |
2013-04-19 | Ensure the RECVFILE path in vfs_write_data() operates on a blocking socket. | Jeremy Allison | 1 | -1/+12 |
2013-04-19 | Add the internals of is_smb2_recvfile_write. | Jeremy Allison | 1 | -1/+37 |
2013-04-19 | The guts of the receivefile code changes. | Jeremy Allison | 1 | -5/+60 |
2013-04-19 | Add stub static function that will turn on/off receivefile code path. | Jeremy Allison | 1 | -0/+5 |
2013-04-19 | Add extra fields into struct smbd_smb2_request_read_state to support receivef... | Jeremy Allison | 1 | -0/+3 |
2013-04-19 | Add macro SMBD_SMB2_SHORT_RECEIVEFILE_WRITE_LEN. | Jeremy Allison | 1 | -0/+2 |
2013-04-19 | Add utility function get_min_receive_file_size(). | Jeremy Allison | 1 | -0/+11 |
2013-04-19 | Allow smbd_smb2_request_error_ex() to cope with unread bytes on error. | Jeremy Allison | 1 | -0/+10 |
2013-04-19 | Add function smbd_smb2_unread_bytes(). | Jeremy Allison | 2 | -0/+13 |
2013-04-19 | If we already have an smb1req attached to the struct smbd_smb2_request, don't... | Jeremy Allison | 1 | -3/+7 |
2013-04-19 | Ensure we don't do an SMB2 aio write if RECVFILE is active. | Jeremy Allison | 1 | -0/+5 |
2013-04-19 | fileserver: raise the debug level for share connection from non IPC to 2 | Matthieu Patou | 1 | -1/+1 |
2013-04-19 | s3:smbd stop working on a dead client socket | Christian Ambach | 1 | -0/+1 |
2013-04-19 | s3:smbd increase a loglevel | Christian Ambach | 1 | -5/+5 |
2013-04-19 | smbd: Fix signing when the async echo handler kicks in | Volker Lendecke | 1 | -1/+1 |
2013-04-19 | s3:smbd:smb2:scavenger: fix format error for debugging open_persistent_id in ... | Michael Adam | 1 | -4/+5 |
2013-04-18 | s3:smbd: call scavenger_schedule_disconnected() from close normal file for du... | Gregor Beck | 1 | -0/+2 |
2013-04-18 | s3:smbd: add a scavenger process for disconnected durable handles | Gregor Beck | 3 | -0/+567 |
2013-04-18 | s3:smbXsrv_open: add function smbXsrv_open_cleanup() | Gregor Beck | 2 | -0/+80 |
2013-04-18 | s3:smbXsrv_open: factor out smbXsrv_open_global_parse_record | Gregor Beck | 1 | -14/+36 |
2013-04-18 | s3:smbd:smb2: fix setting of scavenge timeout when reconnecting durable handles | Michael Adam | 1 | -5/+4 |
2013-04-17 | smbd: Convert create_file_unixpath to synthetic_smb_fname | Volker Lendecke | 1 | -5/+5 |
2013-04-17 | smbd: Convert is_visible_file to synthetic_smb_fname | Volker Lendecke | 1 | -4/+3 |
2013-04-17 | smbd: Convert dptr_create to synthetic_smb_fname | Volker Lendecke | 1 | -8/+7 |
2013-04-17 | smbd: Convert set_create_timespec_ea to synthetic_smb_fname | Volker Lendecke | 1 | -8/+5 |
2013-04-17 | smbd: Convert unix_mode to synthetic_smb_fname | Volker Lendecke | 1 | -8/+6 |