diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2000-10-15 00:17:36 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2000-10-15 00:17:36 +0000 |
commit | b4df15d1e119994ad1f3e73c1283414d2eb30a5f (patch) | |
tree | 6d1c4e98fd54fb3a4c22210508dbfbf89acb883e /ChangeLog | |
parent | ca1c2a0bac6e3ceab5c232ab800a1085db346144 (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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,4 +1,7 @@ | |||
1 | 20001014 | 1 | 20001014 |
2 | - (bal) Add support for realpath and getcwd for platforms with broken | ||
3 | or missing realpath implementations for sftp-server. | ||
4 | - (bal) Corrected mistake in INSTALL in regards to GNU rx library | ||
2 | - (bal) Add support for GNU rx library for those lacking regexp support | 5 | - (bal) Add support for GNU rx library for those lacking regexp support |
3 | - (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth | 6 | - (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth |
4 | - (djm) Revert SSH2 serverloop hack, will find a better way. | 7 | - (djm) Revert SSH2 serverloop hack, will find a better way. |