summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_sesssetup.c
Commit message (Expand)AuthorAgeFilesLines
* smb2_sesssetup: avoid STATUS_PENDING completely on session logoffStefan Metzmacher2019-04-161-3/+3
* smb2_sesssetup: avoid STATUS_PENDING responses for session setupStefan Metzmacher2019-04-161-1/+10
* Revert "smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the...Ralph Boehme2019-01-111-2/+2
* s3:smb2_sesssetup: check session_info security level before it gets talloc_mo...Ralph Boehme2018-11-131-4/+4
* smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event c...Stefan Metzmacher2018-06-181-2/+2
* s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*....Jeremy Allison2018-03-221-0/+3
* s3:smb2_sesssetup: allow a compound request after a SessionSetupStefan Metzmacher2017-06-171-0/+1
* auth: Log the transport connection for the authorizationAndrew Bartlett2017-03-291-0/+1
* auth: Always supply both the remote and local address to the auth subsystemAndrew Bartlett2017-03-291-0/+1
* s3-auth: Pass service_description into gensec via auth_generic_prepare()Andrew Bartlett2017-03-291-0/+1
* smbd: use remote arch cachingRalph Boehme2016-05-041-0/+11
* s3:smbd: only mark real guest sessions with the GUEST flagStefan Metzmacher2016-04-281-3/+4
* CVE-2016-2114: s3:smbd: use the correct default values for "smb signing"Stefan Metzmacher2016-04-121-1/+2
* s3:smb2_sesssetup: implement SMB3 session bind (disabled)Michael Adam2016-01-231-3/+78
* s3:smb2_sesssetup: treat BINDING in smbd_smb2_session_setup_auth_returnStefan Metzmacher2016-01-231-0/+124
* s3:smb2_server: convert signing_required bool to flags bitmapRalph Boehme2016-01-221-2/+2
* s3:smb2_server: store encryption cipher in the channelRalph Boehme2016-01-221-0/+2
* s3:smb2_server: convert encryption desired and required bools to flagsRalph Boehme2016-01-221-6/+6
* s3:smbd_smb2_reauth_generic_return: make use of smb2req->xconnMichael Adam2016-01-131-1/+2
* s3:smb2_sesssetup: let smbd_smb2_reauth_generic_return() cope with channelsStefan Metzmacher2015-09-101-2/+8
* s3:smb2_sesssetup: let smbd_smb2_auth_generic_return() cope with channelsMichael Adam2015-09-101-3/+8
* s3:smb2_sesssetup: change talloc hierarchy in smbd_smb2_session_setup_gensec_...Michael Adam2015-09-101-3/+5
* s3:smb2_sesssetup: use session->pending_authStefan Metzmacher2015-07-301-18/+48
* 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