Bugzilla – Attachment 948 Details for
Bug 1070
Enchancement: Integration with GridEngine
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Diff against sshd.c, -DSGESSH_INTEGRATION to enable this integration
sshd.diff (text/plain), 1.19 KB, created by
Ron Chen
on 2005-08-17 11:25:39 AEST
(
hide
)
Description:
Diff against sshd.c, -DSGESSH_INTEGRATION to enable this integration
Filename:
MIME Type:
Creator:
Ron Chen
Created:
2005-08-17 11:25:39 AEST
Size:
1.19 KB
patch
obsolete
>> diff -C4 sshd.c.original sshd.c >*** sshd.c.original Tue Aug 17 09:21:50 2005 >--- sshd.c Tue Aug 17 09:20:43 2005 >*************** >*** 665,673 **** > /* Demote the private keys to public keys. */ > demote_sensitive_data(); > > /* Drop privileges */ >! do_setusercontext(authctxt->pw); > > /* It is safe now to apply the key state */ > monitor_apply_keystate(pmonitor); > } >--- 665,678 ---- > /* Demote the private keys to public keys. */ > demote_sensitive_data(); > > /* Drop privileges */ >! >! #ifdef SGESSH_INTEGRATION >! sgessh_do_setusercontext(authctxt->pw); >! #else >! do_setusercontext(authctxt->pw); >! #endif > > /* It is safe now to apply the key state */ > monitor_apply_keystate(pmonitor); > } > >*************** >*** 889,896 **** >--- 894,905 ---- > #endif > __progname = ssh_get_progname(av[0]); > init_rng(); > >+ #ifdef SGESSH_INTEGRATION >+ sgessh_readconfig(); >+ #endif >+ > /* Save argv. Duplicate so setproctitle emulation doesn't clobber it */ > saved_argc = ac; > rexec_argc = ac; > saved_argv = xmalloc(sizeof(*saved_argv) * (ac + 1));
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 1070
:
948
|
949
|
950