summaryrefslogtreecommitdiffstats
path: root/source3/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix bug #5247 "Wildcard expansion in mget is broken"Jeremy Allison2008-02-081-71/+38
* 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
* Add the "allinfo" command to smbclientVolker Lendecke2008-01-181-0/+88
* Adds support for cifs.resolver upcall.Igor Mammedov2008-01-161-2/+61
* 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
| * Add general '-e' option to enable smb encryptionJeremy Allison2008-01-051-1/+20
| * Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2008-01-041-2/+8
| |\
| | * Fix idle client reading keepalive.Jeremy Allison2008-01-041-1/+1
| | * Refactor the crypto code after a very helpful conversationJeremy Allison2008-01-041-2/+8
| * | We may use 127k read/write for encrypted connections.Jeremy Allison2007-12-301-2/+2
| |/
* / Update mount.cifs helpSteve French2008-01-031-3/+5
|/
* Fix error message.Jeremy Allison2007-12-291-1/+1
* Added -e, --encrypt option to smbclient that immediatelyJeremy Allison2007-12-291-10/+35
* Add the capability to set "smb encrypt = required"Jeremy Allison2007-12-271-2/+15
* Add SMB encryption. Still fixing client decrypt butJeremy Allison2007-12-261-0/+43
* Remove next_token_nr_talloc and its associated globalVolker Lendecke2007-12-212-75/+124
* Fix a "no prototype" warningVolker Lendecke2007-12-191-0/+1
* Add smbclient support for basic mDNS browsing.Rishi Srivatsavai2007-12-172-0/+243
* Merge in J.Layton patch and resolve conflict.Simo Sorce2007-12-171-26/+64
* Revert smbclient changes.Karolin Seeger2007-12-141-5/+0
* Make smbclient to display error message and usage in the case of invalid opti...Karolin Seeger2007-12-141-0/+5
* We don't need to call endpwent if we never call getpwent.Jeremy Allison2007-12-131-2/+0
* Add a varient of Steve Langasek <vorlon@debian.org> patchJeremy Allison2007-12-131-10/+59
* Missed one strcpy call.Jeremy Allison2007-12-121-1/+1
* Add a portable version of strlcpy and strlcat and convertJeremy Allison2007-12-121-36/+70
* Fix bug #4784. Patch from Steve Langasek <vorlon@debian.org>.Jeremy Allison2007-12-121-1/+1
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-103-8/+8
* Move load_case_tables() to after logging is set up. This can logJames Peach2007-12-091-1/+2
* 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
* More null deref fixes.Jeremy Allison2007-12-071-1/+1
* Don't deref null pointers.Jeremy Allison2007-12-071-1/+1
* After conversations with Jerry, remove smbctool until it'sJeremy Allison2007-12-071-3780/+0
* Remove pstring from clitar.cJeremy Allison2007-12-071-141/+225
* Add popt to binaries in makefile. Hack clitar to compile until I fix it.Jeremy Allison2007-12-062-19/+12
* Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison2007-12-061-981/+1555
* Remove trailing slashes from service nameAndreas Schneider2007-12-061-0/+7
* Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-simoSimo Sorce2007-12-051-79/+178
|\
| * pstring removal.Jeremy Allison2007-12-051-79/+178
* | Fix warningSimo Sorce2007-12-051-1/+1
* | * helper source for handling cifs kernel module upcall for kerberosIgor Mammedov2007-12-052-0/+347
|/