summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-08-29 11:33:50 +1100
committerDamien Miller <djm@mindrot.org>2000-08-29 11:33:50 +1100
commitcaf6dd6d219e916e2784b3c884a7f2ce8784df37 (patch)
treeaa41094fe8f805cd56791ff3d023a785fe1d1c29 /ChangeLog
parent4e0f5e1ec9b6318ef251180dbca50eaa01f74536 (diff)
- More OpenBSD updates:
- deraadt@cvs.openbsd.org 2000/08/24 15:46:59 [scp.c] off_t in sink, to fix files > 2GB, i think, test is still running ;-) - deraadt@cvs.openbsd.org 2000/08/25 10:10:06 [session.c] Wall - markus@cvs.openbsd.org 2000/08/26 04:33:43 [compat.c] ssh.com-2.3.0 - markus@cvs.openbsd.org 2000/08/27 12:18:05 [compat.c] compatibility with future ssh.com versions - deraadt@cvs.openbsd.org 2000/08/27 21:50:55 [auth-krb4.c session.c ssh-add.c sshconnect.c uidswap.c] print uid/gid as unsigned - markus@cvs.openbsd.org 2000/08/28 13:51:00 [ssh.c] enable -n and -f for ssh2 - markus@cvs.openbsd.org 2000/08/28 14:19:53 [ssh.c] allow combination of -N and -f - markus@cvs.openbsd.org 2000/08/28 14:20:56 [util.c] util.c - markus@cvs.openbsd.org 2000/08/28 14:22:02 [util.c] undo - markus@cvs.openbsd.org 2000/08/28 14:23:38 [util.c] don't complain if setting NONBLOCK fails with ENODEV
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 19e8ca3b4..79bdcd502 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,37 @@
2 - (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert 2 - (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert
3 Doering <gert@greenie.muc.de>, John Horne <J.Horne@plymouth.ac.uk> and 3 Doering <gert@greenie.muc.de>, John Horne <J.Horne@plymouth.ac.uk> and
4 Garrick James <garrick@james.net> 4 Garrick James <garrick@james.net>
5 - More OpenBSD updates:
6 - deraadt@cvs.openbsd.org 2000/08/24 15:46:59
7 [scp.c]
8 off_t in sink, to fix files > 2GB, i think, test is still running ;-)
9 - deraadt@cvs.openbsd.org 2000/08/25 10:10:06
10 [session.c]
11 Wall
12 - markus@cvs.openbsd.org 2000/08/26 04:33:43
13 [compat.c]
14 ssh.com-2.3.0
15 - markus@cvs.openbsd.org 2000/08/27 12:18:05
16 [compat.c]
17 compatibility with future ssh.com versions
18 - deraadt@cvs.openbsd.org 2000/08/27 21:50:55
19 [auth-krb4.c session.c ssh-add.c sshconnect.c uidswap.c]
20 print uid/gid as unsigned
21 - markus@cvs.openbsd.org 2000/08/28 13:51:00
22 [ssh.c]
23 enable -n and -f for ssh2
24 - markus@cvs.openbsd.org 2000/08/28 14:19:53
25 [ssh.c]
26 allow combination of -N and -f
27 - markus@cvs.openbsd.org 2000/08/28 14:20:56
28 [util.c]
29 util.c
30 - markus@cvs.openbsd.org 2000/08/28 14:22:02
31 [util.c]
32 undo
33 - markus@cvs.openbsd.org 2000/08/28 14:23:38
34 [util.c]
35 don't complain if setting NONBLOCK fails with ENODEV
5 36
620000823 3720000823
7 - (djm) Define USE_PIPES to avoid socketpair problems on HPUX 10 and SunOS 4 38 - (djm) Define USE_PIPES to avoid socketpair problems on HPUX 10 and SunOS 4