Age | Commit message (Expand) | Author | Files | Lines |
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 |
2011-09-08 | s3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_connect_nb() | Stefan Metzmacher | 1 | -1/+1 |
2011-08-02 | s3:client: make use of cli_state_protocol() | Stefan Metzmacher | 1 | -1/+1 |
2011-07-28 | s3:smbspool: use lp_load_client() | Michael Adam | 1 | -3/+1 |
2011-07-28 | s3:smbclient: use lp_load_client() | Michael Adam | 1 | -3/+1 |
2011-07-23 | s3-client/client.c: replace cli_query_secdesc_old() | Björn Baumbach | 1 | -5/+5 |
2011-07-23 | s3-libsmb: rename cli_query_secdesc() to cli_query_secdesc_old() | Björn Baumbach | 1 | -1/+1 |
2011-07-23 | s3-client/clitar.c: replace cli_read_old() with cli_read() | Björn Baumbach | 1 | -5/+4 |
2011-07-22 | s3:client: make use of cli_state_remote_name() | Stefan Metzmacher | 1 | -1/+1 |
2011-07-22 | s3:smbclient: print nt status code when smb echo fails | Michael Adam | 1 | -2/+2 |
2011-07-22 | s3:smbclient: add a "tdis" command to view and change the tree id (tid). | Michael Adam | 1 | -0/+25 |
2011-07-22 | s3:smbclient: add a "tdis" command to do a tree disconnect (close a connectio... | Michael Adam | 1 | -0/+19 |
2011-07-22 | s3:smbclient: add a "tcon" command to do a tree connect (connect to a share) | Michael Adam | 1 | -0/+34 |
2011-07-22 | s3:smbclient: add "logoff" command to close the session | Michael Adam | 1 | -0/+19 |
2011-07-21 | s3:libsmb: move cli->vuid to cli->smb1.uid and hide it behind cli_state_[g|s]... | Stefan Metzmacher | 1 | -3/+4 |
2011-07-20 | s3-libsmb: replace cli_read() with cli_read_old() | Björn Baumbach | 1 | -1/+1 |
2011-07-19 | First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systems | Jeremy Allison | 1 | -1/+1 |
2011-07-11 | s3:client: simplify readline_callback() to only use cli_echo() | Stefan Metzmacher | 1 | -54/+9 |
2011-07-08 | s3:client: use an inbuf on the stack in readline_callback() | Stefan Metzmacher | 1 | -2/+3 |
2011-07-08 | s3:libsmb: remove unused enum smb_read_errors infrastructure | Stefan Metzmacher | 1 | -16/+1 |
2011-07-08 | s3:client: close the socket if receive_smb_raw() fails | Stefan Metzmacher | 1 | -0/+5 |
2011-07-08 | s3:client: use cli_nt_error() in order to avoid cli_errstr() | Stefan Metzmacher | 1 | -3/+8 |
2011-07-08 | s3:client: avoid cli_errstr() where we already have an NTSTATUS | Stefan Metzmacher | 1 | -39/+67 |
2011-07-08 | s3:clitar: avoid usage of cli_errstr() | Stefan Metzmacher | 1 | -1/+2 |
2011-07-07 | s3-client: Remove use of cli_errstr() | Björn Baumbach | 1 | -2/+2 |
2011-07-06 | s3:libsmb: use clistr_pull_talloc() in cli_get_fs_volume_info() | Stefan Metzmacher | 1 | -3/+4 |
2011-07-06 | s3: Remove cli_errstr from cmd_posix_open | Volker Lendecke | 1 | -5/+12 |
2011-07-06 | s3: Fix error logic in posix_open | Volker Lendecke | 1 | -2/+2 |
2011-07-06 | s3: Remove a few uses of cli_errstr | Volker Lendecke | 1 | -26/+27 |
2011-07-06 | s3: make cli_resolve_path return NTSTATUS | Volker Lendecke | 1 | -36/+106 |
2011-07-03 | s3: Make cli_cm_open return NTSTATUS | Volker Lendecke | 1 | -24/+38 |
2011-07-03 | s3: Read symlink information in smbclient "allinfo" | Volker Lendecke | 1 | -0/+17 |
2011-06-24 | s3: Fix an error message in smbclient symlink | Volker Lendecke | 1 | -1/+1 |
2011-06-24 | s3: Use reparse point style symlinks | Volker Lendecke | 1 | -18/+18 |
2011-06-24 | s3: Remove a call to cli_errstr | Volker Lendecke | 1 | -2/+4 |
2011-06-09 | s3-param Remove special case for global_myname(), rename to lp_netbios_name() | Andrew Bartlett | 1 | -19/+1 |
2011-06-09 | s3-param Remove special case for lp_workgroup() | Andrew Bartlett | 1 | -14/+1 |