summaryrefslogtreecommitdiff
path: root/libcli
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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