diff options
author | Damien Miller <djm@mindrot.org> | 2005-06-16 13:18:34 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2005-06-16 13:18:34 +1000 |
commit | 6476cad9bb6b8a9524a153639b4ebceb3427e743 (patch) | |
tree | 59e9068c25f8d9c6d7e51f66e3c8c983c52db0d9 /ChangeLog | |
parent | 05656967b111a7c2b1f831eab0c31002dfac6fa9 (diff) |
- djm@cvs.openbsd.org 2005/06/06 11:20:36
[auth.c auth.h misc.c misc.h ssh.c ssh_config.5 sshconnect.c]
introduce a generic %foo expansion function. replace existing % expansion
and add expansion to ControlPath; ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -3,7 +3,10 @@ | |||
3 | - jaredy@cvs.openbsd.org 2005/06/07 13:25:23 | 3 | - jaredy@cvs.openbsd.org 2005/06/07 13:25:23 |
4 | [progressmeter.c] | 4 | [progressmeter.c] |
5 | catch SIGWINCH and resize progress meter accordingly; ok markus dtucker | 5 | catch SIGWINCH and resize progress meter accordingly; ok markus dtucker |
6 | 6 | - djm@cvs.openbsd.org 2005/06/06 11:20:36 | |
7 | [auth.c auth.h misc.c misc.h ssh.c ssh_config.5 sshconnect.c] | ||
8 | introduce a generic %foo expansion function. replace existing % expansion | ||
9 | and add expansion to ControlPath; ok markus@ | ||
7 | 10 | ||
8 | 20050609 | 11 | 20050609 |
9 | - (dtucker) [cipher.c openbsd-compat/Makefile.in | 12 | - (dtucker) [cipher.c openbsd-compat/Makefile.in |
@@ -2699,4 +2702,4 @@ | |||
2699 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 2702 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
2700 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 2703 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
2701 | 2704 | ||
2702 | $Id: ChangeLog,v 1.3816 2005/06/16 03:18:04 djm Exp $ | 2705 | $Id: ChangeLog,v 1.3817 2005/06/16 03:18:34 djm Exp $ |