Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-01-05 | Use the common -e option not the custom one. | Jeremy Allison | 1 | -1/+1 |
2008-01-04 | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-... | Jeremy Allison | 1 | -2/+8 |
2008-01-04 | Fix idle client reading keepalive. | Jeremy Allison | 1 | -1/+1 |
2008-01-04 | Refactor the crypto code after a very helpful conversation | Jeremy Allison | 1 | -2/+8 |
2007-12-30 | We may use 127k read/write for encrypted connections. | Jeremy Allison | 1 | -2/+2 |
2007-12-29 | Fix error message. | Jeremy Allison | 1 | -1/+1 |
2007-12-29 | Added -e, --encrypt option to smbclient that immediately | Jeremy Allison | 1 | -10/+35 |
2007-12-27 | Add the capability to set "smb encrypt = required" | Jeremy Allison | 1 | -2/+15 |
2007-12-26 | Add SMB encryption. Still fixing client decrypt but | Jeremy Allison | 1 | -0/+43 |
2007-12-21 | Remove next_token_nr_talloc and its associated global | Volker Lendecke | 1 | -70/+69 |
2007-12-17 | Add smbclient support for basic mDNS browsing. | Rishi Srivatsavai | 1 | -0/+7 |
2007-12-14 | Revert smbclient changes. | Karolin Seeger | 1 | -5/+0 |
2007-12-14 | Make smbclient to display error message and usage in the case of invalid opti... | Karolin Seeger | 1 | -0/+5 |
2007-12-10 | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 1 | -2/+2 |
2007-12-09 | Move load_case_tables() to after logging is set up. This can log | James Peach | 1 | -1/+2 |
2007-12-08 | Fix C++ warnings | Volker Lendecke | 1 | -1/+1 |
2007-12-07 | More null deref fixes. | Jeremy Allison | 1 | -4/+4 |
2007-12-07 | More null deref fixes. | Jeremy Allison | 1 | -1/+1 |
2007-12-07 | Don't deref null pointers. | Jeremy Allison | 1 | -1/+1 |
2007-12-06 | Add popt to binaries in makefile. Hack clitar to compile until I fix it. | Jeremy Allison | 1 | -7/+5 |
2007-12-06 | Remove pstrings from client/client.c by doing a large rewrite. | Jeremy Allison | 1 | -981/+1555 |
2007-12-06 | Remove trailing slashes from service name | Andreas Schneider | 1 | -0/+7 |
2007-11-29 | Remove PSTRING_LEN from smbd/ nmbd/. | Jeremy Allison | 1 | -38/+47 |
2007-11-15 | More pstring removal. This one was tricky. I had to add | Jeremy Allison | 1 | -7/+9 |
2007-11-05 | Remove the horror that was the global smb_rw_error. | Jeremy Allison | 1 | -1/+1 |
2007-11-02 | Change the client library to write directly out of | Jeremy Allison | 1 | -0/+30 |
2007-10-31 | Add printout of large read/write caps if detected. | Jeremy Allison | 1 | -0/+6 |
2007-10-27 | Change all occurrences of zero_addr(&ss,AF_INET) to | Jeremy Allison | 1 | -1/+1 |
2007-10-24 | This is a large patch (sorry). Migrate from struct in_addr | Jeremy Allison | 1 | -9/+9 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -34/+34 |
2007-10-10 | Add start of IPv6 implementation. Currently most of this is avoiding | Jeremy Allison | 1 | -2/+2 |