summaryrefslogtreecommitdiffstats
path: root/source3/smbd/globals.h
Commit message (Expand)AuthorAgeFilesLines
* (Finally) fix bug #7158 - SMB2 connection resets during IOZone tests from 64-...Jeremy Allison2010-05-191-0/+1
* Keep track of credits we're giving out. Set initial credits to 1 (MS-SMB2 spe...Jeremy Allison2010-05-181-0/+1
* Be more forgiving on client oplock break failure (as Windows does). Remove a ...Jeremy Allison2010-05-131-1/+0
* SMB2 always have level2 oplock capability. Correct mapping from break message...Jeremy Allison2010-05-101-1/+0
* This patch looks bigger than it is. It does 2 things. 1). Renames smbpid -> s...Jeremy Allison2010-05-071-2/+2
* Make us pass all SMB2 lock tests except MULTIPLE-UNLOCK and CONTEXT. Them nex...Jeremy Allison2010-05-071-1/+2
* Fix more SMB2 locking. We still crash but this won't last :-).Jeremy Allison2010-05-061-1/+1
* Plumb the SMB2 front end into the blocking lock backend.Jeremy Allison2010-04-301-7/+7
* Carefully label SMB1-specific locking calls.Jeremy Allison2010-04-291-0/+2
* Move the global blocking lock records into the smb1 state.Jeremy Allison2010-04-291-12/+12
* Update (C) for 2010.Jeremy Allison2010-04-281-0/+1
* s3:smbd: keep local and remote tsocket_address per connectionStefan Metzmacher2010-04-271-0/+2
* Implement oplocks within SMB2. Plumb into the existing SMB1 oplock system.Jeremy Allison2010-04-241-2/+3
* Allow smb2 create requests to be cancelled.Jeremy Allison2010-04-231-0/+1
* Make deferred opens (NT_STATUS_SHARING_VIOLATION) work over SMB2.Jeremy Allison2010-04-221-5/+10
* First part of fix for bug #7331 - Compound async SMB 2 requests don't work ri...Jeremy Allison2010-04-171-0/+2
* Move to using 64-bit mid values in our internal open file database.Jeremy Allison2010-04-121-10/+4
* Plumb SMB2 stubs into all the places we defer SMB1 operations.Jeremy Allison2010-04-091-3/+14
* Stop smb2 from calling into smb1 blocking lock request code.Jeremy Allison2010-04-081-0/+17
* Simplify call_trans2qfilepathinfo() and smbd_do_qfilepathinfo()Jeremy Allison2010-04-081-1/+0
* Start to plumb smb2 into the oplock system. Calls dummy functions for now.Jeremy Allison2010-04-071-0/+3
* Make smbd_lock_socket/smbd_unlock_socket recursive with a ref_count.Jeremy Allison2010-03-311-2/+8
* s3:smbd: add echo handler information to struct smbd_server_connectionStefan Metzmacher2010-03-221-0/+19
* s3:smbd: add smbd_[un]lock_socket() dummiesStefan Metzmacher2010-03-221-0/+3
* s3: Abstract access to sessionid.tdb, similar to conn_tdb.cVolker Lendecke2010-03-011-2/+0
* Remove the global char *LastDir.Jeremy Allison2010-01-121-1/+0
* Revert "s3: Move the global variable Protocol to struct smbd_server_connection"Volker Lendecke2009-11-231-1/+0
* s3: Move the global variable Protocol to struct smbd_server_connectionVolker Lendecke2009-11-211-0/+1
* s3:smbd: add a generic smbd_dirptr_lanman2_entry() functionStefan Metzmacher2009-08-191-0/+21
* s3:smbd: make smbd_check_open_rights() function non-static for use in SMB2Stefan Metzmacher2009-08-191-0/+5
* s3:smbd: add smbd_notify_cancel_by_smbreq()Stefan Metzmacher2009-08-171-0/+3
* s3:smbd: implement SMB2 Cancel correctly.Stefan Metzmacher2009-08-171-1/+8
* Fix BASE-DELAYWRITE test by removing const from struct smb_filenameJeremy Allison2009-08-121-1/+1
* s3:smbd: rename conn => sconn for smbd_server_connection structsStefan Metzmacher2009-08-081-3/+3
* s3:smbd: move dptr globals into struct smbd_server_connectionStefan Metzmacher2009-08-071-5/+6
* s3:smbd: add generic smbd_dirptr_get_entry()Stefan Metzmacher2009-08-071-0/+21
* s3: Convert some callers of vfs_stat_smb_fname to SMB_VFS_STAT()Tim Prouty2009-07-221-1/+0
* s3:smbd: make smbd_do_qfsinfo() non static for use in SMB2 GetInfoStefan Metzmacher2009-07-131-0/+9
* s3:smbd: make smbd_do_setfilepathinfo() non static for use in SMB2 SetInfoStefan Metzmacher2009-07-131-0/+9
* s3:smbd: make smbd_do_qfilepathinfo() non static for use in SMB2Stefan Metzmacher2009-07-121-0/+16
* s3:smbd: make smbd_do_locking() non staticStefan Metzmacher2009-07-101-0/+17
* s3:smbd: add marshalling layer for SMB2 Lock supportStefan Metzmacher2009-07-021-0/+1
* s3:smbd: add marshalling layer for SMB2 Find (QueryDirectory) supportStefan Metzmacher2009-07-021-0/+1
* s3:smbd: add marshalling layer for SMB2 Break support (SMB 2.002 only)Stefan Metzmacher2009-07-021-0/+1
* s3:smbd: add marshalling layer for SMB2 SetInfo supportStefan Metzmacher2009-07-021-0/+1
* s3:smbd: add marshalling layer for SMB2 GetInfo supportStefan Metzmacher2009-07-021-0/+1
* s3:smbd: add support for SMB2 NotifyStefan Metzmacher2009-07-021-0/+1
* s3:smbd: move global notify_changes_by_mid to smbd_server_connectionStefan Metzmacher2009-07-021-2/+2
* s3:smbd: add support for async interim SMB2 responses and prepare SMB2 cancelStefan Metzmacher2009-06-241-0/+2
* s3:smbd: keep a list of outstanding SMB2 requestsStefan Metzmacher2009-06-241-0/+4