summaryrefslogtreecommitdiff
path: root/source/client/client.c
Commit message (Expand)AuthorAgeFilesLines
* syncing up to 3.0.0rc1Gerald Carter2003-08-151-194/+262
* starting to sync up for beta3Gerald Carter2003-07-161-2/+2
* * catching last minute changes to debug messages, formatting, andGerald Carter2003-07-021-0/+4
* starting to sync for 3.0beta2Gerald Carter2003-07-011-6/+3
* working on creating the 3.0 release treeGerald Carter2003-06-061-3/+1
* Don't crash when doing command name completion. Fixes debian bug #194776Jelmer Vernooij2003-05-291-1/+3
* Merge of non-static initialisation fixes from 3.0Tim Potter2003-05-281-1/+7
* Reverse previous patch from Stefan and me after comments by Andrew Bartlett.Jelmer Vernooij2003-05-101-2/+0
* Patch from metze and me that adds dummy smb_register_*() functionsJelmer Vernooij2003-05-101-0/+2
* Fix for possible segfault in readline handler. Found by vitalyb@mail333.com.Jeremy Allison2003-05-101-1/+2
* Merge of -W fixes for bug #39:Tim Potter2003-04-281-10/+8
* some readline completion exancementsSimo Sorce2003-04-191-23/+164
* Add static to satisfy exotic compilersJelmer Vernooij2003-03-241-1/+1
* Revoke some of the popt patch from metze I applied earlier today. It addedJelmer Vernooij2003-03-241-1/+2
* Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changesJelmer Vernooij2003-03-241-11/+5
* Don't declare variables after instructionsJelmer Vernooij2003-03-231-12/+12
* Convert to popt.Jelmer Vernooij2003-03-221-361/+85
* - Make ReadDirName return a const char*.Andrew Bartlett2003-03-161-1/+1
* If the server went away, don't segfault by attempting to FD_SET -1.Andrew Bartlett2003-03-151-0/+3
* More safe_strcpy() off-by-one bug fixes. (mostly moves to pstrcpy()/fstrcpy())Andrew Bartlett2003-03-061-3/+3
* Fix breakage done by myself yesterday.Tim Potter2003-02-251-6/+3
* Fixed up some const related compiler warnings.Tim Potter2003-02-251-3/+6
* The cli_send_tconX code already determines to send \\server\share to port 139Andrew Bartlett2003-02-181-18/+3
* Antti Andreimann <Antti.Andreimann@mail.ee> has done some changes to enableAndrew Bartlett2003-02-151-1/+6
* Samba janitors: applying mbp's redundant umask fix.Jeremy Allison2003-02-071-4/+0
* Fix a number of client-side fstring/pstring mixups.Andrew Bartlett2003-01-111-1/+1
* Added code to the handling of the -M option to ensure that we default toChristopher R. Hertel2003-01-071-4/+10
* BIG patch...Andrew Bartlett2003-01-021-2/+2
* fix stat reporting on put commandHerb Lewis2002-12-051-1/+1
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-12/+7
* Don't encourage people to use -P - it's obsoleteJelmer Vernooij2002-10-181-1/+0
* Patch from Steve Langasek <vorlon@netexpress.net> to use nice big integers whenAndrew Bartlett2002-10-031-4/+4
* Make sure that variable does not shadow a parameter.Richard Sharpe2002-09-291-6/+6
* Commit a fix to smbclient so that it will connect to EMCs and NetApp's machines.Richard Sharpe2002-09-281-3/+18
* Don't uppercase the username and domain in a session setup.Tim Potter2002-09-231-2/+0
* Fixed a little, long standing bug: smbclient -M <name> should resolveVolker Lendecke2002-09-051-3/+8
* fix wrong checkSimo Sorce2002-08-281-1/+1
* add a trivial seeking function to xfile (tseek) that does not do SEEK_CURSimo Sorce2002-08-271-22/+116
* fix typosSimo Sorce2002-08-201-2/+2
* - fixed a crash bug for 'print -'Andrew Tridgell2002-07-131-1/+4
* fixed a prototype problem in client.cAndrew Tridgell2002-07-021-0/+3
* used findstatic.pl to make some variables static and remove some deadAndrew Tridgell2002-07-011-13/+13
* Break up samba's object dependencies, and its prototype includes.Andrew Bartlett2002-06-251-1/+1
* removed compiler warningGerald Carter2002-06-251-1/+1
* This removes --with-ssl from Samba.Andrew Bartlett2002-05-171-4/+0
* segfault fix merged from SAMBA_2_2Gerald Carter2002-05-141-3/+15
* Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison2002-01-311-1/+1
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Doc.Martin Pool2002-01-291-1/+4
* Make the -L option to smbclient slightly less gross:Martin Pool2002-01-211-4/+22