summaryrefslogtreecommitdiffstats
path: root/source3/client/client.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the global "struct cm_cred_struct" and associated calls, makeJeremy Allison2009-03-171-38/+40
* Remove the static "struct client_connection" mess which is part ofJeremy Allison2009-03-121-11/+11
* Revert "s3:libsmb: add an option to cli_push to let the caller provide the bu...Stefan Metzmacher2009-03-121-6/+4
* s3:libsmb: add an option to cli_push to let the caller provide the buffersStefan Metzmacher2009-03-101-4/+6
* More warning fixes for Solaris.Jeremy Allison2009-02-231-3/+3
* s3: make better use of ccache by not including version.h in every C-file.Michael Adam2009-01-151-1/+1
* Remove smbclient globals that bled into clidfs.c. Now we only haveJeremy Allison2009-01-141-15/+8
* Remove another global from clidfs that is only used in client.c.Jeremy Allison2009-01-141-6/+11
* Fix bug #6021 - smbclient du command does not recuse properlyJeremy Allison2009-01-081-4/+4
* Fix bug 6014 -- mget shouldn't segfault without argumentsVolker Lendecke2009-01-051-0/+5
* Remove cli_cm_set_dest_ss() - removes the global dest_ssJeremy Allison2009-01-021-5/+8
* Fix more asprintf and "ignoring return code" warnings from gcc 4.3.Jeremy Allison2008-12-311-24/+36
* Make smbclient "put" use cli_pushVolker Lendecke2008-12-191-37/+31
* Remove the global "cmdline_auth_info" from source3/lib/util.cVolker Lendecke2008-12-141-14/+26
* s3: Change sockaddr util function names for consistencyTim Prouty2008-12-031-1/+1
* Make use of a large buffer for smbclient put commandVolker Lendecke2008-10-231-0/+3
* Use separate make variables for libutil and libcrypto.Jelmer Vernooij2008-10-181-3/+3
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-141-8/+8
* 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
* Fix display of POSIX ACLs.Timur2008-09-151-2/+2
* 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
* Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke2008-07-201-2/+3
* Fix a brown paper bag segfault in clitarVolker Lendecke2008-06-171-1/+1
* Security fix for CVE-2008-1105: Boundary failure when parsing SMB responsesJeremy Allison2008-05-281-1/+1
* Fix client authentication with -P switch in client tools (Bug 5435).Günther Deschner2008-05-051-0/+5
* 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
* 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
* 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-061-2/+1
* 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
* 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
* strtok -> strtok_rVolker Lendecke2008-01-231-2/+3
* Fix error message for new allinfo command.Jeremy Allison2008-01-181-1/+1
* Add the "allinfo" command to smbclientVolker Lendecke2008-01-181-0/+88
* Correct comment. Default debug level of smbclient is 1, not 0.Karolin Seeger2008-01-091-1/+1
* Use the common -e option not the custom one.Jeremy Allison2008-01-051-1/+1
* 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