diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | ssh.h | 4 |
2 files changed, 8 insertions, 3 deletions
@@ -1,5 +1,10 @@ | |||
1 | 20020515 | 1 | 20020515 |
2 | - (bal) CVS ID fix up on auth-passwd.c | 2 | - (bal) CVS ID fix up on auth-passwd.c |
3 | - (bal) OpenBSD CVS Sync | ||
4 | - deraadt@cvs.openbsd.org 2002/05/07 19:54:36 | ||
5 | [ssh.h] | ||
6 | use ssh uid | ||
7 | |||
3 | 8 | ||
4 | 20020514 | 9 | 20020514 |
5 | - (stevesk) [README.privsep] PAM+privsep works with Solaris 8. | 10 | - (stevesk) [README.privsep] PAM+privsep works with Solaris 8. |
@@ -604,4 +609,4 @@ | |||
604 | - (stevesk) entropy.c: typo in debug message | 609 | - (stevesk) entropy.c: typo in debug message |
605 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ | 610 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ |
606 | 611 | ||
607 | $Id: ChangeLog,v 1.2121 2002/05/15 15:59:17 mouring Exp $ | 612 | $Id: ChangeLog,v 1.2122 2002/05/15 16:07:11 mouring Exp $ |
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh.h,v 1.66 2002/03/29 19:18:33 stevesk Exp $ */ | 1 | /* $OpenBSD: ssh.h,v 1.67 2002/05/07 19:54:36 deraadt Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -105,7 +105,7 @@ | |||
105 | * primary group. | 105 | * primary group. |
106 | */ | 106 | */ |
107 | #ifndef SSH_PRIVSEP_USER | 107 | #ifndef SSH_PRIVSEP_USER |
108 | #define SSH_PRIVSEP_USER "nobody" | 108 | #define SSH_PRIVSEP_USER "ssh" |
109 | #endif | 109 | #endif |
110 | 110 | ||
111 | /* Minimum modulus size (n) for RSA keys. */ | 111 | /* Minimum modulus size (n) for RSA keys. */ |