summaryrefslogtreecommitdiff
path: root/source3/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3: libsmb: Change cli_qpathinfo3() to return a 32-bit attribute.Jeremy Allison2020-06-041-1/+1
* s3: libsmb: Change cli_getatr() and async versions to return a 32-bit attribute.Jeremy Allison2020-06-041-1/+1
* s3: libsmb: Change cli_getattrE() and async versions to return a 32-bit attri...Jeremy Allison2020-06-041-3/+1
* s3: libsmb: Change cli_qfileinfo_basic() to return 32-bit attributes.Jeremy Allison2020-06-041-2/+4
* s3: smbclient: Rename mode parameter to attr.Jeremy Allison2020-06-041-19/+19
* s3: libsmb: In struct file_info rename mode -> attr.Jeremy Allison2020-06-042-15/+15
* smbclient: Remove the CREATE_ACCESS_READ #defineVolker Lendecke2020-05-281-3/+1
* smbclient: Reformat a call to cli_ntcreate()Volker Lendecke2020-05-281-4/+13
* s3:smbspool: avoid using CLI_FULL_CONNECTION_{USE,FALLBACK_AFTER}_KERBEROS flagsStefan Metzmacher2020-05-281-28/+10
* smbclient: Also allow four digit years in utimes commandChristof Schmitt2020-04-161-2/+6
* smbclient: Remove one level of indentation for the utimes commandChristof Schmitt2020-04-161-2/+2
* smbclient: Simplify browse_host()Volker Lendecke2020-04-081-4/+0
* libsmb: Make cli_setpathinfo_ext() take structs instead of pointersVolker Lendecke2020-04-081-1/+1