summaryrefslogtreecommitdiff
path: root/libcli
Commit message (Expand)AuthorAgeFilesLines
* libcli/smb: add smbXcli_session_is_guest() helper functionStefan Metzmacher2016-04-292-0/+25
* libcli/smb: add SMB1 session setup action flagsStefan Metzmacher2016-04-291-0/+6
* libcli/smb: add smb1cli_session_set_action() helper functionStefan Metzmacher2016-04-292-0/+9
* libcli/smb: fix NULL pointer derreference in smbXcli_session_is_authenticated().Günther Deschner2016-04-291-0/+4
* Merge tag 'samba-4.2.11' into v4-2-testStefan Metzmacher2016-04-1211-57/+245
|\
| * CVE-2015-5370: libcli/smb: use a max timeout of 1 second in tstream_smbXcli_n...Stefan Metzmacher2016-03-301-0/+4
| * CVE-2016-2115: s3:libsmb: add signing constant SMB_SIGNING_IPC_DEFAULTRalph Boehme2016-03-302-0/+2
| * CVE-2016-2114: libcli/smb: let mandatory signing imply allowed signingRalph Boehme2016-03-301-0/+4
| * CVE-2016-2111: libcli/auth: add NTLMv2_RESPONSE_verify_netlogon_creds() helpe...Stefan Metzmacher2016-03-292-1/+138
| * CVE-2016-2110: libcli/auth: pass server_timestamp to SMBNTLMv2encrypt_hash()Stefan Metzmacher2016-03-292-9/+28
| * CVE-2016-2110: libcli/auth: add SPNEGO_REQUEST_MIC to enum spnego_negResultStefan Metzmacher2016-03-291-1/+5
| * CVE-2016-2110: libcli/auth: use enum spnego_negResult instead of uint8_tStefan Metzmacher2016-03-292-2/+5
| * libcli: Remove a reference to asn1->ofsVolker Lendecke2016-03-291-7/+5
| * lib: Use asn1_current_ofs()Volker Lendecke2016-03-291-2/+4
| * lib: Use asn1_has_nestingVolker Lendecke2016-03-291-1/+1
| * lib: Use asn1_extract_blob()Volker Lendecke2016-03-292-6/+9
| * lib: Use asn1_set_error()Volker Lendecke2016-03-291-10/+10
| * lib: Use asn1_has_error()Volker Lendecke2016-03-292-17/+21
| * asn1: Make asn1_peek_full_tag return 0/errnoVolker Lendecke2016-03-291-1/+8
| * lib/util: globally include herrors in error.hGünther Deschner2016-03-291-0/+1
| * libcli/smb: let tstream_smbXcli_np report connection errors as EPIPE instead ...Stefan Metzmacher2016-03-291-4/+4
* | s3:smbd: rework negprot remote arch detectionJustin Maggard2016-03-141-1/+0
|/
* CVE-2015-5296: libcli/smb: make sure we require signing when we demand encryp...Stefan Metzmacher2015-12-091-0/+11
* lib: cli: Add accessor function smb2cli_tcon_flags() to get tcon flags.Jeremy Allison2015-10-212-0/+6
* Introduce setting "desired" for 'smb encrypt' and 'client/server signing'Michael Adam2015-07-162-0/+7
* libcli/smb: make sure we remove the writev_send() request when a request is d...Stefan Metzmacher2015-06-301-0/+14
* libcli/smb: add smb1 requests to the pending array before writev_send()Stefan Metzmacher2015-06-301-12/+6
* libcli/smb: make sure the writev_send of smbXcli_conn_samba_suicide() is remo...Stefan Metzmacher2015-06-301-0/+53
* libcli/smb: remove unused split of read_fd and write_fdStefan Metzmacher2015-06-301-26/+12
* libcli/smb: close the socket fd at the end of smbXcli_conn_disconnect()Stefan Metzmacher2015-06-301-6/+9
* libcli/smb: use tevent_req_received(req) in read_smb_recv()Stefan Metzmacher2015-06-301-0/+2
* tstream: Make socketpair nonblockingVolker Lendecke2015-06-071-5/+20
* s3: libcli: smb1: Ensure we correctly finish a tevent req if the writev fails...Jeremy Allison2015-03-241-0/+1
* libcli/auth: Match Declaration of netlogon_creds_cli_context_tmp with impleme...Thomas Schulz2015-03-241-1/+1
* libcli/smb: only force signing of smb2 session setups when binding a new sessionStefan Metzmacher2014-12-161-1/+6
* libcli/security: add a function that checks for MS NFS ACEsRalph Boehme2014-12-082-0/+24
* libcli/security: add NFS SID mappingsRalph Boehme2014-12-082-0/+22
* s3:smbd: add SMB2 AAPL create context definesRalph Boehme2014-12-082-0/+47
* Revert "libcli/smb: mask off SMB2_LEASE_FLAG_PARENT_LEASE_KEY_SET for version 1"Stefan Metzmacher2014-12-041-1/+0
* libcli/smb: Add smb2_lease_equal() which compares client_guids and keys.Jeremy Allison2014-12-042-0/+13
* libcli/smb: add smb2_lease_key_equal() helper functionVolker Lendecke2014-12-042-0/+8
* libcli/smb: mask off SMB2_LEASE_FLAG_PARENT_LEASE_KEY_SET for version 1Volker Lendecke2014-12-041-0/+1
* libcli/smb: remember the lease_version in struct smb2_leaseVolker Lendecke2014-12-041-0/+1
* s3-winbindd: Allow winbindd to connect over SMB2 to serversAndrew Bartlett2014-12-041-1/+2
* libcli: SMB2: Pure SMB2-only negprot fix to make us behave as a Windows clien...Jeremy Allison2014-12-041-0/+11
* samba: pass down size_t instead of int to add_string_to_array().Günther Deschner2014-11-241-1/+1
* libcli/smb: fix smb2cli_validate_negotiate_info with min=PROTOCOL_NT1 max=PRO...Stefan Metzmacher2014-10-131-1/+5
* s3: smb2cli: query info return length check was reversed.Jeremy Allison2014-10-091-1/+1
* libcli/smb: call smb2cli_validate_negotiate_info*() after each authenticated ...Stefan Metzmacher2014-09-301-0/+40
* libcli/smb: add smb2cli_validate_negotiate_info*()Stefan Metzmacher2014-09-302-17/+243