summaryrefslogtreecommitdiffstats
path: root/source3/client
Commit message (Expand)AuthorAgeFilesLines
* Make sure to set umask() before calling mkstemp().Andreas Schneider2013-03-061-0/+3
* BUG 9633: Recursive mget should continue on EPERM.David Disseldorp2013-02-071-2/+11
* Clean up client timeout definitions [rev. 2]Scott Lovenberg2012-12-062-7/+0
* smbclient: Use new samba_getpass() function.Andreas Schneider2012-12-031-3/+6
* s3fs-client: Burn commandline password of client utils.Andreas Schneider2012-11-081-0/+2
* client: Fix talloc_stackframe() free order assertion in developer modeAndrew Bartlett2012-09-251-0/+1
* s3:client use more access bits for snapshot displayChristian Ambach2012-09-101-1/+2
* Fix smbclient/tarmode panic on connecting to Windows 2000 clients.Salvador I. Gonzalez2012-08-131-8/+19
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-092-3/+8
* s3-param: Make lp_name_resolve_order() return a listAndrew Bartlett2012-07-191-1/+1
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-1/+1
* source3/client/client.c: fix stackframe leak.Rusty Russell2012-07-181-13/+7
* s3:libsmb: get rid of cli_state_protocolLuk Claes2012-05-281-1/+1
* s3:libsmb: get rid of cli_state_remote_nameLuk Claes2012-05-281-1/+2
* Fix bug #8922.Jeremy Allison2012-05-111-1/+1
* s3: Fix smbclient notify against WindowsVolker Lendecke2012-04-161-1/+1
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-062-6/+6
* build: Remove SMB_STRUCT_DIR defineAndrew Bartlett2012-04-051-1/+1
* build: Remove sys_closedir wrapperAndrew Bartlett2012-04-051-3/+3
* build: Remove sys_opendir wrapperAndrew Bartlett2012-04-051-1/+1
* build: Remove sys_open wrapperAndrew Bartlett2012-04-051-2/+2
* build: Remove sys_creat wrapperAndrew Bartlett2012-04-051-2/+2
* build: Remove sys_lseek wrapperAndrew Bartlett2012-04-051-1/+1
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-241-2/+2
* s3:client correct a wordingChristian Ambach2012-03-221-1/+1
* s3: Add "notify" cmd to smbclientVolker Lendecke2012-03-221-0/+57
* Rename obscure defined constants.Christopher R. Hertel (crh)2012-02-161-4/+5
* s3:client: ignore SMBecho errors (the server may not support it) (bug #8139)Stefan Metzmacher2012-01-311-3/+7
* Revert "Fix bug #8139 - smbclient fails if server does not support Echo reque...Stefan Metzmacher2012-01-311-5/+1
* Fix bug #8139 - smbclient fails if server does not support Echo request.Jeremy Allison2012-01-311-1/+5
* Introduce dump_data_fileVolker Lendecke2012-01-251-7/+2
* s3-cli: fix bug 563, >8GB tar on BE machinesMasafumi Nakayama2012-01-031-5/+17
* Move the callers that need to use the new cli_open() back to callingJeremy Allison2011-12-034-123/+6
* Rename cli_open -> cli_openx. Prelude to replacing generic cli_open()Jeremy Allison2011-12-032-2/+2
* Ensure we map our own Samba return of ERRSRV, ERRunknownsmbJeremy Allison2011-12-021-0/+3
* Convert smbclient to using NtCreateX by preference, fall back to openX onJeremy Allison2011-12-023-5/+119
* Add the "backup" toggle command to smbclient. In order for this to beJeremy Allison2011-12-021-0/+14
* s3:client: make use of cli_tree_connect()Stefan Metzmacher2011-11-242-3/+3
* s3:client: s/Undefined/SMB_SIGNING_DEFAULT/Stefan Metzmacher2011-11-032-2/+2
* Bug 7551: Return error of cli_push when 'put - /some/file' is usedBram2011-09-291-1/+1
* s3:clitar: remove unused/not existing extern variablesStefan Metzmacher2011-09-131-3/+0
* s3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_connect_nb()Stefan Metzmacher2011-09-081-1/+1
* s3:client: make use of cli_state_protocol()Stefan Metzmacher2011-08-021-1/+1
* s3:smbspool: use lp_load_client()Michael Adam2011-07-281-3/+1
* s3:smbclient: use lp_load_client()Michael Adam2011-07-281-3/+1
* s3-client/client.c: replace cli_query_secdesc_old()Björn Baumbach2011-07-231-5/+5
* s3-libsmb: rename cli_query_secdesc() to cli_query_secdesc_old()Björn Baumbach2011-07-231-1/+1
* s3-client/clitar.c: replace cli_read_old() with cli_read()Björn Baumbach2011-07-231-5/+4
* s3:client: make use of cli_state_remote_name()Stefan Metzmacher2011-07-221-1/+1
* s3:smbclient: print nt status code when smb echo failsMichael Adam2011-07-221-2/+2