summaryrefslogtreecommitdiffstats
path: root/source/client
Commit message (Collapse)AuthorAgeFilesLines
...
* r2361: Fix the appalling toktocliplist() fn. Bug found by Luis Benvenutto.Jeremy Allison2004-09-151-3/+5
| | | | Jeremy.
* r1908: Bugzilla #1541. Fix recursive ls in smbclient. Fix by Josef Zlomek.Tim Potter2004-08-191-1/+1
|
* r1616: Fix user unmount of shares mount with suid mount.cifsSteve French2004-08-011-9/+33
|
* r1320: Return an error when the last command read from stdin fails in ↵Jelmer Vernooij2004-07-012-5/+7
| | | | | | smbclient + prepare for better error checking in tar..
* r1154: Change default setting for case sensitivity to "auto". If set to autoJeremy Allison2004-06-151-0/+16
| | | | | | | | | | | | then is the client supports it (current clients supported are Samba and CIFSVFS - detected by the negprot strings "Samba", "POSIX 2" and a bare "NT LM 0.12" string) then the setting of the per packet flag smb_flag FLAG_CASELESS_PATHNAMES is taken into account per packet. This allows the linux CIFS client to use Samba in a case sensitive manner. Additional command in smbclient "case_sensitive", toggles the flag in subsequent packets. Docs to follow. Jeremy.
* r1085: Now it's had some proper user testing, merge in the deferred open ↵Jeremy Allison2004-06-081-1/+1
| | | | | | | | fix. I'm still doing more testing, but it fixes a behaviour that we've been wrong on ever since the start of Samba. Jeremy.
* r947: Patch from Fabian Franz <FabianFranz@gmx.de> that allows you Jelmer Vernooij2004-05-301-4/+16
| | | | to specify a port in the device URL.
* r737: Handle -S and user mount parmsSteve French2004-05-141-24/+40
|
* r710: Fix smbclient symlink command when widelinks = no.Jeremy Allison2004-05-131-2/+1
| | | | Jeremy.
* r96: Stupid f&%'n UNIX extensions.... SETPATHINFOJeremy Allison2004-04-061-18/+18
| | | | | | | | | | | | | | normally takes as it's param entry the filename to be acted upon.... Unless it's UNIX extensions create hardlink, or UNIX extensions create symlink. Then it's param -> newfile name data -> oldfile name. This caused me to stuff them up in 3.0.2 (and the client commands link and symlink). Fixed them, everything is now called oldname and newname - thus specifying which name should already exist (hint - the old one...) and which will be created (newname). Jeremy.
* r88: Add missing guest mount option for mount.cifsSteve French2004-04-061-9/+10
|
* r77: Fix path canonicalization of the mount target path and help text ↵Steve French2004-04-061-5/+25
| | | | display in the cifs mount helper
* r76: Fix smbfs problem with Tree Disconnect issued before smbfs starts its work.Alexander Bokovoy2004-04-061-0/+1
| | | | | | | | | We use cli_state.smb_rw_error to pass this specific case into cli_close_connection() from smbmount as smb_rw_error can have only selected number of states and it is ignored in cli_close_connection(). Compiled and tested by Lars Mueller from SuSE on x86, x86_64, ppc, ppc64, s390 and s390x.
* r39: * importing .cvsignore filesGerald Carter2004-04-051-1/+0
| | | | * updateing WHATSNEW with vl's change
* r18: Fix free of incremented pointerSteve French2004-04-041-5/+4
|
* r4: merge in the SAMBA_3_0 branch from cvsCVS Import User2004-04-041-41/+112
| | | | | | | | to checkout try this: svn co svn+ssh://svn.samba.org/home/svn/samba/branches/SAMBA_3_0 samba-3_0-work metze
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-049-0/+8324
metze