Age | Commit message (Expand) | Author | Files | Lines |
2009-04-22 | Make cli_chkpath async. | Jeremy Allison | 1 | -3/+3 |
2009-04-21 | Make rmdir async. | Jeremy Allison | 1 | -1/+1 |
2009-04-21 | Make cli_mkdir async. Change it to return NTSTATUS. | Jeremy Allison | 1 | -1/+1 |
2009-04-20 | Remove smb_mkstemp() - libreplace will now provide a secure mkstemp() if | Jelmer Vernooij | 1 | -1/+1 |
2009-03-17 | Remove the global "struct cm_cred_struct" and associated calls, make | Jeremy Allison | 1 | -38/+40 |
2009-03-12 | Remove the static "struct client_connection" mess which is part of | Jeremy Allison | 1 | -11/+11 |
2009-03-12 | Revert "s3:libsmb: add an option to cli_push to let the caller provide the bu... | Stefan Metzmacher | 1 | -6/+4 |
2009-03-10 | s3:libsmb: add an option to cli_push to let the caller provide the buffers | Stefan Metzmacher | 1 | -4/+6 |
2009-02-23 | More warning fixes for Solaris. | Jeremy Allison | 1 | -3/+3 |
2009-01-15 | s3: make better use of ccache by not including version.h in every C-file. | Michael Adam | 1 | -1/+1 |
2009-01-14 | Remove smbclient globals that bled into clidfs.c. Now we only have | Jeremy Allison | 1 | -15/+8 |
2009-01-14 | Remove another global from clidfs that is only used in client.c. | Jeremy Allison | 1 | -6/+11 |
2009-01-08 | Fix bug #6021 - smbclient du command does not recuse properly | Jeremy Allison | 1 | -4/+4 |
2009-01-05 | Fix bug 6014 -- mget shouldn't segfault without arguments | Volker Lendecke | 1 | -0/+5 |
2009-01-02 | Remove cli_cm_set_dest_ss() - removes the global dest_ss | Jeremy Allison | 1 | -5/+8 |
2008-12-31 | Fix more asprintf and "ignoring return code" warnings from gcc 4.3. | Jeremy Allison | 1 | -24/+36 |
2008-12-19 | Make smbclient "put" use cli_push | Volker Lendecke | 1 | -37/+31 |
2008-12-14 | Remove the global "cmdline_auth_info" from source3/lib/util.c | Volker Lendecke | 1 | -14/+26 |
2008-12-03 | s3: Change sockaddr util function names for consistency | Tim Prouty | 1 | -1/+1 |
2008-10-23 | Make use of a large buffer for smbclient put command | Volker Lendecke | 1 | -0/+3 |
2008-10-18 | Use separate make variables for libutil and libcrypto. | Jelmer Vernooij | 1 | -3/+3 |
2008-10-14 | Use {u,}int64_t instead of SMB_BIG_{U,}INT. | Jelmer Vernooij | 1 | -8/+8 |
2008-10-03 | Fix the build farm. In this branch cli_echo returns NTSTATUS. | Jeremy Allison | 1 | -1/+4 |
2008-10-03 | Correctly fix smbclient to terminate on eof from server. | Jeremy Allison | 1 | -2/+11 |
2008-09-15 | Fix display of POSIX ACLs. | Timur | 1 | -2/+2 |
2008-09-11 | Use the given name, not the absolute pathname, when printing out ACL info. | Jeremy Allison | 1 | -1/+1 |
2008-09-11 | Fix bug #5751 cannot show ACLs on DFS reported by SATOH Fumiyasu <fumiyas@oss... | Jeremy Allison | 1 | -1/+1 |
2008-08-28 | Clarify usage of "force create mode". | Jeremy Allison | 1 | -1/+1 |
2008-08-28 | Add async smbecho client support | Volker Lendecke | 1 | -4/+6 |
2008-07-20 | Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth | Volker Lendecke | 1 | -2/+3 |
2008-06-17 | Fix a brown paper bag segfault in clitar | Volker Lendecke | 1 | -1/+1 |
2008-05-28 | Security fix for CVE-2008-1105: Boundary failure when parsing SMB responses | Jeremy Allison | 1 | -1/+1 |
2008-05-05 | Fix client authentication with -P switch in client tools (Bug 5435). | Günther Deschner | 1 | -0/+5 |
2008-04-20 | Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_struct | Volker Lendecke | 1 | -2/+2 |
2008-04-20 | Add "desthost" to rpc_pipe_client | Volker Lendecke | 1 | -1/+1 |
2008-04-17 | Fix the problem when -L is used with IPv6 addresses. Don't try to | Jeremy Allison | 1 | -0/+8 |
2008-03-28 | More ssize_t->SMB_OFF_T | Volker Lendecke | 1 | -1/+1 |
2008-03-17 | Coverity fixes | Marc VanHeyningen | 1 | -1/+4 |
2008-03-15 | Fix Coverity ID 563 | Volker Lendecke | 1 | -5/+1 |
2008-03-10 | Use rpccli_srvsvc_NetShareEnumAll in smbclient. | Günther Deschner | 1 | -15/+21 |
2008-03-06 | Eliminate global variable in_client and a plethora of extern declarations. | Derrell Lipman | 1 | -2/+1 |
2008-03-06 | Change default bufsize to 512k | Volker Lendecke | 1 | -1/+1 |
2008-03-06 | Use io_bufsize as window size in smbclient get command | Volker Lendecke | 1 | -1/+1 |
2008-03-06 | Add async cli_pull support | Volker Lendecke | 1 | -29/+16 |
2008-02-08 | Fix bug #5247 "Wildcard expansion in mget is broken" | Jeremy Allison | 1 | -71/+38 |
2008-02-02 | Convert receive_smb_raw to NTSTATUS | Volker Lendecke | 1 | -3/+24 |
2008-01-23 | strtok -> strtok_r | Volker Lendecke | 1 | -2/+3 |
2008-01-18 | Fix error message for new allinfo command. | Jeremy Allison | 1 | -1/+1 |
2008-01-18 | Add the "allinfo" command to smbclient | Volker Lendecke | 1 | -0/+88 |
2008-01-09 | Correct comment. Default debug level of smbclient is 1, not 0. | Karolin Seeger | 1 | -1/+1 |