summaryrefslogtreecommitdiffstats
path: root/source3/smbd/smb2_server.c
Commit message (Expand)AuthorAgeFilesLines
* s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_infoAndrew Bartlett2011-07-201-1/+1
* s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett2011-07-201-2/+2
* Move smbd_smb2_request_check_tcon() smbd_smb2_request_check_session() next to...Jeremy Allison2011-07-081-0/+130
* s3:smb2_server: add some comments about change_to_user() and change_to_root_u...Stefan Metzmacher2011-07-081-2/+98
* lib/util Move bitmap.c to lib/utilAndrew Bartlett2011-07-081-0/+1
* Fix bug #8293 - SMB2 doesn't rotate the log files often enough.Jeremy Allison2011-07-081-0/+17
* s3:smb2_server: call change_to_root_user() or smbd_smb2_request_check_tcon()Stefan Metzmacher2011-07-071-3/+26
* s3:smb2_server: there's no reason to check the session id twice on a smb2_tco...Stefan Metzmacher2011-07-041-5/+0
* Second part of fix for bug #8219 - SMB Panic from Windows 7 Client.Jeremy Allison2011-06-291-1/+1
* Fix bug #8219 - SMB Panic from Windows 7 ClientJeremy Allison2011-06-291-0/+8
* s3-globals Remove smbd_event_context() (use server_event_context())Andrew Bartlett2011-05-311-1/+1
* s3: Slightly simplify smbd_smb2_request_next_vectorVolker Lendecke2011-05-121-3/+5
* More simple const fixes.Jeremy Allison2011-05-051-4/+4
* s3: Fix dup_smb2_vec3Volker Lendecke2011-05-051-1/+1
* s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner2011-04-291-0/+1
* s3: only include smb profiling where needed.Günther Deschner2011-04-141-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* Change "security=share" to downgrade to SMB1 from SMB2, rather than trying to...Jeremy Allison2011-01-271-8/+0
* s3: Fix a C++ warningVolker Lendecke2011-01-171-1/+1
* My algorithm for determining whan an incoming sequence number can be allowed ...Jeremy Allison2010-12-211-6/+7
* CREATE in a compound CREATE/NOTIFY sequence was being passed through set_oper...Ken Harris2010-12-201-17/+17
* Implement "use sendfile = yes" for SMB2. (cherry picked from commit 95cb7adcd...Jeremy Allison2010-12-151-0/+9
* Change crediting so that the credits are returned on the interim async response.Jeremy Allison2010-12-141-4/+7
* We need to start off with smb2.credits_granted == 0. That wayJeremy Allison2010-12-131-2/+3
* Remove extra unused credit arg. to smbd_smb2_request_setup_out()Jeremy Allison2010-12-131-3/+3
* Add a SMB2 crediting algorithm, by default the same as Windows. Defaults to 1...Jeremy Allison2010-12-101-23/+132
* s3: Fix some uninitialized variable warningsVolker Lendecke2010-08-301-1/+1
* Fix bug #7653 - When SMB2 is on, Windows 7 clients can not connect as guest t...Jeremy Allison2010-08-271-0/+8
* s3: Remove smbd_server_fd from smbd_initialize_smb2Volker Lendecke2010-08-161-2/+2
* s3: Cleanup of the initial SMB2 counters patch.Ira Cooper2010-07-091-89/+191
* s3: Add SMB2 performance counters.Ira Cooper2010-07-071-19/+58
* SMB2 correctness fix. As we've already returned the credits in an interimJeremy Allison2010-06-141-0/+2
* Ensure we correctly setup req->subreq before testing for async. Stops crashes...Jeremy Allison2010-06-101-4/+4
* Second part of fix for 7501 - SMB2: CREATE request replies getting mangled.Jeremy Allison2010-06-081-67/+67
* Fix for bug 7501 - SMB2: CREATE request replies getting mangled.Ira Cooper2010-06-081-3/+1
* Ensure we remove SMB2 cancel requests from the active queueJeremy Allison2010-06-021-0/+1
* Fix a crash bug found by Ira Cooper <samba@ira.wakeful.net>.Jeremy Allison2010-06-021-4/+5
* (Finally) fix bug #7158 - SMB2 connection resets during IOZone tests from 64-...Jeremy Allison2010-05-191-1/+2
* Keep track of credits we're giving out. Set initial credits to 1 (MS-SMB2 spe...Jeremy Allison2010-05-181-1/+8
* Make us pass all SMB2 lock tests except MULTIPLE-UNLOCK and CONTEXT. Them nex...Jeremy Allison2010-05-071-0/+8
* Update (C) for 2010.Jeremy Allison2010-04-281-0/+1
* Don't return an intermediate reply on async on a pipe call (Windows doesn't).Jeremy Allison2010-04-271-0/+5
* Implement oplocks within SMB2. Plumb into the existing SMB1 oplock system.Jeremy Allison2010-04-241-3/+2
* When sending the initial async response, this is never part of a chain.Jeremy Allison2010-04-231-1/+1
* Make deferred opens (NT_STATUS_SHARING_VIOLATION) work over SMB2.Jeremy Allison2010-04-221-8/+9
* 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
* Remove an unused auto variable.Jeremy Allison2010-04-191-3/+0
* s3-smb2: fix some c++ warnings.Günther Deschner2010-04-191-3/+3
* Final fix for #7331 - Compound async SMB 2 requests don't work right.Jeremy Allison2010-04-181-4/+13