summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-03-22 03:11:49 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-03-22 03:11:49 +0000
commitc7431341911e911993776c357ca57d1fb7ed1b23 (patch)
tree3e7fec3c3985b8f7584b4a03ce7df035d361c442 /ChangeLog
parentf34e4eb6c730fa38640aeef5f6801035caaba460 (diff)
- stevesk@cvs.openbsd.org 2002/03/20 19:12:25
[servconf.c servconf.h ssh.h sshd.c] for unprivileged user, group do: pw=getpwnam(SSH_PRIVSEP_USER); do_setusercontext(pw). ok provos@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ed52bdc96..48a67cb04 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -100,6 +100,10 @@
100 - markus@cvs.openbsd.org 2002/03/19 15:31:47 100 - markus@cvs.openbsd.org 2002/03/19 15:31:47
101 [auth.c] 101 [auth.c]
102 check for NULL; from provos@ 102 check for NULL; from provos@
103 - stevesk@cvs.openbsd.org 2002/03/20 19:12:25
104 [servconf.c servconf.h ssh.h sshd.c]
105 for unprivileged user, group do:
106 pw=getpwnam(SSH_PRIVSEP_USER); do_setusercontext(pw). ok provos@
103 107
10420020317 10820020317
105 - (tim) [configure.ac] Assume path given with --with-pid-dir=PATH is wanted, 109 - (tim) [configure.ac] Assume path given with --with-pid-dir=PATH is wanted,
@@ -7946,4 +7950,4 @@
7946 - Wrote replacements for strlcpy and mkdtemp 7950 - Wrote replacements for strlcpy and mkdtemp
7947 - Released 1.0pre1 7951 - Released 1.0pre1
7948 7952
7949$Id: ChangeLog,v 1.1953 2002/03/22 03:08:30 mouring Exp $ 7953$Id: ChangeLog,v 1.1954 2002/03/22 03:11:49 mouring Exp $