summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_sesssetup.c
Commit message (Expand)AuthorAgeFilesLines
* s3:smbd: avoid dereferencing client->connectionsStefan Metzmacher2020-07-081-1/+1
* smb2_server: make sure we detect stale smbXsrv_connection pointers in smbXsrv...Stefan Metzmacher2020-05-151-0/+1
* smbd: RIP user_structRalph Boehme2020-01-131-9/+0
* smbd: remove vuid from struct user_structRalph Boehme2020-01-131-2/+0
* smbd: use session->global->session_wire_id instead of session->compat->vuidRalph Boehme2020-01-131-5/+6
* smbd: move homes_snum from struct user_struct to struct smbXsrv_sessionRalph Boehme2020-01-131-3/+2
* s3: remove unused session_keystr from struct user_structRalph Boehme2019-12-201-1/+0
* s3:smbd: Use GnuTLS for AES constantsAndreas Schneider2019-08-211-5/+2
* s3:smbd: Use smb2_signing_key structure for the decryption keyAndreas Schneider2019-08-211-7/+17
* s3:smbd: Use smb2_signing_key structure for the encryption keyAndreas Schneider2019-08-211-7/+17
* s3:smbd: Use generate_nonce_buffer() for AES-CCM and AES-GCM nonceAndreas Schneider2019-08-121-2/+2
* lib/crypto: move gnutls error wrapper to own subsystemAndrew Bartlett2019-06-271-1/+1
* s3:smbd: Use gnutls_error_to_ntstatus() in smb2_sesssetupAndreas Schneider2019-06-241-4/+5
* libcli:smb: Return NSTATUS for smb2_signing_check_pdu()Andreas Schneider2019-06-241-20/+35
* s3:smbd: Use GnuTLS SHA512 in smb2 session setupAndreas Schneider2019-05-071-17/+46
* libcli:smb: Add smb2_signing_key_destructor()Andreas Schneider2019-04-301-3/+6
* s3:smbd: Start to use the smb2_signing_key structureAndreas Schneider2019-04-301-18/+50
* s3:librpc: Rename the data blobs for keys in smbXsrv.idlAndreas Schneider2019-04-301-24/+25
* smb2_sesssetup: avoid STATUS_PENDING completely on session logoffStefan Metzmacher2019-03-281-3/+3
* smb2_sesssetup: avoid STATUS_PENDING responses for session setupStefan Metzmacher2019-03-281-1/+10
* libsmb,s3/smbd: dump SMB3+ session keys if debug parm is setAurelien Aptel2019-02-091-0/+25
* 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