summaryrefslogtreecommitdiff
path: root/source3/smbd/globals.h
Commit message (Expand)AuthorAgeFilesLines
* s3:auth Remove NT_USER_TOKENAndrew Bartlett2010-09-111-1/+1
* s3: Remove smbd_server_fd()Volker Lendecke2010-08-291-1/+1
* s3: Make char_flags and base_reverse const arraysVolker Lendecke2010-08-241-3/+0
* s3: Move "trans_num" to smbd_server_connectionVolker Lendecke2010-08-241-0/+1
* s3: Add smbd_server_connection->client_idVolker Lendecke2010-08-181-0/+1
* s3: Add "sock" to smbd_server_connectionVolker Lendecke2010-08-161-0/+1
* Move the addition of the 16 byte guid out of spnego_gen_negTokenInit() andJeremy Allison2010-07-191-1/+1
* Revert "Remove the global char *LastDir."Jeremy Allison2010-07-131-0/+1
* s3: Add sconn_server_id()Volker Lendecke2010-07-051-0/+2
* s3: Add missing prototype for smb2_opcode_nameVolker Lendecke2010-07-051-0/+1
* s3: Add msg_ctx to smbd_server_connectionVolker Lendecke2010-07-051-0/+1
* s3: Explicitly pass sconn to process_blocking_lock_queue_smb2Volker Lendecke2010-06-121-1/+2
* s3: Explicitly pass sconn to [remove|schedule]_deferred_open_message_smb2Volker Lendecke2010-06-121-2/+4
* s3: Explicitly pass sconn to open_was_deferred_smb2Volker Lendecke2010-06-121-1/+2
* s3: Explicitly pass sconn to negprot_spnego()Volker Lendecke2010-06-121-1/+1
* s3: Remove sconn arg from smbd_notify_cancel_by_smbreqVolker Lendecke2010-06-121-2/+1
* Implement AIO in SMB2. Doesn't allow cancel calls yet (to be added).Jeremy Allison2010-06-101-0/+2
* Rename "allow_smb2" -> "using_smb2" and make the usage clearer.Jeremy Allison2010-06-091-1/+1
* Fix a valgrind error found by SMB2-COMPOUND test.Jeremy Allison2010-06-081-0/+3
* s3-smbd: Remove unneeded dependency of map_username to globals.c.Andreas Schneider2010-06-041-3/+0
* s3:smbd make yp cache local.Simo Sorce2010-05-311-3/+0
* s3:auth Remove AUTH_NTLMSSP_STATE typedef.Andrew Bartlett2010-05-311-1/+1
* (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