Lines Matching refs:server
11 Disable use of server inode numbers when server only
12 partially supports them (e.g. for one server querying inode numbers on
23 ntlmv2. Fix 2nd mount to same server but with different port to
29 Client uses server inode numbers (which are persistent) rather than
31 on by default if server supports it). Add forceuid and forcegid
33 which uid mounted does not immediately force the server's reported
49 session setup to distinguish multiple mounts to same server from different
57 Improve support for multiple security contexts to the same server. We
59 the server to treat subsequent connections, especially those that
62 same server with different userids without risking invalidating earlier
64 to better ensure that we wait for server to write all of the data to
65 server disk (not just write it over the network). Add new mount
67 fsync if desired (fsync still flushes all cached write data to the server).
68 Posix file open support added (turned off after one attempt if server
69 fails to support it properly, as with Samba server versions prior to 3.3.2)
71 little memory for the "nativeFileSystem" field returned by the server
78 rather than posix (advisory) byte range locks, even though server would
100 data can in some cases not get written to the file on the server before the
113 on parent directory when server supports Unix Extensions but not POSIX
129 of mode (enable old behavior). Fix hang on mount caused when server crashes
134 Fix oops on second mount to server when null auth is used.
138 of second share to disconnected server session (autoreconnect on this).
159 EAGAIN returned on kern_recvmsg. Return better error if server
164 has backslash (not forward slash) between ip address of server
169 Fix NTLMv2 signing. NFS server mounted over cifs works (if cifs mount is
171 (helps with certain sharing violation cases when server such as
176 windows server could unlock more bytes (on server copy of file)
188 gids on the server do not match those of the client. Make "sec=none"
194 Make sign option force signing (or fail if server does not support it).
202 When DOS attribute of file on non-Unix server's file changes on the server side
207 on server which does not support the Unix Extensions). Remove read only dos
224 server the Unix/POSIX cifs capabilities which we support (SetFSInfo).
241 time out requests if server still responding reasonably fast
255 or recent levels of FindFirst unless server says it supports NT SMBs
268 cifs open which helps rare case when setpathinfo fails or server does
274 the tids match and we try to find matching fid on wrong server. Fix read
275 looping when signing required by server (2.6.16 kernel only). Fix readdir
277 if server does not. Allow searches to skip first three entries and
289 locking support (requires server with newest CIFS UNIX Extensions
297 from remote server even if file is open for write as long as mount is
309 on the server will be recognized. Add client side permission check on setattr.
310 Timeout stuck requests better (where server has never responded or sent corrupt
320 wsize and rsize can now be larger than negotiated buffer size if server
338 For these older servers, add option for passing netbios name of server in
342 requests to the server (necessary for certain applications which break with
373 file data on the client for that file even as the server copy changed).
382 Add support for lsattr (getting ext2/ext3/reiserfs attr flags from the server)
384 unless server explicitly claims to support them in CIFS Unix extensions
386 different users from the same client to the same server. Fix oops in
395 processes accessing the same server at the same time).
404 specified use the inode number that the server reports - for both lookup
433 from Samba server to DC (Samba required dummy LM password).
449 to EOPNOTSUPP when server does not support posix acls on the wire. Fix
457 non-consecutive entries). Do not do readdir when server negotiates
459 the server (add also acl and noacl mount options).
463 Optionally allow using server side inode numbers, rather than client generated
485 and server do not match, client permission checks are meaningless on
486 server uids that do not exist on the client (this does not affect the
487 normal ACL check which occurs on the server). Fix default uid
489 override of the default uid behavior (in which the server sets the uid
491 user want the server to set the uid/gid on newly created files (rather than
507 is the usual maximum active multiplex SMB/CIFS requests per server).
509 session to the same server (but with different userids) exists and one
528 Fix prepare write of partial pages to read in data from server if possible.
588 locally (the server already enforced its own ACLs too) for servers
600 Send NTCreateX with ATTR_POSIX if Linux/Unix extensions negotiated with server.
619 Connect to server when port number override not specified, and tcp port
646 copy rather than later modified server copy of file. Do not reconnect
647 when server drops the tcp session prematurely before negotiate
672 Fix problem reconnecting secondary mounts to same server after session
678 Fix to list processing in reopen_files. Fix reconnection when server hung
695 Fix oops in reopen_files when invalid dentry. drop dentry on server rename
697 on create hard link when server does not support them.
712 advantage of trans2 SetFileInfo rename facility if available on target server.
727 Fix oops in mkdir when server fails to return inode info. Fix oops in reopen_files
728 during auto reconnection to server after server recovered from failure.
739 Fix oops when mounting to long server names caused by inverted parms to kmalloc.
743 session to the same server (ip address) for a different mount which
750 break from server.
829 (server name portion of) the UNC name. Allow override of the
830 tcp port of the target server via new mount option "-port="
869 Finish reconnection logic, so connection with server can be dropped
870 (or server rebooted) and the cifs client will reconnect.
876 over 16K to allow negotiation of up to Samba and Windows server default read
887 shares to the same Windows server when using different usernames
889 possible to use different userids when connecting to the same server from a
997 (which is the mechanism preferred by Windows 2000 server in the absence of Kerberos).
1007 multiple uses to same share, multiple users to same server etc.
1043 in most cases. Eventually will offer optional ability to query server for the correct perms.
1045 3) Fixed eventual trap when mounting twice to different shares on the same server when the first su…