From 9ded5f7b38033d594f1aa59ffd50deeae8d5158f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Thu, 12 Apr 2001 18:23:39 +0200 Subject: [PATCH] *** empty log message *** Rev: ChangeLog:1.336.2.2 --- ChangeLog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0988c78d..0f679829 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2001-04-12 Niels Möller + + * src/testsuite/functions.sh (spawn_lshd): Pass arguments to lshd. + + * src/unix_user.c (xsetgroups): New function, without the + NGROUPS_MAX limit. XXX Fix in head branch. + (xinitgroups): Likewise. XXX Fix in head branch. + + * src/ssh1_fallback.c (fall_back_to_ssh1): Reset the fd to + blocking mode. + + * src/io.c (io_set_blocking): New function. + (do_exc_finish_read_handler): Close fd immediately on + EXC_FINISH_IO. + + * configure.in: Added option --enable-initgroups-workaround. XXX + Fix in head branch. + + * acconfig.h: Added INITGROUPS_WORKAROUND. XXX Fix in head branch. + + * src/testsuite/Makefile.am (TS_MORE_SH): New test + ssh1-fallback-test. + 2001-04-08 Niels Möller * configure.in: Bumped version to 1.2.1. -- GitLab