Displaying 3 results from an estimated 3 matches for "open_cred_file".
2010 Apr 28
0
ANNOUNCE: cifs-utils release 4.4 available for download
...cifs: fix parsing of password in parse_username
Signed-off-by: Jeff Layton <jlayton at samba.org>
commit 6c917ebf360b3dbbc4c7ad9af3e106170528aa3c
Author: Scott Lovenberg <scott.lovenberg at gmail.com>
Date: Sun Apr 25 09:35:13 2010 -0400
mount.cifs: continued cleanup of open_cred_file and zero out buffer
The parsing for values has been moved to its own function and is a bit
cleaner. Temporary buffers are zeroed out before being freed to ensure
passwords/credentials aren't left in released memory.
Signed-off-by: Scott Lovenberg <scott.lovenberg at...
2013 Mar 25
0
ANNOUNCE: cifs-utils release 6.0 ready for download
...er 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 specifier in open_cred_file.
Reported-by: "Mantas M." <grawity at gmail.com>
Signed-off-by: Jeff Layton <jlayton at samba.org>
commit fb9999a9d20495719f3fa323401b087ebef60a0d
Author: Jeff Layton <jlayton at samba.org>
Date: Mon Jan 28 21:38:12 2013 -0500
setcifsacl: fix infinit...
2010 Mar 23
1
ANNOUNCE: cifs-utils release 4.1 available for download
...t(3) in get_password_from_file
Signed-off-by: Jeff Layton <jlayton at redhat.com>
commit e7208f48afed859b3d0188aadc90dc925ab1fb23
Author: Jeff Layton <jlayton at redhat.com>
Date: Mon Mar 22 08:03:38 2010 -0400
mount.cifs: don't use exit(3) in mount_cifs_usage() and open_cred_file()
...to help ensure that exit processing is handled appropriately.
Signed-off-by: Jeff Layton <jlayton at redhat.com>
commit 7c0ea6b9a8ff064312da587ff0dcf701b7032c42
Author: Jeff Layton <jlayton at redhat.com>
Date: Mon Mar 22 08:03:38 2010 -0400
mount.cifs: do...