summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* Reply with correct trans2 message on a setpathinfo with a bad EA name.Jeremy Allison2013-07-191-1/+10
* Ensure we do pathname processing before SD and EA processing in NTTRANS_CREATE.Jeremy Allison2013-07-191-38/+38
* Ensure we can't create a file using NTTRANS with an invalid EA list.Jeremy Allison2013-07-191-0/+20
* Ensure we can't create a file using TRANS2_OPEN with an invalid EA list.Jeremy Allison2013-07-191-0/+14
* Add the ability to send an NTSTATUS result back with a trans2 reply so we can...Jeremy Allison2013-07-193-14/+32
* Ensure we can't create a file using SMB2_CREATE with an invalid EA list.Jeremy Allison2013-07-191-0/+5
* Ensure we never return an EA name to a Windows client it can't handle.Jeremy Allison2013-07-191-0/+9
* Ensure set_ea cannot set invalid Windows EA names.Jeremy Allison2013-07-191-0/+9
* Fix memory leak in error code path.Richard Sharpe2013-07-181-0/+1
* smbd: Fix a 100% loop at shutdown timeVolker Lendecke2013-07-111-2/+5
* smbd: Fix a profile problemVolker Lendecke2013-07-095-27/+34
* s3:smbd/close remove filesystem lock before removing sharemodeChristian Ambach2013-06-251-0/+9
* s3:smbd/close use common exit pathChristian Ambach2013-06-251-9/+2
* s3:smbd/aio mark file as modified in the SMB2 caseChristian Ambach2013-06-251-0/+2
* Fix bug #9166 - Starting smbd or nmbd with stdin from /dev/null results in "E...Jeremy Allison2013-06-201-1/+13
* smbd: Remove an unused variableVolker Lendecke2013-06-121-2/+0
* smbd: Fix a const warningVolker Lendecke2013-06-111-1/+1
* smbd: Fix a const warningVolker Lendecke2013-06-111-1/+1
* smbd: Remove unused codeVolker Lendecke2013-06-111-7/+0
* smbd: Change logging when SET_OFFLINE is not supportedChristof Schmitt2013-06-061-10/+15
* s3:smbd: explain parameters in call to SMB_VFS_DURABLE_RECONNECT()Michael Adam2013-06-041-2/+3
* s3:smbd: remove code duplication in smb2_create_send()Michael Adam2013-06-041-51/+25
* s3:smbd: remove old comment about scavenger timer from vfs_default_durable_re...Michael Adam2013-06-041-14/+0
* Fix bug 9900: is_printer_published GUID retrievalDavid Disseldorp2013-06-031-1/+1
* smbd: Fix build on platforms that will not support var = {} initialisationAndrew Bartlett2013-05-271-1/+4
* Revert my accidental commit.Richard Sharpe2013-05-231-1/+1
* Make sure that if an smbd is exiting because of an error we let the user know.Richard Sharpe2013-05-211-1/+1
* smbd: Remove a pointless variableVolker Lendecke2013-05-141-2/+1
* Remove the compound_related_in_progress state from the smb2 global state.Jeremy Allison2013-05-072-12/+0
* The core of the fix to allow opens to go async inside a compound request.Jeremy Allison2013-05-071-43/+53
* Move a variable into the area of code where it's used.Jeremy Allison2013-05-071-2/+2
* Ensure we don't try and cancel anything that is in a compound-related request.Jeremy Allison2013-05-071-0/+8
* Only do the 1 second delay for sharing violations for SMB1, not SMB2.Jeremy Allison2013-05-071-1/+2
* Allow "store dos attributes" to override the other "map XXX" parameters.Jeremy Allison2013-05-061-5/+8
* check_parent_exists() can change errno. Ensure we preserve it across calls.Anand Avati2013-04-301-1/+8
* Fix bug #9822 - Samba crashing during Win8 sync.Jeremy Allison2013-04-271-0/+1
* Check for WRITE_ACCESS on the file before overriding an EACCESS.Jeremy Allison2013-04-271-0/+4
* Ensure we don't try the open_file_fchmod() if we can't write to the file.Jeremy Allison2013-04-271-0/+5
* Remove indentation around code wrapped by unneeded CAN_WRITE.Jeremy Allison2013-04-271-23/+20
* Add early return in file_set_dosmode() on a read only share.Jeremy Allison2013-04-271-0/+5
* smbd: Do not fetch the record in defer_open_doneVolker Lendecke2013-04-271-8/+1
* smbd: We don't use DEFERRED_OPEN_ENTRY anymoreVolker Lendecke2013-04-264-152/+0
* smbd: Remove unused smb2_deferred_open_timerVolker Lendecke2013-04-261-59/+0
* smbd: Obsolete MSG_SMB_OPEN_RETRYVolker Lendecke2013-04-262-45/+0
* smbd: Remove the unused fsp->pending_break_messages arrayVolker Lendecke2013-04-262-15/+3
* smbd: Remove unused reply_to_oplock_break_requestsVolker Lendecke2013-04-265-27/+0
* smbd: Obsolete MSG_SMB_BREAK_RESPONSEVolker Lendecke2013-04-261-62/+1
* smbd: Ignore OPEN_RETRY and BREAK_RESPONSEVolker Lendecke2013-04-263-0/+8
* smbd: Use dbwrap_record_watch_send for defer_openVolker Lendecke2013-04-261-1/+67
* Fix bug in old create temp SMB request. Only use VFS functions.Jeremy Allison2013-04-201-53/+64