summaryrefslogtreecommitdiffstats
path: root/source3/client
Commit message (Expand)AuthorAgeFilesLines
* This patchset comprises a number of cleanups for the cifs upcallJeremy Allison2008-07-161-11/+20
* Fix bug #5578, reported by sendel2000@hotbox.ru. Bad (non-Samba) use of strlc...Jeremy Allison2008-07-021-0/+3
* Fix two IBM checker warningsVolker Lendecke2008-06-271-2/+2
* Fix a brown paper bag segfault in clitarVolker Lendecke2008-06-172-2/+2
* Merge branch 'v3-3-test' of ssh://jra@git.samba.org/data/git/samba into v3-3-...Jeremy Allison2008-05-301-1/+1
|\
| * Security fix for CVE-2008-1105: Boundary failure when parsing SMB responsesJeremy Allison2008-05-281-1/+1
* | From Michael R Sweet <mike@easysw.com>.Jeremy Allison2008-05-301-1/+1
|/
* Remove stuff from client_proto.hVolker Lendecke2008-05-251-404/+0
* rpc_client: use endpoint mapper to get the port for rpc_pipe_open_tcp().Michael Adam2008-05-221-1/+0
* client: Fix the proto header to fix the build.Kai Blin2008-05-221-1/+1
* smbclient: freeze client_proto.h from "make proto"Michael Adam2008-05-181-0/+457
* 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