summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2013-08-05s3:smbd: allow info class SMB_QUERY_FS_VOLUME_INFO to return partial dataRalph Wuerthner1-0/+6
2013-08-05s3:smbd: allow status code in smbd_do_qfsinfo() to be set by information clas...Ralph Wuerthner1-1/+2
2013-08-05s3:smbd: allow GetInfo responses with STATUS_BUFFER_OVERFLOW to return partia...Ralph Wuerthner1-3/+10
2013-08-05s3:smbd: return NT_STATUS_INFO_LENGTH_MISMATCH for GetInfo in case output_buf...Ralph Wuerthner1-0/+5
2013-08-05Fix bug #10010 - Missing integer wrap protection in EA list reading can cause...Jeremy Allison1-0/+12
2013-08-05s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_open_interface().Günther Deschner2-19/+19
2013-08-04Ensure we can never integer wrap when working on client-supplied max_data_bytes.Jeremy Allison1-0/+22
2013-08-03There are tests all over the SMB1 code to check that srv_send_smb fails, but ...Richard Sharpe1-1/+1
2013-08-01Fix bug 9678 - Windows 8 Roaming profiles failGregor Beck1-7/+2
2013-07-31Wrap setting leases in become_root()/unbecome_root() to ensure correct delive...Jeremy Allison1-13/+20
2013-07-23smbd: Fix CID 1035536 Uninitialized pointer readVolker Lendecke1-1/+1
2013-07-22smbd: Fix CID 1035537 Uninitialized pointer readVolker Lendecke1-1/+1
2013-07-22smbd: Fix CID 1035538 Uninitialized pointer readVolker Lendecke1-1/+1
2013-07-19Reply with correct trans2 message on a setpathinfo with a bad EA name.Jeremy Allison1-1/+10
2013-07-19Ensure we do pathname processing before SD and EA processing in NTTRANS_CREATE.Jeremy Allison1-38/+38
2013-07-19Ensure we can't create a file using NTTRANS with an invalid EA list.Jeremy Allison1-0/+20
2013-07-19Ensure we can't create a file using TRANS2_OPEN with an invalid EA list.Jeremy Allison1-0/+14
2013-07-19Add the ability to send an NTSTATUS result back with a trans2 reply so we can...Jeremy Allison3-14/+32
2013-07-19Ensure we can't create a file using SMB2_CREATE with an invalid EA list.Jeremy Allison1-0/+5
2013-07-19Ensure we never return an EA name to a Windows client it can't handle.Jeremy Allison1-0/+9
2013-07-19Ensure set_ea cannot set invalid Windows EA names.Jeremy Allison1-0/+9
2013-07-18Fix memory leak in error code path.Richard Sharpe1-0/+1
2013-07-11smbd: Fix a 100% loop at shutdown timeVolker Lendecke1-2/+5
2013-07-09smbd: Fix a profile problemVolker Lendecke5-27/+34
2013-06-25s3:smbd/close remove filesystem lock before removing sharemodeChristian Ambach1-0/+9
2013-06-25s3:smbd/close use common exit pathChristian Ambach1-9/+2
2013-06-25s3:smbd/aio mark file as modified in the SMB2 caseChristian Ambach1-0/+2
2013-06-20Fix bug #9166 - Starting smbd or nmbd with stdin from /dev/null results in "E...Jeremy Allison1-1/+13
2013-06-12smbd: Remove an unused variableVolker Lendecke1-2/+0
2013-06-11smbd: Fix a const warningVolker Lendecke1-1/+1
2013-06-11smbd: Fix a const warningVolker Lendecke1-1/+1
2013-06-11smbd: Remove unused codeVolker Lendecke1-7/+0
2013-06-06smbd: Change logging when SET_OFFLINE is not supportedChristof Schmitt1-10/+15
2013-06-04s3:smbd: explain parameters in call to SMB_VFS_DURABLE_RECONNECT()Michael Adam1-2/+3
2013-06-04s3:smbd: remove code duplication in smb2_create_send()Michael Adam1-51/+25
2013-06-04s3:smbd: remove old comment about scavenger timer from vfs_default_durable_re...Michael Adam1-14/+0
2013-06-03Fix bug 9900: is_printer_published GUID retrievalDavid Disseldorp1-1/+1
2013-05-27smbd: Fix build on platforms that will not support var = {} initialisationAndrew Bartlett1-1/+4
2013-05-23Revert my accidental commit.Richard Sharpe1-1/+1
2013-05-21Make sure that if an smbd is exiting because of an error we let the user know.Richard Sharpe1-1/+1
2013-05-14smbd: Remove a pointless variableVolker Lendecke1-2/+1
2013-05-07Remove the compound_related_in_progress state from the smb2 global state.Jeremy Allison2-12/+0
2013-05-07The core of the fix to allow opens to go async inside a compound request.Jeremy Allison1-43/+53
2013-05-07Move a variable into the area of code where it's used.Jeremy Allison1-2/+2
2013-05-07Ensure we don't try and cancel anything that is in a compound-related request.Jeremy Allison1-0/+8
2013-05-07Only do the 1 second delay for sharing violations for SMB1, not SMB2.Jeremy Allison1-1/+2
2013-05-06Allow "store dos attributes" to override the other "map XXX" parameters.Jeremy Allison1-5/+8
2013-04-30check_parent_exists() can change errno. Ensure we preserve it across calls.Anand Avati1-1/+8
2013-04-27Fix bug #9822 - Samba crashing during Win8 sync.Jeremy Allison1-0/+1
2013-04-27Check for WRITE_ACCESS on the file before overriding an EACCESS.Jeremy Allison1-0/+4