Age | Commit message (Expand) | Author | Files | Lines |
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 | 2 | -75/+124 |
2007-12-19 | Fix a "no prototype" warning | Volker Lendecke | 1 | -0/+1 |
2007-12-17 | Add smbclient support for basic mDNS browsing. | Rishi Srivatsavai | 2 | -0/+243 |
2007-12-17 | Merge in J.Layton patch and resolve conflict. | Simo Sorce | 1 | -26/+64 |
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-13 | We don't need to call endpwent if we never call getpwent. | Jeremy Allison | 1 | -2/+0 |
2007-12-13 | Add a varient of Steve Langasek <vorlon@debian.org> patch | Jeremy Allison | 1 | -10/+59 |
2007-12-12 | Missed one strcpy call. | Jeremy Allison | 1 | -1/+1 |
2007-12-12 | Add a portable version of strlcpy and strlcat and convert | Jeremy Allison | 1 | -36/+70 |
2007-12-12 | Fix bug #4784. Patch from Steve Langasek <vorlon@debian.org>. | Jeremy Allison | 1 | -1/+1 |
2007-12-10 | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 3 | -8/+8 |
2007-12-09 | Move load_case_tables() to after logging is set up. This can log | James Peach | 1 | -1/+2 |
2007-12-09 | C++ warning | Volker Lendecke | 1 | -1/+1 |
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-07 | After conversations with Jerry, remove smbctool until it's | Jeremy Allison | 1 | -3780/+0 |
2007-12-07 | Remove pstring from clitar.c | Jeremy Allison | 1 | -141/+225 |
2007-12-06 | Add popt to binaries in makefile. Hack clitar to compile until I fix it. | Jeremy Allison | 2 | -19/+12 |
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-12-05 | Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-simo | Simo Sorce | 1 | -79/+178 |
2007-12-05 | pstring removal. | Jeremy Allison | 1 | -79/+178 |
2007-12-05 | Fix warning | Simo Sorce | 1 | -1/+1 |
2007-12-05 | * helper source for handling cifs kernel module upcall for kerberos | Igor Mammedov | 2 | -0/+347 |
2007-12-04 | More pstring removal. | Jeremy Allison | 1 | -6/+15 |
2007-12-04 | Fix sample gtk code. Does this compile ? | Jeremy Allison | 1 | -38/+40 |
2007-11-29 | Remove PSTRING_LEN from smbd/ nmbd/. | Jeremy Allison | 2 | -63/+81 |
2007-11-20 | Ensure we have a talloc stackframe (found by Kukks). | Jeremy Allison | 2 | -6/+10 |
2007-11-16 | Fix bug #4393 smbclient does not store files with zero filesize in tar-archives | Jeremy Allison | 1 | -4/+3 |
2007-11-16 | Fix for bug #4781: allow cleaning of /etc/mtab by canonicalizing mountpoint. | Michael Adam | 1 | -0/+7 |
2007-11-15 | More pstring removal. This one was tricky. I had to add | Jeremy Allison | 3 | -13/+16 |
2007-11-09 | Remove the silly "user_socket_options" global variable | Volker Lendecke | 1 | -2/+1 |
2007-11-08 | Remove more pstring/fstrings. | Jeremy Allison | 1 | -11/+19 |
2007-11-05 | Remove the horror that was the global smb_rw_error. | Jeremy Allison | 1 | -1/+1 |
2007-11-05 | Fix the smbmount build | Volker Lendecke | 1 | -1/+1 |
2007-11-03 | Remove more static data from lib/util_sock.c and | Jeremy Allison | 1 | -2/+2 |
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 | 2 | -2/+2 |
2007-10-27 | Fix zero_addr(&ip, INADDR_ANY); -> zero_addr(&ip, AF_INET) | Jeremy Allison | 1 | -1/+1 |
2007-10-27 | Two patches | Volker Lendecke | 2 | -6/+6 |
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 | 6 | -95/+95 |