index
:
delta/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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
smb2_sesssetup.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:smbd: Use GnuTLS SHA512 in smb2 session setup
Andreas Schneider
2019-05-07
1
-17
/
+46
*
libcli:smb: Add smb2_signing_key_destructor()
Andreas Schneider
2019-04-30
1
-3
/
+6
*
s3:smbd: Start to use the smb2_signing_key structure
Andreas Schneider
2019-04-30
1
-18
/
+50
*
s3:librpc: Rename the data blobs for keys in smbXsrv.idl
Andreas Schneider
2019-04-30
1
-24
/
+25
*
smb2_sesssetup: avoid STATUS_PENDING completely on session logoff
Stefan Metzmacher
2019-03-28
1
-3
/
+3
*
smb2_sesssetup: avoid STATUS_PENDING responses for session setup
Stefan Metzmacher
2019-03-28
1
-1
/
+10
*
libsmb,s3/smbd: dump SMB3+ session keys if debug parm is set
Aurelien Aptel
2019-02-09
1
-0
/
+25
*
Revert "smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the...
Ralph Boehme
2019-01-11
1
-2
/
+2
*
s3:smb2_sesssetup: check session_info security level before it gets talloc_mo...
Ralph Boehme
2018-11-13
1
-4
/
+4
*
smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event c...
Stefan Metzmacher
2018-06-18
1
-2
/
+2
*
s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*....
Jeremy Allison
2018-03-22
1
-0
/
+3
*
s3:smb2_sesssetup: allow a compound request after a SessionSetup
Stefan Metzmacher
2017-06-17
1
-0
/
+1
*
auth: Log the transport connection for the authorization
Andrew Bartlett
2017-03-29
1
-0
/
+1
*
auth: Always supply both the remote and local address to the auth subsystem
Andrew Bartlett
2017-03-29
1
-0
/
+1
*
s3-auth: Pass service_description into gensec via auth_generic_prepare()
Andrew Bartlett
2017-03-29
1
-0
/
+1
*
smbd: use remote arch caching
Ralph Boehme
2016-05-04
1
-0
/
+11
*
s3:smbd: only mark real guest sessions with the GUEST flag
Stefan Metzmacher
2016-04-28
1
-3
/
+4
*
CVE-2016-2114: s3:smbd: use the correct default values for "smb signing"
Stefan Metzmacher
2016-04-12
1
-1
/
+2
*
s3:smb2_sesssetup: implement SMB3 session bind (disabled)
Michael Adam
2016-01-23
1
-3
/
+78
*
s3:smb2_sesssetup: treat BINDING in smbd_smb2_session_setup_auth_return
Stefan Metzmacher
2016-01-23
1
-0
/
+124
*
s3:smb2_server: convert signing_required bool to flags bitmap
Ralph Boehme
2016-01-22
1
-2
/
+2
*
s3:smb2_server: store encryption cipher in the channel
Ralph Boehme
2016-01-22
1
-0
/
+2
*
s3:smb2_server: convert encryption desired and required bools to flags
Ralph Boehme
2016-01-22
1
-6
/
+6
*
s3:smbd_smb2_reauth_generic_return: make use of smb2req->xconn
Michael Adam
2016-01-13
1
-1
/
+2
*
s3:smb2_sesssetup: let smbd_smb2_reauth_generic_return() cope with channels
Stefan Metzmacher
2015-09-10
1
-2
/
+8
*
s3:smb2_sesssetup: let smbd_smb2_auth_generic_return() cope with channels
Michael Adam
2015-09-10
1
-3
/
+8
*
s3:smb2_sesssetup: change talloc hierarchy in smbd_smb2_session_setup_gensec_...
Michael Adam
2015-09-10
1
-3
/
+5
*
s3:smb2_sesssetup: use session->pending_auth
Stefan Metzmacher
2015-07-30
1
-18
/
+48
*
s3:smb2_sesssetup: check that the connection belongs to the session in sess.s...
Michael Adam
2015-07-29
1
-0
/
+8
*
smbd:smb2: only enable encryption in session if desired
Michael Adam
2015-07-07
1
-3
/
+4
*
smbd: Fix clients connecting unencrypted with PROTOCOL_SMB2_24 or higher.
Jeremy Allison
2015-06-17
1
-2
/
+2
*
s3:smb2_server: In CCM and GCM mode we can't reuse nonces
Simo Sorce
2015-05-29
1
-2
/
+29
*
s3:smb2_sesssetup.c: For SMB >= 3.1, derive crypto keys from preauth
Stefan Metzmacher
2015-05-08
1
-16
/
+82
*
s3:smb2_sesssetup: remove unused smbd_smb2_session_setup_* destructors
Stefan Metzmacher
2015-05-06
1
-98
/
+0
*
s3:smb2_sesssetup: add smbd_smb2_session_setup_wrap_send/recv()
Stefan Metzmacher
2015-05-06
1
-15
/
+171
*
s3:smb2_sesssetup: always assign smb2req->session when a session was created.
Stefan Metzmacher
2015-05-06
1
-1
/
+1
*
s3:smb2_sesssetup: let smbd_smb2_logoff_* use smbXsrv_session_shutdown_*
Stefan Metzmacher
2015-05-06
1
-60
/
+15
*
smbd: Make SMB3 clients use encryption with "smb encrypt = auto"
Volker Lendecke
2015-03-03
1
-0
/
+5
*
Revert "s3: smbd: signing. Ensure we respond correctly to an SMB2 negprot wit...
Jeremy Allison
2015-02-23
1
-3
/
+1
*
s3: smbd: signing. Ensure we respond correctly to an SMB2 negprot with SMB2_N...
Jeremy Allison
2015-02-19
1
-1
/
+3
*
s3:smb2_server: allow reauthentication without signing
Stefan Metzmacher
2014-12-12
1
-0
/
+4
*
s3:smb2_server: check xconn->smb2.server.cipher instead of xconn->smb2.server...
Stefan Metzmacher
2014-10-16
1
-1
/
+1
*
s3:smb2_sesssetup: we don't need to do a 2nd smb2srv_session_lookup()
Stefan Metzmacher
2014-09-19
1
-3
/
+7
*
s3:smb2_sesssetup: use smb2req->sconn in smbd_smb2_reauth_generic_return()
Stefan Metzmacher
2014-09-19
1
-2
/
+1
*
s3: smbd: smb2-sessionsetup. Fix use after free when the sessionsetup request...
Jeremy Allison
2014-09-08
1
-0
/
+6
*
s3:smbd: remember the time of the session setup auth_time
Stefan Metzmacher
2014-08-06
1
-0
/
+2
*
s3:smb2_sesssetup: make use of smb2req->xconn
Stefan Metzmacher
2014-08-06
1
-11
/
+11
*
s3:smb2_sesssetup: split out smbd_smb2_session_setup_auth_return()
Stefan Metzmacher
2014-08-06
1
-34
/
+12
*
s3:smb2_server: pass smbXsrv_connection to smbd_server_connection_terminate*()
Stefan Metzmacher
2014-08-06
1
-6
/
+6
*
s3:smb2_*: make use of smb2req->xconn where possible
Stefan Metzmacher
2014-08-06
1
-5
/
+5
[next]