The Samba-Bugzilla – Attachment 14100 Details for
Bug 13050
smbc_opendir returns EEXIST with invalid login credentials
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
git-am fix for 4.7.next.
0001-smbc_opendir-should-not-return-EEXIST-with-invalid-l.patch (text/plain), 1.72 KB, created by
Jeremy Allison
on 2018-04-04 00:23:36 UTC
(
hide
)
Description:
git-am fix for 4.7.next.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2018-04-04 00:23:36 UTC
Size:
1.72 KB
patch
obsolete
>From fa6140f8f1986d6abd239c631388b881709787ea Mon Sep 17 00:00:00 2001 >From: David Mulder <dmulder@suse.com> >Date: Thu, 2 Nov 2017 08:25:11 -0600 >Subject: [PATCH] smbc_opendir should not return EEXIST with invalid login > credentials > >BUG: https://bugzilla.samba.org/show_bug.cgi?id=13050 > >Signed-off-by: David Mulder <dmulder@suse.com> > >Reviewed-by: Andreas Schneider <asn@samba.org> >Reviewed-by: Jim McDonough <jmcd@samba.org> > > >Autobuild-User(master): Jim McDonough <jmcd@samba.org> >Autobuild-Date(master): Thu Nov 9 01:49:06 CET 2017 on sn-devel-144 > >(cherry picked from commit 7470b9b18af282a742929d3fc90f4be5520428a1) >--- > source3/libsmb/libsmb_server.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/source3/libsmb/libsmb_server.c b/source3/libsmb/libsmb_server.c >index 2d41f2facf3..e6067be2013 100644 >--- a/source3/libsmb/libsmb_server.c >+++ b/source3/libsmb/libsmb_server.c >@@ -360,8 +360,8 @@ SMBC_server_internal(TALLOC_CTX *ctx, > "?????", > *pp_password); > if (!NT_STATUS_IS_OK(status)) { >- errno = map_errno_from_nt_status(status); > cli_shutdown(srv->cli); >+ errno = map_errno_from_nt_status(status); > srv->cli = NULL; > smbc_getFunctionRemoveCachedServer(context)(context, > srv); >@@ -571,8 +571,8 @@ SMBC_server_internal(TALLOC_CTX *ctx, > > status = cli_tree_connect_creds(c, share, "?????", creds); > if (!NT_STATUS_IS_OK(status)) { >- errno = map_errno_from_nt_status(status); > cli_shutdown(c); >+ errno = map_errno_from_nt_status(status); > return NULL; > } > >-- >2.17.0.484.g0c8726318c-goog >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
asn
:
review+
jmcd
:
review+
Actions:
View
Attachments on
bug 13050
:
13751
| 14100