index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
smb2_sesssetup.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-smbd: Replace client_id in smbd session setup.
Andreas Schneider
2011-07-04
1
-1
/
+2
*
s3-auth: Added remote_address to ntlmssp server.
Andreas Schneider
2011-07-04
1
-3
/
+6
*
More simple const fixes.
Jeremy Allison
2011-05-05
1
-1
/
+1
*
s3-auth Rename user_session_key -> session_key to match auth_session_info
Andrew Bartlett
2011-04-05
1
-2
/
+2
*
s3-auth use create_local_token() to transform server_info -> session_info
Andrew Bartlett
2011-04-05
1
-17
/
+6
*
s3-auth consolidate create_local_token() into make_server_info_krb5()
Andrew Bartlett
2011-04-04
1
-18
/
+4
*
s3-auth: smbd needs auth.h
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3: include smbd/smbd.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-build: only include asn1 headers where actually needed.
Günther Deschner
2011-03-16
1
-0
/
+1
*
s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info
Andrew Bartlett
2011-02-22
1
-34
/
+34
*
s3-auth Rename cryptic 'ptok' to security_token
Andrew Bartlett
2011-02-10
1
-1
/
+1
*
s3-smbd: use make_server_info_krb5() in smb2 too.
Simo Sorce
2010-08-30
1
-75
/
+8
*
s3-smbd: User helper function to resolve kerberos user for smb2
Simo Sorce
2010-08-30
1
-125
/
+30
*
s3: Pass the rhost through smb_pam_accountcheck
Volker Lendecke
2010-08-22
1
-1
/
+2
*
s3: Lift smbd_server_fd from reload_services()
Volker Lendecke
2010-08-18
1
-1
/
+1
*
s3: Remove smbd_server_fd() from session_claim
Volker Lendecke
2010-08-17
1
-4
/
+2
*
Fix bug #7608 - Win7 SMB2 authentication causes smbd panic
Jeremy Allison
2010-08-09
1
-2
/
+4
*
s3: Lift the smbd_messaging_context from reload_services
Volker Lendecke
2010-08-08
1
-1
/
+1
*
s3-krb5: include krb5pac.h where needed.
Günther Deschner
2010-08-06
1
-0
/
+1
*
s3: avoid global include of ads.h.
Günther Deschner
2010-08-05
1
-0
/
+1
*
Add approriate TALLOC_CTX's thoughout the spnego code. No more implicit NULL ...
Jeremy Allison
2010-07-20
1
-17
/
+11
*
Add TALLOC_CTX argument to spnego_parse_negTokenInit, reduce
Jeremy Allison
2010-07-20
1
-5
/
+6
*
s3-auth: Move auth_ntlmssp wrappers in their own file
Simo Sorce
2010-07-20
1
-0
/
+1
*
s3-auth: Refactor and rename auth_ntlmssp_server_info()
Simo Sorce
2010-07-20
1
-1
/
+1
*
s3-auth: Use talloc hierarchies to properly free auth_ntlmssp_state contexts
Simo Sorce
2010-07-19
1
-9
/
+9
*
Make the "map to guest" parameter work correctly with NTLMSSP (spnego
Jeremy Allison
2010-07-16
1
-7
/
+28
*
s3:auth Change auth_ntlmssp_server_info API to return NTSTATUS
Andrew Bartlett
2010-07-14
1
-3
/
+4
*
s3: Remove procid_self() from session_claim()
Volker Lendecke
2010-07-05
1
-2
/
+4
*
Revert "s3:auth Change auth_ntlmssp_server_info API to return NTSTATUS"
Volker Lendecke
2010-06-08
1
-4
/
+3
*
s3:auth Change auth_ntlmssp_server_info API to return NTSTATUS
Andrew Bartlett
2010-06-07
1
-3
/
+4
*
Allow us to cope correctly with NT_STATUS_MORE_PROCESSING_REQUIRED when downg...
Jeremy Allison
2010-06-03
1
-1
/
+7
*
Found by Guenther - fix up our fallback paths from krb5 to NTLMSSP when using...
Jeremy Allison
2010-06-03
1
-8
/
+29
*
s3:smbd map_username() doesn't need sconn anymore
Simo Sorce
2010-05-31
1
-2
/
+1
*
ntlmssp: Make the ntlmssp.h from source3/ a common header
Andrew Bartlett
2010-05-31
1
-1
/
+1
*
s3:auth Make AUTH_NTLMSSP_STATE a private structure.
Andrew Bartlett
2010-05-31
1
-19
/
+11
*
s3:auth Free sampass as soon as we have server_info
Simo Sorce
2010-05-28
1
-0
/
+1
*
s3:auth use info3 in auth_serversupplied_info
Simo Sorce
2010-05-28
1
-4
/
+4
*
Make krb5 over SMB2 identical to the way we handle it in SMB1.
Jeremy Allison
2010-05-21
1
-2
/
+50
*
s3 smb2: Fix the build without kerberos
Kai Blin
2010-05-20
1
-0
/
+2
*
Plumb in krb5 to the SMB2 sessionsetup code. First cut of this code.
Jeremy Allison
2010-05-17
1
-10
/
+403
*
Refactor the sessionsetup SMB2 code to make it easy to add
Jeremy Allison
2010-05-17
1
-140
/
+293
*
SMB2 always have level2 oplock capability. Correct mapping from break message...
Jeremy Allison
2010-05-10
1
-0
/
+2
*
First part of fix for bug #7331 - Compound async SMB 2 requests don't work ri...
Jeremy Allison
2010-04-17
1
-10
/
+17
*
On compound requests, MS-SMB2 says clients MAY use 0xFFFFFFFF for compound ti...
Jeremy Allison
2010-04-07
1
-0
/
+20
*
s3:ntlmssp: only include ntlmssp.h where actually needed
Andrew Bartlett
2009-12-22
1
-0
/
+1
*
spnego: share spnego_parse.
Günther Deschner
2009-09-17
1
-0
/
+1
*
libcli: move some common SMB and SMB2 stuff into libcli/smb/
Stefan Metzmacher
2009-08-12
1
-1
/
+1
*
s3:smbd: correctly invalidate vuids when SMB2 is used
Stefan Metzmacher
2009-08-12
1
-0
/
+1
*
s3:smbd: rename conn => sconn for smbd_server_connection structs
Stefan Metzmacher
2009-08-08
1
-12
/
+12
*
s3:smbd: implement smbd_smb2_request_error/done() as macros on top of the _ex...
Stefan Metzmacher
2009-06-05
1
-1
/
+2
[next]