summaryrefslogtreecommitdiff
path: root/source3/client
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-18Revert "s3:smbclient: Allow last dos attribute to be cleared"Jeremy Allison1-21/+3
2017-07-15s3:client: The smbspool krb5 wrapper needs negotiate for authenticationAndreas Schneider1-10/+19
2017-07-14s3:smbclient: Allow last dos attribute to be clearedSteve French1-3/+21
2017-07-07s3: smbclient: Add new command deltree.Jeremy Allison1-0/+178
2017-07-07s3: client: Move struct file_list code to using talloc from malloc.Jeremy Allison1-11/+18
2017-06-27s3:libsmb: remove unused 'bool show_hdr' from cli_cm_open()Stefan Metzmacher1-5/+5
2017-06-27s3:smbclient: remove unreliable Domain=[...] OS=[Windows 6.1] Server=[...] ba...Stefan Metzmacher1-5/+7
2017-06-22s3:client: smbclient -L can't do workgroup listing over SMB2/3Stefan Metzmacher1-4/+9
2017-06-17s3: libsmb: Widen cli_state_get_tid() / cli_state_set_tid() to 32-bits.Jeremy Allison1-1/+4
2017-05-09s3: client tools: Call popt_free_cmdline_auth_info() on all normal exits.Jeremy Allison1-0/+3
2017-05-09s3: client tools. Remove direct access to struct user_auth_info *cmdline_auth...Jeremy Allison1-83/+88
2017-03-28smbclient: add -f option to rename commandUri Simchoni1-2/+8
2017-03-28s3: libsmb: add replace support to cli_rename()Uri Simchoni1-1/+1
2017-02-17Modify smbspool_krb5_wrapper to just fall through to smbspool if AUTH_INFO_RE...Bryan Mason1-15/+17
2017-01-27s3:client: don't use cli->use_kerberos && cli->got_kerberos_mechanism in smbs...Stefan Metzmacher1-8/+9
2016-12-21s3:client: use cli_cm_force_encryption_creds in smbspool.c (in a #if 0 section)Stefan Metzmacher1-5/+1
2016-12-21s3:client: make use of cli_smb1_setup_encryption() in cmd_posix_encrypt()Stefan Metzmacher1-14/+32
2016-12-20s3:popt_common: let POPT_COMMON_CREDENTIALS imply logfile and conffile loadingStefan Metzmacher1-10/+1