summaryrefslogtreecommitdiffstats
path: root/source/client/client.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixes (asprintf) from 2.2Simo Sorce2002-01-191-4/+4
* Move the bang (!) command back to the bottom of the list, allowing smbclientAndrew Bartlett2002-01-171-1/+3
* Alphabetize.Jeremy Allison2002-01-161-3/+3
* Added CIFS UNIX extension code to client.Jeremy Allison2002-01-161-0/+146
* browse_fn: FIXME: If the remote machine returns non-ascii charactersMartin Pool2002-01-101-0/+3
* FIXME: At the moment, if the user should happen to give the optionsMartin Pool2002-01-091-1/+7
* merge changes from 2.2 branch to prevent smb.conf from changing debug levelHerb Lewis2002-01-071-0/+2
* - handle kerberos session setup reply with broken null terminationAndrew Tridgell2001-12-211-9/+4
* Removed global debugf. Replaced with lp_set_logfile(name).Jeremy Allison2001-12-201-3/+3
* Patch from dan_thibadeau@hp.com to allow domain set in authfile.Jeremy Allison2001-12-191-1/+2
* fixed some krb5 ifdefsAndrew Tridgell2001-11-281-1/+1
* fix a bunch of places where we can double-free a cli structureAndrew Tridgell2001-11-281-4/+0