Age | Commit message (Expand) | Author | Files | Lines |
2013-09-19 | s3: libsmb - 10150 - Not all OEM servers support the ALTNAME info level. | Jeremy Allison | 1 | -3/+4 |
2013-09-19 | s3: libsmb : Bug 10150 - Not all OEM servers support the ALTNAME info level. | Jeremy Allison | 1 | -1/+9 |
2013-08-30 | client: add missing newlines to error messages for invalid iosize parameter. | Michael Adam | 1 | -2/+2 |
2013-08-30 | Add new "timeout" command and -t option to smbclient to set the per-operation... | Jeremy Allison | 1 | -0/+35 |
2013-08-30 | Remove restrictions on setting iosize inside smbclient for SMB2 connections. | Jeremy Allison | 1 | -17/+23 |
2013-08-30 | s3:client: fix compiler warning | Stefan Metzmacher | 1 | -1/+2 |
2013-08-30 | s3:client: use the default io size | Stefan Metzmacher | 1 | -1/+1 |
2013-08-30 | s3:client: avoid interpret_protocol() | Stefan Metzmacher | 1 | -2/+4 |
2013-06-24 | s3/smbclient: fix incorrect command tab completions | David Disseldorp | 1 | -8/+8 |
2013-03-06 | Make sure to set umask() before calling mkstemp(). | Andreas Schneider | 1 | -0/+3 |
2013-02-07 | BUG 9633: Recursive mget should continue on EPERM. | David Disseldorp | 1 | -2/+11 |
2012-12-06 | Clean up client timeout definitions [rev. 2] | Scott Lovenberg | 2 | -7/+0 |
2012-12-03 | smbclient: Use new samba_getpass() function. | Andreas Schneider | 1 | -3/+6 |
2012-11-08 | s3fs-client: Burn commandline password of client utils. | Andreas Schneider | 1 | -0/+2 |
2012-09-25 | client: Fix talloc_stackframe() free order assertion in developer mode | Andrew Bartlett | 1 | -0/+1 |
2012-09-10 | s3:client use more access bits for snapshot display | Christian Ambach | 1 | -1/+2 |
2012-08-13 | Fix smbclient/tarmode panic on connecting to Windows 2000 clients. | Salvador I. Gonzalez | 1 | -8/+19 |
2012-08-09 | Correctly check for errors in strlower_m() returns. | Jeremy Allison | 2 | -3/+8 |
2012-07-19 | s3-param: Make lp_name_resolve_order() return a list | Andrew Bartlett | 1 | -1/+1 |
2012-07-18 | loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *. | Rusty Russell | 1 | -1/+1 |
2012-07-18 | source3/client/client.c: fix stackframe leak. | Rusty Russell | 1 | -13/+7 |
2012-05-28 | s3:libsmb: get rid of cli_state_protocol | Luk Claes | 1 | -1/+1 |
2012-05-28 | s3:libsmb: get rid of cli_state_remote_name | Luk Claes | 1 | -1/+2 |
2012-05-11 | Fix bug #8922. | Jeremy Allison | 1 | -1/+1 |
2012-04-16 | s3: Fix smbclient notify against Windows | Volker Lendecke | 1 | -1/+1 |
2012-04-06 | build: Remove SMB_OFF_T, replace with off_t | Andrew Bartlett | 2 | -6/+6 |
2012-04-05 | build: Remove SMB_STRUCT_DIR define | Andrew Bartlett | 1 | -1/+1 |
2012-04-05 | build: Remove sys_closedir wrapper | Andrew Bartlett | 1 | -3/+3 |
2012-04-05 | build: Remove sys_opendir wrapper | Andrew Bartlett | 1 | -1/+1 |
2012-04-05 | build: Remove sys_open wrapper | Andrew Bartlett | 1 | -2/+2 |
2012-04-05 | build: Remove sys_creat wrapper | Andrew Bartlett | 1 | -2/+2 |
2012-04-05 | build: Remove sys_lseek wrapper | Andrew Bartlett | 1 | -1/+1 |
2012-03-24 | lib/util: Remove obsolete sys_getpid() and sys_fork(). | Jelmer Vernooij | 1 | -2/+2 |
2012-03-22 | s3:client correct a wording | Christian Ambach | 1 | -1/+1 |
2012-03-22 | s3: Add "notify" cmd to smbclient | Volker Lendecke | 1 | -0/+57 |
2012-02-16 | Rename obscure defined constants. | Christopher R. Hertel (crh) | 1 | -4/+5 |
2012-01-31 | s3:client: ignore SMBecho errors (the server may not support it) (bug #8139) | Stefan Metzmacher | 1 | -3/+7 |
2012-01-31 | Revert "Fix bug #8139 - smbclient fails if server does not support Echo reque... | Stefan Metzmacher | 1 | -5/+1 |
2012-01-31 | Fix bug #8139 - smbclient fails if server does not support Echo request. | Jeremy Allison | 1 | -1/+5 |
2012-01-25 | Introduce dump_data_file | Volker Lendecke | 1 | -7/+2 |
2012-01-03 | s3-cli: fix bug 563, >8GB tar on BE machines | Masafumi Nakayama | 1 | -5/+17 |
2011-12-03 | Move the callers that need to use the new cli_open() back to calling | Jeremy Allison | 4 | -123/+6 |
2011-12-03 | Rename cli_open -> cli_openx. Prelude to replacing generic cli_open() | Jeremy Allison | 2 | -2/+2 |
2011-12-02 | Ensure we map our own Samba return of ERRSRV, ERRunknownsmb | Jeremy Allison | 1 | -0/+3 |
2011-12-02 | Convert smbclient to using NtCreateX by preference, fall back to openX on | Jeremy Allison | 3 | -5/+119 |
2011-12-02 | Add the "backup" toggle command to smbclient. In order for this to be | Jeremy Allison | 1 | -0/+14 |
2011-11-24 | s3:client: make use of cli_tree_connect() | Stefan Metzmacher | 2 | -3/+3 |
2011-11-03 | s3:client: s/Undefined/SMB_SIGNING_DEFAULT/ | Stefan Metzmacher | 2 | -2/+2 |
2011-09-29 | Bug 7551: Return error of cli_push when 'put - /some/file' is used | Bram | 1 | -1/+1 |
2011-09-13 | s3:clitar: remove unused/not existing extern variables | Stefan Metzmacher | 1 | -3/+0 |