summaryrefslogtreecommitdiff
path: root/source4/client/client.c
Commit message (Expand)AuthorAgeFilesLines
* s4:client: Use C99 initializer for poptOption in clientAndreas Schneider2019-01-281-9/+71
* s4:client: Fix size types and loopAndreas Schneider2018-04-031-5/+3
* s4:client: Fix size typesAndreas Schneider2018-03-201-4/+4
* s4: client: Allocate event context off struct smbclient_context *, not talloc...Jeremy Allison2017-05-131-1/+1
* s4: popt: Global replace of cmdline_credentials -> popt_get_cmdline_credentia...Jeremy Allison2017-05-111-4/+10
* lib: Fix "is_case_sensitive" in "ms_fnmatch_protocol"' callersVolker Lendecke2017-02-151-16/+6
* lib: Add "is_case_sensitive" to ms_fnmatch_protocolVolker Lendecke2017-01-221-3/+5
* smbclient4: xfile->stdioVolker Lendecke2016-12-111-15/+15
* smbclient: fix string formatting in print commandDouglas Bagnall2016-12-011-6/+17
* s4:client: fix O3 error unused result of of chdir and systemMichael Adam2016-05-131-5/+27
* s4/client: add FS_SECTOR_SIZE_INFORMATION query supportDavid Disseldorp2015-03-181-0/+17
* s4:client: fix some compiler warningsStefan Metzmacher2014-02-131-7/+10
* Make sure to set umask() before calling mkstemp().Andreas Schneider2013-03-061-0/+3
* s4-client: Make sure entry is a valid string.Andreas Schneider2013-03-051-2/+8
* s4-client: Don't leak memory.Andreas Schneider2013-02-221-0/+2
* s4-client: Don't leak file descriptor.Andreas Schneider2013-02-221-0/+7
* s4-client: Don't leak resource handle.Andreas Schneider2013-02-221-0/+2
* s4-client: Check return codes in do_connect().Andreas Schneider2012-12-211-2/+18
* s4-client: Make sure we have a valid count if we goto cleanup.Andreas Schneider2012-12-121-1/+2
* s4:libcli: move smbcli_transport_establish() logic into smbcli_socket_connect()Stefan Metzmacher2011-11-301-8/+10
* s4: add some missing header dependencies.Günther Deschner2011-11-031-0/+2
* s4-client: added close command in smbclientAndrew Tridgell2011-09-191-4/+62
* s4-modules Remove lp_ctx from init functions that no longer need itAndrew Bartlett2011-06-061-1/+1
* lib/util Rename ms_fnmatch() to ms_fnmatch_protocol() to avoid dup symbolAndrew Bartlett2011-05-061-2/+2
* Fix simple uses of safe_strcpy -> strlcpy. Easy ones where we just remove -1.Jeremy Allison2011-05-041-2/+2
* Remove strlower_m() and strupper_m() from source4 and common code.Andrew Bartlett2011-05-031-6/+8
* s4:client/client.c - fix Solaris warning by a type castMatthias Dieter Wallnöfer2010-12-061-1/+1
* samba: share readline wrappers among all buildsystems.Günther Deschner2010-10-011-1/+1
* s4:client/client.c - fix wrong return codes in "do_connect"Matthias Dieter Wallnöfer2010-09-101-2/+2
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-11/+11
* s4:client/client.c - we don't need "&ctx" for talloc callsMatthias Dieter Wallnöfer2010-05-281-1/+1
* s4:client/client.c - fix "asprintf"sMatthias Dieter Wallnöfer2010-05-281-9/+15
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-6/+1
* s4:client: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-121-1/+1
* Change uint_t to unsigned int in source4Matt Kraai2010-02-021-2/+2
* s4: ran minimal_includes.pl on source4/clientAndrew Tridgell2009-10-201-4/+0
* s4: fix various warnings (not "const" related ones)Matthias Dieter Wallnöfer2009-10-021-19/+25
* s4:clientSam Liddicott2009-08-211-3/+7
* source4/client/client.c: Possible memory leaksSlava Semushin2009-06-181-2/+5
* s4:smbclient: correct initialize smbclient_contextStefan Metzmacher2009-01-071-1/+1
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-5/+5
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-021-3/+6
* Fix the build.Jelmer Vernooij2008-11-021-1/+5
* Move lp_*() calls a bit higher up the calls tack.Jelmer Vernooij2008-11-011-3/+6
* Fix prototype for attrib_string().Jelmer Vernooij2008-11-011-0/+1
* s4-srvsvc: merge srvsvc_NetShareEnumAll from s3 idl.Günther Deschner2008-10-311-5/+12
* Remove include/local.h and move defines to more appropriate places.Jelmer Vernooij2008-10-241-0/+6
* Eliminate another instance of global_loadparm.Jelmer Vernooij2008-10-241-6/+11
* Remove unused constants from local.h.Jelmer Vernooij2008-10-231-1/+1
* Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij2008-10-121-1/+1