summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-04-20 23:12:58 +1000
committerDamien Miller <djm@mindrot.org>2000-04-20 23:12:58 +1000
commitd0cff3ecc49204c03c06428f7b779b8a18c0486f (patch)
tree97eaecdaec4a134fc48d5704a33f4ad3ba9ca1f4 /ChangeLog
parent166fca8894807de71b741a779330bd23edfec013 (diff)
- Merge fixes from Debian patch from Phil Hands <phil@hands.com>
- Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE) - Use vhangup to clean up Linux ttys - Force posix getopt processing on GNU libc systems
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 168e583b4..192ca2c7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,10 @@
7 [session.c] 7 [session.c]
8 - remove bogus chan_read_failed. this could cause data 8 - remove bogus chan_read_failed. this could cause data
9 corruption (missing data) at end of a SSH2 session. 9 corruption (missing data) at end of a SSH2 session.
10 - Merge fixes from Debian patch from Phil Hands <phil@hands.com>
11 - Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE)
12 - Use vhangup to clean up Linux ttys
13 - Force posix getopt processing on GNU libc systems
10 14
1120000419 1520000419
12 - OpenBSD CVS updates 16 - OpenBSD CVS updates