summaryrefslogtreecommitdiff
path: root/libcli
Commit message (Expand)AuthorAgeFilesLines
* libcli/smb: send SMB2_NETNAME_NEGOTIATE_CONTEXT_IDStefan Metzmacher2019-09-111-0/+17
* libcli/smb: add new COMPRESSION and NETNAME negotiate context idsStefan Metzmacher2019-09-111-0/+2
* lib: Initialize getline() argumentsVolker Lendecke2019-05-161-1/+1
* libcli: permit larger values of DataLength in SMB2_ENCRYPTION_CAPABILITIES of...Philipp Gesang2019-04-021-1/+1
* libcli/security: fix handling of deny type ACEs in access_check_max_allowed()Ralph Boehme2019-03-111-1/+1
* libcli/security: correct access check and maximum access calculation for Owne...Ralph Boehme2019-03-111-67/+73
* libcli/security: add "Owner Rights" calculation to access_check_max_allowed()Ralph Boehme2019-03-111-5/+28
* libcli: dns: Change internal DNS_REQUEST_TIMEOUT from 2 to 10 seconds.Jeremy Allison2019-02-051-1/+1
* libcli/dns: Add dns_res_rec_get_sockaddrVolker Lendecke2019-01-152-0/+40
* libcli/dns: clidns must depend on ndr_standard, not on NDR_DNSVolker Lendecke2019-01-151-1/+1
* libcli/dns: Make "clidns" a libraryVolker Lendecke2019-01-151-2/+3
* dns_lookup: Let make test override the resolv.conf locationVolker Lendecke2019-01-151-1/+12
* libcli/dns: Add dns_lookupVolker Lendecke2019-01-154-0/+435
* libcli/dns: Add resolv.conf parsingVolker Lendecke2019-01-154-1/+248
* libcli: Add error log if insufficient SMB2 creditsTim Beale2019-01-091-0/+3
* libcli:smb: Avoid explicit ZERO_STRUCTAndreas Schneider2018-12-201-4/+2
* libcli:auth: Use C99 initializers or ZERO_ARRAY instead of ZERO_STRUCTAndreas Schneider2018-12-201-9/+6
* libcli:security: Return early if there are no aces to duplicateAndreas Schneider2018-12-121-5/+10
* libcli:security: Do not duplicate invalid acesAndreas Schneider2018-12-121-0/+4
* libcli/security: add dom_sid_lookup_is_predefined_domain()Ralph Boehme2018-12-052-0/+34
* Fix spelling mistakesOlly Betts2018-11-301-2/+2
* libcli:smbreadline: Use #ifdef instead of #if for config.h definitionsAndreas Schneider2018-11-281-4/+4
* libcli:smb: Use #ifdef instead of #if for config.h definitionsAndreas Schneider2018-11-281-1/+1
* libcli: Use dom_sid_str_bufVolker Lendecke2018-11-271-2/+5
* libcli: Use dom_sid_str_bufVolker Lendecke2018-11-271-4/+5
* libcli: Make smb2cli_notify_send cancellableVolker Lendecke2018-11-211-6/+25
* libcli/smb: don't overwrite status codeRalph Boehme2018-11-131-5/+7
* libcli/smb: use require_signed_response in smb2cli_conn_dispatch_incoming()Ralph Boehme2018-11-131-1/+16
* libcli/smb: defer singing check a little bitRalph Boehme2018-11-131-6/+6
* libcli/smb: maintain require_signed_response in smbXcli_req_stateRalph Boehme2018-11-131-0/+3
* libcli/smb: add smb2cli_session_require_signed_response()Ralph Boehme2018-11-132-0/+9
* libcli: Use dom_sid_str_bufVolker Lendecke2018-11-091-11/+7
* lib: Make dom_sid_string_buf staticVolker Lendecke2018-11-032-2/+1
* libcli: fill endtime if smbXcli_req_create() timeout is non-zeroRalph Boehme2018-11-021-8/+4
* libcli: add smbXcli_req_endtimeRalph Boehme2018-11-022-0/+11
* lib: Add dom_sid_str_bufVolker Lendecke2018-11-022-0/+12
* lib: Add error checks in dom_sid_string_bufVolker Lendecke2018-11-021-9/+23
* lib: Avoid an "includes.h"Volker Lendecke2018-10-251-1/+4
* drsuapi: Use the zlib version of crc32Volker Lendecke2018-10-092-4/+10
* libcli: Add debug message if fail to negoatiate SMB protocolTim Beale2018-09-281-0/+1
* Fix uClibc build on 64bit platforms by including stdint.hBernd Kuhls2018-08-242-0/+2
* CVE-2018-10919 security: Fix checking of object-specific CONTROL_ACCESS rightsTim Beale2018-08-141-0/+10
* CVE-2018-10919 security: Add more comments to the object-specific access checksTim Beale2018-08-141-8/+22
* CVE-2018-10919 security: Move object-specific access checks into separate fun...Tim Beale2018-08-141-27/+59
* CVE-2018-1139 libcli/auth: Do not allow ntlmv1 over SMB1 when it is disabled ...Günther Deschner2018-08-141-1/+1
* CVE-2018-1139 libcli/auth: fix debug messages in hash_password_check()Günther Deschner2018-08-141-4/+4
* CVE-2018-1139 libcli/auth: Add initial tests for ntlm_password_check()Andrew Bartlett2018-08-142-0/+426
* libcli: Fix coverity warning in smb2cli_notify_send()Andreas Schneider2018-05-161-1/+4
* Fix spelling s/conection/connection/Mathieu Parent2018-05-121-2/+2
* libcli: remove unused se_create_child_secdesc_buf()Ralph Boehme2018-05-092-32/+0