s3-rpc_client: support AES encryption in netr_ServerPasswordSet2 client.
[kai/samba.git] / source3 / smbd / smb2_sesssetup.c
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
2011-05-05 Jeremy AllisonMore simple const fixes.
2011-04-04 Andrew Bartletts3-auth Rename user_session_key -> session_key to match...
2011-04-04 Andrew Bartletts3-auth use create_local_token() to transform server_in...
2011-04-04 Andrew Bartletts3-auth consolidate create_local_token() into make_serv...
2011-03-29 Günther Deschners3-auth: smbd needs auth.h
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2011-03-16 Günther Deschners3-build: only include asn1 headers where actually...
2011-02-22 Andrew Bartletts3-auth Rename auth_serversupplied_info varaiables...
2011-02-10 Andrew Bartletts3-auth Rename cryptic 'ptok' to security_token
2010-08-30 Simo Sorces3-smbd: use make_server_info_krb5() in smb2 too.
2010-08-30 Simo Sorces3-smbd: User helper function to resolve kerberos user...
2010-08-22 Volker Lendeckes3: Pass the rhost through smb_pam_accountcheck
2010-08-18 Volker Lendeckes3: Lift smbd_server_fd from reload_services()
2010-08-17 Volker Lendeckes3: Remove smbd_server_fd() from session_claim
2010-08-09 Jeremy AllisonFix bug #7608 - Win7 SMB2 authentication causes smbd...
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from reload_services
2010-08-06 Günther Deschners3-krb5: include krb5pac.h where needed.
2010-08-04 Günther Deschners3: avoid global include of ads.h.
2010-07-20 Jeremy AllisonAdd approriate TALLOC_CTX's thoughout the spnego code...
2010-07-20 Jeremy AllisonAdd TALLOC_CTX argument to spnego_parse_negTokenInit...
2010-07-20 Simo Sorces3-auth: Move auth_ntlmssp wrappers in their own file
2010-07-20 Simo Sorces3-auth: Refactor and rename auth_ntlmssp_server_info()
2010-07-19 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-19 Simo Sorces3-auth: Use talloc hierarchies to properly free auth_n...
2010-07-19 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-16 Jeremy AllisonMake the "map to guest" parameter work correctly with...
2010-07-14 Andrew Bartletts3:auth Change auth_ntlmssp_server_info API to return...
2010-07-05 Volker Lendeckes3: Remove procid_self() from session_claim()
2010-06-08 Volker LendeckeRevert "s3:auth Change auth_ntlmssp_server_info API...
2010-06-07 Andrew Bartletts3:auth Change auth_ntlmssp_server_info API to return...
2010-06-03 Jeremy AllisonAllow us to cope correctly with NT_STATUS_MORE_PROCESSI...
2010-06-03 Jeremy AllisonFound by Guenther - fix up our fallback paths from...
next