summaryrefslogtreecommitdiffstats
path: root/source/client
Commit message (Expand)AuthorAgeFilesLines
* mount.cifs: make return codes match the return codes for /bin/mount (try #3)Jeff Layton2008-10-151-36/+46
* mount.cifs: have uppercase_string return success on NULL pointerJeff Layton2008-10-151-2/+2
* Attempt to fix bug 5778Volker Lendecke2008-10-061-0/+10
* Correctly fix smbclient to terminate on eof from server.Jeremy Allison2008-10-061-2/+11
* Fix display of POSIX ACLs.Timur2008-09-161-2/+2
* mount.cifs: make local versions of strlcat and strlcpy staticJeff Layton2008-09-151-2/+2
* cifs.upcall: make most functions static and silence compiler warningsJeff Layton2008-09-151-7/+11
* Use the given name, not the absolute pathname, when printing out ACL info.Jeremy Allison2008-09-151-1/+1
* Fix bug #5751 cannot show ACLs on DFS reported by SATOH Fumiyasu <fumiyas@oss...Jeremy Allison2008-09-151-1/+1
* mount.cifs: unclear error message with "credentials"Steve French2008-08-281-2/+3
* cifs.upcall: bump SPNEGO msg version number and don't reject old versionsJeff Layton2008-08-282-3/+3
* cifs.upcall: fix build warningJeff Layton2008-08-281-1/+2
* cifs.upcall: handle MSKRB5 OID properlyJeff Layton2008-08-281-5/+13
* Revert "cifs.upcall: handle MSKRB5 OID properly"Karolin Seeger2008-08-271-13/+5
* Revert "cifs.upcall: fix build warning"Karolin Seeger2008-08-271-2/+1
* cifs.upcall: fix build warningJeff Layton2008-08-221-1/+2
* cifs.upcall: handle MSKRB5 OID properlyJeff Layton2008-08-211-5/+13
* cifs.upcall: negatively instantiate keys on errorJeff Layton2008-08-181-2/+10
* Building cifs.upcall is giving this build warning:Steve French2008-08-181-1/+1
* cifs.upcall: fix manpage and commentsSteve French2008-08-181-4/+4
* cifs.upcall was not recognizing the newer name "dns_resolver" key typeSteve French2008-08-181-1/+2
* cifs.upcall: fix compile warningSteve French2008-08-181-3/+3
* This patchset comprises a number of cleanups for the cifs upcallJeremy Allison2008-08-181-11/+20
* smbspool: Fix printing on port 139.Karolin Seeger2008-08-141-1/+1
* Fix bug #5675 with a varient of Tim Waugh's patch,Jeremy Allison2008-08-111-1/+1
* Fix bug #5578, reported by sendel2000@hotbox.ru. Bad (non-Samba) use of strlc...Jeremy Allison2008-07-061-0/+3
* Fix a brown paper bag segfault in clitarVolker Lendecke2008-06-182-2/+2
* From Michael R Sweet <mike@easysw.com>.Jeremy Allison2008-05-311-1/+1
* Security fix for CVE-2008-1105: Boundary failure when parsing SMB responsesJeremy Allison2008-05-301-1/+1
* Fix client authentication with -P switch in client tools (Bug 5435).Günther Deschner2008-05-151-0/+5
* smbspool: Fix the smbspool build.James Peach2008-05-051-11/+15
* smbspool: minor formatting cleanups.James Peach2008-05-051-88/+133
* smbspool: Run indent to approximate conding standards.James Peach2008-05-051-533/+485
* smbspool: add my copyright.James Peach2008-05-051-0/+1
* smbspool: Fix CUPS authentication protocol support.Mike Sweet2008-05-051-34/+75
* smbspool: fix Kerberos support for CUPS 1.3.Mike Sweet2008-05-051-144/+87
* Remove hard coded sizes.Jeremy Allison2008-05-051-3/+3
* Tidyup to ensure '\n' is treated identically in allJeremy Allison2008-05-051-0/+2
* Fix bug #5434 found by Ted Percival <ted@midg3t.net>.Jeremy Allison2008-05-051-0/+2
* Revert "mount.cifs: Zero mountpassword content before freeing."Volker Lendecke2008-04-281-24/+3
* 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-251-69/+54
* Fix the problem when -L is used with IPv6 addresses. Don't try toJeremy Allison2008-04-231-0/+8
* mount.cifs: fix several problems when mounting subdirectories of shares (try 2)Jeff Layton2008-04-011-24/+66
* Use rpccli_srvsvc_NetShareEnumAll in smbclient.Günther Deschner2008-03-311-15/+21
* More ssize_t->SMB_OFF_TVolker Lendecke2008-03-281-1/+1
* Eliminate global variable in_client and a plethora of extern declarations.Derrell Lipman2008-03-272-4/+2
* Coverity fixesMarc VanHeyningen2008-03-181-1/+4
* Fix Coverity ID 563Volker Lendecke2008-03-181-5/+1
* Fix Coverity ID 564Volker Lendecke2008-03-181-10/+0