Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Add async cli_pull support" | Volker Lendecke | 2008-03-03 | 1 | -15/+27 |
| | | | | | This reverts commit 844a163458c7585e4306a21ffdae5d08e03d6e4d. (cherry picked from commit 5ab1cfda500de07ff3c712442ab2fc74eecc8886) | ||||
* | Remove smbmount. | Karolin Seeger | 2008-02-28 | 3 | -1575/+0 |
| | | | | Karolin | ||||
* | Add async cli_pull support | Volker Lendecke | 2008-02-28 | 1 | -27/+15 |
| | | | | | | | | | | | | This is the big (and potentially controversial) one. It took a phone call to explain to metze what is going on inside cli_pull_read_done, but I would really like everybody to understand this function. It is a very good and reasonably complex example of async programming. If we want more asynchronism in s3, this is what we will have to deal with :-) Make use of it in the smbclient "get" command. Volker | ||||
* | Do the formatting change in all 3 places :-) | Volker Lendecke | 2008-02-25 | 1 | -3/+7 |
| | |||||
* | Fix confusing error message -- bug 5252 | Volker Lendecke | 2008-02-25 | 1 | -3/+5 |
| | | | | Thanks to Walter Franzini | ||||
* | Make sure mount.cifs.c compiles on Fedora 9 with gcc 4.3 | Simo Sorce | 2008-02-22 | 1 | -0/+1 |
| | |||||
* | Replace C++-style comments with C. | Tim Potter | 2008-02-18 | 1 | -1/+1 |
| | |||||
* | Revert "Merge in J.Layton patch and resolve conflict." | Simo Sorce | 2008-02-14 | 1 | -64/+26 |
| | | | | | | | | | This reverts commit 6b1a118eaaab405eeef0cf3c0488a2747af562ba. We found that this patch does not play well with currently released cifs.ko code, so after discussions with Jeff Layton and Steve french we decided it is best to back it off and re-think a better approach. Jeff will send new patches later, but for now it is better to just revert to the previous code | ||||
* | Fix bug #5247 "Wildcard expansion in mget is broken" | Jeremy Allison | 2008-02-08 | 1 | -71/+38 |
| | | | | | for 3.2. Jeremy. | ||||
* | Convert receive_smb_raw to NTSTATUS | Volker Lendecke | 2008-02-02 | 1 | -3/+24 |
| | |||||
* | Fix bogus uninitialized variable warnings | Volker Lendecke | 2008-01-25 | 2 | -2/+2 |
| | |||||
* | Fix Coverity ID 463 | Volker Lendecke | 2008-01-24 | 1 | -1/+3 |
| | |||||
* | strtok -> strtok_r | Volker Lendecke | 2008-01-23 | 4 | -8/+13 |
| | |||||
* | Fix error message for new allinfo command. | Jeremy Allison | 2008-01-18 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Add the "allinfo" command to smbclient | Volker Lendecke | 2008-01-18 | 1 | -0/+88 |
| | | | | Modeled after the Samba4 allinfo command | ||||
* | Adds support for cifs.resolver upcall. | Igor Mammedov | 2008-01-16 | 1 | -2/+61 |
| | | | | | | | | | | | | | Here is a patch for userspace cifs.spnego handler that adds support for cifs.resolver upcall used in DFS code. Any comments are appreciated. ############################# Cifs upcall with key type cifs.resolver is used for resolving server names in handling DFS refferals. Signed-off-by: Igor Mammedov <niallain@gmail.com> | ||||
* | Correct comment. Default debug level of smbclient is 1, not 0. | Karolin Seeger | 2008-01-09 | 1 | -1/+1 |
| | |||||
* | Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test | Steve French | 2008-01-05 | 2 | -6/+31 |
|\ | |||||
| * | Use the common -e option not the custom one. | Jeremy Allison | 2008-01-05 | 1 | -1/+1 |
| | | | | | | | | Jeremy. | ||||
| * | Add general '-e' option to enable smb encryption | Jeremy Allison | 2008-01-05 | 1 | -1/+20 |
| | | | | | | | | | | on tools. Jeremy. | ||||
| * | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵ | Jeremy Allison | 2008-01-04 | 1 | -2/+8 |
| |\ | | | | | | | | | | v3-2-test | ||||
| | * | Fix idle client reading keepalive. | Jeremy Allison | 2008-01-04 | 1 | -1/+1 |
| | | | | | | | | | | | | Jeremy. | ||||
| | * | Refactor the crypto code after a very helpful conversation | Jeremy Allison | 2008-01-04 | 1 | -2/+8 |
| | | | | | | | | | | | | | | | | | | with Volker. Mostly making sure we have data on the incoming packet type, not stored in the smb header. Jeremy. | ||||
| * | | We may use 127k read/write for encrypted connections. | Jeremy Allison | 2007-12-30 | 1 | -2/+2 |
| |/ | | | | | | | Jeremy. | ||||
* / | Update mount.cifs help | Steve French | 2008-01-03 | 1 | -3/+5 |
|/ | | | | Steve | ||||
* | Fix error message. | Jeremy Allison | 2007-12-29 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Added -e, --encrypt option to smbclient that immediately | Jeremy Allison | 2007-12-29 | 1 | -10/+35 |
| | | | | | | forces encrypted smb after initial connect. Will document for 3.2 official release. Jeremy. | ||||
* | Add the capability to set "smb encrypt = required" | Jeremy Allison | 2007-12-27 | 1 | -2/+15 |
| | | | | | | | | on a share (or global) and have the server reply with ACCESS_DENIED for all non-encrypted traffic (except that used to query encryption requirements and set encryption state). Jeremy. | ||||
* | Add SMB encryption. Still fixing client decrypt but | Jeremy Allison | 2007-12-26 | 1 | -0/+43 |
| | | | | | negotiation works. Jeremy. | ||||
* | Remove next_token_nr_talloc and its associated global | Volker Lendecke | 2007-12-21 | 2 | -75/+124 |
| | | | | | | Only client.c and clitar.c used this, I think they should carry the static themselves. Also move the a bit funny routine toktocliplist to clitar.c, the only place where it is used. | ||||
* | Fix a "no prototype" warning | Volker Lendecke | 2007-12-19 | 1 | -0/+1 |
| | |||||
* | Add smbclient support for basic mDNS browsing. | Rishi Srivatsavai | 2007-12-17 | 2 | -0/+243 |
| | | | | | Patch from Rishi Srivatsavai (bugzilla #4150), with tallocification and minor syle changes by me. | ||||
* | Merge in J.Layton patch and resolve conflict. | Simo Sorce | 2007-12-17 | 1 | -26/+64 |
| | |||||
* | Revert smbclient changes. | Karolin Seeger | 2007-12-14 | 1 | -5/+0 |
| | | | | | | | Patch broke option -p. Sorry for breaking the build! Karolin | ||||
* | Make smbclient to display error message and usage in the case of invalid ↵ | Karolin Seeger | 2007-12-14 | 1 | -0/+5 |
| | | | | options. | ||||
* | We don't need to call endpwent if we never call getpwent. | Jeremy Allison | 2007-12-13 | 1 | -2/+0 |
| | | | | Jeremy. | ||||
* | Add a varient of Steve Langasek <vorlon@debian.org> patch | Jeremy Allison | 2007-12-13 | 1 | -10/+59 |
| | | | | | | | for bug #4780. Cause user mounts to inherit uid= and gid= from the calling user when called as non-root, except when overridden on the commandline. Jeremy. | ||||
* | Missed one strcpy call. | Jeremy Allison | 2007-12-12 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Add a portable version of strlcpy and strlcat and convert | Jeremy Allison | 2007-12-12 | 1 | -36/+70 |
| | | | | | | all strncpy/strcat calls to them. Convert all sprintf calls to snprintf. Safety first ! Jeremy. | ||||
* | Fix bug #4784. Patch from Steve Langasek <vorlon@debian.org>. | Jeremy Allison | 2007-12-12 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 2007-12-10 | 3 | -8/+8 |
| | | | | | | them with malloc'ing accessor functions. Should save a lot of static space :-). Jeremy. | ||||
* | Move load_case_tables() to after logging is set up. This can log | James Peach | 2007-12-09 | 1 | -1/+2 |
| | | | | errors. | ||||
* | C++ warning | Volker Lendecke | 2007-12-09 | 1 | -1/+1 |
| | |||||
* | Fix C++ warnings | Volker Lendecke | 2007-12-08 | 1 | -1/+1 |
| | |||||
* | More null deref fixes. | Jeremy Allison | 2007-12-07 | 1 | -4/+4 |
| | | | | Jeremy. | ||||
* | More null deref fixes. | Jeremy Allison | 2007-12-07 | 1 | -1/+1 |
| | | | | Jeremy | ||||
* | Don't deref null pointers. | Jeremy Allison | 2007-12-07 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | After conversations with Jerry, remove smbctool until it's | Jeremy Allison | 2007-12-07 | 1 | -3780/+0 |
| | | | | | maintained. Now I don't have to fix the pstrings in it :-). Jeremy. | ||||
* | Remove pstring from clitar.c | Jeremy Allison | 2007-12-07 | 1 | -141/+225 |
| | | | | Jeremy | ||||
* | Add popt to binaries in makefile. Hack clitar to compile until I fix it. | Jeremy Allison | 2007-12-06 | 2 | -19/+12 |
| | | | | Jeremy. |