summaryrefslogtreecommitdiffstats
path: root/source3/client
Commit message (Expand)AuthorAgeFilesLines
* Fix client authentication with -P switch in client tools (Bug 5435).Günther Deschner2008-05-051-0/+5
* Tidyup to ensure '\n' is treated identically in allJeremy Allison2008-05-011-0/+2
* Fix bug #5434 found by Ted Percival <ted@midg3t.net>.Jeremy Allison2008-05-011-0/+2
* Sync up client/mount.cifs.c with v3-2-test.Jeremy Allison2008-04-251-25/+4
* mount.cifs: Zero mountpassword content before freeing.Karolin Seeger2008-04-251-3/+24
* Make mount.cifs.c consistent with other Samba code usage w.r.tJeremy Allison2008-04-241-69/+54
* smbspool: Fix the smbspool build.James Peach2008-04-211-11/+15
* smbspool: minor formatting cleanups.James Peach2008-04-211-88/+133
* smbspool: Run indent to approximate conding standards.James Peach2008-04-211-533/+485
* smbspool: add my copyright.James Peach2008-04-211-0/+1
* smbspool: Fix CUPS authentication protocol support.Mike Sweet2008-04-211-34/+75
* smbspool: fix Kerberos support for CUPS 1.3.Mike Sweet2008-04-211-144/+87
* Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_structVolker Lendecke2008-04-201-2/+2
* Add "desthost" to rpc_pipe_clientVolker Lendecke2008-04-201-1/+1
* Fix the problem when -L is used with IPv6 addresses. Don't try toJeremy Allison2008-04-171-0/+8
* mount.cifs: fix several problems when mounting subdirectories of shares (try 2)Jeff Layton2008-03-311-24/+66
* More ssize_t->SMB_OFF_TVolker Lendecke2008-03-281-1/+1
* Coverity fixesMarc VanHeyningen2008-03-171-1/+4
* Fix Coverity ID 563Volker Lendecke2008-03-151-5/+1
* Fix Coverity ID 564Volker Lendecke2008-03-151-10/+0
* Use rpccli_srvsvc_NetShareEnumAll in smbclient.Günther Deschner2008-03-101-15/+21
* Eliminate global variable in_client and a plethora of extern declarations.Derrell Lipman2008-03-062-4/+2
* Change default bufsize to 512kVolker Lendecke2008-03-061-1/+1
* Use io_bufsize as window size in smbclient get commandVolker Lendecke2008-03-061-1/+1
* Add async cli_pull supportVolker Lendecke2008-03-061-29/+16
* Revert "Add async cli_pull support"Volker Lendecke2008-03-011-15/+27
* Revert "Fix warnings"Volker Lendecke2008-03-011-1/+2
* Fix warningsVolker Lendecke2008-02-291-2/+1
* Remove smbmount.Karolin Seeger2008-02-283-1575/+0
* Add async cli_pull supportVolker Lendecke2008-02-281-27/+15
* 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
* 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
* 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