Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-08 | s3:libsmb: clistr_pull_talloc() doesn't need base_ptr and flags2 with STR_ASCII | Stefan Metzmacher | 1 | -2/+2 | |
interpret_short_filename() always parses OEM_Strings (in DOS charset). metze | |||||
2011-07-07 | s3:libsmb: use trans2_bytes_push_str/bytes() in cli_list_trans_*() | Stefan Metzmacher | 1 | -20/+26 | |
metze | |||||
2011-07-07 | s3:libsmb: use clistr_pull_talloc() for short_name in interpret_long_filename() | Stefan Metzmacher | 1 | -6/+14 | |
metze | |||||
2011-07-07 | s3:libsmb: interpret_long_filename() short_name is always UNICODE | Stefan Metzmacher | 1 | -8/+3 | |
metze | |||||
2011-06-09 | s3-talloc Change TALLOC_ARRAY() to talloc_array() | Andrew Bartlett | 1 | -2/+2 | |
Using the standard macro makes it easier to move code into common, as TALLOC_ARRAY isn't standard talloc. | |||||
2011-06-09 | s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc() | Andrew Bartlett | 1 | -4/+4 | |
Using the standard macro makes it easier to move code into common, as TALLOC_REALLOC_ARRAY isn't standard talloc. Andrew Bartlett | |||||
2011-05-19 | s3: Do central cli_set_error | Volker Lendecke | 1 | -9/+0 | |
2011-05-06 | s3-libsmb: move protos to libsmb/proto.h | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-05-05 | More const fixes for compiler warnings from the waf build. | Jeremy Allison | 1 | -1/+1 | |
2011-04-29 | s3-tevent: only include ../lib/util/tevent wrappers where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Apr 29 14:00:30 CEST 2011 on sn-devel-104 | |||||
2011-03-30 | s3-trans2: only include trans2.h where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-10-29 | Fix bug #7700 - Improvement of return code of smbclient | Jeremy Allison | 1 | -6/+15 | |
Based on an initial patch from H Hasegawa <hasegawa.hiroyuki@fujixerox.co.jp>. Convert cli_list and associated functions to take calls that return NTSTATUS. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Oct 29 19:40:16 UTC 2010 on sn-devel-104 | |||||
2010-09-20 | s3-build: only include async headers where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-08-19 | s3-cli: fix uninitialized variable. | Günther Deschner | 1 | -1/+1 | |
Volker, please check. Guenther | |||||
2010-08-19 | s3-libsmb: fix some uninitialized variables. | Günther Deschner | 1 | -2/+2 | |
Volker, please check. Guenther | |||||
2010-08-18 | s3: async cli_list | Volker Lendecke | 1 | -396/+647 | |
2010-08-05 | s3: Remove some direct cli->inbuf references in interpret_long_filename | Volker Lendecke | 1 | -2/+2 | |
2010-08-05 | s3: Remove a pointless wrapper function | Volker Lendecke | 1 | -1/+1 | |
2010-08-05 | s3: Explicitly pass flags2 to clistr_pull_talloc | Volker Lendecke | 1 | -3/+13 | |
Required to eventually make cli_list async | |||||
2010-08-05 | s3: Remove some pointless wrapper functions | Volker Lendecke | 1 | -7/+13 | |
2010-08-04 | s3: Convert cli_list() to return NTSTATUS | Volker Lendecke | 1 | -6/+14 | |
If needed, the callback functions can count themselves | |||||
2010-08-04 | s3: Use data_blob_null | Volker Lendecke | 1 | -1/+1 | |
2010-07-30 | s3: Remove "cli" from "struct finfo" | Volker Lendecke | 1 | -2/+0 | |
2010-07-27 | s3: Remove a typedef (struct file_info) | Volker Lendecke | 1 | -7/+10 | |
2010-06-28 | s3-libsmb: Make sure that finfo is initialized. | Andreas Schneider | 1 | -0/+2 | |
Found by clang-analyzer. | |||||
2010-05-22 | s3: Remove unreachable code | Volker Lendecke | 1 | -1/+0 | |
2009-11-02 | Convert from numbers to correct SMB_FIND_XX constant names. | Jeremy Allison | 1 | -8/+12 | |
Jeremy. | |||||
2009-03-12 | Remove the static "struct client_connection" mess which is part of | Jeremy Allison | 1 | -4/+1 | |
the problem that stops libsmbclient being thread safe. Subsidiary DFS connections are now hung off a list inside the cli_state struct. Much more to do in order to get libsmbclient to thread safety, but this is a good start. Jeremy. | |||||
2009-01-26 | Decouple clistr_pull from struct cli_state->inbuf | Volker Lendecke | 1 | -5/+5 | |
2008-12-16 | (Fixed) Final part of fix for bug #5953 - smbclient crashes: cli_list_new ↵ | Kai Blin | 1 | -4/+5 | |
segmentation fault (with NAS-BASIC server). | |||||
2008-12-16 | Revert "Final part of fix for bug #5953 - smbclient crashes: cli_list_new ↵ | Jeremy Allison | 1 | -24/+683 | |
segmentation fault (with NASBASIC server)." Error in commit ! This reverts commit bbd5824140992ea457d4270ee77018ebb367abc9. | |||||
2008-12-16 | Final part of fix for bug #5953 - smbclient crashes: cli_list_new ↵ | Kai Blin | 1 | -683/+24 | |
segmentation fault (with NASBASIC server). | |||||
2008-12-08 | Fix bug #5953 - smbclient crashes: cli_list_new segmentation fault. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. | |||||
2008-02-28 | Fix from Guenter Kukkukk <linux@kukkukk.com> to fix listing against | Jeremy Allison | 1 | -1/+15 | |
OS/2 servers. OS/2 returns eclass == ERRDOS && ecode == ERRnofiles for a zero entry directory listing. Jeremy. (This used to be commit b34da627053581a9584367e177566d4a2cef7e82) | |||||
2008-02-08 | We don't need the extra null termination - we've | Jeremy Allison | 1 | -9/+4 | |
already got this in the cli_receive_trans calls. Jeremy. (This used to be commit 99424bba7bb45b05d970bab4a5e93f2cb636fcbb) | |||||
2008-02-08 | Make clilist work again with OS/2 (kukks help!). | Jeremy Allison | 1 | -1/+17 | |
Jeremy. (This used to be commit 2e27309401faa554620886b0e369db9d9c08e4fd) | |||||
2008-02-08 | From kukks - prevent crashes if finfo.name == NULL. | Jeremy Allison | 1 | -0/+11 | |
Jeremy. (This used to be commit 101f194795f87c709abfdfbcde710131a88f9d20) | |||||
2008-02-08 | Try and fix length and finfo calls for older clients. Working | Jeremy Allison | 1 | -7/+21 | |
on issues reported by kukks. Jeremy. (This used to be commit dcd77dd4f480db3273a56c5740b6e5d78f8be4a9) | |||||
2007-12-26 | Add SMB encryption. Still fixing client decrypt but | Jeremy Allison | 1 | -2/+2 | |
negotiation works. Jeremy. (This used to be commit d78045601af787731f0737b8627450018902b104) | |||||
2007-12-08 | Fix C++ warnings | Volker Lendecke | 1 | -1/+1 | |
(This used to be commit 01a5c3ea4bf18d99ca1c35e8c38367046e4c867b) | |||||
2007-12-06 | Don't understand this. I have no changes here.... | Jeremy Allison | 1 | -33/+64 | |
Jeremy. (This used to be commit 49534432d4c63d0dfd7bf080c30adecef06deade) | |||||
2007-12-05 | Fix path length limits on cli_list (outgoing. Incoming | Jeremy Allison | 1 | -5/+16 | |
will be fixed with pstring elimination). Jeremy. (This used to be commit cd43b93d405bf892d1d8941b2d1e64d7d53adf69) | |||||
2007-11-29 | Remove pstrings. Ensure we validate offsets. | Jeremy Allison | 1 | -64/+132 | |
Jeremy. (This used to be commit ff06cc34e66a18ba71dd54f6c78b05a45b9f2d85) | |||||
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -2/+2 | |
bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. (This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f) | |||||
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 1 | -2/+2 | |
(This used to be commit 5c6c8e1fe93f340005110a7833946191659d88ab) | |||||
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 | |
(This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07) | |||||
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3) | |||||
2007-10-10 | r22391: Looks bigger than it is. Make "inbuf" available | Jeremy Allison | 1 | -2/+2 | |
to all callers of smb_setlen (via set_message() calls). This will allow the server to reflect back the correct encryption context. Jeremy. (This used to be commit 2d80a96120a5fe2fe726f00746d36d85044c4bdb) | |||||
2007-10-10 | r21768: Fix the client dfs code such that smbclient can | Jeremy Allison | 1 | -7/+3 | |
process deep dfs links (ie. links that go to non root parts of a share). Make the directory handling conanonical in POSIX and Windows pathname processing. dfs should not be fully working in client tools. Please bug me if not. Jeremy. (This used to be commit 1c9e10569cd97ee41de39f9f012bea4e4c932b5d) | |||||
2007-10-10 | r18011: Should fix bug 3835. | Derrell Lipman | 1 | -4/+11 | |
Jeremy: requires your eyes... If the remote connection timed out while cli_list() was retrieving its list of files, the error was not returned to the user, e.g. via smbc_opendir(), so the user didn't have a way to know to set the timeout longer and try again. This problem would occur when a very large directory is being read with a too-small timeout on the cli. Jeremy, although there were a couple of areas that needed to be handled, I needed to make one change that you should bless, in libsmb/clientgen.c. It was setting cli->smb_rw_error = smb_read_error; but smb_read_error is zero, so this had no effect. I'm now doing cli->smb_rw_error = READ_TIMEOUT; instead, and according to the OP, these (cumulative) changes (in a slightly different form) solve the problem. Please confirm this smb_rw_error change will have no other adverse effects that you can see. Derrell (This used to be commit fa664b24b829f973156486896575c1007b6d7b01) |