summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3-lanman: use spoolss for api_WPrintJobGetInfo().Günther Deschner2010-04-191-21/+54
* s3-lanman: use spoolss for api_WPrintJobEnumerate().Günther Deschner2010-04-191-11/+142
* Final fix for #7331 - Compound async SMB 2 requests don't work right.Jeremy Allison2010-04-182-4/+20
* Second part of fix for bug #7331 - Compound async SMB 2 requests don't work r...Jeremy Allison2010-04-171-58/+158
* First part of fix for bug #7331 - Compound async SMB 2 requests don't work ri...Jeremy Allison2010-04-175-105/+367
* s3: Slightly simplify the logic of check_password_complexity()Volker Lendecke2010-04-171-18/+22
* s3: Fix some nonempty blank linesVolker Lendecke2010-04-171-7/+7
* s3: Cache the username map in gencacheVolker Lendecke2010-04-131-0/+49
* Move to using 64-bit mid values in our internal open file database.Jeremy Allison2010-04-1210-123/+125
* s3: Little refactoring: Factor out skip_spaceVolker Lendecke2010-04-121-5/+10
* s3: Remove a bogus 0-check, "isspace" can not return true for \0Volker Lendecke2010-04-121-1/+1
* s3: Cache the result of the username map scriptVolker Lendecke2010-04-121-0/+1
* Plumb SMB2 stubs into all the places we defer SMB1 operations.Jeremy Allison2010-04-0910-72/+154
* s3: Use talloc_tos() as talloc ctx for fd_lines_load() in map_username()Volker Lendecke2010-04-091-1/+1
* s3: TALLOC_FREE(command) correctly in map_username()Volker Lendecke2010-04-091-0/+2
* Stop smb2 from calling into smb1 blocking lock request code.Jeremy Allison2010-04-085-0/+66
* Simplify call_trans2qfilepathinfo() and smbd_do_qfilepathinfo()Jeremy Allison2010-04-083-20/+4
* Fix bug #7339 - MSDFS is non-functional in 3.5.xJeremy Allison2010-04-083-1/+5
* s3-lanman: use spoolss for api_RDosPrintJobDel().Günther Deschner2010-04-081-15/+59
* s3-lanman: use spoolss for api_WPrintQueueCtrl().Günther Deschner2010-04-081-7/+70
* Start to plumb smb2 into the oplock system. Calls dummy functions for now.Jeremy Allison2010-04-074-46/+59
* On compound requests, MS-SMB2 says clients MAY use 0xFFFFFFFF for compound ti...Jeremy Allison2010-04-072-0/+39
* Don't forget to initialize *p_creds_requested.Jeremy Allison2010-04-071-0/+1
* s3: add comment about what the FSCTL_QUERY_ALLOCATED_RANGES currently doesBjörn Jacke2010-04-071-0/+6
* Ensure we total up the correct number of creds requested in a compound request.Jeremy Allison2010-04-061-1/+7
* Parameterize "smb2 max read", "smb2 max write", "smb2 max trans".Jeremy Allison2010-04-064-8/+8
* fix a segfault in the notify subsystemChristian Ambach2010-04-061-5/+16
* Add FSCTL_QUERY_ALLOCATED_RANGES to the list of Windows ioctls we support.Jeremy Allison2010-04-051-0/+52