summaryrefslogtreecommitdiff
path: root/libcli
Commit message (Expand)AuthorAgeFilesLines
* CVE-2022-37966 libcli/auth: let netlogon_creds_cli_warn_options() about "kerb...Stefan Metzmacher2022-12-141-0/+16
* CVE-2022-38023 docs-xml/smbdotconf: change 'reject md5 servers' default to yesStefan Metzmacher2022-12-131-2/+2
* CVE-2022-38023 libcli/auth: add/use netlogon_creds_cli_warn_options()Stefan Metzmacher2022-12-132-0/+68
* CVE-2022-38023 libcli/auth: pass lp_ctx to netlogon_creds_cli_set_global_db()Stefan Metzmacher2022-12-132-2/+3
* libcli/smb: Set error status if 'iov' pointer is NULLJoseph Sutton2022-08-231-1/+5
* libcli/smb: Ensure we call tevent_req_nterror() on failureJoseph Sutton2022-08-231-1/+5
* libcli/smb: let smb2_signing_decrypt_pdu() cope with gnutls_aead_cipher_decry...Stefan Metzmacher2022-02-131-0/+15
* libcli/smb: fix error checking in smb2_signing_decrypt_pdu() invalid ptext_lenStefan Metzmacher2022-02-131-1/+8
* libcli/auth: let NTLMv2_RESPONSE_verify_netlogon_creds ignore invalid netapp ...Stefan Metzmacher2022-01-181-0/+63
* libcli/auth: let NTLMv2_RESPONSE_verify_netlogon_creds ignore BUFFER_TOO_SMALLStefan Metzmacher2022-01-181-5/+21
* libcli:auth: Allow to connect to netlogon server offering only AESAndreas Schneider2021-12-081-10/+38
* libcli/smb: split out smb2cli_raw_tcon* from smb2cli_tcon*Stefan Metzmacher2021-12-062-35/+168
* CVE-2020-25717: Add FreeIPA domain controller roleAlexander Bokovoy2021-11-041-1/+1
* libcli/smb: use MID=0 for SMB2 Cancel with ASYNC_ID and legacy signing algori...Stefan Metzmacher2021-10-222-3/+15
* nmblookup: don't ignore unknown optionsRalph Boehme2021-09-131-0/+5
* docs-xml: use upper case for "{client,server} smb3 {signing,encryption} algor...Stefan Metzmacher2021-09-101-7/+7
* s3: libcli: Add FSCTL_SMBTORTURE_FSP_ASYNC_SLEEP.Jeremy Allison2021-08-171-0/+2
* gnutls: allow gnutls_aead_cipher_encryptv2 with gcm before 3.6.15Stefan Metzmacher2021-08-061-13/+41
* libcli/smb: allow unexpected padding in SMB2 READ responsesStefan Metzmacher2021-07-211-4/+18
* libcli/smb: make smb2cli_ioctl_parse_buffer() available as smb2cli_parse_dyn_...Stefan Metzmacher2021-07-213-107/+116
* s4:torture/smb2: add smb2.read.bug14607 testStefan Metzmacher2021-07-211-0/+2
* libcli/smb: add support for SMB2_SIGNING_AES128_GMACStefan Metzmacher2021-07-153-1/+142
* libcli/smb: actually make use of "client/server smb3 signing algorithms"Stefan Metzmacher2021-07-153-1/+35
* libcli/smb: prepare support for SMB2_SIGNING_CAPABILITIES negotiationStefan Metzmacher2021-07-153-0/+159
* libcli/smb: make sure smb2_signing_calc_signature() never generates a signatu...Stefan Metzmacher2021-07-151-0/+32
* libcli/smb: make sure we always send a valid MID in cancel PDUsStefan Metzmacher2021-07-151-3/+21
* libcli/smb: skip session setup signing for REQUEST_OUT_OF_SEQUENCE, NOT_SUPPO...Stefan Metzmacher2021-07-151-0/+40
* libcli/smb: add smb2cli_conn_server_{signing,encryption}_algo()Stefan Metzmacher2021-07-152-0/+12
* libcli/smb: add SMB2_SIGNING_CAPABILITIES related defines to smb2_constants.hStefan Metzmacher2021-07-151-0/+3
* libcli/smb: add SMB2_RDMA_TRANSFORM_CAPABILITIES related defines to smb2_cons...Stefan Metzmacher2021-07-151-0/+6
* libcli/smb: add SMB2_TRANSPORT_CAPABILITIES related defines to smb2_constants.hStefan Metzmacher2021-07-151-0/+4
* libcli/smb: add aes-256-{gcm,ccm} support to smb2_signing_[en|de]crypt_pdu()Stefan Metzmacher2021-07-155-3/+42
* libcli/smb: add smb311_capabilities_check() helperStefan Metzmacher2021-07-152-0/+59
* libcli/smb: let 'client smb3 encryption algorithms' disable aes-128-ccm for S...Stefan Metzmacher2021-07-151-0/+29
* libcli/smb: add helpers to parse client/server smb3 encryption algorithms int...Stefan Metzmacher2021-07-152-0/+105
* libcli/smb: remove unused PROTOCOL_SMB3_10 definitionStefan Metzmacher2021-07-152-3/+0
* libcli/smb: replace PROTOCOL_SMB3_10 with PROTOCOL_SMB3_11Stefan Metzmacher2021-07-153-10/+10
* libcli/smb: remove unused PROTOCOL_SMB2_24 definitionStefan Metzmacher2021-07-152-3/+0
* libcli/smb: replace PROTOCOL_SMB2_24 with PROTOCOL_SMB3_00Stefan Metzmacher2021-07-152-7/+7
* libcli/smb: remove unused PROTOCOL_SMB2_22 definitionStefan Metzmacher2021-07-152-3/+0
* libcli/smb: replace PROTOCOL_SMB2_22 with PROTOCOL_SMB3_00Stefan Metzmacher2021-07-151-2/+2
* libcli/smb: no longer use experimental dialects 2.2.2, 2.2.4, 3.1.0 on the wireStefan Metzmacher2021-07-151-3/+0
* libcli/smb: let smb2_negotiate_context_parse() only parse the expected number...Stefan Metzmacher2021-07-123-9/+21
* libcli: Move map_errno_from_nt_status from s3 lib to common libcliSamuel Cabrero2021-07-082-0/+145
* libcli:nbt: Migrate nmblookup4 to new cmdline option parserAndreas Schneider2021-06-202-11/+41
* Fix gcc11 compiler issue "-Werror=maybe-uninitialized"Günther Deschner2021-05-071-1/+1
* tests: Fix "-Werror=maybe-uninitialized" errors only seen with -O3 and --enab...Andrew Bartlett2021-04-281-4/+4
* libcli: Fix parsing access flags from multiple tablesVolker Lendecke2021-04-211-9/+37
* libcli: Factor out sddl_map_flag()Volker Lendecke2021-04-201-14/+37
* libcli: Simplify sddl_encode_ace()Volker Lendecke2021-04-191-10/+10