summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2000-10-15 00:17:36 +0000
committerBen Lindstrom <mouring@eviladmin.org>2000-10-15 00:17:36 +0000
commitb4df15d1e119994ad1f3e73c1283414d2eb30a5f (patch)
tree6d1c4e98fd54fb3a4c22210508dbfbf89acb883e /ChangeLog
parentca1c2a0bac6e3ceab5c232ab800a1085db346144 (diff)
- (bal) Add support for realpath and getcwd for platforms with broken
or missing realpath implementations for sftp-server. - (bal) Corrected mistake in INSTALL in regards to GNU rx library
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bbd97b95..9b37a5fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
20001014
+ - (bal) Add support for realpath and getcwd for platforms with broken
+ or missing realpath implementations for sftp-server.
+ - (bal) Corrected mistake in INSTALL in regards to GNU rx library
- (bal) Add support for GNU rx library for those lacking regexp support
- (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth
- (djm) Revert SSH2 serverloop hack, will find a better way.