summaryrefslogtreecommitdiff
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* s3:utils change data_blob_dup_talloc() to take a DATA_BLOB by valueGregor Beck2011-10-121-1/+1
* s3: Fix an uninitialized variable warningVolker Lendecke2011-09-301-1/+1
* s3:smb2cli: fix the num_expected == 0 logic in smb2cli_req_recv()Stefan Metzmacher2011-09-291-3/+7
* s3:libsmb: remove unused TALLOC_FREE(subreq) calls inStefan Metzmacher2011-09-281-5/+0
* s3:libsmb: call TALLOC_FREE(subreq) directly after cli_sesssetup_blob_recv()Stefan Metzmacher2011-09-281-3/+2
* s3: Fix Coverity ID 2619: UNINITVolker Lendecke2011-09-221-0/+2
* s3: Fix Coverity ID 2618: UNINITVolker Lendecke2011-09-221-0/+2
* Try and fix bug #8472 - Crash in asn.1 parsing code.Jeremy Allison2011-09-211-1/+6
* s3: Further fix for bug 8338Volker Lendecke2011-09-211-2/+9
* 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-182-17/+17
* s3:smb2cli: pass timeout to smb2cli_req_create/send()Stefan Metzmacher2011-09-1811-0/+25
* s3:smb2cli: pass an array of expected status/body_size pairs to smb2cli_req_r...Stefan Metzmacher2011-09-1811-17/+153
* s3:smb2cli: only use tevent_req_defer_callback() if we have more than one smb...Stefan Metzmacher2011-09-181-1/+12
* s3:smb2cli: ignore async interim responses and store the async_idStefan Metzmacher2011-09-181-0/+12
* s3:smb2cli: check the response has the SMB2_HDR_FLAG_REDIRECT flagStefan Metzmacher2011-09-181-0/+8
* s3:smb2cli: validate the opcode from the server is as expectedStefan Metzmacher2011-09-181-3/+14
* s3:smb2cli: initialize status if we got an unexpected responseStefan Metzmacher2011-09-181-0/+1
* s3:libsmb: return INTERNAL_ERROR if the request is in bad state when the call...Stefan Metzmacher2011-09-181-0/+8
* s3:libsmb: return if tevent_req_set_endtime() failsStefan Metzmacher2011-09-181-2/+4
* s3:smb2cli: SMB2_FLUSH responses have a body size of 4Stefan Metzmacher2011-09-181-1/+1
* s3:libsmb: forward declaration for struct smb_trans_enc_stateStefan Metzmacher2011-09-161-0/+2
* s3:libsmb: remove unused cli_*encryption* functionsStefan Metzmacher2011-09-152-48/+0
* s3:libsmb: s/cli_encryption_on/cli_state_encryption_on()Stefan Metzmacher2011-09-152-4/+4
* s3:libsmb: move cli->server{zone,time} to cli->conn.smb1.server.{time_zone,sy...Stefan Metzmacher2011-09-152-10/+16
* s3:libsmb: split cli->secblob into cli->conn.smb1.server.{guid,gss_blob,chall...Stefan Metzmacher2011-09-152-21/+77
* s3:libsmb: make use of cli_state_server_gss_blob()Stefan Metzmacher2011-09-151-5/+9
* s3:libsmb: make use of cli_state_server_challenge()Stefan Metzmacher2011-09-151-11/+8
* s3:libsmb: add cli_state_server_challenge() and cli_state_server_gss_blob()Stefan Metzmacher2011-09-152-0/+18
* s3:libsmb: remove the guid from the cli->secblob in spnego modeStefan Metzmacher2011-09-151-4/+8
* s3:libsmb: make sure cli->secblob.length is 8 if we get a challengeStefan Metzmacher2011-09-151-2/+2
* s3:libsmb: restructure cli_negprot_done() secblob handling a bitStefan Metzmacher2011-09-151-10/+13
* s3:libsmb: move cli->sesskey to cli->conn.smb1.server.session_keyStefan Metzmacher2011-09-152-3/+6
* s3:libsmb: detect lock_read and write_unlock supportStefan Metzmacher2011-09-151-0/+15
* s3:libsmb: move cli->*braw_supported to cli->conn.smb1.server.*brawStefan Metzmacher2011-09-152-7/+9
* s3:libsmb: move cli->sec_mode to cli->conn.smb1.server.security_modeStefan Metzmacher2011-09-152-6/+9
* s3:libsmb: move cli->max_mux to cli->conn.smb1.server.max_muxStefan Metzmacher2011-09-152-5/+8
* s3:libsmb: move cli->max_xmit to cli->conn.smb1.max_xmitStefan Metzmacher2011-09-152-8/+16
* s3:libsmb: move cli->smb1.mid to cli->conn.smb1.midStefan Metzmacher2011-09-152-2/+3
* s3:libsmb: move cli->capabilities to cli->conn.smb1.capabilitiesStefan Metzmacher2011-09-152-16/+23
* s3:libsmb: move cli->protocol to cli->conn.protocolStefan Metzmacher2011-09-152-5/+5
* s3:libsmb: don't set cli->protocol in cli_state_create()Stefan Metzmacher2011-09-151-1/+0
* s3:libsmb: pass max_protocol to cli_negprot()Stefan Metzmacher2011-09-155-14/+12
* s3:libsmb: add basic max_protocol support in cli_negprot()Stefan Metzmacher2011-09-151-7/+15
* s3:libsmb: use local variables in cli_state_create()Stefan Metzmacher2011-09-152-17/+14
* s3:libsmb: use CAP_EXTENDED_SECURITY instead of cli->use_spnegoStefan Metzmacher2011-09-151-1/+1
* s3:libsmb: make use of SMB_CAP_BOTH/CLIENT_MASK in cli_session_setup_capabili...Stefan Metzmacher2011-09-151-13/+25
* s3:libsmb: calculate the negotiated SMB1 capabilities in cli_negprot_done()Stefan Metzmacher2011-09-151-6/+12
* s3:libsmb: calculate all SMB1 capabilities we want to support for the connectionStefan Metzmacher2011-09-151-2/+24