summaryrefslogtreecommitdiff
path: root/source3/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3:smbspool: Print the principal we use to authenticate withAndreas Schneider2019-05-231-0/+11
* s3:smbspool: Add the 'lp' group to the users groupsAndreas Schneider2019-05-231-0/+22
* s3:smbspool: Fix regression printing with Kerberos credentialsAndreas Schneider2019-05-091-1/+1
* libsmb: Change cli_posix_readlink to return talloc'ed targetVolker Lendecke2019-03-271-2/+4
* utils: Use cli_hardlink instead of cli_nt_hardlinkVolker Lendecke2019-03-201-1/+1
* s3:client: Fix smbspool device uri handlingAndreas Schneider2019-03-181-24/+96
* s3:client: Make sure we work on a copy of the titleAndreas Schneider2019-03-181-4/+10
* s3:client: Evaluate the AUTH_INFO_REQUIRED variable set by cupsAndreas Schneider2019-03-181-12/+20
* s3:client: Pass DEVICE_URI and AUTH_INFO_REQUIRED env to smbspoolAndreas Schneider2019-03-181-3/+21
* s3:client: Use C99 initializer for poptOption in smbclientAndreas Schneider2019-01-281-15/+130
* smbclient: Use dom_sid_str_bufVolker Lendecke2019-01-081-3/+4
* client: Add kerberos tracingSwen Schillig2018-12-191-1/+4
* smbspool: Free kerberos context on errorSwen Schillig2018-11-221-0/+1
* s3:lib: Move popt_common_credentials to separate fileChristof Schmitt2018-09-071-1/+1
* s3:smbclient: Do not call cli_RNetShareEnum if SMB1 is disabledAndreas Schneider2018-09-051-1/+7
* smbclient: Fix errors printed if we can connect with SMB1Andreas Schneider2018-09-051-1/+1
* s3:client: Avoid a possible fd leak in do_get()Andreas Schneider2018-08-111-0/+7
* s3:client: Add --quiet option to smbclientJustin Stephenson2018-06-261-1/+8
* build: Make --with-libarchive the defaultAndrew Bartlett2018-05-151-1/+1
* Fix spelling s/retun/return/Mathieu Parent2018-05-121-1/+1
* s3:smbspool: Fix cmdline argument handlingAndreas Schneider2018-05-031-19/+42
* smbclient: Handle ENUM_DIR in "notify" commandVolker Lendecke2018-04-051-2/+7
* s3:client: Fix size typesAndreas Schneider2018-04-031-8/+15
* s3:client: Fix size typesAndreas Schneider2018-03-201-3/+3
* util/rfc1738_unescape(): return end pointer or NULL on errorDouglas Bagnall2018-02-221-2/+6
* smbspool: Improve URI handling codeAndreas Schneider2018-02-201-11/+18
* smbspool: Initialize empty_str on declarationAndreas Schneider2018-02-151-6/+4
* s3: client: Rename <oldname> to <link_target> in cmd_symlink() and cli_posix_...Jeremy Allison2017-11-301-7/+8
* smbspool_krb5_wrapper: fix some error messagesUri Simchoni2017-11-221-3/+4
* libsmbclient: Allow server (NetApp) to return STATUS_INVALID_PARAMETER from a...Jeremy Allison2017-11-111-1/+7
* s3: smbclient: Ensure we call client_clean_name() before all operations on re...Jeremy Allison2017-10-242-8/+227
* s3: client: Add new utility function client_clean_name().Jeremy Allison2017-10-242-0/+32
* s3:Add a utimes command to smbclient so we can set the Windows times.Richard Sharpe2017-10-191-0/+122
* s3:smbclient: don't try any workgroup listing with "client min protocol = SMB2"Stefan Metzmacher2017-08-191-0/+5
* s3:smbclient: improve the error messages for smbclient -LStefan Metzmacher2017-08-191-6/+5
* source3/client: Fix typo in help message displayed by defaultAnoop C S2017-08-071-1/+1
* s3:client: Use KRB5CCNAME in smbspool_krb5_wrapper if setAndreas Schneider2017-07-251-0/+8
* s3:client: Only use kerberos if credential cache exists in smbspoolAndreas Schneider2017-07-251-6/+58
* s3:client: Make it possible use smbspool in selftestAndreas Schneider2017-07-251-2/+7
* s3:client: Fix the usage of argv in smbspoolAndreas Schneider2017-07-251-19/+9