summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2013-09-03smbd: Simplify find_oplock_typesVolker Lendecke1-9/+10
2013-08-28smbd: Correctly return INFO_LENGTH_MISMATCH for smb1Volker Lendecke1-0/+4
2013-08-28smbd: Fix error return for STREAM_INFOVolker Lendecke1-0/+4
2013-08-28smbd: Revert a93f9c3Volker Lendecke1-5/+0
2013-08-28smbd: Correctly return BUFFER_OVERFLOW in smb2_getinfoVolker Lendecke1-0/+10
2013-08-28smbd: Correctly return INFO_LENGTH_MISMATCH in smb2_getinfoVolker Lendecke1-0/+12
2013-08-28smbd: qfsinfo has fixed/variable buffersVolker Lendecke3-0/+13
2013-08-28smbd: qfilepathinfo has fixed/variable buffersVolker Lendecke3-0/+25
2013-08-27smbd: Use #defines in smb2_getinfo_sendVolker Lendecke1-4/+4
2013-08-26Fix the UNIX extensions CHOWN calls to use FCHOWN if available, else LCHOWN.Jeremy Allison1-6/+20
2013-08-26Allow UNIX extensions client to act on open fsp instead of pathname if availa...Jeremy Allison1-1/+8
2013-08-26Fix the erroneous masking of chmod requests via the UNIX extensions.Jeremy Allison1-8/+10
2013-08-26smbd: Simplify dropbox special case in unix_convertVolker Lendecke1-6/+23
2013-08-25Revert "Fix the erroneous masking of chmod requests via the UNIX extensions."Jeremy Allison1-2/+7
2013-08-24Revert "Allow UNIX extensions client to act on open fsp instead of pathname i...Jeremy Allison1-8/+1
2013-08-24Pushed from the wrong branch - this is the versionJeremy Allison1-14/+6
2013-08-25Fix the UNIX extensions CHOWN calls to use FCHOWN if available, else LCHOWN.Jeremy Allison1-6/+14
2013-08-24Allow UNIX extensions client to act on open fsp instead of pathname if availa...Jeremy Allison1-1/+8
2013-08-24Fix the erroneous masking of chmod requests via the UNIX extensions.Jeremy Allison1-7/+2
2013-08-23smbd: Fix a debug messageVolker Lendecke1-1/+1
2013-08-20smbd: Simplify new_break_message_smb1Volker Lendecke1-18/+7
2013-08-20smbd: Replace a 0-timeout wakeup_sendVolker Lendecke1-17/+13
2013-08-19Fix bug #10097 - MacOSX 10.9 will not follow path-based DFS referrals handed ...Richard Sharpe2-6/+18
2013-08-19smbd: Fix CID 1063259 Uninitialized scalar variableVolker Lendecke1-0/+1
2013-08-16smbd: Do not wait unnecessarilyVolker Lendecke1-1/+1
2013-08-16smbd: Make break_level2_to_none_async staticVolker Lendecke2-2/+1
2013-08-15s3:lib: Factor read_ea_list_entry() and read_nttrans_ea_list() out so they ca...Jeremy Allison2-104/+2
2013-08-14smbd: Fix async echo handler forking (Bug 10086)Volker Lendecke1-3/+6
2013-08-12smbd: Fix CID 1035550 Structurally dead codeVolker Lendecke1-38/+29
2013-08-05s3:smbd: allow info class SMB_QUERY_FS_ATTRIBUTE_INFO to return partial dataRalph Wuerthner1-0/+6
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