commit | 69b69aa50d0effadc8b7e9c564f7a2ee223ac6b5 | [log] [tgz] |
---|---|---|
author | Damien Miller <[email protected]> | Sat Oct 28 14:19:58 2000 +1100 |
committer | Damien Miller <[email protected]> | Sat Oct 28 14:19:58 2000 +1100 |
tree | 4aea8b2b116123812ade69ae73fde80fee8e0f41 | |
parent | c05e01875bab590584f51bbeb464dd23c64f27fa [diff] |
- (djm) Sync with OpenBSD: - [email protected] 2000/10/16 15:46:32 [ssh.1] fixes from [email protected] - [email protected] 2000/10/17 14:28:11 [atomicio.c] return number of characters processed; ok deraadt@ - [email protected] 2000/10/18 12:04:02 [atomicio.c] undo - [email protected] 2000/10/18 12:23:02 [scp.c] replace atomicio(read,...) with read(); ok deraadt@ - [email protected] 2000/10/18 12:42:00 [session.c] restore old record login behaviour - [email protected] 2000/10/19 10:41:13 [auth-skey.c] fmt string problem in unused code - [email protected] 2000/10/19 10:45:16 [sshconnect2.c] don't reference freed memory. okay deraadt@ - [email protected] 2000/10/21 11:04:23 [canohost.c] typo, [email protected]; ok niels@ - [email protected] 2000/10/23 13:31:55 [cipher.c] non-alignment dependent swap_bytes(); from [email protected]/netbsd - [email protected] 2000/10/26 12:38:28 [compat.c] add older vandyke products - [email protected] 2000/10/27 01:32:19 [channels.c channels.h clientloop.c serverloop.c session.c] [ssh.c util.c] enable non-blocking IO on channels, and tty's (except for the client ttys). - [email protected] 2000/10/27 01:48:22 channels.c channels.h clientloop.c deny agent/x11 forwarding unless requested; thanks to [email protected]