summaryrefslogtreecommitdiffstats
path: root/source3/smbd/globals.h
Commit message (Expand)AuthorAgeFilesLines
* s3:smb2_server: FLAG_CHAINED means we always use the last session_id and tidStefan Metzmacher2011-11-091-0/+2
* s3:smb2_server: remember the max_{trans,read,write} sizes we negotiated (bug ...Stefan Metzmacher2011-10-131-0/+3
* s3:smb2_server: add smbd_smb2_request_verify_sizes()Stefan Metzmacher2011-10-121-0/+3
* s3:smb2_server: keep compound_related on struct smbd_smb2_requestStefan Metzmacher2011-09-151-0/+1
* Based on metze's fix for Bug 8407 - SMB2 server can return requests out-of-or...Jeremy Allison2011-09-151-0/+1
* s3:smbd: make smbd_calculate_access_mask() non-staticStefan Metzmacher2011-07-131-0/+5
* Fix bug #8293 - SMB2 doesn't rotate the log files often enough.Jeremy Allison2011-07-121-1/+2
* s3: only include tdb headers where needed.Günther Deschner2011-05-161-1/+2
* The searches struct is still being used and idled in SMB2 - move it to the gl...Jeremy Allison2011-03-171-5/+7
* s3-auth struct security_unix_token replaces UNIX_USER_TOKENAndrew Bartlett2011-03-011-1/+1
* s3: Use poll in smbdVolker Lendecke2011-02-281-0/+8
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-221-1/+1
* s3-printing: Initiate pcap reload from parent smbdDavid Disseldorp2011-01-071-1/+0
* Add a SMB2 crediting algorithm, by default the same as Windows. Defaults to 1...Jeremy Allison2010-12-101-1/+4
* Move tcons.num_open from smb1 to sconn->num_tcons_open as this is needed for ...Jeremy Allison2010-10-191-1/+3
* s3: Add msg_ctx_to_sconnVolker Lendecke2010-10-031-0/+2
* s3: Remove some remaining files.c globals to sconnVolker Lendecke2010-09-281-6/+8
* s3: Move "Files" to smbd_server_connectionVolker Lendecke2010-09-281-1/+1
* s3: Remove "server_fd" global variableVolker Lendecke2010-09-281-1/+0
* 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