summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_sesssetup.c
Commit message (Expand)AuthorAgeFilesLines
* s3:smb2_sesssetup: check that the connection belongs to the session in sess.s...Michael Adam2015-07-291-0/+8
* smbd:smb2: only enable encryption in session if desiredMichael Adam2015-07-071-3/+4
* smbd: Fix clients connecting unencrypted with PROTOCOL_SMB2_24 or higher.Jeremy Allison2015-06-171-2/+2
* s3:smb2_server: In CCM and GCM mode we can't reuse noncesSimo Sorce2015-05-291-2/+29
* s3:smb2_sesssetup.c: For SMB >= 3.1, derive crypto keys from preauthStefan Metzmacher2015-05-081-16/+82
* s3:smb2_sesssetup: remove unused smbd_smb2_session_setup_* destructorsStefan Metzmacher2015-05-061-98/+0
* s3:smb2_sesssetup: add smbd_smb2_session_setup_wrap_send/recv()Stefan Metzmacher2015-05-061-15/+171
* s3:smb2_sesssetup: always assign smb2req->session when a session was created.Stefan Metzmacher2015-05-061-1/+1
* s3:smb2_sesssetup: let smbd_smb2_logoff_* use smbXsrv_session_shutdown_*Stefan Metzmacher2015-05-061-60/+15
* smbd: Make SMB3 clients use encryption with "smb encrypt = auto"Volker Lendecke2015-03-031-0/+5
* Revert "s3: smbd: signing. Ensure we respond correctly to an SMB2 negprot wit...Jeremy Allison2015-02-231-3/+1
* s3: smbd: signing. Ensure we respond correctly to an SMB2 negprot with SMB2_N...Jeremy Allison2015-02-191-1/+3
* s3:smb2_server: allow reauthentication without signingStefan Metzmacher2014-12-121-0/+4
* s3:smb2_server: check xconn->smb2.server.cipher instead of xconn->smb2.server...Stefan Metzmacher2014-10-161-1/+1
* s3:smb2_sesssetup: we don't need to do a 2nd smb2srv_session_lookup()Stefan Metzmacher2014-09-191-3/+7
* s3:smb2_sesssetup: use smb2req->sconn in smbd_smb2_reauth_generic_return()Stefan Metzmacher2014-09-191-2/+1
* s3: smbd: smb2-sessionsetup. Fix use after free when the sessionsetup request...Jeremy Allison2014-09-081-0/+6
* s3:smbd: remember the time of the session setup auth_timeStefan Metzmacher2014-08-061-0/+2
* s3:smb2_sesssetup: make use of smb2req->xconnStefan Metzmacher2014-08-061-11/+11
* s3:smb2_sesssetup: split out smbd_smb2_session_setup_auth_return()Stefan Metzmacher2014-08-061-34/+12
* s3:smb2_server: pass smbXsrv_connection to smbd_server_connection_terminate*()Stefan Metzmacher2014-08-061-6/+6
* s3:smb2_*: make use of smb2req->xconn where possibleStefan Metzmacher2014-08-061-5/+5
* s3:smb2_server: move sconn->smb2.requests to xconn->smb2.requestsStefan Metzmacher2014-08-061-2/+5
* s3:smb2_sesssetup: cancel and wait for pending requests on logoffStefan Metzmacher2014-03-121-4/+78
* s3:smb2_sesssetup: split smbd_smb2_logoff into an async *_send/recv pair.Jeremy Allison2014-03-121-20/+92
* s3:smb2_sesssetup: make use of smbd_smb2_generate_outbody()Stefan Metzmacher2014-03-051-2/+2
* s3:smbd/smb2 fix compiler warningsChristian Ambach2013-12-121-2/+2
* smbd: Invalidate the session correctly.Jeremy Allison2013-11-041-0/+23
* smbd:smb2: fix crash when smb2 session reauth failsMichael Adam2013-10-151-3/+17
* s3:smbd: initialize session->global before calling session_claimGregor Beck2012-10-191-7/+7
* s3:smbd: remove smbd_server_connection argument from session_claim()Gregor Beck2012-10-191-1/+1
* s3:smbd: pass smbXsrv_session instead of user_struct to session_claim() and s...Gregor Beck2012-10-191-1/+1
* Revert "Fix bug #9222 - smbd ignores the "server signing = no" setting for SM...Jeremy Allison2012-10-031-6/+0
* Fix bug #9222 - smbd ignores the "server signing = no" setting for SMB2.Jeremy Allison2012-10-031-0/+6
* Make metze happy and the code clearer :-).Jeremy Allison2012-09-121-0/+6
* Fix talloc memory heirarchy bug. If there's an SMB2 sessionsetup in flight wh...Jeremy Allison2012-09-101-5/+36
* s3:smb2_server: use smbXsrv_session->nonce_*Stefan Metzmacher2012-08-231-0/+3
* s3:smb2_sesssetup: setup global->[en|de]cryption_keyStefan Metzmacher2012-08-091-0/+36
* s3:smb2_sesssetup: set global->encryption_required and enforce itStefan Metzmacher2012-08-091-0/+22
* s3:smb2_sesssetup: remove unused code in smbd_smb2_reauth_generic_return()Stefan Metzmacher2012-08-081-9/+0
* s3:smb2_sesssetup: remove TALLOC_FREE(session) from smbd_smb2_[re]auth_generi...Stefan Metzmacher2012-08-081-9/+0
* s3:smb2_sesssetup: make use of SMBD_SMB2_* macrosStefan Metzmacher2012-08-051-8/+6
* s3:smb2_sesssetup: reject SMB2_SESSION_FLAG_BINDING requestsStefan Metzmacher2012-07-261-0/+13
* s3:smb2_sesssetup: make use of smb2srv_session_close_previous_send/recvStefan Metzmacher2012-06-251-0/+66
* s3:smb2_sesssetup: inline gensec_session_info() callStefan Metzmacher2012-06-251-25/+15
* s3:smb2_sesssetup: make use of gensec_update_send/recvStefan Metzmacher2012-06-251-10/+35
* s3:smb2_sesssetup: inline most of smbd_smb2_session_setup()Stefan Metzmacher2012-06-251-130/+99
* s3:smb2_sesssetup: implement dynamic re-authentication and expire sessionsStefan Metzmacher2012-06-251-1/+85
* s3:smbd: make use of smbXsrv_tcon and smbXsrv_session for smb2Stefan Metzmacher2012-06-251-112/+64
* s3:smb2_sesssetup: add support for SMB 2.24/3.00 signingStefan Metzmacher2012-06-251-0/+29