Age | Commit message (Expand) | Author | Files | Lines |
2013-07-23 | smbd: Fix CID 1035536 Uninitialized pointer read | Volker Lendecke | 1 | -1/+1 |
2013-07-22 | smbd: Fix CID 1035537 Uninitialized pointer read | Volker Lendecke | 1 | -1/+1 |
2013-07-22 | smbd: Fix CID 1035538 Uninitialized pointer read | Volker Lendecke | 1 | -1/+1 |
2013-07-19 | Reply with correct trans2 message on a setpathinfo with a bad EA name. | Jeremy Allison | 1 | -1/+10 |
2013-07-19 | Ensure we do pathname processing before SD and EA processing in NTTRANS_CREATE. | Jeremy Allison | 1 | -38/+38 |
2013-07-19 | Ensure we can't create a file using NTTRANS with an invalid EA list. | Jeremy Allison | 1 | -0/+20 |
2013-07-19 | Ensure we can't create a file using TRANS2_OPEN with an invalid EA list. | Jeremy Allison | 1 | -0/+14 |
2013-07-19 | Add the ability to send an NTSTATUS result back with a trans2 reply so we can... | Jeremy Allison | 3 | -14/+32 |
2013-07-19 | Ensure we can't create a file using SMB2_CREATE with an invalid EA list. | Jeremy Allison | 1 | -0/+5 |
2013-07-19 | Ensure we never return an EA name to a Windows client it can't handle. | Jeremy Allison | 1 | -0/+9 |
2013-07-19 | Ensure set_ea cannot set invalid Windows EA names. | Jeremy Allison | 1 | -0/+9 |
2013-07-18 | Fix memory leak in error code path. | Richard Sharpe | 1 | -0/+1 |
2013-07-11 | smbd: Fix a 100% loop at shutdown time | Volker Lendecke | 1 | -2/+5 |
2013-07-09 | smbd: Fix a profile problem | Volker Lendecke | 5 | -27/+34 |
2013-06-25 | s3:smbd/close remove filesystem lock before removing sharemode | Christian Ambach | 1 | -0/+9 |
2013-06-25 | s3:smbd/close use common exit path | Christian Ambach | 1 | -9/+2 |
2013-06-25 | s3:smbd/aio mark file as modified in the SMB2 case | Christian Ambach | 1 | -0/+2 |
2013-06-20 | Fix bug #9166 - Starting smbd or nmbd with stdin from /dev/null results in "E... | Jeremy Allison | 1 | -1/+13 |
2013-06-12 | smbd: Remove an unused variable | Volker Lendecke | 1 | -2/+0 |
2013-06-11 | smbd: Fix a const warning | Volker Lendecke | 1 | -1/+1 |
2013-06-11 | smbd: Fix a const warning | Volker Lendecke | 1 | -1/+1 |
2013-06-11 | smbd: Remove unused code | Volker Lendecke | 1 | -7/+0 |
2013-06-06 | smbd: Change logging when SET_OFFLINE is not supported | Christof Schmitt | 1 | -10/+15 |
2013-06-04 | s3:smbd: explain parameters in call to SMB_VFS_DURABLE_RECONNECT() | Michael Adam | 1 | -2/+3 |
2013-06-04 | s3:smbd: remove code duplication in smb2_create_send() | Michael Adam | 1 | -51/+25 |
2013-06-04 | s3:smbd: remove old comment about scavenger timer from vfs_default_durable_re... | Michael Adam | 1 | -14/+0 |
2013-06-03 | Fix bug 9900: is_printer_published GUID retrieval | David Disseldorp | 1 | -1/+1 |
2013-05-27 | smbd: Fix build on platforms that will not support var = {} initialisation | Andrew Bartlett | 1 | -1/+4 |
2013-05-23 | Revert my accidental commit. | Richard Sharpe | 1 | -1/+1 |
2013-05-21 | Make sure that if an smbd is exiting because of an error we let the user know. | Richard Sharpe | 1 | -1/+1 |
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 |