index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
smb2_sesssetup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-19
s3:smbd: initialize session->global before calling session_claim
Gregor Beck
1
-7
/
+7
2012-10-19
s3:smbd: remove smbd_server_connection argument from session_claim()
Gregor Beck
1
-1
/
+1
2012-10-19
s3:smbd: pass smbXsrv_session instead of user_struct to session_claim() and s...
Gregor Beck
1
-1
/
+1
2012-10-03
Revert "Fix bug #9222 - smbd ignores the "server signing = no" setting for SM...
Jeremy Allison
1
-6
/
+0
2012-10-03
Fix bug #9222 - smbd ignores the "server signing = no" setting for SMB2.
Jeremy Allison
1
-0
/
+6
2012-09-12
Make metze happy and the code clearer :-).
Jeremy Allison
1
-0
/
+6
2012-09-10
Fix talloc memory heirarchy bug. If there's an SMB2 sessionsetup in flight wh...
Jeremy Allison
1
-5
/
+36
2012-08-23
s3:smb2_server: use smbXsrv_session->nonce_*
Stefan Metzmacher
1
-0
/
+3
2012-08-09
s3:smb2_sesssetup: setup global->[en|de]cryption_key
Stefan Metzmacher
1
-0
/
+36
2012-08-09
s3:smb2_sesssetup: set global->encryption_required and enforce it
Stefan Metzmacher
1
-0
/
+22
2012-08-08
s3:smb2_sesssetup: remove unused code in smbd_smb2_reauth_generic_return()
Stefan Metzmacher
1
-9
/
+0
2012-08-08
s3:smb2_sesssetup: remove TALLOC_FREE(session) from smbd_smb2_[re]auth_generi...
Stefan Metzmacher
1
-9
/
+0
2012-08-05
s3:smb2_sesssetup: make use of SMBD_SMB2_* macros
Stefan Metzmacher
1
-8
/
+6
2012-07-26
s3:smb2_sesssetup: reject SMB2_SESSION_FLAG_BINDING requests
Stefan Metzmacher
1
-0
/
+13
2012-06-25
s3:smb2_sesssetup: make use of smb2srv_session_close_previous_send/recv
Stefan Metzmacher
1
-0
/
+66
2012-06-25
s3:smb2_sesssetup: inline gensec_session_info() call
Stefan Metzmacher
1
-25
/
+15
2012-06-25
s3:smb2_sesssetup: make use of gensec_update_send/recv
Stefan Metzmacher
1
-10
/
+35
2012-06-25
s3:smb2_sesssetup: inline most of smbd_smb2_session_setup()
Stefan Metzmacher
1
-130
/
+99
2012-06-25
s3:smb2_sesssetup: implement dynamic re-authentication and expire sessions
Stefan Metzmacher
1
-1
/
+85
2012-06-25
s3:smbd: make use of smbXsrv_tcon and smbXsrv_session for smb2
Stefan Metzmacher
1
-112
/
+64
2012-06-25
s3:smb2_sesssetup: add support for SMB 2.24/3.00 signing
Stefan Metzmacher
1
-0
/
+29
2012-06-25
s3:smb2_sesssetup: make use of the smbXsrv_session infrastructure
Stefan Metzmacher
1
-31
/
+87
2012-06-06
s3:smbd: change user_struct->vuid to uint64_t
Stefan Metzmacher
1
-2
/
+2
2012-06-06
s3:smbd: use 'struct user_struct' instead of typedef'ed 'user_struct'
Stefan Metzmacher
1
-1
/
+1
2012-05-17
s3:smb2_sesssetup: make use of nt_status_squash() in smbd_smb2_session_setup_...
Stefan Metzmacher
1
-1
/
+1
2012-05-13
s3:smb2_sesssetup: make the top level code async using
Stefan Metzmacher
1
-30
/
+62
2012-05-13
s3:smb2_sesssetup: add smbd_smb2_session_setup_send/recv as wrapper
Stefan Metzmacher
1
-0
/
+105
2012-05-13
s3:smb2_sesssetup: pass down in_flags to smbd_smb2_session_setup()
Stefan Metzmacher
1
-1
/
+5
2012-05-13
s3:smb2_sesssetup: pass down in_previous_session_id to all layers
Stefan Metzmacher
1
-2
/
+15
2012-03-15
s3:smbd: call file_close_user() before removing tree connects in conn_close_a...
Stefan Metzmacher
1
-0
/
+2
2012-03-06
s3:smbd: keep 'num_users' and 'users' directly under smbd_server_connection
Stefan Metzmacher
1
-1
/
+2
2012-02-16
s3-smbd Remove unused code now we always have SPNEGO via gensec
Andrew Bartlett
1
-5
/
+1
2012-01-31
s3:smbd: rework smbd_smb2_*_ntlmssp_auth* to smbd_smb2_auth_generic*
Stefan Metzmacher
1
-22
/
+28
2012-01-31
s3:smbd: always use the gensec code path in smb2_sesssetup.c
Stefan Metzmacher
1
-460
/
+7
2012-01-25
s3:smb2_sessetup: call set_current_user_info() and reload_services() on success
Stefan Metzmacher
1
-0
/
+11
2012-01-12
s3:smbd: explicitly ask for GENSEC_FEATURE_UNIX_TOKEN
Stefan Metzmacher
1
-0
/
+3
2012-01-05
s3-auth Remove ntlmssp_wrap.h which is no longer required
Andrew Bartlett
1
-1
/
+0
2012-01-05
s3-auth use gensec directly rather than via auth_generic_state
Andrew Bartlett
1
-20
/
+20
2012-01-05
s3-auth Add TALLOC_CTX * to auth_generic_prepare()
Andrew Bartlett
1
-10
/
+3
2011-12-22
s3-auth remove auth_ntlmssp_start(), call auth_generic_start() directly
Andrew Bartlett
1
-3
/
+3
2011-12-22
s3-auth rename auth_ntlmssp_prepare() -> auth_generic_prepare()
Andrew Bartlett
1
-3
/
+3
2011-12-15
s3:smbd: pass smbd_server_connection and a snumused function pointer to reloa...
Stefan Metzmacher
1
-1
/
+1
2011-11-03
s3:smbd: make use of SMB_SIGNING_* constants
Stefan Metzmacher
1
-2
/
+2
2011-10-21
s3-ntlmssp Remove auth_ntlmssp_want_feature()
Andrew Bartlett
1
-3
/
+3
2011-10-21
s3-ntlmssp Remove auth_ntlmssp_update wrapper
Andrew Bartlett
1
-11
/
+12
2011-10-21
s3-auth remove auth_ntlmssp_session_info()
Andrew Bartlett
1
-6
/
+6
2011-10-18
ntlmssp: Move ntlmssp code to auth/ntlmssp
Andrew Bartlett
1
-1
/
+1
2011-09-23
Fix bug #8477 - Map to guest can return uninitialized blob of data.
Jeremy Allison
1
-1
/
+3
2011-09-22
s3:smb2_server: fix a logic error, we should sign non guest sessions
Stefan Metzmacher
1
-1
/
+1
2011-09-21
s3:smb2-server: session setup replies should always be signed (except for gue...
Michael Adam
1
-2
/
+7
[next]