summaryrefslogtreecommitdiff
path: root/source3/client
AgeCommit message (Expand)AuthorFilesLines
2020-11-04libsmb: Remove "mntpoint" argument from cli_list() callbackVolker Lendecke1-4/+2
2020-11-04smbclient: Fix recursive "ls" across DFS linksVolker Lendecke1-26/+33
2020-11-04smbclient: Add "mask" to do_list_helper_stateVolker Lendecke1-5/+7
2020-11-04smbclient: Introduce struct do_list_helper_stateVolker Lendecke1-8/+12
2020-11-04smbclient: Wrap a few long linesVolker Lendecke1-7/+19
2020-11-04smbclient: Move variable declarations closer to their useVolker Lendecke1-2/+2
2020-10-09s3:libsmb: Remove max_protocol from cli_cm_open()Andreas Schneider1-7/+0
2020-10-09s3:client: Remove global max_protocolAndreas Schneider1-8/+5
2020-10-09s3:libsmb: Pass cli_credentials to cli_resolve_path(), using helper variables.Andreas Schneider1-30/+118
2020-10-09s3:libsmb: Pass cli_credentials to cli_cm_open()Andreas Schneider1-5/+18
2020-10-09s3:libsmb: Remove force_encrypt from cli_cm_open()Andreas Schneider1-17/+4
2020-10-09s3:client: Remove global smb_encryptAndreas Schneider1-9/+16
2020-09-30smbclient: Fix recursive mgetVolker Lendecke1-88/+33
2020-09-30smbclient: Slightly simplify do_mget()Volker Lendecke1-14/+14
2020-09-30smbclient: Remove the "abort_mget" variableVolker Lendecke1-9/+0
2020-09-12smbclient: Remove unused reference to extern override_logfileChristof Schmitt1-2/+0
2020-08-28s3: safe_string: do not include string_wrappers.hMatthew DeVore1-0/+1
2020-08-19s3:client: Remove unused smb encryption codeAndreas Schneider1-10/+0
2020-08-19s3:client: Turn off smb signing for message opAndreas Schneider1-1/+4
2020-06-22smbclient: Use NT_STATUS_NOTIFY_ENUM_DIR instead of STATUS_NOTIFY_ENUM_DIRChristof Schmitt1-1/+1
2020-06-10smbclient: Simplify do_list()Volker Lendecke1-13/+1
2020-06-10smbclient: Simplify the queue for recursive listingVolker Lendecke1-84/+31
2020-06-10smbclient: Simplify do_list_helper()Volker Lendecke1-35/+38
2020-06-10smbclient: Slightly simplify do_list()Volker Lendecke1-70/+50
2020-06-10smbclient: Do early return in do_list_helper().Volker Lendecke1-49/+49
2020-06-10smbclient: Align integer typesVolker Lendecke1-7/+18
2020-06-10smbclient: Align some integer typesVolker Lendecke1-2/+2
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