summaryrefslogtreecommitdiffstats
path: root/source3/client
Commit message (Expand)AuthorAgeFilesLines
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-142-22/+22
* mount.cifs: make return codes match the return codes for /bin/mount (try #3)Jeff Layton2008-10-091-36/+46
* mount.cifs: have uppercase_string return success on NULL pointerJeff Layton2008-10-091-2/+2
* Fix the build farm. In this branch cli_echo returns NTSTATUS.Jeremy Allison2008-10-031-1/+4
* Correctly fix smbclient to terminate on eof from server.Jeremy Allison2008-10-031-2/+11
* Attempt to fix bug 5778Volker Lendecke2008-09-211-0/+10
* Fix display of POSIX ACLs.Timur2008-09-151-2/+2
* mount.cifs: make local versions of strlcat and strlcpy staticJeff Layton2008-09-121-2/+2
* cifs.upcall: make most functions static and silence compiler warningsJeff Layton2008-09-121-7/+11
* Use the given name, not the absolute pathname, when printing out ACL info.Jeremy Allison2008-09-111-1/+1
* Fix bug #5751 cannot show ACLs on DFS reported by SATOH Fumiyasu <fumiyas@oss...Jeremy Allison2008-09-111-1/+1
* Clarify usage of "force create mode".Jeremy Allison2008-08-281-1/+1
* Add async smbecho client supportVolker Lendecke2008-08-281-4/+6
* mount.cifs: unclear error message with "credentials"Steve French2008-08-271-2/+3
* cifs.upcall: bump SPNEGO msg version number and don't reject old versionsJeff Layton2008-08-222-3/+3
* cifs.upcall: fix build warningJeff Layton2008-08-211-1/+2
* cifs.upcall: handle MSKRB5 OID properlyJeff Layton2008-08-211-5/+13
* mount.cifs: don't prompt for password on krb5 mountsJeff Layton2008-08-211-1/+2
* smbspool: Fix printing on port 139.Karolin Seeger2008-08-141-1/+1
* cifs.upcall: negatively instantiate keys on errorJeff Layton2008-08-121-2/+10
* Fix bug #5675 with a varient of Tim Waugh's patch,Jeremy Allison2008-08-071-1/+1
* Building cifs.upcall is giving this build warning:Steve French2008-08-051-1/+1
* cifs.upcall: fix manpage and commentsSteve French2008-08-051-4/+4
* Backing out most of changeset 5222b8db3fb692e5071bfd1b41849a8eb0a17995Steve French2008-08-051-2/+5
* cifs.upcall was not recognizing the newer name "dns_resolver" key typeSteve French2008-07-241-1/+2
* cifs.upcall: fix compile warningSteve French2008-07-231-3/+3
* Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke2008-07-201-2/+3
* 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