summaryrefslogtreecommitdiff
path: root/source3/client/client.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-18s3: smbclient: Move cmd_setmode out of clitar.c and back into client.cJeremy Allison1-0/+118
2015-07-14s3:client: Add "scopy" cmd to perform Server Side copy using smbclient.Anubhav Rakshit1-0/+134
2015-05-13Convert all uint32/16/8 to _t in source3/client.Richard Sharpe1-21/+21
2015-03-24lib: load_case_tables() -> smb_init_locale()Volker Lendecke1-1/+1
2015-02-10s3: smbclient: Allinfo leaves the file handle open.Jeremy Allison1-0/+1
2014-11-24s3-smbclient: Return success if we listed the shares.Andreas Schneider1-1/+1
2014-06-30lib: Align unix_timespec_to_nt_time with nt_time_to_unix_timespecVolker Lendecke1-8/+8
2014-06-07s3: libsmb : Move users of cli_dskattr to a 64-bit interface cli_disk_free().Jeremy Allison1-4/+6
2014-05-09s3: client : Add extra return parameter to all client open calls.Jeremy Allison1-5/+5
2014-03-05s3:client: only limit the buffer by the given length 'n'Stefan Metzmacher1-1/+1
2014-02-19clitar: get tar context handle via helper functionDavid Disseldorp1-6/+6
2014-02-19client: fix tar_parse_args() compiler warningDavid Disseldorp1-1/+2
2014-02-19clitar.c: when returning int, always use 0 for successAurélien Aptel1-1/+1
2014-02-19clitar.c: implement basic tar creationAurélien Aptel1-7/+8
2014-02-19client.c: fix negation in tar_to_process testAurélien Aptel1-1/+1
2014-02-19client.c, clitar.c: rename process_tar to tar_process, prepare codeAurélien Aptel1-1/+2
2014-02-19clitar.c, client.c: add flag to know if there's a tar operation to do.Aurélien Aptel1-5/+5
2014-02-19client.c: remove unused extern declarationAurélien Aptel1-6/+0
2014-02-19implement argument parsing, split client_proto.hAurélien Aptel1-1/+4
2014-02-19client.c: remove trailing whitespaceAurélien Aptel1-7/+7
2014-02-07param: rename lp function and variable from "cli_maxprotocol" to "client_max_...Garming Sam1-1/+1
2013-10-30client: use cli_qpathinfo3 for allinfoGregor Beck1-2/+2
2013-10-30client: remove a write only variableGregor Beck1-2/+1
2013-09-18s3: libsmb - 10150 - Not all OEM servers support the ALTNAME info level.Jeremy Allison1-3/+4
2013-09-17s3: libsmb : Bug 10150 - Not all OEM servers support the ALTNAME info level.Jeremy Allison1-1/+9
2013-08-21client: add missing newlines to error messages for invalid iosize parameter.Michael Adam1-2/+2
2013-08-21Add new "timeout" command and -t option to smbclient to set the per-operation...Jeremy Allison1-0/+35
2013-08-21Remove restrictions on setting iosize inside smbclient for SMB2 connections.Jeremy Allison1-17/+23
2013-08-15s3:client: fix compiler warningStefan Metzmacher1-1/+2
2013-08-15s3:client: use the default io sizeStefan Metzmacher1-1/+1
2013-08-15s3:client: avoid interpret_protocol()Stefan Metzmacher1-2/+4
2013-08-05s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth().Günther Deschner1-1/+1
2013-06-24s3/smbclient: fix incorrect command tab completionsDavid Disseldorp1-8/+8
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