summaryrefslogtreecommitdiffstats
path: root/source/include/client.h
Commit message (Collapse)AuthorAgeFilesLines
* r24653: Some trivial 3_2->3_2_0 mergesVolker Lendecke2007-08-241-2/+1
|
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-07-101-2/+1
|
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-07-091-1/+1
| | | | Jeremy.
* r22920: Add in the UNIX capability for 24-bit readX, as discussedJeremy Allison2007-05-161-0/+2
| | | | | | with the Apple guys and Linux kernel guys. Still looking at how to do writeX as there's no recvfile(). Jeremy.
* r21768: Fix the client dfs code such that smbclient canJeremy Allison2007-03-081-15/+15
| | | | | | | | | process deep dfs links (ie. links that go to non root parts of a share). Make the directory handling conanonical in POSIX and Windows pathname processing. dfs should not be fully working in client tools. Please bug me if not. Jeremy.
* r18969: Fix typo.Günther Deschner2006-09-281-1/+1
| | | | Guenther
* r17800: Start using struct timespec internally for file timesJeremy Allison2006-08-241-3/+3
| | | | | | | | | on the wire. This allows us to go to nsec resolution for systems that support it. It should also now be easy to add a correct "create time" (birth time) for systems that support it (*BSD). I'll be watching the build farm closely after this one for breakage :-). Jeremy.
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2006-07-111-4/+0
| | | | | | | to do the upper layer directories but this is what everyone is waiting for.... Jeremy.
* r15162: Patch for bug #3668. Windows has a bug with LARGE_READXJeremy Allison2006-04-221-1/+3
| | | | | where if you ask for exactly 64k bytes it returns 0. Jeremy.
* r10964: BUG 1051: store the directory path so we can send the full name in ↵Gerald Carter2005-10-131-0/+1
| | | | the unlink call (del tmp\foo)
* r10656: BIG merge from trunk. Features not copied overGerald Carter2005-09-301-32/+26
| | | | | | | * \PIPE\unixinfo * winbindd's {group,alias}membership new functions * winbindd's lookupsids() functionality * swat (trunk changes to be reverted as per discussion with Deryck)
* r7415: * big change -- volker's new async winbindd from trunkGerald Carter2005-06-081-10/+25
|
* r5518: Add initial msdfs support to smbclient. Currently I can only Gerald Carter2005-02-231-0/+1
| | | | | | | | | | | | cd up and down the tree and get directory listings. Still have to figure out how to get a directory listing on a 2k dfs root. Also have to work out some issues with relative paths that cross dfs mount points. We're protected from the new code paths when connecting to a non-dfs root share ( the flag from the tcon&X is stored in the struct cli_state* )
* r4970: Fix for bug 2092, allowing fallback after kerberos and allowJeremy Allison2005-01-241-0/+1
| | | | | gnome vfs to prevent auto-anonymous logon. Jeremy.
* r4570: Replace cli->nt_pipe_fnum with an array of NT file numbers, one for eachVolker Lendecke2005-01-061-1/+1
| | | | | | | | | | | | supported pipe. Netlogon is still special, as we open that twice, one to do the auth2, the other one with schannel. The client interface is completely unchanged for those who only use a single pie. cli->pipe_idx is used as the index for everything except the "real" client rpc calls, which have been explicitly converted in my last commit. Next step is to get winbind to just use a single smb connection for multiple pipes. Volker
* r4186: Fix client & server to allow 127k READX calls.Jeremy Allison2004-12-141-1/+1
| | | | Jeremy.
* r1154: Change default setting for case sensitivity to "auto". If set to autoJeremy Allison2004-06-151-0/+1
| | | | | | | | | | | | 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.
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+169
metze