summaryrefslogtreecommitdiff
path: root/source3/client
Commit message (Expand)AuthorAgeFilesLines
* s3:client: Remove unused tree.cAndreas Schneider2023-04-201-812/+0
* s3:client: Fix a use-after-free issue in smbclientAndreas Schneider2022-12-221-2/+3
* smbclient: Use cli_readlinkVolker Lendecke2022-12-051-12/+4
* s3:client: Fix old-style function definitionAndreas Schneider2022-10-271-1/+1
* s3/client: fix dfs deltree, resolve dfs pathNoel Power2022-06-171-10/+40
* s3/client: fix dfs delete, resolve dfs pathNoel Power2022-06-171-1/+12
* s3/client: Restore '-E' handlingNoel Power2022-05-241-0/+5
* smbclient: strequal() -> ISDOT/ISDOTDOTVolker Lendecke2022-03-231-6/+6
* s3: smbclient: In do_host_query(), if we need SMB1, ensure we select NT1 as t...Jeremy Allison2022-01-061-0/+1
* s3: smbclient: Give a message if we try and use any POSIX command without neg...Jeremy Allison2021-12-111-0/+79
* smbclient: Use cli_checkpath in "cd" commandVolker Lendecke2021-11-111-40/+16
* s3: smbspool. Remove last use of 'extern char **environ;'.Jeremy Allison2021-10-141-4/+1
* smbclient: don't ignore unknown optionsStefan Metzmacher2021-09-101-1/+5
* s3:client: Use samba_popt_get_context()Andreas Schneider2021-05-201-1/+10
* s3:client: Remove duplicate name-resolv (R) optionsAndreas Schneider2021-05-201-9/+0
* s3:client: Migrate smbclient to new cmdline option parserAndreas Schneider2021-05-201-116/+74
* lib: Remove init_names()Volker Lendecke2021-03-161-5/+0
* clitar: restore mtime on filesSteven Price2021-01-271-3/+12
* clitar: Align integer typesVolker Lendecke2020-12-041-1/+1
* clitar: Use do_list()'s recursion in clitar.cVolker Lendecke2020-12-011-33/+8
* libsmb: Remove "mntpoint" argument from cli_list() callbackVolker Lendecke2020-11-041-4/+2
* smbclient: Fix recursive "ls" across DFS linksVolker Lendecke2020-11-041-26/+33
* smbclient: Add "mask" to do_list_helper_stateVolker Lendecke2020-11-041-5/+7
* smbclient: Introduce struct do_list_helper_stateVolker Lendecke2020-11-041-8/+12
* smbclient: Wrap a few long linesVolker Lendecke2020-11-041-7/+19
* smbclient: Move variable declarations closer to their useVolker Lendecke2020-11-041-2/+2
* s3:libsmb: Remove max_protocol from cli_cm_open()Andreas Schneider2020-10-091-7/+0
* s3:client: Remove global max_protocolAndreas Schneider2020-10-091-8/+5
* s3:libsmb: Pass cli_credentials to cli_resolve_path(), using helper variables.Andreas Schneider2020-10-091-30/+118
* s3:libsmb: Pass cli_credentials to cli_cm_open()Andreas Schneider2020-10-091-5/+18
* s3:libsmb: Remove force_encrypt from cli_cm_open()Andreas Schneider2020-10-091-17/+4
* s3:client: Remove global smb_encryptAndreas Schneider2020-10-091-9/+16
* smbclient: Fix recursive mgetVolker Lendecke2020-09-301-88/+33
* smbclient: Slightly simplify do_mget()Volker Lendecke2020-09-301-14/+14
* smbclient: Remove the "abort_mget" variableVolker Lendecke2020-09-301-9/+0
* smbclient: Remove unused reference to extern override_logfileChristof Schmitt2020-09-121-2/+0
* s3: safe_string: do not include string_wrappers.hMatthew DeVore2020-08-281-0/+1
* s3:client: Remove unused smb encryption codeAndreas Schneider2020-08-191-10/+0
* s3:client: Turn off smb signing for message opAndreas Schneider2020-08-191-1/+4
* smbclient: Use NT_STATUS_NOTIFY_ENUM_DIR instead of STATUS_NOTIFY_ENUM_DIRChristof Schmitt2020-06-221-1/+1
* smbclient: Simplify do_list()Volker Lendecke2020-06-101-13/+1
* smbclient: Simplify the queue for recursive listingVolker Lendecke2020-06-101-84/+31
* smbclient: Simplify do_list_helper()Volker Lendecke2020-06-101-35/+38
* smbclient: Slightly simplify do_list()Volker Lendecke2020-06-101-70/+50
* smbclient: Do early return in do_list_helper().Volker Lendecke2020-06-101-49/+49
* smbclient: Align integer typesVolker Lendecke2020-06-101-7/+18
* smbclient: Align some integer typesVolker Lendecke2020-06-101-2/+2
* libsmb: Remove cli_getattrE() fallback from cli_qfileinfo_basic() usersVolker Lendecke2020-06-041-13/+5
* s3: client. Move to all 32-bit attributes in smbclient.Jeremy Allison2020-06-042-14/+14
* s3: libsmb: Change cli_setpathinfo_ext() to take 32-bit attributes.Jeremy Allison2020-06-041-1/+2