Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-05 | Return correct error on read request on directory. | Jeremy Allison | 1 | -0/+4 | |
Jeremy. | |||||
2010-05-05 | Get in_minimum and EOF errors right. | Jeremy Allison | 1 | -1/+11 | |
Jeremy. | |||||
2010-05-05 | Client ignoring max write is a warning, not an error. | Jeremy Allison | 1 | -1/+5 | |
Jeremy. | |||||
2010-05-05 | Start to pass the SMB2 read torture tests. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. | |||||
2010-05-05 | s3-lanman: use srvsvc for api_RNetShareAdd(). | Günther Deschner | 1 | -34/+42 | |
Guenther | |||||
2010-05-05 | Fixed issue with return in a void function found by Björn JACKE <bj@SerNet.DE> | Jeremy Allison | 1 | -1/+2 | |
Jeremy. | |||||
2010-05-03 | s3-lanman: before trying to call spoolss_ClosePrinter make sure we have a ↵ | Günther Deschner | 1 | -8/+8 | |
connection. Guenther | |||||
2010-05-03 | s3-lanman: fix api_DosPrintQEnum(). | Günther Deschner | 1 | -1/+7 | |
This was a subtile bug where the OpenPrinter call (called directly via dispatcher table) was modifiying r->in.printername in a way that all printers on a server had the printername stripped off the server unc. Once we switch to full NDR marshalling in inter RAP<->RPC server communication there is no danger anymore to have these kind of nasty effects. Guenther | |||||
2010-05-03 | s3-lanman: exit early for unsupported levels in api_PrintJobInfo(). | Günther Deschner | 1 | -17/+17 | |
Guenther | |||||
2010-04-30 | Plumb the SMB2 front end into the blocking lock backend. | Jeremy Allison | 3 | -30/+477 | |
Metze, you'll probably be happier with this work as it doesn't abuse tevent in the way you dislike. This is a first cut at the code, which will need lots of testing but I'm hoping this will give people an idea of where I'm going with this. Jeremy. | |||||
2010-04-30 | smbd: move printfile_offset() within write_file() | Simo Sorce | 2 | -12/+7 | |
2010-04-29 | Carefully label SMB1-specific locking calls. | Jeremy Allison | 6 | -8/+24 | |
Jeremy. | |||||
2010-04-29 | Move the global blocking lock records into the smb1 state. | Jeremy Allison | 3 | -45/+42 | |
Jeremy | |||||
2010-04-29 | Attempt to fix bug #7399 - SMB2: QUERY_DIRECTORY is returning invalid values. | Jeremy Allison | 2 | -10/+39 | |
Based on an initial patch from Ira Cooper <samba@ira.wakeful.net>. Jeremy. | |||||
2010-04-29 | s3-lanman: fix api_DosPrintQGetInfo(). | Günther Deschner | 1 | -4/+28 | |
Found by torture test. Guenther | |||||
2010-04-29 | s3-lanman: fix api_DosPrintQEnum. | Günther Deschner | 1 | -10/+22 | |
Found by torture test. Guenther | |||||
2010-04-28 | Update (C) for 2010. | Jeremy Allison | 7 | -1/+8 | |
Jeremy. | |||||
2010-04-28 | s3-lanman: support level 0 NetPrintQEnum RAP query. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-04-28 | Connect set security descriptor into SMB2 code. | Jeremy Allison | 2 | -8/+21 | |
Jeremy. | |||||
2010-04-28 | s3:smbd: make fsp->fake_file_handle a talloc child of fsp | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-04-28 | s3:smbd: add comment about returning STATUS_BUFFER_OVERFLOW in ↵ | Stefan Metzmacher | 1 | -1/+15 | |
pipe_read_andx_done() metze | |||||
2010-04-27 | Fix the "allow_smb2" bug being set to false that was driving me mad :-). | Jeremy Allison | 1 | -1/+5 | |
The first packet from a rebooted Win7 on an SMB2 connection is an SMB1 negprot... Jeremy. | |||||
2010-04-27 | Don't return a potentially uninitialized NT_STATUS. We can now see user ↵ | Jeremy Allison | 1 | -1/+1 | |
lists in Windows ACLs. Jeremy. | |||||
2010-04-27 | Add debug statements so I can track the flow of RPC data. | Jeremy Allison | 1 | -2/+27 | |
Jeremy. | |||||
2010-04-28 | s3-lanman: use spoolss for api_WPrintDestGetInfo() and api_WPrintDestEnum(). | Günther Deschner | 1 | -37/+115 | |
With this, I think, all implemented RAP printing calls are routed over SPOOLSS. Torture tests to follow... Guenther | |||||
2010-04-28 | s3-lanman: fix debug message in api_WPrintJobEnumerate(). | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-04-28 | s3-lanman: remove a unnecessary memset in api_WPrintJobEnumerate(). | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2010-04-28 | s3-lanman: remove unused code. | Günther Deschner | 1 | -134/+0 | |
Guenther | |||||
2010-04-28 | s3-lanman: use spoolss for api_DosPrintQGetInfo and api_DosPrintQEnum. | Günther Deschner | 1 | -152/+215 | |
Guenther | |||||
2010-04-27 | Don't return an intermediate reply on async on a pipe call (Windows doesn't). | Jeremy Allison | 1 | -0/+5 | |
Jeremy. | |||||
2010-04-28 | s3-lanman: use spoolss for api_PrintJobInfo(). | Günther Deschner | 1 | -13/+88 | |
Guenther | |||||
2010-04-28 | s3-lanman: remove unsupported print_job_set_place(). | Günther Deschner | 1 | -9/+0 | |
Guenther | |||||
2010-04-27 | s3:smbd: keep local and remote tsocket_address per connection | Stefan Metzmacher | 2 | -9/+65 | |
metze | |||||
2010-04-26 | Correctly report share types (now Win7 makes RPC calls against us). | Jeremy Allison | 1 | -1/+7 | |
Jeremy. | |||||
2010-04-26 | Plumb in get_nt_acl into SMB2. | Jeremy Allison | 2 | -46/+167 | |
Jeremy. | |||||
2010-04-26 | s3: use generated rap header. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-04-26 | When walking the SMB2 requests queue, ensure the request is still "in flight" | Jeremy Allison | 1 | -1/+10 | |
before examining the details. SMB2 requests stay on the queue until their out.vector has been send, only then are they talloc_free'd. Thanks for Ira Cooper <ira@wakeful.net> for giving me the backtrace showing this. Jeremy. | |||||
2010-04-26 | Fix crash when rescheduling oplock open. | Jeremy Allison | 1 | -0/+9 | |
Jeremy. | |||||
2010-04-24 | s3: Simplify (bool != True) to !bool | Volker Lendecke | 1 | -1/+1 | |
2010-04-24 | Implement oplocks within SMB2. Plumb into the existing SMB1 oplock system. | Jeremy Allison | 5 | -17/+112 | |
Seems to work but needs more tests (to be added). Jeremy. | |||||
2010-04-23 | When sending the initial async response, this is never part of a chain. | Jeremy Allison | 1 | -1/+1 | |
Get the reply flags correct. Jeremy. | |||||
2010-04-23 | Don't free the entire tevent_req on cancel, only the part we need (the ↵ | Jeremy Allison | 1 | -9/+12 | |
immediate event). Jeremy. | |||||
2010-04-23 | s3-smbd: group print relate data in own structure | Simo Sorce | 5 | -8/+27 | |
2010-04-23 | Allow smb2 create requests to be cancelled. | Jeremy Allison | 4 | -20/+90 | |
Jeremy. | |||||
2010-04-23 | Fix bug #7384 - dptr_Close has a bitmap leak. | Ira Cooper | 1 | -3/+1 | |
s3: Fix to dptr_Close This fixes a bitmap "leak" in dptr_Close by making it use the same internal routines the rest of the code does. | |||||
2010-04-23 | At simo's request return struct tevent_req *treq -> treq. For consistency :-(. | Jeremy Allison | 1 | -80/+80 | |
2010-04-23 | Rename - no functional change. Stop all variables being called "req". | Jeremy Allison | 1 | -130/+129 | |
tevent_req -> treq struct smb_request -> smb1req struct smbd_smb2_request -> smb2req Jeremy. | |||||
2010-04-23 | s3-lanman: fix uninitialized variable in api_RDosPrintJobDel(). | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-04-22 | Make deferred opens (NT_STATUS_SHARING_VIOLATION) work over SMB2. | Jeremy Allison | 6 | -83/+355 | |
Makes SMB2Create call re-entrant internally. Now this infrastructure is in place, oplocks will follow shortly. Tested with Win7 client and with W2K8R2. Jeremy. | |||||
2010-04-23 | s3: Fix a cut&paste error in a debug message in check_oem_password() | Volker Lendecke | 1 | -1/+2 | |