summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2010-05-06s3: only include gen_ndr headers where needed.Günther Deschner14-0/+14
2010-05-05Get closer to passing SMB2 lock test. Still crashes but we get further.Jeremy Allison1-24/+32
2010-05-05Return correct error on read request on directory.Jeremy Allison1-0/+4
2010-05-05Get in_minimum and EOF errors right.Jeremy Allison1-1/+11
2010-05-05Client ignoring max write is a warning, not an error.Jeremy Allison1-1/+5
2010-05-05Start to pass the SMB2 read torture tests.Jeremy Allison1-1/+1
2010-05-05s3-lanman: use srvsvc for api_RNetShareAdd().Günther Deschner1-34/+42
2010-05-05Fixed issue with return in a void function found by Björn JACKE <bj@SerNet.DE>Jeremy Allison1-1/+2
2010-05-03s3-lanman: before trying to call spoolss_ClosePrinter make sure we have a con...Günther Deschner1-8/+8
2010-05-03s3-lanman: fix api_DosPrintQEnum().Günther Deschner1-1/+7
2010-05-03s3-lanman: exit early for unsupported levels in api_PrintJobInfo().Günther Deschner1-17/+17
2010-04-30Plumb the SMB2 front end into the blocking lock backend.Jeremy Allison3-30/+477
2010-04-30smbd: move printfile_offset() within write_file()Simo Sorce2-12/+7
2010-04-29Carefully label SMB1-specific locking calls.Jeremy Allison6-8/+24
2010-04-29Move the global blocking lock records into the smb1 state.Jeremy Allison3-45/+42
2010-04-29Attempt to fix bug #7399 - SMB2: QUERY_DIRECTORY is returning invalid values.Jeremy Allison2-10/+39
2010-04-29s3-lanman: fix api_DosPrintQGetInfo().Günther Deschner1-4/+28
2010-04-29s3-lanman: fix api_DosPrintQEnum.Günther Deschner1-10/+22
2010-04-28Update (C) for 2010.Jeremy Allison7-1/+8
2010-04-28s3-lanman: support level 0 NetPrintQEnum RAP query.Günther Deschner1-0/+1
2010-04-28Connect set security descriptor into SMB2 code.Jeremy Allison2-8/+21
2010-04-28s3:smbd: make fsp->fake_file_handle a talloc child of fspStefan Metzmacher1-1/+1
2010-04-28s3:smbd: add comment about returning STATUS_BUFFER_OVERFLOW in pipe_read_andx...Stefan Metzmacher1-1/+15
2010-04-27Fix the "allow_smb2" bug being set to false that was driving me mad :-).Jeremy Allison1-1/+5
2010-04-27Don't return a potentially uninitialized NT_STATUS. We can now see user lists...Jeremy Allison1-1/+1
2010-04-27Add debug statements so I can track the flow of RPC data.Jeremy Allison1-2/+27
2010-04-28s3-lanman: use spoolss for api_WPrintDestGetInfo() and api_WPrintDestEnum().Günther Deschner1-37/+115
2010-04-28s3-lanman: fix debug message in api_WPrintJobEnumerate().Günther Deschner1-1/+1
2010-04-28s3-lanman: remove a unnecessary memset in api_WPrintJobEnumerate().Günther Deschner1-1/+0
2010-04-28s3-lanman: remove unused code.Günther Deschner1-134/+0
2010-04-28s3-lanman: use spoolss for api_DosPrintQGetInfo and api_DosPrintQEnum.Günther Deschner1-152/+215
2010-04-27Don't return an intermediate reply on async on a pipe call (Windows doesn't).Jeremy Allison1-0/+5
2010-04-28s3-lanman: use spoolss for api_PrintJobInfo().Günther Deschner1-13/+88
2010-04-28s3-lanman: remove unsupported print_job_set_place().Günther Deschner1-9/+0
2010-04-27s3:smbd: keep local and remote tsocket_address per connectionStefan Metzmacher2-9/+65
2010-04-26Correctly report share types (now Win7 makes RPC calls against us).Jeremy Allison1-1/+7
2010-04-26Plumb in get_nt_acl into SMB2.Jeremy Allison2-46/+167
2010-04-26s3: use generated rap header.Günther Deschner1-0/+1
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