The Samba-Bugzilla – Attachment 17264 Details for
Bug 14831
share and server swapped in smbget password prompt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
git-am fix for 4.16.next, 4.15.next.
bug-14831 (text/plain), 1012 bytes, created by
Jeremy Allison
on 2022-04-06 20:41:17 UTC
(
hide
)
Description:
git-am fix for 4.16.next, 4.15.next.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2022-04-06 20:41:17 UTC
Size:
1012 bytes
patch
obsolete
>From ae15e93b424172ec31a6cb21c8e3430e5921dded Mon Sep 17 00:00:00 2001 >From: Jeremy Allison <jra@samba.org> >Date: Tue, 5 Apr 2022 13:24:19 -0700 >Subject: [PATCH] s3: smbget: Fix auth_fn, order of //server/share parameters > is mixed in prompt. > >Found by <voetelink@nrg.eu> > >BUG: https://bugzilla.samba.org/show_bug.cgi?id=14831 > >Signed-off-by: Jeremy Allison <jra@samba.org> >Reviewed-by: Andreas Schneider <asn@samba.org> >(cherry picked from commit f1765f91b015d64122e74c01c7c6d0984cc7af87) >--- > source3/utils/smbget.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/source3/utils/smbget.c b/source3/utils/smbget.c >index 19958f35afa..3e7c5687d83 100644 >--- a/source3/utils/smbget.c >+++ b/source3/utils/smbget.c >@@ -129,7 +129,7 @@ static void get_auth_data(const char *srv, const char *shr, char *wg, int wglen, > > rc = asprintf(&prompt, > "Password for [%s] connecting to //%s/%s: ", >- un, shr, srv); >+ un, srv, shr); > if (rc == -1) { > return; > } >-- >2.32.0 >
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+
npower
:
review+
jra
:
review?
(
dmulder
)
Actions:
View
Attachments on
bug 14831
:
16806
| 17264