summaryrefslogtreecommitdiff
path: root/source3/client/client.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-06Make sure to set umask() before calling mkstemp().Andreas Schneider1-0/+3
2013-02-07BUG 9633: Recursive mget should continue on EPERM.David Disseldorp1-2/+11
2012-12-06Clean up client timeout definitions [rev. 2]Scott Lovenberg1-4/+0
2012-12-03smbclient: Use new samba_getpass() function.Andreas Schneider1-3/+6
2012-11-08s3fs-client: Burn commandline password of client utils.Andreas Schneider1-0/+2
2012-09-25client: Fix talloc_stackframe() free order assertion in developer modeAndrew Bartlett1-0/+1
2012-09-10s3:client use more access bits for snapshot displayChristian Ambach1-1/+2
2012-08-09Correctly check for errors in strlower_m() returns.Jeremy Allison1-2/+7
2012-07-19s3-param: Make lp_name_resolve_order() return a listAndrew Bartlett1-1/+1
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-1/+1
2012-07-18source3/client/client.c: fix stackframe leak.Rusty Russell1-13/+7
2012-05-28s3:libsmb: get rid of cli_state_protocolLuk Claes1-1/+1
2012-05-28s3:libsmb: get rid of cli_state_remote_nameLuk Claes1-1/+2
2012-04-16s3: Fix smbclient notify against WindowsVolker Lendecke1-1/+1
2012-04-06build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett1-5/+5
2012-04-05build: Remove SMB_STRUCT_DIR defineAndrew Bartlett1-1/+1
2012-04-05build: Remove sys_closedir wrapperAndrew Bartlett1-3/+3
2012-04-05build: Remove sys_opendir wrapperAndrew Bartlett1-1/+1
2012-04-05build: Remove sys_open wrapperAndrew Bartlett1-2/+2
2012-04-05build: Remove sys_lseek wrapperAndrew Bartlett1-1/+1
2012-03-24lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij1-2/+2
2012-03-22s3:client correct a wordingChristian Ambach1-1/+1
2012-03-22s3: Add "notify" cmd to smbclientVolker Lendecke1-0/+57
2012-02-16Rename obscure defined constants.Christopher R. Hertel (crh)1-4/+5
2012-01-31s3:client: ignore SMBecho errors (the server may not support it) (bug #8139)Stefan Metzmacher1-3/+7
2012-01-31Revert "Fix bug #8139 - smbclient fails if server does not support Echo reque...Stefan Metzmacher1-5/+1
2012-01-31Fix bug #8139 - smbclient fails if server does not support Echo request.Jeremy Allison1-1/+5
2012-01-25Introduce dump_data_fileVolker Lendecke1-7/+2
2011-12-03Move the callers that need to use the new cli_open() back to callingJeremy Allison1-118/+3
2011-12-03Rename cli_open -> cli_openx. Prelude to replacing generic cli_open()Jeremy Allison1-1/+1
2011-12-02Ensure we map our own Samba return of ERRSRV, ERRunknownsmbJeremy Allison1-0/+3
2011-12-02Convert smbclient to using NtCreateX by preference, fall back to openX onJeremy Allison1-3/+115
2011-12-02Add the "backup" toggle command to smbclient. In order for this to beJeremy Allison1-0/+14
2011-11-24s3:client: make use of cli_tree_connect()Stefan Metzmacher1-1/+1
2011-11-03s3:client: s/Undefined/SMB_SIGNING_DEFAULT/Stefan Metzmacher1-1/+1
2011-09-29Bug 7551: Return error of cli_push when 'put - /some/file' is usedBram1-1/+1
2011-09-08s3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_connect_nb()Stefan Metzmacher1-1/+1
2011-08-02s3:client: make use of cli_state_protocol()Stefan Metzmacher1-1/+1
2011-07-28s3:smbclient: use lp_load_client()Michael Adam1-3/+1
2011-07-23s3-client/client.c: replace cli_query_secdesc_old()Björn Baumbach1-5/+5
2011-07-23s3-libsmb: rename cli_query_secdesc() to cli_query_secdesc_old()Björn Baumbach1-1/+1
2011-07-22s3:client: make use of cli_state_remote_name()Stefan Metzmacher1-1/+1
2011-07-22s3:smbclient: print nt status code when smb echo failsMichael Adam1-2/+2
2011-07-22s3:smbclient: add a "tdis" command to view and change the tree id (tid).Michael Adam1-0/+25
2011-07-22s3:smbclient: add a "tdis" command to do a tree disconnect (close a connectio...Michael Adam1-0/+19
2011-07-22s3:smbclient: add a "tcon" command to do a tree connect (connect to a share)Michael Adam1-0/+34
2011-07-22s3:smbclient: add "logoff" command to close the sessionMichael Adam1-0/+19
2011-07-21s3:libsmb: move cli->vuid to cli->smb1.uid and hide it behind cli_state_[g|s]...Stefan Metzmacher1-3/+4
2011-07-11s3:client: simplify readline_callback() to only use cli_echo()Stefan Metzmacher1-54/+9
2011-07-08s3:client: use an inbuf on the stack in readline_callback()Stefan Metzmacher1-2/+3