summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ssh.h4
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index bbb51c11f..211e248f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,9 @@
7 - deraadt@cvs.openbsd.org 2002/05/08 21:06:34 7 - deraadt@cvs.openbsd.org 2002/05/08 21:06:34
8 [ssh.h] 8 [ssh.h]
9 move to sshd.sshd instead 9 move to sshd.sshd instead
10 - stevesk@cvs.openbsd.org 2002/05/11 20:24:48
11 [ssh.h]
12 typo in comment
10 13
1120020514 1420020514
12 - (stevesk) [README.privsep] PAM+privsep works with Solaris 8. 15 - (stevesk) [README.privsep] PAM+privsep works with Solaris 8.
@@ -611,4 +614,4 @@
611 - (stevesk) entropy.c: typo in debug message 614 - (stevesk) entropy.c: typo in debug message
612 - (djm) ssh-keygen -i needs seeded RNG; report from markus@ 615 - (djm) ssh-keygen -i needs seeded RNG; report from markus@
613 616
614$Id: ChangeLog,v 1.2123 2002/05/15 16:08:48 mouring Exp $ 617$Id: ChangeLog,v 1.2124 2002/05/15 16:09:57 mouring Exp $
diff --git a/ssh.h b/ssh.h
index 75900716b..aac6216b8 100644
--- a/ssh.h
+++ b/ssh.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh.h,v 1.68 2002/05/08 21:06:34 deraadt Exp $ */ 1/* $OpenBSD: ssh.h,v 1.69 2002/05/11 20:24:48 stevesk Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -101,7 +101,7 @@
101 101
102/* 102/*
103 * unprivileged user when UsePrivilegeSeparation=yes; 103 * unprivileged user when UsePrivilegeSeparation=yes;
104 * sshd will change its pivileges to this user and its 104 * sshd will change its privileges to this user and its
105 * primary group. 105 * primary group.
106 */ 106 */
107#ifndef SSH_PRIVSEP_USER 107#ifndef SSH_PRIVSEP_USER