summaryrefslogtreecommitdiff
path: root/source3/client
AgeCommit message (Expand)AuthorFilesLines
2025-11-06s3:client: Use a long living memory context for cli_cm_open()Andreas Schneider1-1/+1
2025-11-06s3:client: Pass down a talloc context to do_cd()Andreas Schneider1-6/+11
2025-11-06s3:client: Pass a talloc context down to cmd_*() functionsAndreas Schneider3-89/+89
2025-11-06s3:client: Pass down a talloc context to process_command_string()Andreas Schneider1-4/+6
2025-11-06s3:client: Pass down a talloc context to do_tar_op()Andreas Schneider1-3/+3
2025-11-06s3:client: Pass down a talloc context to do_message_op()Andreas Schneider1-3/+3
2025-11-06s3:client: Pass down a talloc context to do_host_query()Andreas Schneider1-4/+5
2025-11-06s3:client: Pass down a talloc context to process()Andreas Schneider1-2/+2
2025-11-06s3:client: Use a stackframe in process_command_string()Andreas Schneider1-7/+9
2025-11-06s3:client: Only allocate the stackframe once in process_stdin()Andreas Schneider1-6/+5
2025-11-06s3:client: Do not call exit() in cmd_quit()Andreas Schneider1-4/+19
2025-11-06s3:client: Always goto out (destructor) in do_cd()Andreas Schneider1-6/+4
2025-11-06s3:client: Make cmd_iosize() staticAndreas Schneider2-2/+1
2025-10-24s3:client: Use talloc to avoid memory leaks in smbspoolAndreas Schneider1-4/+2
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