index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
smb2_tcon.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-25
s3:smbd: make use of smbXsrv_tcon and smbXsrv_session for smb2
Stefan Metzmacher
1
-53
/
+47
2012-06-06
s3:smbd: use 'struct user_struct' instead of typedef'ed 'user_struct'
Stefan Metzmacher
1
-1
/
+1
2012-05-14
s3:smb2_tcon: make the top level code async using
Stefan Metzmacher
1
-24
/
+58
2012-05-14
s3:smb2_tcon: add smbd_smb2_tree_connect_send/recv as wrapper
Stefan Metzmacher
1
-0
/
+79
2012-03-06
s3:smbd: keep 'num_connections' and 'connections' directly under smbd_server_...
Stefan Metzmacher
1
-3
/
+0
2012-03-04
s3-auth: Remove security=share (depricated since 3.6).
Andrew Bartlett
1
-1
/
+1
2012-01-18
Fix bug 8710 - connections.tdb - major leak with SMB2.
Jeremy Allison
1
-3
/
+3
2011-11-24
s3:smb2 report access_based_dir_enum in tcon reply
Christian Ambach
1
-0
/
+5
2011-11-24
s3:smb2 do not set allow_namespace_caching flag for a share
Christian Ambach
1
-1
/
+1
2011-09-07
s3:smb2_server: return BAD_NETWORK_NAME if the path is terminated in SMB2_TCON
Stefan Metzmacher
1
-0
/
+8
2011-09-07
s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_tcon.c
Stefan Metzmacher
1
-24
/
+8
2011-07-20
s3-auth Use struct auth_user_info_unix for unix_name and sanitized_username
Andrew Bartlett
1
-1
/
+1
2011-07-11
s3:smb2_tcon: return the correct maximal_access on the share
Stefan Metzmacher
1
-1
/
+1
2011-07-08
Move smbd_smb2_request_check_tcon() smbd_smb2_request_check_session() next to...
Jeremy Allison
1
-60
/
+0
2011-06-29
param: Merge param headers into lib/param/loadparm.h
Andrew Bartlett
1
-0
/
+1
2011-05-05
More simple const fixes.
Jeremy Allison
1
-1
/
+1
2011-03-30
s3-auth: smbd needs auth.h
Günther Deschner
1
-0
/
+1
2011-03-30
s3: include smbd/smbd.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-24
charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...
Andrew Tridgell
1
-1
/
+1
2011-02-22
s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info
Andrew Bartlett
1
-1
/
+1
2010-11-10
Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when addin...
Jeremy Allison
1
-3
/
+9
2010-10-19
Move tcons.num_open from smb1 to sconn->num_tcons_open as this is needed for ...
Jeremy Allison
1
-0
/
+3
2010-10-12
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
1
-0
/
+1
2010-08-30
s3: Fix some uninitialized variable warnings
Volker Lendecke
1
-5
/
+5
2010-05-21
Make DFS work over SMB2.
Jeremy Allison
1
-5
/
+29
2010-05-19
Fix connecting to [homes] share over SMB2.
Jeremy Allison
1
-3
/
+20
2010-05-07
When tearing down the connection make sure we close all files before
Jeremy Allison
1
-0
/
+1
2010-05-07
Fix crash in cancel-tdis lock test. Correctly shut down connection.
Jeremy Allison
1
-1
/
+1
2010-04-26
Correctly report share types (now Win7 makes RPC calls against us).
Jeremy Allison
1
-1
/
+7
2010-04-17
First part of fix for bug #7331 - Compound async SMB 2 requests don't work ri...
Jeremy Allison
1
-9
/
+18
2010-04-07
On compound requests, MS-SMB2 says clients MAY use 0xFFFFFFFF for compound ti...
Jeremy Allison
1
-0
/
+19
2010-02-24
Make conn_close_all() safe to call from SMB2 sessions (fix crash bug).
Jeremy Allison
1
-2
/
+4
2009-12-06
streamline some log levels for invalid servicenames
Christian Ambach
1
-1
/
+1
2009-08-12
libcli: move some common SMB and SMB2 stuff into libcli/smb/
Stefan Metzmacher
1
-1
/
+1
2009-08-12
s3:smbd: make sure we don't call conn_free() with a NULL pointer for SMB2
Stefan Metzmacher
1
-1
/
+3
2009-08-08
s3:smbd: rename conn => sconn for smbd_server_connection structs
Stefan Metzmacher
1
-1
/
+1
2009-08-07
s3:smbd: add a smbd_server_connection pointer to connection_struct
Stefan Metzmacher
1
-1
/
+1
2009-06-04
s3:smbd: call set_current_service() when a SMB2 tcon will be used
Stefan Metzmacher
1
-0
/
+5
2009-06-03
s3:smbd: return more details in the SMB2 Tree Connect response
Stefan Metzmacher
1
-6
/
+32
2009-06-03
s3:smbd: create a connection_struct in SMB2 Tree Connect
Stefan Metzmacher
1
-0
/
+19
2009-05-22
s3:smbd: implement SMB2 Tree Disconnect
Stefan Metzmacher
1
-0
/
+36
2009-05-22
s3:smbd: implement SMB2 Tree Connect
Stefan Metzmacher
1
-0
/
+196