summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2010-04-26When walking the SMB2 requests queue, ensure the request is still "in flight"Jeremy Allison1-1/+10
2010-04-26Fix crash when rescheduling oplock open.Jeremy Allison1-0/+9
2010-04-24s3: Simplify (bool != True) to !boolVolker Lendecke1-1/+1
2010-04-24Implement oplocks within SMB2. Plumb into the existing SMB1 oplock system.Jeremy Allison5-17/+112
2010-04-23When sending the initial async response, this is never part of a chain.Jeremy Allison1-1/+1
2010-04-23Don't free the entire tevent_req on cancel, only the part we need (the immedi...Jeremy Allison1-9/+12
2010-04-23s3-smbd: group print relate data in own structureSimo Sorce5-8/+27
2010-04-23Allow smb2 create requests to be cancelled.Jeremy Allison4-20/+90
2010-04-23Fix bug #7384 - dptr_Close has a bitmap leak.Ira Cooper1-3/+1
2010-04-23At simo's request return struct tevent_req *treq -> treq. For consistency :-(.Jeremy Allison1-80/+80
2010-04-23Rename - no functional change. Stop all variables being called "req".Jeremy Allison1-130/+129
2010-04-23s3-lanman: fix uninitialized variable in api_RDosPrintJobDel().Günther Deschner1-1/+1
2010-04-22Make deferred opens (NT_STATUS_SHARING_VIOLATION) work over SMB2.Jeremy Allison6-83/+355
2010-04-23s3: Fix a cut&paste error in a debug message in check_oem_password()Volker Lendecke1-1/+2
2010-04-19Now SMB2 error messages are correctly being returned with the 1 byte data are...Jeremy Allison1-51/+49
2010-04-19Ensure vectors are always allocated with consistent size. Removes one byte al...Jeremy Allison1-20/+60
2010-04-19Fix valgrind error where a strdup of name reads one byte beyond the end. Ensu...Jeremy Allison1-1/+2
2010-04-19Remove an unused auto variable.Jeremy Allison1-3/+0
2010-04-19s3-smb2: fix some c++ warnings.Günther Deschner1-3/+3
2010-04-19s3-lanman: use spoolss for api_WPrintJobGetInfo().Günther Deschner1-21/+54
2010-04-19s3-lanman: use spoolss for api_WPrintJobEnumerate().Günther Deschner1-11/+142
2010-04-18Final fix for #7331 - Compound async SMB 2 requests don't work right.Jeremy Allison2-4/+20
2010-04-17Second part of fix for bug #7331 - Compound async SMB 2 requests don't work r...Jeremy Allison1-58/+158
2010-04-17First part of fix for bug #7331 - Compound async SMB 2 requests don't work ri...Jeremy Allison5-105/+367
2010-04-17s3: Slightly simplify the logic of check_password_complexity()Volker Lendecke1-18/+22
2010-04-17s3: Fix some nonempty blank linesVolker Lendecke1-7/+7
2010-04-13s3: Cache the username map in gencacheVolker Lendecke1-0/+49
2010-04-12Move to using 64-bit mid values in our internal open file database.Jeremy Allison10-123/+125
2010-04-12s3: Little refactoring: Factor out skip_spaceVolker Lendecke1-5/+10
2010-04-12s3: Remove a bogus 0-check, "isspace" can not return true for \0Volker Lendecke1-1/+1
2010-04-12s3: Cache the result of the username map scriptVolker Lendecke1-0/+1
2010-04-09Plumb SMB2 stubs into all the places we defer SMB1 operations.Jeremy Allison10-72/+154
2010-04-09s3: Use talloc_tos() as talloc ctx for fd_lines_load() in map_username()Volker Lendecke1-1/+1
2010-04-09s3: TALLOC_FREE(command) correctly in map_username()Volker Lendecke1-0/+2
2010-04-08Stop smb2 from calling into smb1 blocking lock request code.Jeremy Allison5-0/+66
2010-04-08Simplify call_trans2qfilepathinfo() and smbd_do_qfilepathinfo()Jeremy Allison3-20/+4
2010-04-08Fix bug #7339 - MSDFS is non-functional in 3.5.xJeremy Allison3-1/+5
2010-04-08s3-lanman: use spoolss for api_RDosPrintJobDel().Günther Deschner1-15/+59
2010-04-08s3-lanman: use spoolss for api_WPrintQueueCtrl().Günther Deschner1-7/+70
2010-04-07Start to plumb smb2 into the oplock system. Calls dummy functions for now.Jeremy Allison4-46/+59
2010-04-07On compound requests, MS-SMB2 says clients MAY use 0xFFFFFFFF for compound ti...Jeremy Allison2-0/+39
2010-04-07Don't forget to initialize *p_creds_requested.Jeremy Allison1-0/+1
2010-04-07s3: add comment about what the FSCTL_QUERY_ALLOCATED_RANGES currently doesBjörn Jacke1-0/+6
2010-04-06Ensure we total up the correct number of creds requested in a compound request.Jeremy Allison1-1/+7
2010-04-06Parameterize "smb2 max read", "smb2 max write", "smb2 max trans".Jeremy Allison4-8/+8
2010-04-06fix a segfault in the notify subsystemChristian Ambach1-5/+16
2010-04-05Add FSCTL_QUERY_ALLOCATED_RANGES to the list of Windows ioctls we support.Jeremy Allison1-0/+52
2010-04-05Fix issue with aio where r/w lock wasn't kept across aio read operations.Jeremy Allison2-49/+108
2010-04-01Move initialize_async_io_handler() inside of smbd/aio.c.Jeremy Allison2-37/+42
2010-03-31Make smbd_lock_socket/smbd_unlock_socket recursive with a ref_count.Jeremy Allison6-56/+68