s4:lib/tls: add tstream_tls_channel_bindings()
[samba.git] / source3 / client /
2024-04-16 Volker Lendeckelib: Give lib/util/util_file.c its own header file
2023-10-26 Ralph Boehmes3/libsmb: reuse smbXcli_conn_have_posix()
2023-10-25 Andreas Schneiders3:client: Call gfree_all() before exit in smbspool
2023-10-25 Andreas Schneiders3:client: Call gfree_all() before exit in smbclient
2023-10-13 Joseph Suttons3:client: Correctly call setgroups() (CID 1449449)
2023-10-12 Volker Lendeckesmbclient: Always ask for SMB311 posix in negprot
2023-09-25 Volker Lendeckelibsmb: Remove a call to SMBC_errno()
2023-09-25 Volker Lendeckesmbclient: Save lines with talloc_asprintf_addbuf()
2023-09-25 Volker Lendeckesmbclient: Add mkfifo command
2023-09-14 Andreas Schneiders3:client: Use lpcfg_set_cmdline()
2023-08-22 Volker Lendeckesmbclient: Don't give up in allinfo if getting advanced...
2023-08-10 Volker Lendeckesmbclient3: Get all reparse data for allinfo
2023-08-08 Joseph Suttons3:client: Remove unnecessary newline from logging...
2023-08-08 Joseph Suttons3:client: Add missing newlines to logging messages
2023-07-05 Andreas Schneiders4:client: Fix code spelling
2023-07-03 Volker Lendeckesmbclient3: Use talloc_asprintf(), no explicit SAFE_FRE...
2023-06-08 Volker Lendeckesmbclient: Fix fd leak with "showacls;ls"
2023-04-20 Andreas Schneiders3:client: Remove unused tree.c
2022-12-22 Andreas Schneiders3:client: Fix a use-after-free issue in smbclient
2022-12-05 Volker Lendeckesmbclient: Use cli_readlink
2022-10-27 Andreas Schneiders3:client: Fix old-style function definition
2022-06-17 Noel Powers3/client: fix dfs deltree, resolve dfs path
2022-06-17 Noel Powers3/client: fix dfs delete, resolve dfs path
2022-05-24 Noel Powers3/client: Restore '-E' handling
2022-03-23 Volker Lendeckesmbclient: strequal() -> ISDOT/ISDOTDOT
2022-01-06 Jeremy Allisons3: smbclient: In do_host_query(), if we need SMB1...
2021-12-11 Jeremy Allisons3: smbclient: Give a message if we try and use any...
2021-11-11 Volker Lendeckesmbclient: Use cli_checkpath in "cd" command
2021-10-14 Jeremy Allisons3: smbspool. Remove last use of 'extern char **environ;'.
2021-09-10 Stefan Metzmachersmbclient: don't ignore unknown options
2021-05-20 Andreas Schneiders3:client: Use samba_popt_get_context()
2021-05-20 Andreas Schneiders3:client: Remove duplicate name-resolv (R) options
2021-05-20 Andreas Schneiders3:client: Migrate smbclient to new cmdline option...
2021-03-16 Volker Lendeckelib: Remove init_names()
2021-01-27 Steven Priceclitar: restore mtime on files
2020-12-04 Volker Lendeckeclitar: Align integer types
2020-12-01 Volker Lendeckeclitar: Use do_list()'s recursion in clitar.c
2020-11-04 Volker Lendeckelibsmb: Remove "mntpoint" argument from cli_list()...
2020-11-04 Volker Lendeckesmbclient: Fix recursive "ls" across DFS links
2020-11-04 Volker Lendeckesmbclient: Add "mask" to do_list_helper_state
2020-11-04 Volker Lendeckesmbclient: Introduce struct do_list_helper_state
2020-11-04 Volker Lendeckesmbclient: Wrap a few long lines
2020-11-04 Volker Lendeckesmbclient: Move variable declarations closer to their use
2020-10-09 Andreas Schneiders3:libsmb: Remove max_protocol from cli_cm_open()
2020-10-09 Andreas Schneiders3:client: Remove global max_protocol
2020-10-09 Andreas Schneiders3:libsmb: Pass cli_credentials to cli_resolve_path...
2020-10-09 Andreas Schneiders3:libsmb: Pass cli_credentials to cli_cm_open()
2020-10-09 Andreas Schneiders3:libsmb: Remove force_encrypt from cli_cm_open()
2020-10-09 Andreas Schneiders3:client: Remove global smb_encrypt
2020-09-30 Volker Lendeckesmbclient: Fix recursive mget
2020-09-30 Volker Lendeckesmbclient: Slightly simplify do_mget()
2020-09-30 Volker Lendeckesmbclient: Remove the "abort_mget" variable
2020-09-12 Christof Schmittsmbclient: Remove unused reference to extern override_l...
2020-08-28 Matthew DeVores3: safe_string: do not include string_wrappers.h
2020-08-19 Andreas Schneiders3:client: Remove unused smb encryption code
2020-08-19 Andreas Schneiders3:client: Turn off smb signing for message op
2020-06-22 Christof Schmittsmbclient: Use NT_STATUS_NOTIFY_ENUM_DIR instead of...
2020-06-10 Volker Lendeckesmbclient: Simplify do_list()
2020-06-10 Volker Lendeckesmbclient: Simplify the queue for recursive listing
2020-06-10 Volker Lendeckesmbclient: Simplify do_list_helper()
2020-06-10 Volker Lendeckesmbclient: Slightly simplify do_list()
2020-06-10 Volker Lendeckesmbclient: Do early return in do_list_helper().
2020-06-10 Volker Lendeckesmbclient: Align integer types
2020-06-10 Volker Lendeckesmbclient: Align some integer types
2020-06-04 Volker Lendeckelibsmb: Remove cli_getattrE() fallback from cli_qfilein...
2020-06-04 Jeremy Allisons3: client. Move to all 32-bit attributes in smbclient.
2020-06-04 Jeremy Allisons3: libsmb: Change cli_setpathinfo_ext() to take 32...
2020-06-04 Jeremy Allisons3: libsmb: Change cli_qpathinfo3() to return a 32...
2020-06-04 Jeremy Allisons3: libsmb: Change cli_getatr() and async versions...
2020-06-04 Jeremy Allisons3: libsmb: Change cli_getattrE() and async versions...
2020-06-04 Jeremy Allisons3: libsmb: Change cli_qfileinfo_basic() to return...
2020-06-04 Jeremy Allisons3: smbclient: Rename mode parameter to attr.
2020-06-04 Jeremy Allisons3: libsmb: In struct file_info rename mode -> attr.
2020-05-28 Volker Lendeckesmbclient: Remove the CREATE_ACCESS_READ #define
2020-05-28 Volker Lendeckesmbclient: Reformat a call to cli_ntcreate()
2020-05-28 Stefan Metzmachers3:smbspool: avoid using CLI_FULL_CONNECTION_{USE,FALLB...
2020-04-16 Christof Schmittsmbclient: Also allow four digit years in utimes command
2020-04-16 Christof Schmittsmbclient: Remove one level of indentation for the...
2020-04-08 Volker Lendeckesmbclient: Simplify browse_host()
2020-04-08 Volker Lendeckelibsmb: Make cli_setpathinfo_ext() take structs instead...
2020-04-08 Volker Lendeckesmbclient: Remove function set_remote_times()
2020-04-08 Volker Lendeckesmbclient: Remove some unnecessary declarations
2020-02-26 Stefan Metzmachers3:libsmb: pass dest_ss to cli_cm_open()
2020-02-10 Volker Lendeckesmbclient: Don't cli_posix_stat() twice
2020-02-10 Stefan Metzmachersmbspool: add more error codes to the auth_errors array
2020-02-10 Stefan Metzmachersmbspool: use one element per line for the auth_errors...
2020-01-23 Volker Lendeckesmbclient: Fix a typo
2020-01-14 Björn Jackeclitar: use modern DBG macros
2020-01-14 Björn Jackesmbclient/tar: add verbose mode
2019-12-09 Andreas Schneiders3:smbspool: Leave early if we print as root
2019-12-09 Mikhail Novosyolovs3:smbspool: print a hint about smbspool_krb5_wrapper
2019-12-09 Mikhail Novosyolovs3:smbspool_krb5_wrapper: ignore unknown values of...
2019-12-09 Andreas Schneiders3:smbspool_krb5_wrapper: Map AUTH_INFO_REQUIRED=none...
2019-12-09 Andreas Schneiders3:smbspool: Map AUTH_INFO_REQUIRED=none to anonymous...
2019-12-06 Ralph Boehmesmbclient: use cli_setpathinfo_ext() in utimes command
2019-12-06 Ralph Boehmesmbclient: use full_timespec_to_nt_time()
2019-10-07 Jeremy Allisons3: smbclient: Stop an SMB2-connection from blundering...
2019-09-18 Bryan Masons3:client:Use DEVICE_URI, instead of argv[0],for Device URI
2019-06-25 David Disseldorpclient: enable allinfo and altname tab completion
2019-05-23 Andreas Schneiders3:smbspool: Use NTSTATUS return codes
next