summaryrefslogtreecommitdiff
path: root/source3/client
Commit message (Expand)AuthorAgeFilesLines
* s3:client: Fix smbspool device uri handlingAndreas Schneider2019-03-261-24/+96
* s3:client: Make sure we work on a copy of the titleAndreas Schneider2019-03-261-4/+10
* s3:client: Evaluate the AUTH_INFO_REQUIRED variable set by cupsAndreas Schneider2019-03-261-18/+24
* s3:client: Pass DEVICE_URI and AUTH_INFO_REQUIRED env to smbspoolAndreas Schneider2019-03-261-3/+21
* s3:lib: Move popt_common_credentials to separate fileChristof Schmitt2018-10-091-1/+1
* s3:client: Add --quiet option to smbclientJustin Stephenson2018-07-101-1/+8
* s3:smbspool: Fix cmdline argument handlingAndreas Schneider2018-05-091-19/+42
* smbspool: Improve URI handling codeAndreas Schneider2018-05-091-11/+18
* smbclient: Handle ENUM_DIR in "notify" commandVolker Lendecke2018-04-191-2/+7
* 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
* Revert "s3:smbclient: Allow last dos attribute to be cleared"Jeremy Allison2017-07-181-21/+3
* s3:client: The smbspool krb5 wrapper needs negotiate for authenticationAndreas Schneider2017-07-151-10/+19
* s3:smbclient: Allow last dos attribute to be clearedSteve French2017-07-141-3/+21
* s3: smbclient: Add new command deltree.Jeremy Allison2017-07-071-0/+178
* s3: client: Move struct file_list code to using talloc from malloc.Jeremy Allison2017-07-071-11/+18
* s3:libsmb: remove unused 'bool show_hdr' from cli_cm_open()Stefan Metzmacher2017-06-271-5/+5
* s3:smbclient: remove unreliable Domain=[...] OS=[Windows 6.1] Server=[...] ba...Stefan Metzmacher2017-06-271-5/+7
* s3:client: smbclient -L can't do workgroup listing over SMB2/3Stefan Metzmacher2017-06-221-4/+9
* s3: libsmb: Widen cli_state_get_tid() / cli_state_set_tid() to 32-bits.Jeremy Allison2017-06-171-1/+4
* s3: client tools: Call popt_free_cmdline_auth_info() on all normal exits.Jeremy Allison2017-05-091-0/+3
* s3: client tools. Remove direct access to struct user_auth_info *cmdline_auth...Jeremy Allison2017-05-091-83/+88
* smbclient: add -f option to rename commandUri Simchoni2017-03-281-2/+8
* s3: libsmb: add replace support to cli_rename()Uri Simchoni2017-03-281-1/+1
* Modify smbspool_krb5_wrapper to just fall through to smbspool if AUTH_INFO_RE...Bryan Mason2017-02-171-15/+17
* s3:client: don't use cli->use_kerberos && cli->got_kerberos_mechanism in smbs...Stefan Metzmacher2017-01-271-8/+9
* s3:client: use cli_cm_force_encryption_creds in smbspool.c (in a #if 0 section)Stefan Metzmacher2016-12-211-5/+1
* s3:client: make use of cli_smb1_setup_encryption() in cmd_posix_encrypt()Stefan Metzmacher2016-12-211-14/+32
* s3:popt_common: let POPT_COMMON_CREDENTIALS imply logfile and conffile loadingStefan Metzmacher2016-12-201-10/+1
* smbclient: xfile->stdioVolker Lendecke2016-12-111-17/+16
* s3:libsmb: don't pass 'passlen' to cli_tree_connect[_send]() and allow pass=NULLStefan Metzmacher2016-12-091-1/+1
* s3:client: avoid using cli->{use_kerberos,...} for cli_session_creds_init() i...Stefan Metzmacher2016-12-091-4/+9
* s3:client: make use of cli_tree_connect_creds() in smbspool.cStefan Metzmacher2016-12-091-2/+1
* lib: Remove global xfile.h includesVolker Lendecke2016-11-201-0/+1
* s3:client: use cli_session_setup_creds() in smbspool.cStefan Metzmacher2016-11-151-3/+17
* s3:client: use cli_session_setup_creds() in client.c cmd_logon()Stefan Metzmacher2016-11-151-3/+16
* s3:libsmb: let the callers only pass the password string to cli_session_setup...Stefan Metzmacher2016-11-152-4/+2
* s3:popt_common: simplify popt_common_credentials handlingStefan Metzmacher2016-11-151-16/+8
* s3/client: obey 'disable netbios' smb.conf param, don't connect via NBT port.Noel Power2016-11-151-1/+10