summaryrefslogtreecommitdiffstats
path: root/source/client
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Add async cli_pull support"Volker Lendecke2008-03-031-15/+27
| | | | | This reverts commit 844a163458c7585e4306a21ffdae5d08e03d6e4d. (cherry picked from commit 5ab1cfda500de07ff3c712442ab2fc74eecc8886)
* Remove smbmount.Karolin Seeger2008-02-283-1575/+0
| | | | Karolin
* Add async cli_pull supportVolker Lendecke2008-02-281-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 Lendecke2008-02-251-3/+7
|
* Fix confusing error message -- bug 5252Volker Lendecke2008-02-251-3/+5
| | | | Thanks to Walter Franzini
* Make sure mount.cifs.c compiles on Fedora 9 with gcc 4.3Simo Sorce2008-02-221-0/+1
|
* Replace C++-style comments with C.Tim Potter2008-02-181-1/+1
|
* Revert "Merge in J.Layton patch and resolve conflict."Simo Sorce2008-02-141-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 Allison2008-02-081-71/+38
| | | | | for 3.2. Jeremy.
* Convert receive_smb_raw to NTSTATUSVolker Lendecke2008-02-021-3/+24
|
* Fix bogus uninitialized variable warningsVolker Lendecke2008-01-252-2/+2
|
* Fix Coverity ID 463Volker Lendecke2008-01-241-1/+3
|
* strtok -> strtok_rVolker Lendecke2008-01-234-8/+13
|
* Fix error message for new allinfo command.Jeremy Allison2008-01-181-1/+1
| | | | Jeremy.
* Add the "allinfo" command to smbclientVolker Lendecke2008-01-181-0/+88
| | | | Modeled after the Samba4 allinfo command
* Adds support for cifs.resolver upcall.Igor Mammedov2008-01-161-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 Seeger2008-01-091-1/+1
|
* Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testSteve French2008-01-052-6/+31
|\
| * Use the common -e option not the custom one.Jeremy Allison2008-01-051-1/+1
| | | | | | | | Jeremy.
| * Add general '-e' option to enable smb encryptionJeremy Allison2008-01-051-1/+20
| | | | | | | | | | on tools. Jeremy.
| * Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2008-01-041-2/+8
| |\ | | | | | | | | | v3-2-test
| | * Fix idle client reading keepalive.Jeremy Allison2008-01-041-1/+1
| | | | | | | | | | | | Jeremy.
| | * Refactor the crypto code after a very helpful conversationJeremy Allison2008-01-041-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 Allison2007-12-301-2/+2
| |/ | | | | | | Jeremy.
* / Update mount.cifs helpSteve French2008-01-031-3/+5
|/ | | | Steve
* Fix error message.Jeremy Allison2007-12-291-1/+1
| | | | Jeremy.
* Added -e, --encrypt option to smbclient that immediatelyJeremy Allison2007-12-291-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 Allison2007-12-271-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 butJeremy Allison2007-12-261-0/+43
| | | | | negotiation works. Jeremy.
* Remove next_token_nr_talloc and its associated globalVolker Lendecke2007-12-212-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" warningVolker Lendecke2007-12-191-0/+1
|
* Add smbclient support for basic mDNS browsing.Rishi Srivatsavai2007-12-172-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 Sorce2007-12-171-26/+64
|
* Revert smbclient changes.Karolin Seeger2007-12-141-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 Seeger2007-12-141-0/+5
| | | | options.
* We don't need to call endpwent if we never call getpwent.Jeremy Allison2007-12-131-2/+0
| | | | Jeremy.
* Add a varient of Steve Langasek <vorlon@debian.org> patchJeremy Allison2007-12-131-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 Allison2007-12-121-1/+1
| | | | Jeremy.
* Add a portable version of strlcpy and strlcat and convertJeremy Allison2007-12-121-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 Allison2007-12-121-1/+1
| | | | Jeremy.
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-103-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 logJames Peach2007-12-091-1/+2
| | | | errors.
* C++ warningVolker Lendecke2007-12-091-1/+1
|
* Fix C++ warningsVolker Lendecke2007-12-081-1/+1
|
* More null deref fixes.Jeremy Allison2007-12-071-4/+4
| | | | Jeremy.
* More null deref fixes.Jeremy Allison2007-12-071-1/+1
| | | | Jeremy
* Don't deref null pointers.Jeremy Allison2007-12-071-1/+1
| | | | Jeremy.
* After conversations with Jerry, remove smbctool until it'sJeremy Allison2007-12-071-3780/+0
| | | | | maintained. Now I don't have to fix the pstrings in it :-). Jeremy.
* Remove pstring from clitar.cJeremy Allison2007-12-071-141/+225
| | | | Jeremy
* Add popt to binaries in makefile. Hack clitar to compile until I fix it.Jeremy Allison2007-12-062-19/+12
| | | | Jeremy.