summaryrefslogtreecommitdiff
path: root/libcli
Commit message (Expand)AuthorAgeFilesLines
* 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
* libcli/smb: list NT_STATUS_FILE_CLOSED as expected ioctl response.Stefan Metzmacher2014-09-301-1/+11
* libcli/smb: move smb2cli_tcon.c to the toplevelStefan Metzmacher2014-09-303-0/+327
* libcli/smb: add smb2cli_tcon_{should_sign,is_signing_on}()Stefan Metzmacher2014-09-302-0/+24
* libcli/smb: add smb2cli_tcon_should_encrypt()Stefan Metzmacher2014-09-302-0/+8
* libcli/smb: add smbXcli_session_is_authenticated()Stefan Metzmacher2014-09-302-0/+25
* libcli/smb: support additional_flags = SMB2_HDR_FLAG_SIGNEDStefan Metzmacher2014-09-301-0/+10
* libcli: Remove unreachable code in cldap.Andreas Schneider2014-09-281-6/+2
* libcli: Remove unreachable code in dns_hosts_file.Andreas Schneider2014-09-281-2/+0
* s4: libcli: ldap message - Ensure all asn1_XX returns are checked.Jeremy Allison2014-09-262-391/+397
* libcli: auth: Ensure all asn1_XX returns are checked.Jeremy Allison2014-09-261-102/+112
* libcli: Fix a segfault calling smbXcli_req_set_pending() on NULL.Andreas Schneider2014-09-231-1/+0
* libcli/smb: Add routines to enable/disable SMB2_HDR_FLAG_REPLAY_OPERATION flag.Anubhav Rakshit2014-09-192-0/+22
* libcli/smb: Add routine to reset the Channel Sequence number.Anubhav Rakshit2014-09-192-0/+13
* libcli/smb: correctly report disconnect errors after getting STATUS_PENDINGStefan Metzmacher2014-09-191-4/+7
* lib: Fix samba-util dep in "errors" moduleVolker Lendecke2014-09-182-17/+9
* lib: Reduce deps for "smb_transport"Volker Lendecke2014-09-181-2/+2
* lib: Make nt_err_code_struct privateVolker Lendecke2014-09-172-6/+6
* libcli/dns: ignore NS entries in dns_hosts_file.c at a higher log level for nowStefan Metzmacher2014-08-261-0/+12
* libcli/dns: add AAAA support to dns_hosts_file.cStefan Metzmacher2014-08-261-7/+16
* libcli/security: add better detection of SECINFO_[UN]PROTECTED_[D|S]ACL in ge...Stefan Metzmacher2014-08-221-16/+20
* libcli/auth: Ensure that the dns_names in/out parameter is preservedAndrew Bartlett2014-08-011-1/+8
* libcli: Remove an unused variableVolker Lendecke2014-07-011-1/+0