Browse Source

cifs-utils: Updated (5.9 -> 6.0)

IMPORTANT

As anounced by the developers, the support for the "NFS syntax" has been
removed from 'mount.cifs'!
user/chris/wip/linux37
Christian Wiese 12 years ago committed by Christian Wiese
parent
commit
814823427a
  1. 32
      filesystem/cifs-utils/cifs-utils-5.9-credentials.patch
  2. 4
      filesystem/cifs-utils/cifs-utils.desc

32
filesystem/cifs-utils/cifs-utils-5.9-credentials.patch

@ -1,32 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../cifs-utils/cifs-utils-5.9-credentials.patch
# Copyright (C) 2013 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
X-Git-Url: https://git.samba.org/?p=cifs-utils.git;a=blobdiff_plain;f=mount.cifs.c;h=40b77e92e3f734c606f522ccf279a0508ad64eab;hp=c7c3055cb890764937193b1d50d1f0fb7ae18826;hb=1a01f7c4b90695211d12291d7a24bec05b1f2922;hpb=739289ad3ce915e1ee2705ecd7ac4e907cd91405
diff --git a/mount.cifs.c b/mount.cifs.c
index c7c3055..40b77e9 100644
--- a/mount.cifs.c
+++ b/mount.cifs.c
@@ -581,7 +581,8 @@ static int open_cred_file(char *file_name,
switch (parse_cred_line(line_buf + i, &temp_val)) {
case CRED_USER:
strlcpy(parsed_info->username, temp_val,
- sizeof(parsed_info->domain));
+ sizeof(parsed_info->username));
+ parsed_info->got_user = 1;
break;
case CRED_PASS:
i = set_password(parsed_info, temp_val);

4
filesystem/cifs-utils/cifs-utils.desc

@ -25,7 +25,7 @@
[L] GPL
[S] Stable
[V] 5.9
[V] 6.0
[P] X -?---5---9 190.000
[D] 1048321037 cifs-utils-5.9.tar.bz2 ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/
[D] 1236819675 cifs-utils-6.0.tar.bz2 ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/

Loading…
Cancel
Save