summaryrefslogtreecommitdiff
path: root/source3/client
AgeCommit message (Expand)AuthorFilesLines
2020-06-04libsmb: Remove cli_getattrE() fallback from cli_qfileinfo_basic() usersVolker Lendecke1-13/+5
2020-06-04s3: client. Move to all 32-bit attributes in smbclient.Jeremy Allison2-14/+14
2020-06-04s3: libsmb: Change cli_setpathinfo_ext() to take 32-bit attributes.Jeremy Allison1-1/+2
2020-06-04s3: libsmb: Change cli_qpathinfo3() to return a 32-bit attribute.Jeremy Allison1-1/+1
2020-06-04s3: libsmb: Change cli_getatr() and async versions to return a 32-bit attribute.Jeremy Allison1-1/+1
2020-06-04s3: libsmb: Change cli_getattrE() and async versions to return a 32-bit attri...Jeremy Allison1-3/+1
2020-06-04s3: libsmb: Change cli_qfileinfo_basic() to return 32-bit attributes.Jeremy Allison1-2/+4
2020-06-04s3: smbclient: Rename mode parameter to attr.Jeremy Allison1-19/+19
2020-06-04s3: libsmb: In struct file_info rename mode -> attr.Jeremy Allison2-15/+15
2020-05-28smbclient: Remove the CREATE_ACCESS_READ #defineVolker Lendecke1-3/+1
2020-05-28smbclient: Reformat a call to cli_ntcreate()Volker Lendecke1-4/+13
2020-05-28s3:smbspool: avoid using CLI_FULL_CONNECTION_{USE,FALLBACK_AFTER}_KERBEROS flagsStefan Metzmacher1-28/+10
2020-04-16smbclient: Also allow four digit years in utimes commandChristof Schmitt1-2/+6
2020-04-16smbclient: Remove one level of indentation for the utimes commandChristof Schmitt1-2/+2
2020-04-08smbclient: Simplify browse_host()Volker Lendecke1-4/+0
2020-04-08libsmb: Make cli_setpathinfo_ext() take structs instead of pointersVolker Lendecke1-1/+1
2020-04-08smbclient: Remove function set_remote_times()Volker Lendecke1-36/+10
2020-04-08smbclient: Remove some unnecessary declarationsVolker Lendecke1-2/+0
2020-02-26s3:libsmb: pass dest_ss to cli_cm_open()Stefan Metzmacher1-10/+16
2020-02-10smbclient: Don't cli_posix_stat() twiceVolker Lendecke1-1/+1
2020-02-10smbspool: add more error codes to the auth_errors arrayStefan Metzmacher1-0/+6
2020-02-10smbspool: use one element per line for the auth_errors arrayStefan Metzmacher1-6/+12
2020-01-23smbclient: Fix a typoVolker Lendecke1-1/+4
2020-01-14clitar: use modern DBG macrosBjörn Jacke1-53/+53
2020-01-14smbclient/tar: add verbose modeBjörn Jacke2-34/+71
2019-12-09s3:smbspool: Leave early if we print as rootAndreas Schneider1-0/+5
2019-12-09s3:smbspool: print a hint about smbspool_krb5_wrapperMikhail Novosyolov1-2/+2
2019-12-09s3:smbspool_krb5_wrapper: ignore unknown values of AUTH_INFO_REQUIREDMikhail Novosyolov1-7/+27
2019-12-09s3:smbspool_krb5_wrapper: Map AUTH_INFO_REQUIRED=none to anonymousAndreas Schneider1-5/+11
2019-12-09s3:smbspool: Map AUTH_INFO_REQUIRED=none to anonymous connectionAndreas Schneider1-2/+7
2019-12-06smbclient: use cli_setpathinfo_ext() in utimes commandRalph Boehme1-14/+24
2019-12-06smbclient: use full_timespec_to_nt_time()Ralph Boehme1-4/+4
2019-10-07s3: smbclient: Stop an SMB2-connection from blundering into SMB1-specific calls.Jeremy Allison1-0/+4
2019-09-18s3:client:Use DEVICE_URI, instead of argv[0],for Device URIBryan Mason1-7/+9
2019-06-25client: enable allinfo and altname tab completionDavid Disseldorp1-2/+2
2019-05-23s3:smbspool: Use NTSTATUS return codesAndreas Schneider1-105/+145
2019-05-23s3:smbspool: Add debug messages to kerberos_ccache_is_valid()Andreas Schneider1-0/+6
2019-05-23s3:smbspool: Always try to authenticate using KerberosAndreas Schneider1-39/+51
2019-05-23s3:smbspool: Print the filename we failed to openAndreas Schneider1-1/+3
2019-05-23s3:smbspool: Fallback to default ccache if KRB5CCNAME is not setAndreas Schneider1-25/+54
2019-05-23s3:smbspool: Use %u format specifier to print uidAndreas Schneider1-3/+3
2019-05-23s3:smbspool: Add debug for finding KRB5CCNAMEAndreas Schneider1-0/+4
2019-05-23s3:smbspool: Print the principal we use to authenticate withAndreas Schneider1-0/+11
2019-05-23s3:smbspool: Add the 'lp' group to the users groupsAndreas Schneider1-0/+22
2019-05-09s3:smbspool: Fix regression printing with Kerberos credentialsAndreas Schneider1-1/+1
2019-03-27libsmb: Change cli_posix_readlink to return talloc'ed targetVolker Lendecke1-2/+4
2019-03-20utils: Use cli_hardlink instead of cli_nt_hardlinkVolker Lendecke1-1/+1
2019-03-18s3:client: Fix smbspool device uri handlingAndreas Schneider1-24/+96
2019-03-18s3:client: Make sure we work on a copy of the titleAndreas Schneider1-4/+10
2019-03-18s3:client: Evaluate the AUTH_INFO_REQUIRED variable set by cupsAndreas Schneider1-12/+20