summaryrefslogtreecommitdiff
path: root/source3/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* smbclient: Remove function set_remote_times()Volker Lendecke2020-04-081-36/+10
* smbclient: Remove some unnecessary declarationsVolker Lendecke2020-04-081-2/+0
* s3:libsmb: pass dest_ss to cli_cm_open()Stefan Metzmacher2020-02-261-10/+16
* smbclient: Don't cli_posix_stat() twiceVolker Lendecke2020-02-101-1/+1
* smbspool: add more error codes to the auth_errors arrayStefan Metzmacher2020-02-101-0/+6
* smbspool: use one element per line for the auth_errors arrayStefan Metzmacher2020-02-101-6/+12
* smbclient: Fix a typoVolker Lendecke2020-01-231-1/+4
* clitar: use modern DBG macrosBjörn Jacke2020-01-141-53/+53
* smbclient/tar: add verbose modeBjörn Jacke2020-01-142-34/+71
* s3:smbspool: Leave early if we print as rootAndreas Schneider2019-12-091-0/+5
* s3:smbspool: print a hint about smbspool_krb5_wrapperMikhail Novosyolov2019-12-091-2/+2
* s3:smbspool_krb5_wrapper: ignore unknown values of AUTH_INFO_REQUIREDMikhail Novosyolov2019-12-091-7/+27
* s3:smbspool_krb5_wrapper: Map AUTH_INFO_REQUIRED=none to anonymousAndreas Schneider2019-12-091-5/+11
* s3:smbspool: Map AUTH_INFO_REQUIRED=none to anonymous connectionAndreas Schneider2019-12-091-2/+7
* smbclient: use cli_setpathinfo_ext() in utimes commandRalph Boehme2019-12-061-14/+24
* smbclient: use full_timespec_to_nt_time()Ralph Boehme2019-12-061-4/+4
* s3: smbclient: Stop an SMB2-connection from blundering into SMB1-specific calls.Jeremy Allison2019-10-071-0/+4
* s3:client:Use DEVICE_URI, instead of argv[0],for Device URIBryan Mason2019-09-181-7/+9
* client: enable allinfo and altname tab completionDavid Disseldorp2019-06-251-2/+2
* s3:smbspool: Use NTSTATUS return codesAndreas Schneider2019-05-231-105/+145
* s3:smbspool: Add debug messages to kerberos_ccache_is_valid()Andreas Schneider2019-05-231-0/+6
* s3:smbspool: Always try to authenticate using KerberosAndreas Schneider2019-05-231-39/+51
* s3:smbspool: Print the filename we failed to openAndreas Schneider2019-05-231-1/+3
* s3:smbspool: Fallback to default ccache if KRB5CCNAME is not setAndreas Schneider2019-05-231-25/+54
* s3:smbspool: Use %u format specifier to print uidAndreas Schneider2019-05-231-3/+3
* s3:smbspool: Add debug for finding KRB5CCNAMEAndreas Schneider2019-05-231-0/+4