summaryrefslogtreecommitdiff
path: root/libcli
AgeCommit message (Expand)AuthorFilesLines
2026-03-31libcli/smb: Call data_blob_clear() to zero MAC signing keyPavel Filipenský1-0/+2
2026-03-31auth: Use secure variant data_blob_talloc_s() to zero sensitive data blobsPavel Filipenský4-43/+80
2026-03-31auth: Call talloc_keep_secret() for sensitive memoryPavel Filipenský2-0/+5
2026-03-31auth: Call ZERO_ARRAY()/ZERO_STRUCT() for sensitive variables on stackPavel Filipenský5-9/+103
2026-02-25libcli: Avoid a talloc in ldap_encode_ndr_dom_sid()Volker Lendecke1-4/+5
2026-01-20lib: Remove &data_blob_null refsVolker Lendecke1-1/+2
2026-01-13auth: Fix typo "pass-though" -> "pass-through"Pavel Filipenský1-2/+2
2026-01-13libcli:auth: Fix trailing whitespaces in ntlm_check.cPavel Filipenský1-51/+51
2026-01-07lib: Move a few smb-related constant #defines to common codeVolker Lendecke1-0/+45
2026-01-07libcli: Initialize a variable at declaration timeVolker Lendecke1-3/+1
2026-01-07lib: Don't call a function to initialize an empty DATA_BLOBVolker Lendecke3-6/+6
2026-01-07libcli: Add missing NULL checksVolker Lendecke1-0/+11
2026-01-07libcli: Fix error path memleaksVolker Lendecke1-0/+2
2025-12-08libcli/auth: Zero out password in smbencrypt.cPavel Filipenský1-1/+1
2025-12-08auth: Use new data_blob_..._s() functions and remove talloc_keep_secret()Pavel Filipenský1-4/+2
2025-11-24libcli:ldap: Do not declare cm_print_error()Andreas Schneider1-5/+0
2025-10-17Add missing include needed for cmocka.hAndreas Schneider4-0/+4
2025-09-02libsmb: Remove sync smb1cli_trans and _echo wrappersVolker Lendecke3-113/+0
2025-09-02libsmb: Use tevent_req_nterror() properlyVolker Lendecke1-2/+1
2025-08-27libcli: Fix maybe-uninitialized warningJennifer Sutton1-2/+2
2025-08-26domsid: be less alarmed by non-SIDDouglas Bagnall1-1/+2
2025-08-22libsmb: Avoid smb-level encryption if quic is trustedVolker Lendecke1-3/+19
2025-08-22libsmb: Add "smb_encryption_over_quic" to smb311_capabilitiesVolker Lendecke2-6/+12
2025-08-22libsmb: Negotiate SMB2_ACCEPT_TRANSPORT_LEVEL_SECURITY over quicVolker Lendecke1-0/+40
2025-08-22libcli: Add tls_verify_peer_state to smbXcli_transportVolker Lendecke2-23/+38
2025-08-22libcli: Introduce helper var in smbXcli_negprot_smb2_subreq()Volker Lendecke1-20/+30
2025-08-13libcli/smb: Fix CID #710784 Resource leakGünther Deschner1-0/+1
2025-08-07libcli/security: use talloc_free at the end of sub-testsRabinarayan Panigrahi2-1/+57
2025-07-22libcli/smb: use talloc_asprintf_addbuf() in smbXcli_session_dump_keys()Ralph Boehme1-22/+63
2025-07-22libcli/smb2: dump encryption key in format for Wireshark ~/.wireshark/smb2_se...Ralph Boehme2-2/+47
2025-07-22libcli/smb: also dump signing_algo in smbXcli_session_dump_keys()Ralph Boehme2-0/+3
2025-07-22libcli/smb: make smbXcli_session_dump_keys() usable for the server sideRalph Boehme2-42/+18
2025-07-22libcli/smb: move cli_session_dump_keys() to libsmbRalph Boehme2-0/+55
2025-07-17libcli/smb: define SMB_TRANSPORT_TYPE_QUICStefan Metzmacher1-0/+1
2025-06-18libcli/smb: add smbXcli_transport_bsd_tstream()Stefan Metzmacher2-0/+47
2025-06-18libcli/smb: add smbXcli_transport_tstream()Stefan Metzmacher3-2/+131
2025-06-18libcli/smb: make read_smb_more non-staticStefan Metzmacher2-2/+3
2025-06-18libcli/smb: abstract transport function callsStefan Metzmacher1-31/+127
2025-06-18libcli/smb: add smbXcli_conn_monitor_{send,recv,once}()Stefan Metzmacher2-0/+185
2025-06-18libcli/smb: let smbXcli_transport_bsd() take an fd by referenceStefan Metzmacher2-2/+4
2025-06-18libcli/smb: pass smbXcli_transport to smbXcli_conn_create()Stefan Metzmacher2-7/+3
2025-06-18libcli/smb: let smbXcli_conn_create() call smbXcli_transport_bsd()Stefan Metzmacher1-39/+38
2025-06-18libcli/smb: introduce smbXcli_transport_bsdStefan Metzmacher2-0/+63
2025-06-18libcli/smb: merge smb_transport library into cli_smb_commonStefan Metzmacher1-14/+4
2025-06-18libcli/named_pipe_auth: add tstream_npa_monitor_send/recvStefan Metzmacher1-0/+85
2025-06-14libcli: Avoid a ZERO_STRUCT with a direct initializationVolker Lendecke1-3/+1
2025-05-28Fix clang 20 unused-but-set-variables warningsGary Lockyer2-0/+11
2025-05-19libcli/smb: create explicit talloc stackframe in reparse_data_buffer_marshall()Stefan Metzmacher1-0/+2
2025-05-15libsmb: Move 192 bytes from R/W .data to R/O (shared) .textVolker Lendecke1-1/+1
2025-04-18libcli/util: map EPROTONOSUPPORT to NT_STATUS_PROTOCOL_NOT_SUPPORTEDStefan Metzmacher1-0/+3