index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
globals.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
The searches struct is still being used and idled in SMB2 - move it to the gl...
Jeremy Allison
2011-03-18
1
-5
/
+7
*
s3-auth struct security_unix_token replaces UNIX_USER_TOKEN
Andrew Bartlett
2011-03-01
1
-1
/
+1
*
s3: Use poll in smbd
Volker Lendecke
2011-02-28
1
-0
/
+8
*
s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info
Andrew Bartlett
2011-02-22
1
-1
/
+1
*
s3-printing: Initiate pcap reload from parent smbd
David Disseldorp
2011-01-07
1
-1
/
+0
*
Add a SMB2 crediting algorithm, by default the same as Windows. Defaults to 1...
Jeremy Allison
2010-12-10
1
-1
/
+4
*
Move tcons.num_open from smb1 to sconn->num_tcons_open as this is needed for ...
Jeremy Allison
2010-10-19
1
-1
/
+3
*
s3: Add msg_ctx_to_sconn
Volker Lendecke
2010-10-03
1
-0
/
+2
*
s3: Remove some remaining files.c globals to sconn
Volker Lendecke
2010-09-28
1
-6
/
+8
*
s3: Move "Files" to smbd_server_connection
Volker Lendecke
2010-09-28
1
-1
/
+1
*
s3: Remove "server_fd" global variable
Volker Lendecke
2010-09-28
1
-1
/
+0
*
s3:auth Remove NT_USER_TOKEN
Andrew Bartlett
2010-09-11
1
-1
/
+1
*
s3: Remove smbd_server_fd()
Volker Lendecke
2010-08-29
1
-1
/
+1
*
s3: Make char_flags and base_reverse const arrays
Volker Lendecke
2010-08-24
1
-3
/
+0
*
s3: Move "trans_num" to smbd_server_connection
Volker Lendecke
2010-08-24
1
-0
/
+1
*
s3: Add smbd_server_connection->client_id
Volker Lendecke
2010-08-18
1
-0
/
+1
*
s3: Add "sock" to smbd_server_connection
Volker Lendecke
2010-08-16
1
-0
/
+1
*
Move the addition of the 16 byte guid out of spnego_gen_negTokenInit() and
Jeremy Allison
2010-07-19
1
-1
/
+1
*
Revert "Remove the global char *LastDir."
Jeremy Allison
2010-07-13
1
-0
/
+1
*
s3: Add sconn_server_id()
Volker Lendecke
2010-07-05
1
-0
/
+2
*
s3: Add missing prototype for smb2_opcode_name
Volker Lendecke
2010-07-05
1
-0
/
+1
*
s3: Add msg_ctx to smbd_server_connection
Volker Lendecke
2010-07-05
1
-0
/
+1
*
s3: Explicitly pass sconn to process_blocking_lock_queue_smb2
Volker Lendecke
2010-06-12
1
-1
/
+2
*
s3: Explicitly pass sconn to [remove|schedule]_deferred_open_message_smb2
Volker Lendecke
2010-06-12
1
-2
/
+4
*
s3: Explicitly pass sconn to open_was_deferred_smb2
Volker Lendecke
2010-06-12
1
-1
/
+2
*
s3: Explicitly pass sconn to negprot_spnego()
Volker Lendecke
2010-06-12
1
-1
/
+1
*
s3: Remove sconn arg from smbd_notify_cancel_by_smbreq
Volker Lendecke
2010-06-12
1
-2
/
+1
*
Implement AIO in SMB2. Doesn't allow cancel calls yet (to be added).
Jeremy Allison
2010-06-10
1
-0
/
+2
*
Rename "allow_smb2" -> "using_smb2" and make the usage clearer.
Jeremy Allison
2010-06-09
1
-1
/
+1
*
Fix a valgrind error found by SMB2-COMPOUND test.
Jeremy Allison
2010-06-08
1
-0
/
+3
*
s3-smbd: Remove unneeded dependency of map_username to globals.c.
Andreas Schneider
2010-06-04
1
-3
/
+0
*
s3:smbd make yp cache local.
Simo Sorce
2010-05-31
1
-3
/
+0
*
s3:auth Remove AUTH_NTLMSSP_STATE typedef.
Andrew Bartlett
2010-05-31
1
-1
/
+1
*
(Finally) fix bug #7158 - SMB2 connection resets during IOZone tests from 64-...
Jeremy Allison
2010-05-19
1
-0
/
+1
*
Keep track of credits we're giving out. Set initial credits to 1 (MS-SMB2 spe...
Jeremy Allison
2010-05-18
1
-0
/
+1
*
Be more forgiving on client oplock break failure (as Windows does). Remove a ...
Jeremy Allison
2010-05-13
1
-1
/
+0
*
SMB2 always have level2 oplock capability. Correct mapping from break message...
Jeremy Allison
2010-05-10
1
-1
/
+0
*
This patch looks bigger than it is. It does 2 things. 1). Renames smbpid -> s...
Jeremy Allison
2010-05-07
1
-2
/
+2
*
Make us pass all SMB2 lock tests except MULTIPLE-UNLOCK and CONTEXT. Them nex...
Jeremy Allison
2010-05-07
1
-1
/
+2
*
Fix more SMB2 locking. We still crash but this won't last :-).
Jeremy Allison
2010-05-06
1
-1
/
+1
*
Plumb the SMB2 front end into the blocking lock backend.
Jeremy Allison
2010-04-30
1
-7
/
+7
*
Carefully label SMB1-specific locking calls.
Jeremy Allison
2010-04-29
1
-0
/
+2
*
Move the global blocking lock records into the smb1 state.
Jeremy Allison
2010-04-29
1
-12
/
+12
*
Update (C) for 2010.
Jeremy Allison
2010-04-28
1
-0
/
+1
*
s3:smbd: keep local and remote tsocket_address per connection
Stefan Metzmacher
2010-04-27
1
-0
/
+2
*
Implement oplocks within SMB2. Plumb into the existing SMB1 oplock system.
Jeremy Allison
2010-04-24
1
-2
/
+3
*
Allow smb2 create requests to be cancelled.
Jeremy Allison
2010-04-23
1
-0
/
+1
*
Make deferred opens (NT_STATUS_SHARING_VIOLATION) work over SMB2.
Jeremy Allison
2010-04-22
1
-5
/
+10
*
First part of fix for bug #7331 - Compound async SMB 2 requests don't work ri...
Jeremy Allison
2010-04-17
1
-0
/
+2
*
Move to using 64-bit mid values in our internal open file database.
Jeremy Allison
2010-04-12
1
-10
/
+4
[next]