search for: parsed_info

Displaying 3 results from an estimated 3 matches for "parsed_info".

2012 Oct 18
2
CIFS: Deprecating NFS mounting syntax in mount.cifs
The following patch adds a warning when using NFS mounting syntax (server:/share), instead of the usual UNC syntax (//server/share || \\server\share), that support for NFS style mounts will be removed in version 6.0 of the mount.cifs utility. The reasoning for this is simple. Support for NFS syntax is undocumented and increases maintenance overhead. This came up recently on the cifs-utils list
2013 Mar 25
0
ANNOUNCE: cifs-utils release 6.0 ready for download
...comments on API description ...typo and grammatical fixes, mostly. Signed-off-by: Jeff Layton <jlayton at samba.org> commit 1a01f7c4b90695211d12291d7a24bec05b1f2922 Author: Jeff Layton <jlayton at samba.org> Date: Sat Jan 12 22:02:01 2013 -0500 mount.cifs: set parsed_info->got_user when a cred file supplies a username commit 85d18a1ed introduced a regression when using a credentials file. It set the username in the parsed mount info properly, but didn't set the "got_user" flag in it. Also, fix an incorrect strlcpy length sp...
2010 Apr 02
0
ANNOUNCE: cifs-utils release 4.2 available for download
...fo ...and fill and use them accordingly. Signed-off-by: Jeff Layton <jlayton at redhat.com> commit 0f4753b828e71b437924b48d168308884928fa6f Author: Jeff Layton <jlayton at redhat.com> Date: Thu Apr 1 15:19:16 2010 -0400 mount.cifs: make mountpassword a field in parsed_info ...rather than a buffer pointed to by a global var Signed-off-by: Jeff Layton <jlayton at redhat.com> commit 0ec6dc3c89ccc48d9f4a4edb9865502cf3759d03 Author: Jeff Layton <jlayton at redhat.com> Date: Thu Apr 1 15:19:16 2010 -0400 mount.cifs: make parse_options...