[BACK]Return to sshd.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/sshd.c between version 1.232 and 1.233

version 1.232, 2002/03/19 03:03:43 version 1.233, 2002/03/19 10:35:39
Line 507 
Line 507 
         /* We do not clear ssh1_host key and cookie.  XXX - Okay Niels? */          /* We do not clear ssh1_host key and cookie.  XXX - Okay Niels? */
 }  }
   
 void  static void
 privsep_preauth_child(void)  privsep_preauth_child(void)
 {  {
         u_int32_t rand[256];          u_int32_t rand[256];
Line 537 
Line 537 
         setuid(options.unprivileged_user);          setuid(options.unprivileged_user);
 }  }
   
 void  static void
 privsep_postauth(Authctxt *authctxt, pid_t pid)  privsep_postauth(Authctxt *authctxt, pid_t pid)
 {  {
         extern Authctxt *x_authctxt;          extern Authctxt *x_authctxt;

Legend:
Removed from v.1.232  
changed lines
  Added in v.1.233