diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -2,6 +2,15 @@ | |||
2 | - Sync with OpenBSD glob.c, strlcat.c and vis.c changes | 2 | - Sync with OpenBSD glob.c, strlcat.c and vis.c changes |
3 | - Cygwin sftp/sftp-server binary mode patch from Corinna Vinschen | 3 | - Cygwin sftp/sftp-server binary mode patch from Corinna Vinschen |
4 | <vinschen@redhat.com> | 4 | <vinschen@redhat.com> |
5 | - OpenBSD CVS Sync | ||
6 | - beck@cvs.openbsd.org 2001/04/13 22:46:54 | ||
7 | [channels.c channels.h servconf.c servconf.h serverloop.c sshd.8] | ||
8 | Add options ClientAliveInterval and ClientAliveCountMax to sshd. | ||
9 | This gives the ability to do a "keepalive" via the encrypted channel | ||
10 | which can't be spoofed (unlike TCP keepalives). Useful for when you want | ||
11 | to use ssh connections to authenticate people for something, and know | ||
12 | relatively quickly when they are no longer authenticated. Disabled | ||
13 | by default (of course). ok markus@ | ||
5 | 14 | ||
6 | 20010413 | 15 | 20010413 |
7 | - OpenBSD CVS Sync | 16 | - OpenBSD CVS Sync |
@@ -5054,4 +5063,4 @@ | |||
5054 | - Wrote replacements for strlcpy and mkdtemp | 5063 | - Wrote replacements for strlcpy and mkdtemp |
5055 | - Released 1.0pre1 | 5064 | - Released 1.0pre1 |
5056 | 5065 | ||
5057 | $Id: ChangeLog,v 1.1109 2001/04/13 14:28:42 djm Exp $ | 5066 | $Id: ChangeLog,v 1.1110 2001/04/13 23:28:01 mouring Exp $ |