summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/smb2cli_session.c
Commit message (Expand)AuthorAgeFilesLines
* s3:libsmb: implement cli_state based functions on top of smbXcli_conn/smbXcli...Stefan Metzmacher2011-11-241-4/+4
* s3:smb2cli: make smb2cli_session_setup_send/recv non-staticStefan Metzmacher2011-11-241-5/+5
* s3:smb2cli: make use of smbXcli_session and setup the session key for SMB2 si...Stefan Metzmacher2011-11-241-53/+164
* ntlmssp: Move ntlmssp code to auth/ntlmsspAndrew Bartlett2011-10-181-1/+1
* s3:smb2cli: remove unused struct ntlmssp_state from smb2cli_session_setup_stateStefan Metzmacher2011-09-191-1/+0
* s3:smb2cli: s/smb2cli_sesssetup_blob/smb2cli_session_setup/Stefan Metzmacher2011-09-191-15/+15
* s3:smb2cli: s/smb2cli_sesssetup/smb2cli_sesssetup_ntlmssp/Stefan Metzmacher2011-09-181-14/+14
* s3:smb2cli: pass timeout to smb2cli_req_create/send()Stefan Metzmacher2011-09-181-0/+2
* s3:smb2cli: pass an array of expected status/body_size pairs to smb2cli_req_r...Stefan Metzmacher2011-09-181-3/+21
* s3:smb2cli: pass the uid to the SMB2_SESSION_SETUP to support multi-leg-authStefan Metzmacher2011-09-071-1/+2
* s3:smb2cli: SMB2_SESSION_SETUP needs one dyn byte to that the structure size ...Stefan Metzmacher2011-09-071-1/+12
* s3:smb2cli: ask for a session key in smb2cli_sesssetup_send()Stefan Metzmacher2011-09-031-0/+3
* s3:smb2cli: pass more fields to smb2cli_req_create()/smb2cli_req_send()Stefan Metzmacher2011-08-121-2/+9
* s3:libsmb: add smb2cli_sesssetup*() and smb2cli_logoff*()Stefan Metzmacher2011-07-081-0/+387