Bugzilla – Attachment 1000 Details for
Bug 1105
Privilege Separation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix privsep + root login + delayed compression bug.
openssh-4.2p1-privsep-compress.patch (text/plain), 622 bytes, created by
Darren Tucker
on 2005-10-17 14:10:07 AEST
(
hide
)
Description:
Fix privsep + root login + delayed compression bug.
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2005-10-17 14:10:07 AEST
Size:
622 bytes
patch
obsolete
>Index: openssh_cvs/sshd.c >diff -u openssh_cvs/sshd.c:1.313 openssh_cvs/sshd.c:1.313.2.1 >--- openssh_cvs/sshd.c:1.313 Tue Jul 26 21:54:56 2005 >+++ openssh_cvs/sshd.c Mon Oct 3 18:16:27 2005 >@@ -633,9 +633,8 @@ > if (authctxt->pw->pw_uid == 0 || options.use_login) { > #endif > /* File descriptor passing is broken or root login */ >- monitor_apply_keystate(pmonitor); > use_privsep = 0; >- return; >+ goto out; > } > > /* Authentication complete */ >@@ -669,6 +668,7 @@ > /* Drop privileges */ > do_setusercontext(authctxt->pw); > >+ out: > /* It is safe now to apply the key state */ > monitor_apply_keystate(pmonitor); >
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 1105
:
999
| 1000 |
1001
|
1004
|
1005