summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed issue with return in a void function found by Björn JACKE <bj@SerNet.DE>Jeremy Allison2010-05-051-1/+2
* s3-lanman: before trying to call spoolss_ClosePrinter make sure we have a con...Günther Deschner2010-05-031-8/+8
* s3-lanman: fix api_DosPrintQEnum().Günther Deschner2010-05-031-1/+7
* s3-lanman: exit early for unsupported levels in api_PrintJobInfo().Günther Deschner2010-05-031-17/+17
* Plumb the SMB2 front end into the blocking lock backend.Jeremy Allison2010-04-303-30/+477
* smbd: move printfile_offset() within write_file()Simo Sorce2010-04-302-12/+7
* Carefully label SMB1-specific locking calls.Jeremy Allison2010-04-296-8/+24
* Move the global blocking lock records into the smb1 state.Jeremy Allison2010-04-293-45/+42
* Attempt to fix bug #7399 - SMB2: QUERY_DIRECTORY is returning invalid values.Jeremy Allison2010-04-292-10/+39
* s3-lanman: fix api_DosPrintQGetInfo().Günther Deschner2010-04-291-4/+28
* s3-lanman: fix api_DosPrintQEnum.Günther Deschner2010-04-291-10/+22
* Update (C) for 2010.Jeremy Allison2010-04-287-1/+8
* s3-lanman: support level 0 NetPrintQEnum RAP query.Günther Deschner2010-04-281-0/+1
* Connect set security descriptor into SMB2 code.Jeremy Allison2010-04-282-8/+21
* s3:smbd: make fsp->fake_file_handle a talloc child of fspStefan Metzmacher2010-04-281-1/+1
* s3:smbd: add comment about returning STATUS_BUFFER_OVERFLOW in pipe_read_andx...Stefan Metzmacher2010-04-281-1/+15
* Fix the "allow_smb2" bug being set to false that was driving me mad :-).Jeremy Allison2010-04-271-1/+5
* Don't return a potentially uninitialized NT_STATUS. We can now see user lists...Jeremy Allison2010-04-271-1/+1
* Add debug statements so I can track the flow of RPC data.Jeremy Allison2010-04-271-2/+27
* s3-lanman: use spoolss for api_WPrintDestGetInfo() and api_WPrintDestEnum().Günther Deschner2010-04-281-37/+115
* s3-lanman: fix debug message in api_WPrintJobEnumerate().Günther Deschner2010-04-281-1/+1
* s3-lanman: remove a unnecessary memset in api_WPrintJobEnumerate().Günther Deschner2010-04-281-1/+0
* s3-lanman: remove unused code.Günther Deschner2010-04-281-134/+0
* s3-lanman: use spoolss for api_DosPrintQGetInfo and api_DosPrintQEnum.Günther Deschner2010-04-281-152/+215
* Don't return an intermediate reply on async on a pipe call (Windows doesn't).Jeremy Allison2010-04-271-0/+5
* s3-lanman: use spoolss for api_PrintJobInfo().Günther Deschner2010-04-281-13/+88
* s3-lanman: remove unsupported print_job_set_place().Günther Deschner2010-04-281-9/+0
* s3:smbd: keep local and remote tsocket_address per connectionStefan Metzmacher2010-04-272-9/+65
* Correctly report share types (now Win7 makes RPC calls against us).Jeremy Allison2010-04-261-1/+7
* Plumb in get_nt_acl into SMB2.Jeremy Allison2010-04-262-46/+167
* s3: use generated rap header.Günther Deschner2010-04-261-0/+1
* When walking the SMB2 requests queue, ensure the request is still "in flight"Jeremy Allison2010-04-261-1/+10
* Fix crash when rescheduling oplock open.Jeremy Allison2010-04-261-0/+9
* s3: Simplify (bool != True) to !boolVolker Lendecke2010-04-241-1/+1
* Implement oplocks within SMB2. Plumb into the existing SMB1 oplock system.Jeremy Allison2010-04-245-17/+112
* When sending the initial async response, this is never part of a chain.Jeremy Allison2010-04-231-1/+1
* Don't free the entire tevent_req on cancel, only the part we need (the immedi...Jeremy Allison2010-04-231-9/+12
* s3-smbd: group print relate data in own structureSimo Sorce2010-04-235-8/+27
* Allow smb2 create requests to be cancelled.Jeremy Allison2010-04-234-20/+90
* Fix bug #7384 - dptr_Close has a bitmap leak.Ira Cooper2010-04-231-3/+1
* At simo's request return struct tevent_req *treq -> treq. For consistency :-(.Jeremy Allison2010-04-231-80/+80
* Rename - no functional change. Stop all variables being called "req".Jeremy Allison2010-04-231-130/+129
* s3-lanman: fix uninitialized variable in api_RDosPrintJobDel().Günther Deschner2010-04-231-1/+1
* Make deferred opens (NT_STATUS_SHARING_VIOLATION) work over SMB2.Jeremy Allison2010-04-226-83/+355
* s3: Fix a cut&paste error in a debug message in check_oem_password()Volker Lendecke2010-04-231-1/+2
* Now SMB2 error messages are correctly being returned with the 1 byte data are...Jeremy Allison2010-04-191-51/+49
* Ensure vectors are always allocated with consistent size. Removes one byte al...Jeremy Allison2010-04-191-20/+60
* Fix valgrind error where a strdup of name reads one byte beyond the end. Ensu...Jeremy Allison2010-04-191-1/+2
* Remove an unused auto variable.Jeremy Allison2010-04-191-3/+0
* s3-smb2: fix some c++ warnings.Günther Deschner2010-04-191-3/+3