summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* Allow UNIX extensions client to act on open fsp instead of pathname if availa...Jeremy Allison2013-08-261-1/+8
* Fix the erroneous masking of chmod requests via the UNIX extensions.Jeremy Allison2013-08-261-8/+10
* smbd: Simplify dropbox special case in unix_convertVolker Lendecke2013-08-261-6/+23
* Revert "Fix the erroneous masking of chmod requests via the UNIX extensions."Jeremy Allison2013-08-251-2/+7
* Revert "Allow UNIX extensions client to act on open fsp instead of pathname i...Jeremy Allison2013-08-241-8/+1
* Pushed from the wrong branch - this is the versionJeremy Allison2013-08-241-14/+6
* Fix the UNIX extensions CHOWN calls to use FCHOWN if available, else LCHOWN.Jeremy Allison2013-08-251-6/+14
* Allow UNIX extensions client to act on open fsp instead of pathname if availa...Jeremy Allison2013-08-241-1/+8
* Fix the erroneous masking of chmod requests via the UNIX extensions.Jeremy Allison2013-08-241-7/+2
* smbd: Fix a debug messageVolker Lendecke2013-08-231-1/+1
* smbd: Simplify new_break_message_smb1Volker Lendecke2013-08-201-18/+7
* smbd: Replace a 0-timeout wakeup_sendVolker Lendecke2013-08-201-17/+13
* Fix bug #10097 - MacOSX 10.9 will not follow path-based DFS referrals handed ...Richard Sharpe2013-08-192-6/+18
* smbd: Fix CID 1063259 Uninitialized scalar variableVolker Lendecke2013-08-191-0/+1
* smbd: Do not wait unnecessarilyVolker Lendecke2013-08-161-1/+1
* smbd: Make break_level2_to_none_async staticVolker Lendecke2013-08-162-2/+1
* s3:lib: Factor read_ea_list_entry() and read_nttrans_ea_list() out so they ca...Jeremy Allison2013-08-152-104/+2
* smbd: Fix async echo handler forking (Bug 10086)Volker Lendecke2013-08-141-3/+6
* smbd: Fix CID 1035550 Structurally dead codeVolker Lendecke2013-08-121-38/+29
* s3:smbd: allow info class SMB_QUERY_FS_ATTRIBUTE_INFO to return partial dataRalph Wuerthner2013-08-051-0/+6
* s3:smbd: allow info class SMB_QUERY_FS_VOLUME_INFO to return partial dataRalph Wuerthner2013-08-051-0/+6
* s3:smbd: allow status code in smbd_do_qfsinfo() to be set by information clas...Ralph Wuerthner2013-08-051-1/+2
* s3:smbd: allow GetInfo responses with STATUS_BUFFER_OVERFLOW to return partia...Ralph Wuerthner2013-08-051-3/+10
* s3:smbd: return NT_STATUS_INFO_LENGTH_MISMATCH for GetInfo in case output_buf...Ralph Wuerthner2013-08-051-0/+5
* Fix bug #10010 - Missing integer wrap protection in EA list reading can cause...Jeremy Allison2013-08-051-0/+12
* s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_open_interface().Günther Deschner2013-08-052-19/+19
* Ensure we can never integer wrap when working on client-supplied max_data_bytes.Jeremy Allison2013-08-041-0/+22
* There are tests all over the SMB1 code to check that srv_send_smb fails, but ...Richard Sharpe2013-08-031-1/+1
* Fix bug 9678 - Windows 8 Roaming profiles failGregor Beck2013-08-011-7/+2
* Wrap setting leases in become_root()/unbecome_root() to ensure correct delive...Jeremy Allison2013-07-311-13/+20
* smbd: Fix CID 1035536 Uninitialized pointer readVolker Lendecke2013-07-231-1/+1
* smbd: Fix CID 1035537 Uninitialized pointer readVolker Lendecke2013-07-221-1/+1
* smbd: Fix CID 1035538 Uninitialized pointer readVolker Lendecke2013-07-221-1/+1
* 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