summaryrefslogtreecommitdiff
path: root/libcli
Commit message (Expand)AuthorAgeFilesLines
* 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/dns: Fix TCP fallbackVolker Lendecke2022-01-201-25/+31
* lib: Remove unused tstream_npa_socketpair()Volker Lendecke2022-01-182-93/+0
* libcli/auth: let NTLMv2_RESPONSE_verify_netlogon_creds ignore invalid netapp ...Stefan Metzmacher2022-01-041-0/+63
* libcli/auth: let NTLMv2_RESPONSE_verify_netlogon_creds ignore BUFFER_TOO_SMALLStefan Metzmacher2022-01-041-5/+21
* librpc: Get transport out of tstream_npa_accept_existing_recv()Volker Lendecke2021-12-102-0/+7
* librpc: Add named_pipe_auth_req_info5->transportVolker Lendecke2021-12-102-0/+8
* named_pipe_auth: Bump info4 to info5Volker Lendecke2021-12-102-56/+56
* libcli:auth: Allow to connect to netlogon server offering only AESAndreas Schneider2021-12-021-10/+38
* libcli/smb: split out smb2cli_raw_tcon* from smb2cli_tcon*Stefan Metzmacher2021-12-012-35/+168
* libcli: Remove NT_STATUS_INACCESSIBLE_SYSTEM_SHORTCUT error codeVolker Lendecke2021-11-112-2/+0
* libsmb: move reparse_symlink to libcli/smb/Volker Lendecke2021-11-113-0/+254
* libcli: "smb_util.h" needs "ntstatus.h"Volker Lendecke2021-11-111-0/+1
* CVE-2020-25717: Add FreeIPA domain controller roleAlexander Bokovoy2021-11-091-1/+1
* netlogon_creds_cli: add netlogon_creds_cli_SendToSam_recv() and don't ignore ...Stefan Metzmacher2021-10-192-4/+17
* libcli/smb: use MID=0 for SMB2 Cancel with ASYNC_ID and legacy signing algori...Stefan Metzmacher2021-10-192-3/+15
* libcli: Simplify get_sec_mask_str()Volker Lendecke2021-10-081-59/+11
* libcli: Align integer typesVolker Lendecke2021-10-081-13/+13
* libcli: Avoid an includes.hVolker Lendecke2021-10-082-1/+5
* libcli: Simplify security_session_user_level()Volker Lendecke2021-10-081-5/+4
* libcli: Introduce a helper variable in security_session_user_level()Volker Lendecke2021-10-081-7/+9
* libcli: Remove unused security_token_has_sid_string()Volker Lendecke2021-10-082-16/+0
* smbd: Make SID_SAMBA_SMB3 a static SIDVolker Lendecke2021-10-082-0/+5
* libcli/dns: smb.conf dns forwarder port supportMatthew Grant2021-09-281-4/+4
* libcli: Remove unused security_token_is_sid_string()Volker Lendecke2021-09-242-16/+0
* lib: Add required #includesVolker Lendecke2021-09-211-0/+3
* nmblookup: don't ignore unknown optionsRalph Boehme2021-09-101-0/+5
* docs-xml: use upper case for "{client,server} smb3 {signing,encryption} algor...Stefan Metzmacher2021-09-081-7/+7
* libcli/smb: Don't call memcpy() with a NULL pointerJoseph Sutton2021-09-041-6/+10
* s3: libcli: Add FSCTL_SMBTORTURE_FSP_ASYNC_SLEEP.Jeremy Allison2021-08-111-0/+2
* netlogon:schannel: If weak crypto is disabled, do not announce RC4 support.Andreas Schneider2021-08-031-0/+12
* gnutls: allow gnutls_aead_cipher_encryptv2 with gcm before 3.6.15Stefan Metzmacher2021-07-201-13/+41
* libcli/smb: allow unexpected padding in SMB2 READ responsesStefan Metzmacher2021-07-151-4/+18
* libcli/smb: make smb2cli_ioctl_parse_buffer() available as smb2cli_parse_dyn_...Stefan Metzmacher2021-07-153-107/+116
* s4:torture/smb2: add smb2.read.bug14607 testStefan Metzmacher2021-07-151-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