summaryrefslogtreecommitdiff
path: root/source4/libcli/raw
AgeCommit message (Expand)AuthorFilesLines
2026-01-07lib: Move a few smb-related constant #defines to common codeVolker Lendecke1-44/+0
2025-06-18s3:libsmb: let smbsock_any_connect_recv return smbXcli_transportStefan Metzmacher1-19/+4
2025-06-18s4:libcli: let struct smbcli_socket hold struct smbXcli_transport instead of ...Stefan Metzmacher3-19/+14
2025-06-18libcli/smb: pass smbXcli_transport to smbXcli_conn_create()Stefan Metzmacher1-4/+13
2025-04-18s4:libcli: make use of smbsock_any_connect_send/recv()Stefan Metzmacher1-320/+134
2025-04-18s4:libcli: pass struct loadparm_context to smbcli_sock_connect_send()Stefan Metzmacher1-1/+2
2025-04-18s4:libcli: pass struct loadparm_context to smb_composite_connect()Stefan Metzmacher1-1/+1
2025-04-18s4:libcli: pass struct loadparm_context to smbcli_tree_full_connection()Stefan Metzmacher1-0/+1
2025-04-18s4:libcli: pass struct loadparm_context to smbcli_sock_connect()Stefan Metzmacher1-0/+1
2025-04-18s4:libcli: simplify struct smbcli_socketStefan Metzmacher3-13/+18
2025-04-18s4:libcli: use the correct talloc parent for smbcli_socket->hostnameStefan Metzmacher1-1/+1
2025-04-18s4:libcli: remove unused dest_ports from smbcli_tree_full_connection()Stefan Metzmacher1-1/+1
2025-04-18s4:libcli: remove unused dest_ports from struct smb_composite_connectStefan Metzmacher1-1/+0
2025-04-18s4:libcli: pass struct smbcli_options to smbcli_sock_connect() instead of por...Stefan Metzmacher1-11/+32
2025-04-18s4:libcli: introduce smbcli_options.transports based on lpcfg_smb_ports()Stefan Metzmacher1-0/+1
2024-08-29s4:libcli: allow smb2_composite_unlink* to truncate the file before closeStefan Metzmacher1-0/+6
2024-03-12lib: Make GUID_to_ndr_buf() return voidVolker Lendecke1-5/+1
2024-01-08s4/libcli/raw: implemement RAW_SFILEINFO_LINK_INFORMATIONRalph Boehme1-0/+14
2023-11-15util/charset: Rename utf16_len_n() to utf16_null_terminated_len_n()Joseph Sutton1-2/+2
2023-11-07libcli: Fix whitespaceVolker Lendecke26-483/+482
2023-08-14s4:libcli: Fix code spellingAndreas Schneider4-10/+10
2022-08-26smbXcli: Pass negotiate contexts through smbXcli_negprot_send/recvVolker Lendecke1-2/+3
2022-06-09lib/util: Change function to mem_equal_const_time()Joseph Sutton1-1/+1
2022-06-09auth: Use constant-time memcmp when comparing sensitive buffersJoseph Sutton1-1/+1
2021-03-17libcli/smb: pass smb3_capabilities to smbXcli_conn_create()Stefan Metzmacher1-1/+2
2021-03-17s4:libcli/raw: add smb3_capabilities to struct smbcli_optionsStefan Metzmacher1-0/+2
2020-10-23smb: rename NTCREATEX_OPTIONS_PRIVATE_DENY_FCB to NTCREATEX_FLAG_DENY_FCBRalph Boehme1-1/+1
2020-10-23smb: rename NTCREATEX_OPTIONS_PRIVATE_DENY_DOS to NTCREATEX_FLAG_DENY_DOSRalph Boehme1-1/+1
2020-10-02libcli: Use GUID_to_ndr_buf() in smbcli_push_guid()Volker Lendecke1-6/+4
2020-07-08s4:libcli/smb2: allow smb2_connect*() to fake session and tconStefan Metzmacher1-0/+1
2020-04-28Implement alt name query for smb2David Mulder2-1/+8
2019-09-25s4/libcli/raw: clang: Fix 'Value stored to 'p' is never read'Noel Power1-3/+3
2019-09-25s4/libcli/raw: clang: Fix 'Dereference of null pointer'Noel Power1-1/+9
2019-09-25s4/libcli/raw: clang: Fix 'Access to field results in a deref of a null ptrNoel Power1-0/+8
2019-07-16s4/libcli/raw: Fix 'Value stored to 'p' is never read'Noel Power1-1/+1
2019-07-16s4/libcli/raw: clang: Fix 'initialization value is never read'Noel Power1-2/+3
2019-05-27Fix ubsan null pointer passed as argument 2Gary Lockyer4-24/+50
2019-05-21s3:libcli: Use GnuTLS MD5 for smb singingAndreas Schneider1-24/+69
2019-05-01s4:libcli/raw: add RAW_FILEINFO_NORMALIZED_NAME_INFORMATION supportStefan Metzmacher3-12/+16
2019-04-01libsmb: Make "struct smb2_lock_element" generally usableVolker Lendecke1-6/+1
2019-03-28s4:libcli/smb2: align struct smb_ioctl.smb2 to [MS-SMB2] namesStefan Metzmacher1-7/+8
2019-03-28s4:libcli/raw: don't schedule idle handlers on a dead connectionStefan Metzmacher1-0/+17
2019-02-28s4:libcli: remember return code from maximum accessRalph Boehme1-0/+1
2018-07-24s4:libcli: allow passing an already negotiated connection to smb_composite_co...Stefan Metzmacher1-0/+1
2018-07-24s4:libcli: add smbcli_transport_raw_init()Stefan Metzmacher1-0/+44
2018-07-24s4:libcli: split out smb_raw_negotiate_fill_transport()Stefan Metzmacher1-30/+44
2017-09-20Make sure smbtorture tests can run if someone has set their min protocol abov...Richard Sharpe1-0/+4
2017-05-10s4-libcli: remove some dead prototypesGünther Deschner1-1/+0
2017-03-03libcli/smb: add max_credits arg to smbXcli_negprot_send()Ralph Boehme2-1/+3
2017-02-21s4:libcli/raw: remove unused DEFAULT_TRUST_ACCOUNT_PASSWORD_LENGTHStefan Metzmacher1-7/+0