summaryrefslogtreecommitdiff
path: root/libcli
AgeCommit message (Expand)AuthorFilesLines
2024-08-20libsmb: Simplify smb1cli_trans_recv()Volker Lendecke1-6/+0
2024-08-06tsocket: Use iov_buflenVolker Lendecke1-4/+7
2024-08-04libcli:auth: Fix code spellingJo Sutton1-1/+1
2024-07-25libcli:security: allow spaces after BAD:Douglas Bagnall1-0/+5
2024-07-17libcli/auth: fix debug level 100 valgrind warnings in SMBOWFencrypt_ntv2()Stefan Metzmacher1-5/+6
2024-07-16libcli:nbt: Initialize struct nbt_name_registerAndreas Schneider1-2/+2
2024-07-05lib: Remove unused py_reparse_symlink_getVolker Lendecke1-49/+0
2024-07-05lib: Add general py_reparse_get parsing routineVolker Lendecke1-0/+84
2024-07-04libcli: New routine symlink_target_path for [MS-SMB2] 2.2.2.2.1.1Volker Lendecke2-0/+102
2024-05-23smbXcli_base: add hacks to test anonymous signing and encryptionStefan Metzmacher2-5/+104
2024-05-14test: Align integer typesVolker Lendecke1-2/+2
2024-05-06smbd: Use reparse_buffer_check() in fsctl_set_reparse_point()Volker Lendecke2-5/+10
2024-05-06reparse: Tighten reparse point length checkVolker Lendecke1-1/+1
2024-04-16lib: Give lib/util/util_file.c its own header fileVolker Lendecke2-0/+2
2024-04-10libcli/security: use NUMERIC_CMP in dom_sid_compare_auth()Douglas Bagnall1-3/+4
2024-04-10libcli/security: use NUMERIC_CMP in dom_sid_compare()Douglas Bagnall1-3/+4
2024-04-08libcli/http: Detect unsupported Transfer-encoding typeNoel Power1-15/+33
2024-04-05libcli/nbt: add nbt_name_send_raw()Stefan Metzmacher2-0/+47
2024-03-27libcli/http: Handle http chunked transfer encodingNoel Power2-3/+219
2024-03-27libcli/http: Optimise reading for content-lengthNoel Power1-7/+46
2024-03-18libcli/security: check again for NULL valuesDouglas Bagnall1-0/+3
2024-03-18libcli/security: claims_conversions: check for NULL in claims arrayDouglas Bagnall1-0/+10
2024-03-12lib: Make GUID_to_ndr_buf() return voidVolker Lendecke2-17/+3
2024-02-28libcli/security: Add SID_FRESH_PUBLIC_KEY_IDENTITYAndrew Bartlett2-0/+5
2024-02-16libcli/security: Make ‘session_info’ parameter constJo Sutton2-2/+2
2024-02-16libcli/security: Include missing headersJo Sutton2-0/+3
2024-02-08libcli/security: Make ‘replace_sid’ parameter constJo Sutton2-2/+2
2024-01-15python: Generate HRESULT definitions automaticallyJoseph Sutton1-2/+8
2024-01-15s4:scripting: Generate HRESULT definitions as part of the build processJoseph Sutton4-17690/+20527
2024-01-15libcli:util: Update NTSTATUS definitionsJoseph Sutton1-3/+3
2024-01-15libcli:util: Update HRESULT definitionsJoseph Sutton2-2/+2
2024-01-09libcli/security: remove PRIMARY_{USER,GROUP}_SID_INDEX defines from security.hStefan Metzmacher1-3/+0
2024-01-09libcli/smb: add new SMB2_SHAREFLAG_ defines in smb2_constants.hStefan Metzmacher1-1/+3
2023-12-21libcli/security: sddl conditional ACE: write -0 when askedDouglas Bagnall1-3/+8
2023-12-21libcli/security: rearrange conditional ACE sddl_write_intDouglas Bagnall1-4/+4
2023-12-21libcli/security: tests for signed zeros in sddl condtional ACEsDouglas Bagnall1-0/+2
2023-12-14libcli/security: allow SDDL conditional ACE round-trip for -00 and -0x0Douglas Bagnall1-1/+1
2023-12-14libcli/security: allow round-trip for conditional ACE hex integersDouglas Bagnall1-2/+2
2023-12-14libcli/security: allow round-trip for conditional ACE octal integersDouglas Bagnall1-2/+2
2023-12-14libcli/security: tests for conditional ACE integer base persistenceDouglas Bagnall1-0/+8
2023-12-14libcli/security: fix tests for SDDL conditional ACE round-tripDouglas Bagnall1-1/+1
2023-12-14libcli/security: clarify tests for SDDL round tripsDouglas Bagnall1-6/+7
2023-12-14libcli/security: don't allow conditional ACE SIDs to have trailing bytesDouglas Bagnall1-0/+2
2023-12-14libcli/security: SDDL decode stops earlier with too many ACEsDouglas Bagnall1-0/+10
2023-12-08libcli/security: Fix code spellingJoseph Sutton2-2/+2
2023-12-08libcli/security: Remove unused includesJoseph Sutton1-4/+0
2023-11-30lib:crypto: Add ‘FixedData’ parameter to samba_gnutls_sp800_108_derive_key()Joseph Sutton2-0/+4
2023-11-30lib:crypto: Add samba_gnutls_sp800_108_derive_key()Joseph Sutton3-100/+19
2023-11-30libcli/smb: Add ‘algorithm’ parameter to smb2_key_derivation()Joseph Sutton3-4/+9
2023-11-30libcli/auth: Return more consistent status code on gnutls HMAC failureJoseph Sutton1-1/+1