summaryrefslogtreecommitdiff
path: root/source3/client
AgeCommit message (Expand)AuthorFilesLines
2025-08-08smbclient: fix handling errors from do_put in mputRalph Boehme1-1/+9
2025-06-18s3:client: make use of smbXcli_conn_monitor_once()Stefan Metzmacher1-3/+6
2025-06-16libsmb: Remove "source3/libsmb/libsmb.h"Volker Lendecke3-3/+6
2025-04-18s3:libsmb: introduce smbsock_connect.hStefan Metzmacher2-0/+2
2025-04-18s3:libsmb: pass struct smb_transports to cli_cm_connect() and cli_cm_open()Stefan Metzmacher1-5/+17
2025-04-18s3:smbspool: pass struct smb_transports to smb_connect()Stefan Metzmacher1-7/+9
2025-04-18s3:smbspool: pass struct smb_transports to smb_complete_connection()Stefan Metzmacher1-6/+6
2025-04-18s3:libsmb: pass struct smb_transports to cli_start_connection()Stefan Metzmacher1-1/+2
2025-04-18s3:libsmb: pass struct smb_transports to cli_connect_nb()Stefan Metzmacher1-1/+4
2025-03-05smbclient3: Replacing Echos in the cli status check with TCP status check.Felix Bussmann1-35/+4
2025-02-27smbclient: report kilobytes per second as kB/s, not kb/sDouglas Bagnall1-2/+2
2024-11-06s3:client:clitar: s/the the/to the/ in commentDouglas Bagnall1-1/+1
2024-09-27s3:client: Improve error message on cli_setatr() failureAndreas Schneider1-2/+8
2024-08-20libsmb: Convert cli_RNetShareEnum() to NTSTATUSVolker Lendecke1-5/+5
2024-08-06smbclient: Modernize a d_printfVolker Lendecke1-1/+3
2024-08-06smbclient: Use cli_chmod instead of cli_posix_chmodVolker Lendecke1-6/+1
2024-05-14smbspool: let kerberos_ccache_is_valid() use smb_force_krb5_cc_default_name()Stefan Metzmacher1-1/+1
2024-05-14smbspool_krb5_wrapper: let kerberos_get_default_ccache() use smb_force_krb5_c...Stefan Metzmacher1-1/+2
2024-05-14smbspool_krb5_wrapper: remove unused includesStefan Metzmacher1-4/+0
2024-05-07s3:client: avoid cli_credentials_get_password() to check for a specified pass...Stefan Metzmacher1-2/+2
2024-04-29s3:libsmb: Pass a memory context to cli_start_connection()Andreas Schneider1-2/+8
2024-04-29s3:libsmb: Pass memory context to cli_connect_nb()Andreas Schneider1-1/+2
2024-04-16lib: Give lib/util/util_file.c its own header fileVolker Lendecke1-0/+1
2023-10-26s3/libsmb: reuse smbXcli_conn_have_posix()Ralph Boehme1-1/+1
2023-10-25s3:client: Call gfree_all() before exit in smbspoolAndreas Schneider1-1/+1
2023-10-25s3:client: Call gfree_all() before exit in smbclientAndreas Schneider1-0/+2
2023-10-13s3:client: Correctly call setgroups() (CID 1449449)Joseph Sutton1-1/+1
2023-10-12smbclient: Always ask for SMB311 posix in negprotVolker Lendecke1-1/+6
2023-09-25libsmb: Remove a call to SMBC_errno()Volker Lendecke1-2/+3
2023-09-25smbclient: Save lines with talloc_asprintf_addbuf()Volker Lendecke1-40/+14
2023-09-25smbclient: Add mkfifo commandVolker Lendecke1-0/+59
2023-09-14s3:client: Use lpcfg_set_cmdline()Andreas Schneider1-5/+11
2023-08-22smbclient: Don't give up in allinfo if getting advanced info failsVolker Lendecke1-10/+17
2023-08-10smbclient3: Get all reparse data for allinfoVolker Lendecke1-10/+29
2023-08-08s3:client: Remove unnecessary newline from logging messageJoseph Sutton1-1/+1
2023-08-08s3:client: Add missing newlines to logging messagesJoseph Sutton1-2/+2
2023-07-05s4:client: Fix code spellingAndreas Schneider1-2/+2
2023-07-03smbclient3: Use talloc_asprintf(), no explicit SAFE_FREE requiredVolker Lendecke1-2/+4
2023-06-08smbclient: Fix fd leak with "showacls;ls"Volker Lendecke1-0/+1
2023-04-20s3:client: Remove unused tree.cAndreas Schneider1-812/+0
2022-12-22s3:client: Fix a use-after-free issue in smbclientAndreas Schneider1-2/+3
2022-12-05smbclient: Use cli_readlinkVolker Lendecke1-12/+4
2022-10-27s3:client: Fix old-style function definitionAndreas Schneider1-1/+1
2022-06-17s3/client: fix dfs deltree, resolve dfs pathNoel Power1-10/+40
2022-06-17s3/client: fix dfs delete, resolve dfs pathNoel Power1-1/+12
2022-05-24s3/client: Restore '-E' handlingNoel Power1-0/+5
2022-03-23smbclient: strequal() -> ISDOT/ISDOTDOTVolker Lendecke1-6/+6
2022-01-06s3: smbclient: In do_host_query(), if we need SMB1, ensure we select NT1 as t...Jeremy Allison1-0/+1
2021-12-11s3: smbclient: Give a message if we try and use any POSIX command without neg...Jeremy Allison1-0/+79
2021-11-11smbclient: Use cli_checkpath in "cd" commandVolker Lendecke1-40/+16