Bugzilla – Attachment 227 Details for
Bug 494
PATCH: session.c: Allow multiple accounts on Windows 9x/Me
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Hmm, attaching the patch is simpler, isn't it?
session.patch (text/plain), 737 bytes, created by
Corinna Vinschen
on 2003-02-12 21:03:35 AEDT
(
hide
)
Description:
Hmm, attaching the patch is simpler, isn't it?
Filename:
MIME Type:
Creator:
Corinna Vinschen
Created:
2003-02-12 21:03:35 AEDT
Size:
737 bytes
patch
obsolete
>Index: session.c >=================================================================== >RCS file: /cvs/openssh_cvs/session.c,v >retrieving revision 1.228 >diff -u -p -r1.228 session.c >--- session.c 9 Jan 2003 22:53:12 -0000 1.228 >+++ session.c 12 Feb 2003 09:53:04 -0000 >@@ -1204,7 +1204,7 @@ void > do_setusercontext(struct passwd *pw) > { > #ifdef HAVE_CYGWIN >- if (is_winnt) { >+ { > #else /* HAVE_CYGWIN */ > if (getuid() == 0 || geteuid() == 0) { > #endif /* HAVE_CYGWIN */ >@@ -1257,6 +1257,9 @@ do_setusercontext(struct passwd *pw) > permanently_set_uid(pw); > #endif > } >+#ifdef HAVE_CYGWIN >+ if (is_winnt) >+#endif > if (getuid() != pw->pw_uid || geteuid() != pw->pw_uid) > fatal("Failed to set uids to %u.", (u_int) pw->pw_uid); > }
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 494
: 227 |
228