summaryrefslogtreecommitdiff
path: root/source3/client/client.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-07s3: smbclient: Stop an SMB2-connection from blundering into SMB1-specific calls.Jeremy Allison1-0/+4
2019-06-25client: enable allinfo and altname tab completionDavid Disseldorp1-2/+2
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-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-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-12Fix spelling s/retun/return/Mathieu Parent1-1/+1
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
2017-11-30s3: client: Rename <oldname> to <link_target> in cmd_symlink() and cli_posix_...Jeremy Allison1-7/+8
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 Allison1-8/+196
2017-10-24s3: client: Add new utility function client_clean_name().Jeremy Allison1-0/+31
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-18Revert "s3:smbclient: Allow last dos attribute to be cleared"Jeremy Allison1-21/+3
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
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
2016-12-11smbclient: xfile->stdioVolker Lendecke1-17/+16
2016-12-09s3:libsmb: don't pass 'passlen' to cli_tree_connect[_send]() and allow pass=NULLStefan Metzmacher1-1/+1
2016-11-20lib: Remove global xfile.h includesVolker Lendecke1-0/+1
2016-11-15s3:client: use cli_session_setup_creds() in client.c cmd_logon()Stefan Metzmacher1-3/+16
2016-11-15s3:libsmb: let the callers only pass the password string to cli_session_setup...Stefan Metzmacher1-2/+1
2016-11-15s3:popt_common: simplify popt_common_credentials handlingStefan Metzmacher1-16/+8
2016-11-15s3/client: obey 'disable netbios' smb.conf param, don't connect via NBT port.Noel Power1-1/+10
2016-11-09s3-client: Sync in tool cmdline help with smbclient manpageAndreas Schneider1-1/+1
2016-08-22s3: smbclient. Ensure we don't crash by freeing uninitialized *snapshots.Jeremy Allison1-1/+1
2016-08-19s3: smbclient: In order to get shadow copy data over SMB1 we must call cli_sh...Jeremy Allison1-0/+14
2016-05-25s3: smbclient: Add posix_whoami command.Jeremy Allison1-0/+46
2016-03-10CVE-2015-7560: s3: libsmb: Rename cli_posix_getfaclXX() functions to cli_posi...Jeremy Allison1-1/+1
2016-01-06smbclient: query disk usage relative to current directoryUri Simchoni1-1/+1