An error occurred fetching the project authors.
- 18 Jan, 2006 1 commit
-
-
Steve French authored
Signed-off-by:
Benoit Boissinot <benoit.boissinot@ens-lyon.org> Signed-off-by:
Steve French <sfrench@us.ibm.com>
-
- 14 Jan, 2006 1 commit
-
-
Steve French authored
Fix Samba bugzilla bug 3301 In share mode encrypted password must be sent on tree connection (in our case only the NTLM password is sent, not the older LANMAN one). Signed-off-by:
Steve French <sfrench@us.ibm.com>
-
- 13 Jan, 2006 1 commit
-
-
Steve French authored
Signed-off-by:
Steve French <sfrench@us.ibm.com>
-
- 12 Jan, 2006 1 commit
-
-
Steve French authored
Signed-off-by:
Steve French <sfrench@us.ibm.com>
-
- 13 Dec, 2005 1 commit
-
-
Steve French authored
Signed-off-by:
Steve French <sfrench@us.ibm.com>
-
- 02 Dec, 2005 1 commit
-
-
Steve French authored
memcpy. Part 1 Signed-off-by:
Steve French <sfrench@us.ibm.com>
-
- 30 Nov, 2005 1 commit
-
-
Steve French authored
the request queue. Also periodically wakeup response_q so threads can check if stuck requests have timed out. Workaround Windows server illegal smb length on transact2 findfirst response. Signed-off-by:
Steve French <sfrench@us.ibm.com>
-
- 16 Nov, 2005 1 commit
-
-
Steve French authored
(and a ppc64 compiler warning) Signed-off-by:
Dave Kleikamp <shaggy@austin.ibm.com> Signed-off-by:
Steve French <sfrench@us.ibm.com>
-
- 11 Nov, 2005 1 commit
-
-
Steve French authored
Following Shaggy's suggestion, do a better job on the unicode string handling routines in cifs in specifying that the wchar_t are really little endian widechars (__le16). Signed-off-by:
Steve French <sfrench@us.ibm.com>
-
- 04 Nov, 2005 1 commit
-
-
Steve French authored
Add cifs extended stats configure option and reduce experimental code. Signed-off-by:
Steve French <sfrench@us.ibm.com>
-
- 12 Oct, 2005 1 commit
-
-
Steve French authored
Signed-off-by: Steve French (sfrench@us.ibm.com)
-
- 03 Oct, 2005 2 commits
-
-
Steve French authored
Signed-off-by: Steve French (sfrench@us.ibm.com)
-
Steve French authored
eliminate the double copy, and improve cifs write performance and help the server by upping the typical write size from 4K to 16K (or even larger if wsize set explicitly) for servers which support this. Part 1 of 2 Signed-off-by:
Dave Kleikamp <shaggy@austin.ibm.com> Signed-off-by:
Steve French <sfrench@us.ibm.com>
-
- 22 Sep, 2005 2 commits
-
-
Steve French authored
Most important of these fixes mapchars on bigendian and a few statfs fields Signed-off-by: Shaggy (shaggy@austin.ibm.com) Signed-off-by: Steve French (sfrench@us.ibm.com)
-
Steve French authored
functional, and the length check is fixed so readdir does not throw a warning message when windows me messes up the response to FindFirst of an empty dir (with only . and ..). Signed-off-by: Steve French (sfrench@us.ibm.com)
-
- 21 Sep, 2005 1 commit
-
-
Steve French authored
ME, and do not set ctime unless explicitly requested with atime and/or mtime (it gets thrown away by most servers anyway as there is no way to set this via posix). Signed-off-by: Steve French (sfrench@us.ibm.com)
-
- 19 Sep, 2005 1 commit
-
-
Steve French authored
begin implementation of Win9x style set file size via open then write of zero bytes. Signed-off-by: Steve French (sfrench@us.ibm.com)
-
- 01 Sep, 2005 1 commit
-
-
Steve French authored
Handle small negotiated read sizes (under 4K) and finish up read and write support. Signed-off-by:
Steve French <sfrench@us.ibm.com>
-
- 31 Aug, 2005 1 commit
-
-
Steve French authored
Fix WriteX support for old servers which do not support large files. Signed-off-by:
Steve French <sfrench@us.ibm.com>
-
- 25 Aug, 2005 4 commits
-
-
Steve French authored
of Read support. Signed-off-by:
Steve French <sfrench@us.ibm.com>
-
Steve French authored
Signed-off-by:
Steve French <sfrench@us.ibm.com>
-
Steve French authored
Signed-off-by: Steve French (sfrench@us.ibm.com)
-
Steve French authored
Signed-off-by:
Asser Ferno <asser@diku.dk> Signed-off-by: Steve French <sfrench@us.ibm.com> and lightly modified
-
- 24 Aug, 2005 2 commits
-
-
Steve French authored
Make cifs_stats code conditional in the header files to avoid ifdefs in the main code. Signed-off-by:
Dave Kleikamp <shaggy@austin.ibm.com> Signed-off-by:
Steve French <sfrench@us.ibm.com>
-
Steve French authored
legacy getattr (lookup). Signed-off-by: Steve French (sfrench@us.ibm.com)
-
- 21 Aug, 2005 1 commit
-
-
Steve French authored
missing. Most importantly SMB reads were undercounted. Signed-off-by: Steve French (sfrench@us.ibm.com)
-
- 17 Aug, 2005 2 commits
-
-
Steve French authored
Signed-off-by: Steve French (sfrench@us.ibm.com)
-
Steve French authored
Signed-off-by: Steve French
-
- 14 Aug, 2005 1 commit
-
-
Steve French authored
Fix missing entries in search results when very long file names and more than 50 (or so) of such long search entries in the directory. FindNext could send corrupt last byte of resume name when resume key was a few hundred bytes long file name or longer. Fixes Samba Bug # 2932 Signed-off-by: Steve French (sfrench@us.ibm.com) Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
-
- 13 Aug, 2005 1 commit
-
-
Steve French authored
redundant null pointer checks before cifs_buf_release. Found by coverity analyzer. Signed-off-by: Steve French (sfrench@us.ibm.com)
-
- 03 Aug, 2005 1 commit
-
-
Steve French authored
more than 50 (or so) of such long search entries in the directory. FindNext could send corrupt last byte of resume name when resume key was a few hundred bytes long file name or longer. Fixes Samba Bug # 2932 Signed-off-by: Steve French (sfrench@us.ibm.com)
-
- 21 Jul, 2005 1 commit
-
-
Steve French authored
Creating FIFOs to non-Unix servers (with cifs mounts for which sfu option was specified) now works. Signed-off-by: Steve French (sfrench@us.ibm.com) Thanks to Martin Koeppe for his assistance
-
- 24 Jun, 2005 1 commit
-
-
Steve French authored
Signed-off-by: Steve French (sfrench@us.ibm.com)
-
- 23 Jun, 2005 3 commits
-
-
Steve French authored
Signed-off-by: Steve French (sfrench@us.ibm.com)
-
Jeremy Allison authored
Signed-off-by: Steve French@sfrench@us.ibm.com Signed-off-by: Jeremy Allison (jra@samba.org)
-
Steve French authored
Signed-off-by: Steve French (sfrench@us.ibm.com)
-
- 13 Jun, 2005 1 commit
-
-
Steve French authored
Signed-off-by: Steve French (sfrench@us.ibm.com)
-
- 17 May, 2005 1 commit
-
-
Steve French authored
Signed-off-by: Steve French (sfrench@us.ibm.com)
-
- 30 Apr, 2005 1 commit
-
-
Steve French authored
For older servers which do not support Unicode Signed-off-by: Steve French (sfrench@us.ibm.com) Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
-
- 29 Apr, 2005 1 commit
-
-
Steve French authored
if cifsd thread is no longer running to demultixplex responses. Do not send FindClose request when FindFirst failed without reaching end of search. Signed-off-by: Steve French (sfrench@us.ibm.com) Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
-