Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 1 | -67/+18 |
2007-10-10 | r25169: Fix bug 4028 | Volker Lendecke | 1 | -0/+4 |
2007-10-10 | r24223: Convert reply_echo to the new API | Volker Lendecke | 1 | -4/+6 |
2007-10-10 | r24036: Fix dfs rename bug in smbclient reported by Thomas Bork <tombork@web.... | Jeremy Allison | 1 | -5/+14 |
2007-10-10 | r23989: For testing purposes, add "echo" to smbclient | Volker Lendecke | 1 | -0/+19 |
2007-10-10 | r23825: Add ".." command as an alias to "cd ..". | Günther Deschner | 1 | -1/+15 |
2007-10-10 | r23824: Add ls alias for lazy typers like me. | Günther Deschner | 1 | -0/+1 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23571: Fix, parsing of multi byte share names. | Simo Sorce | 1 | -16/+10 |
2007-10-10 | r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS. | Jeremy Allison | 1 | -2/+8 |
2007-10-10 | r22354: Make client select krb5 encrpyt if krb5 already on. | Jeremy Allison | 1 | -23/+28 |
2007-10-10 | r22155: Fixed warning #4498 from jason@ncac.gwu.edu. | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r22002: Fix bug #3974, there are still open issues with -N behavior (doc fix ... | Simo Sorce | 1 | -26/+63 |