diff options
author | Damien Miller <djm@mindrot.org> | 2005-08-12 22:16:22 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2005-08-12 22:16:22 +1000 |
commit | 0e2c1028583da14b61e311fdcf8859f4335fc3be (patch) | |
tree | 2a03e33271cb66c6374115d34c42a2023a8e3f37 /ChangeLog | |
parent | 8e489484a1dbb8e2a15855e04b5897e33b2480c4 (diff) |
- jaredy@cvs.openbsd.org 2005/08/08 13:22:48
[sftp.c]
sftp prompt enhancements:
- in non-interactive mode, do not print an empty prompt at the end
before finishing
- print newline after EOF in editline mode
- call el_end() in editline mode
ok dtucker djm
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -14,6 +14,14 @@ | |||
14 | [servconf.c] | 14 | [servconf.c] |
15 | Unbreak sshd ListenAddress for bare IPv6 addresses. | 15 | Unbreak sshd ListenAddress for bare IPv6 addresses. |
16 | Report from Janusz Mucka; ok djm@ | 16 | Report from Janusz Mucka; ok djm@ |
17 | - jaredy@cvs.openbsd.org 2005/08/08 13:22:48 | ||
18 | [sftp.c] | ||
19 | sftp prompt enhancements: | ||
20 | - in non-interactive mode, do not print an empty prompt at the end | ||
21 | before finishing | ||
22 | - print newline after EOF in editline mode | ||
23 | - call el_end() in editline mode | ||
24 | ok dtucker djm | ||
17 | 25 | ||
18 | 20050810 | 26 | 20050810 |
19 | - (dtucker) [configure.ac] Test libedit library and headers for compatibility. | 27 | - (dtucker) [configure.ac] Test libedit library and headers for compatibility. |
@@ -2924,4 +2932,4 @@ | |||
2924 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 2932 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
2925 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 2933 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
2926 | 2934 | ||
2927 | $Id: ChangeLog,v 1.3870 2005/08/12 12:11:58 djm Exp $ | 2935 | $Id: ChangeLog,v 1.3871 2005/08/12 12:16:22 djm Exp $ |