summaryrefslogtreecommitdiff
path: root/source3/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-client: Fix compiler errors when building with --address-sanitizerAndrew Bartlett2016-06-161-1/+1
* s3/client/clitar.c: always close fdAurelien Aptel2016-06-021-3/+4
* s3/client/clitar.c: NULL-check correct variableAurelien Aptel2016-06-011-1/+1
* s3: smbclient: Add posix_whoami command.Jeremy Allison2016-05-251-0/+46
* s3-smbspool: Log to stderrAndreas Schneider2016-05-251-1/+1
* s3:client:smbspool_krb5_wrapper: fix the non clearenv build.Günther Deschner2016-04-291-2/+6
* Provide fallback code for non-portable clearenv(3)Jérémie Courrèges-Anglas2016-04-291-0/+6
* CVE-2015-7560: s3: libsmb: Rename cli_posix_getfaclXX() functions to cli_posi...Jeremy Allison2016-03-101-1/+1
* s3-client: Add a KRB5 wrapper for smbspoolAndreas Schneider2016-01-252-0/+227
* smbspool: Add string representation of nt_statusAndreas Schneider2016-01-221-2/+2
* smbclient: query disk usage relative to current directoryUri Simchoni2016-01-061-1/+1
* clitar: cope with functions of older versions of libarchiveBjörn Jacke2015-12-031-0/+10
* client: Fix parameter mixupVolker Lendecke2015-12-021-1/+1
* Fix various spelling errorsMathieu Parent2015-11-061-1/+1
* s3: smbclient: Move cmd_setmode out of clitar.c and back into client.cJeremy Allison2015-09-183-129/+124
* 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-134-28/+28
* lib: load_case_tables() -> smb_init_locale()Volker Lendecke2015-03-242-2/+2
* s3: smbclient: Allinfo leaves the file handle open.Jeremy Allison2015-02-101-0/+1
* s3-smbspool: Use strtol() instead of atoi().Andreas Schneider2015-01-221-1/+8
* 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: don't panic, propagate talloc errors upwardsDavid Disseldorp2014-02-211-53/+136
* clitar: propagate make_remote_path() talloc errorsDavid Disseldorp2014-02-211-3/+14
* clitar: return allocation errors from is_subpath()David Disseldorp2014-02-211-16/+45