summaryrefslogtreecommitdiffstats
path: root/source/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix dumb perror used without errno beeing set.Simo Sorce2003-02-151-2/+2
* Antti Andreimann <Antti.Andreimann@mail.ee> has done some changes to enableAndrew Bartlett2003-02-152-6/+44
* Fix typo in WIFSIGNALED (as per Waider's report)Alexander Bokovoy2003-02-131-1/+1
* waitstatus audit: Correctly handle case where smbmnt is killed by aMartin Pool2003-02-131-0/+3
* Samba janitors: applying mbp's redundant umask fix.Jeremy Allison2003-02-071-4/+0
* smb signing compile fixTim Potter2003-02-021-1/+1
* More signing updates - start checking that the server isn't being spoofed.Andrew Bartlett2003-02-021-0/+3
* Add FIXME about dodgy argument parser.Martin Pool2003-01-201-0/+11
* s/WIFSIGNALLED/WIFSIGNALED/gGerald Carter2003-01-151-1/+1
* One more from waitpid() audit: Correctly interpret waitstatus when aMartin Pool2003-01-151-1/+5
* 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-023-10/+10
* merge from 2.2 fix for smbclient large filesHerb Lewis2002-12-191-18/+18
* merge smbtar fixes from 2.2Herb Lewis2002-12-161-6/+8
* fix stat reporting on put commandHerb Lewis2002-12-051-1/+1
* Link less with smbmnt and smbumount. Also change from a pstrcpy() to aAndrew Bartlett2002-12-011-1/+2
* Sorry Jim we can't assign to global_xxx(), we need to call set_global_xxx()Jeremy Allison2002-11-131-1/+1
* Bring smbmount.c in line with jra's global-cide. global_scope was used here...Jim McDonough2002-11-131-2/+1
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-122-19/+14
* Kill append_log from smbmount (thanks vance for reminding me).Andrew Bartlett2002-11-091-2/+0
* Move testsmbc.c to examplesJelmer Vernooij2002-11-041-455/+0
* Don't encourage people to use -P - it's obsoleteJelmer Vernooij2002-10-181-1/+0
* Added new error codes. Fix up connection code to retry in the same wayJeremy Allison2002-10-171-1/+1
* 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
* Remove strsep - non portable.Jeremy Allison2002-08-271-2/+2
* 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
* Fix the %m security bug again - and try to make it harder to reintroduce inAndrew Bartlett2002-08-101-2/+1
* fix for smbtar filename matchingAndrew Tridgell2002-07-281-1/+1
* Looks like I missed this earlier. We should connect as the specified workgroupAndrew Bartlett2002-07-211-1/+1
* More fixes towards warnings on the IRIX compilerAndrew Bartlett2002-07-201-8/+5
* Make smbmnt a standalone program from a linker point of view. Hopefully thisAndrew Bartlett2002-07-131-2/+2
* - fixed a crash bug for 'print -'Andrew Tridgell2002-07-132-3/+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-012-25/+25
* Update cli_full_connection() to take a 'flags' paramater, and try to get aAndrew Bartlett2002-06-251-57/+11
* And another .cvsignoreAndrew Bartlett2002-06-251-0/+1
* Break up samba's object dependencies, and its prototype includes.Andrew Bartlett2002-06-252-1/+2
* 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