s3:smb2_sesssetup: change talloc hierarchy in smbd_smb2_session_setup_gensec_done
[obnox/samba/samba-obnox.git] / source3 / smbd / smb2_sesssetup.c
2015-09-10 Michael Adams3:smb2_sesssetup: change talloc hierarchy in smbd_smb2...
2015-07-30 Stefan Metzmachers3:smb2_sesssetup: use session->pending_auth
2015-07-29 Michael Adams3:smb2_sesssetup: check that the connection belongs...
2015-07-07 Michael Adamsmbd:smb2: only enable encryption in session if desired
2015-06-17 Jeremy Allisonsmbd: Fix clients connecting unencrypted with PROTOCOL_...
2015-05-29 Simo Sorces3:smb2_server: In CCM and GCM mode we can't reuse...
2015-05-08 Stefan Metzmachers3:smb2_sesssetup.c: For SMB >= 3.1, derive crypto...
2015-05-06 Stefan Metzmachers3:smb2_sesssetup: remove unused smbd_smb2_session_setu...
2015-05-06 Stefan Metzmachers3:smb2_sesssetup: add smbd_smb2_session_setup_wrap_sen...
2015-05-06 Stefan Metzmachers3:smb2_sesssetup: always assign smb2req->session when...
2015-05-06 Stefan Metzmachers3:smb2_sesssetup: let smbd_smb2_logoff_* use smbXsrv_s...
2015-03-03 Volker Lendeckesmbd: Make SMB3 clients use encryption with "smb encryp...
2015-02-23 Jeremy AllisonRevert "s3: smbd: signing. Ensure we respond correctly...
2015-02-19 Jeremy Allisons3: smbd: signing. Ensure we respond correctly to an...
2014-12-12 Stefan Metzmachers3:smb2_server: allow reauthentication without signing
2014-10-16 Stefan Metzmachers3:smb2_server: check xconn->smb2.server.cipher instead...
2014-09-19 Stefan Metzmachers3:smb2_sesssetup: we don't need to do a 2nd smb2srv_se...
2014-09-19 Stefan Metzmachers3:smb2_sesssetup: use smb2req->sconn in smbd_smb2_reau...
2014-09-08 Jeremy Allisons3: smbd: smb2-sessionsetup. Fix use after free when...
2014-08-06 Stefan Metzmachers3:smbd: remember the time of the session setup auth_time
2014-08-06 Stefan Metzmachers3:smb2_sesssetup: make use of smb2req->xconn
2014-08-06 Stefan Metzmachers3:smb2_sesssetup: split out smbd_smb2_session_setup_au...
2014-08-06 Stefan Metzmachers3:smb2_server: pass smbXsrv_connection to smbd_server_...
2014-08-06 Stefan Metzmachers3:smb2_*: make use of smb2req->xconn where possible
2014-08-06 Stefan Metzmachers3:smb2_server: move sconn->smb2.requests to xconn...
2014-03-12 Stefan Metzmachers3:smb2_sesssetup: cancel and wait for pending requests...
2014-03-12 Jeremy Allisons3:smb2_sesssetup: split smbd_smb2_logoff into an async...
2014-03-05 Stefan Metzmachers3:smb2_sesssetup: make use of smbd_smb2_generate_outbody()
2013-12-12 Christian Ambachs3:smbd/smb2 fix compiler warnings
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-11-04 Jeremy Allisonsmbd: Invalidate the session correctly.
2013-10-15 Michael Adamsmbd:smb2: fix crash when smb2 session reauth fails
2012-10-19 Gregor Becks3:smbd: initialize session->global before calling...
2012-10-19 Gregor Becks3:smbd: remove smbd_server_connection argument from...
2012-10-19 Gregor Becks3:smbd: pass smbXsrv_session instead of user_struct...
2012-10-03 Jeremy AllisonRevert "Fix bug #9222 - smbd ignores the "server signin...
2012-10-02 Jeremy AllisonFix bug #9222 - smbd ignores the "server signing =...
2012-09-12 Jeremy AllisonMake metze happy and the code clearer :-).
2012-09-10 Jeremy AllisonFix talloc memory heirarchy bug. If there's an SMB2...
2012-08-23 Stefan Metzmachers3:smb2_server: use smbXsrv_session->nonce_*
2012-08-09 Stefan Metzmachers3:smb2_sesssetup: setup global->[en|de]cryption_key
2012-08-09 Stefan Metzmachers3:smb2_sesssetup: set global->encryption_required...
2012-08-08 Stefan Metzmachers3:smb2_sesssetup: remove unused code in smbd_smb2_reau...
2012-08-08 Stefan Metzmachers3:smb2_sesssetup: remove TALLOC_FREE(session) from...
2012-08-05 Stefan Metzmachers3:smb2_sesssetup: make use of SMBD_SMB2_* macros
2012-07-26 Stefan Metzmachers3:smb2_sesssetup: reject SMB2_SESSION_FLAG_BINDING...
2012-06-25 Stefan Metzmachers3:smb2_sesssetup: make use of smb2srv_session_close_pr...
2012-06-25 Stefan Metzmachers3:smb2_sesssetup: inline gensec_session_info() call
2012-06-25 Stefan Metzmachers3:smb2_sesssetup: make use of gensec_update_send/recv
2012-06-25 Stefan Metzmachers3:smb2_sesssetup: inline most of smbd_smb2_session_setup()
2012-06-25 Stefan Metzmachers3:smb2_sesssetup: implement dynamic re-authentication...
2012-06-25 Stefan Metzmachers3:smbd: make use of smbXsrv_tcon and smbXsrv_session...
2012-06-25 Stefan Metzmachers3:smb2_sesssetup: add support for SMB 2.24/3.00 signing
2012-06-25 Stefan Metzmachers3:smb2_sesssetup: make use of the smbXsrv_session...
2012-06-06 Stefan Metzmachers3:smbd: change user_struct->vuid to uint64_t
2012-06-06 Stefan Metzmachers3:smbd: use 'struct user_struct' instead of typedef...
2012-05-17 Stefan Metzmachers3:smb2_sesssetup: make use of nt_status_squash() in...
2012-05-13 Stefan Metzmachers3:smb2_sesssetup: make the top level code async using
2012-05-13 Stefan Metzmachers3:smb2_sesssetup: add smbd_smb2_session_setup_send...
2012-05-13 Stefan Metzmachers3:smb2_sesssetup: pass down in_flags to smbd_smb2_sess...
2012-05-13 Stefan Metzmachers3:smb2_sesssetup: pass down in_previous_session_id...
2012-03-15 Stefan Metzmachers3:smbd: call file_close_user() before removing tree...
2012-03-06 Stefan Metzmachers3:smbd: keep 'num_users' and 'users' directly under...
2012-02-16 Andrew Bartletts3-smbd Remove unused code now we always have SPNEGO...
2012-01-31 Stefan Metzmachers3:smbd: rework smbd_smb2_*_ntlmssp_auth* to smbd_smb2_...
2012-01-31 Stefan Metzmachers3:smbd: always use the gensec code path in smb2_sessse...
2012-01-25 Stefan Metzmachers3:smb2_sessetup: call set_current_user_info() and...
2012-01-12 Stefan Metzmachers3:smbd: explicitly ask for GENSEC_FEATURE_UNIX_TOKEN
2012-01-05 Andrew Bartletts3-auth Remove ntlmssp_wrap.h which is no longer required
2012-01-05 Andrew Bartletts3-auth use gensec directly rather than via auth_generi...
2012-01-05 Andrew Bartletts3-auth Add TALLOC_CTX * to auth_generic_prepare()
2011-12-22 Andrew Bartletts3-auth remove auth_ntlmssp_start(), call auth_generic_...
2011-12-22 Andrew Bartletts3-auth rename auth_ntlmssp_prepare() -> auth_generic_p...
2011-12-15 Stefan Metzmachers3:smbd: pass smbd_server_connection and a snumused...
2011-11-03 Stefan Metzmachers3:smbd: make use of SMB_SIGNING_* constants
2011-10-21 Andrew Bartletts3-ntlmssp Remove auth_ntlmssp_want_feature()
2011-10-21 Andrew Bartletts3-ntlmssp Remove auth_ntlmssp_update wrapper
2011-10-21 Andrew Bartletts3-auth remove auth_ntlmssp_session_info()
2011-10-18 Andrew Bartlettntlmssp: Move ntlmssp code to auth/ntlmssp
2011-09-23 Jeremy AllisonFix bug #8477 - Map to guest can return uninitialized...
2011-09-22 Stefan Metzmachers3:smb2_server: fix a logic error, we should sign non...
2011-09-21 Michael Adams3:smb2-server: session setup replies should always...
2011-09-07 Stefan Metzmachers3:smb2_server: use smbd_smb2_request_verify_sizes...
2011-08-03 Andrew Bartlettntlmssp: Add ntlmssp_blob_matches_magic()
2011-08-03 Andrew Bartletts3-auth rename auth_ntlmssp_steal_session_info()
2011-08-03 Andrew Bartletts3-auth use auth_generic_start to get full GENSEC in...
2011-08-03 Andrew Bartletts3-smbd Ensure we do not read past the end of a possibl...
2011-08-03 Andrew Bartletts3-auth set session_info->sanitized_username in create_...
2011-08-03 Andrew Bartletts3-ntlmssp Split auth_ntlmssp_start into two functions
2011-08-03 Andrew Bartletts3-ntlmssp Remove calls to auth_ntlmssp_and_flags from...
2011-08-03 Andrew Bartletts3-ntlmssp Add mem_ctx argument to auth_ntlmssp_update
2011-08-03 Andrew Bartletts3-auth Move map to guest to directly after the check_p...
2011-07-19 Andrew Bartletts3-auth Remove seperate guest boolean
2011-07-19 Andrew Bartletts3-auth Use guest boolean in auth_user_info_unix
2011-07-19 Andrew Bartletts3-auth Use struct auth_user_info_unix for unix_name...
2011-07-08 Jeremy AllisonMove smbd_smb2_request_check_tcon() smbd_smb2_request_c...
2011-07-04 Andreas Schneiders3-smbd: Replace client_id in smbd session setup.
2011-07-04 Andreas Schneiders3-auth: Added remote_address to ntlmssp server.
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... save-diskspace-tags/samba-4.0.0alpha16
next