summaryrefslogtreecommitdiff
path: root/source3/client
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-18s3:client: Pass DEVICE_URI and AUTH_INFO_REQUIRED env to smbspoolAndreas Schneider1-3/+21
2019-01-28s3:client: Use C99 initializer for poptOption in smbclientAndreas Schneider1-15/+130
2019-01-08smbclient: Use dom_sid_str_bufVolker Lendecke1-3/+4
2018-12-19client: Add kerberos tracingSwen Schillig1-1/+4
2018-11-22smbspool: Free kerberos context on errorSwen Schillig1-0/+1
2018-09-07s3:lib: Move popt_common_credentials to separate fileChristof Schmitt1-1/+1
2018-09-05s3:smbclient: Do not call cli_RNetShareEnum if SMB1 is disabledAndreas Schneider1-1/+7
2018-09-05smbclient: Fix errors printed if we can connect with SMB1Andreas Schneider1-1/+1
2018-08-11s3:client: Avoid a possible fd leak in do_get()Andreas Schneider1-0/+7
2018-06-26s3:client: Add --quiet option to smbclientJustin Stephenson1-1/+8
2018-05-15build: Make --with-libarchive the defaultAndrew Bartlett1-1/+1
2018-05-12Fix spelling s/retun/return/Mathieu Parent1-1/+1
2018-05-03s3:smbspool: Fix cmdline argument handlingAndreas Schneider1-19/+42
2018-04-05smbclient: Handle ENUM_DIR in "notify" commandVolker Lendecke1-2/+7
2018-04-03s3:client: Fix size typesAndreas Schneider1-8/+15
2018-03-20s3:client: Fix size typesAndreas Schneider1-3/+3
2018-02-22util/rfc1738_unescape(): return end pointer or NULL on errorDouglas Bagnall1-2/+6
2018-02-20smbspool: Improve URI handling codeAndreas Schneider1-11/+18
2018-02-15smbspool: Initialize empty_str on declarationAndreas Schneider1-6/+4
2017-11-30s3: client: Rename <oldname> to <link_target> in cmd_symlink() and cli_posix_...Jeremy Allison1-7/+8
2017-11-22smbspool_krb5_wrapper: fix some error messagesUri Simchoni1-3/+4
2017-11-11libsmbclient: Allow server (NetApp) to return STATUS_INVALID_PARAMETER from a...Jeremy Allison1-1/+7
2017-10-24s3: smbclient: Ensure we call client_clean_name() before all operations on re...Jeremy Allison2-8/+227
2017-10-24s3: client: Add new utility function client_clean_name().Jeremy Allison2-0/+32
2017-10-19s3:Add a utimes command to smbclient so we can set the Windows times.Richard Sharpe1-0/+122
2017-08-19s3:smbclient: don't try any workgroup listing with "client min protocol = SMB2"Stefan Metzmacher1-0/+5
2017-08-19s3:smbclient: improve the error messages for smbclient -LStefan Metzmacher1-6/+5
2017-08-07source3/client: Fix typo in help message displayed by defaultAnoop C S1-1/+1
2017-07-25s3:client: Use KRB5CCNAME in smbspool_krb5_wrapper if setAndreas Schneider1-0/+8
2017-07-25s3:client: Only use kerberos if credential cache exists in smbspoolAndreas Schneider1-6/+58
2017-07-25s3:client: Make it possible use smbspool in selftestAndreas Schneider1-2/+7
2017-07-25s3:client: Fix the usage of argv in smbspoolAndreas Schneider1-19/+9