summaryrefslogtreecommitdiff
path: root/source3/client/client.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "s3:smbclient: Allow last dos attribute to be cleared"Jeremy Allison2017-07-181-21/+3
* 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
* 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
* lib: Remove global xfile.h includesVolker Lendecke2016-11-201-0/+1
* 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-151-2/+1
* 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
* s3-client: Sync in tool cmdline help with smbclient manpageAndreas Schneider2016-11-091-1/+1
* s3: smbclient. Ensure we don't crash by freeing uninitialized *snapshots.Jeremy Allison2016-08-221-1/+1
* s3: smbclient: In order to get shadow copy data over SMB1 we must call cli_sh...Jeremy Allison2016-08-191-0/+14
* s3: smbclient: Add posix_whoami command.Jeremy Allison2016-05-251-0/+46
* CVE-2015-7560: s3: libsmb: Rename cli_posix_getfaclXX() functions to cli_posi...Jeremy Allison2016-03-101-1/+1
* smbclient: query disk usage relative to current directoryUri Simchoni2016-01-061-1/+1
* s3: smbclient: Move cmd_setmode out of clitar.c and back into client.cJeremy Allison2015-09-181-0/+118
* s3:client: Add "scopy" cmd to perform Server Side copy using smbclient.Anubhav Rakshit2015-07-141-0/+134
* Convert all uint32/16/8 to _t in source3/client.Richard Sharpe2015-05-131-21/+21
* lib: load_case_tables() -> smb_init_locale()Volker Lendecke2015-03-241-1/+1
* s3: smbclient: Allinfo leaves the file handle open.Jeremy Allison2015-02-101-0/+1
* s3-smbclient: Return success if we listed the shares.Andreas Schneider2014-11-241-1/+1
* lib: Align unix_timespec_to_nt_time with nt_time_to_unix_timespecVolker Lendecke2014-06-301-8/+8
* s3: libsmb : Move users of cli_dskattr to a 64-bit interface cli_disk_free().Jeremy Allison2014-06-071-4/+6
* s3: client : Add extra return parameter to all client open calls.Jeremy Allison2014-05-091-5/+5
* s3:client: only limit the buffer by the given length 'n'Stefan Metzmacher2014-03-051-1/+1
* clitar: get tar context handle via helper functionDavid Disseldorp2014-02-191-6/+6
* client: fix tar_parse_args() compiler warningDavid Disseldorp2014-02-191-1/+2
* clitar.c: when returning int, always use 0 for successAurélien Aptel2014-02-191-1/+1
* clitar.c: implement basic tar creationAurélien Aptel2014-02-191-7/+8
* client.c: fix negation in tar_to_process testAurélien Aptel2014-02-191-1/+1
* client.c, clitar.c: rename process_tar to tar_process, prepare codeAurélien Aptel2014-02-191-1/+2
* clitar.c, client.c: add flag to know if there's a tar operation to do.Aurélien Aptel2014-02-191-5/+5
* client.c: remove unused extern declarationAurélien Aptel2014-02-191-6/+0
* implement argument parsing, split client_proto.hAurélien Aptel2014-02-191-1/+4
* client.c: remove trailing whitespaceAurélien Aptel2014-02-191-7/+7