summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-09-23 17:15:56 +1100
committerDamien Miller <djm@mindrot.org>2000-09-23 17:15:56 +1100
commit62cee00753ef8ce31b322ce6a14318cb974e883d (patch)
tree9a4dedd152d4570a99744eb9f32fe7e70461edfc /ChangeLog
parentf056e23dd6f7fad96afb9e0f5a64dce4f6045cc7 (diff)
- (djm) OpenBSD CVS sync:
- markus@cvs.openbsd.org 2000/09/17 09:38:59 [sshconnect2.c sshd.c] fix DEBUG_KEXDH - markus@cvs.openbsd.org 2000/09/17 09:52:51 [sshconnect.c] yes no; ok niels@ - markus@cvs.openbsd.org 2000/09/21 04:55:11 [sshd.8] typo - markus@cvs.openbsd.org 2000/09/21 05:03:54 [serverloop.c] typo - markus@cvs.openbsd.org 2000/09/21 05:11:42 scp.c utime() to utimes(); mouring@pconline.com - markus@cvs.openbsd.org 2000/09/21 05:25:08 sshconnect2.c change login logic in ssh2, allows plugin of other auth methods - markus@cvs.openbsd.org 2000/09/21 05:25:35 [auth2.c channels.c channels.h clientloop.c dispatch.c dispatch.h] [serverloop.c] add context to dispatch_run - markus@cvs.openbsd.org 2000/09/21 05:07:52 authfd.c authfd.h ssh-agent.c bug compat for old ssh.com software
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a20e9ad54..b6f22341d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,32 @@
8 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com> 8 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
9 - (djm) Use printf %lld instead of %qd in sftp-server.c. Fix from 9 - (djm) Use printf %lld instead of %qd in sftp-server.c. Fix from
10 Michael Stone <mstone@cs.loyola.edu> 10 Michael Stone <mstone@cs.loyola.edu>
11 - (djm) OpenBSD CVS sync:
12 - markus@cvs.openbsd.org 2000/09/17 09:38:59
13 [sshconnect2.c sshd.c]
14 fix DEBUG_KEXDH
15 - markus@cvs.openbsd.org 2000/09/17 09:52:51
16 [sshconnect.c]
17 yes no; ok niels@
18 - markus@cvs.openbsd.org 2000/09/21 04:55:11
19 [sshd.8]
20 typo
21 - markus@cvs.openbsd.org 2000/09/21 05:03:54
22 [serverloop.c]
23 typo
24 - markus@cvs.openbsd.org 2000/09/21 05:11:42
25 scp.c
26 utime() to utimes(); mouring@pconline.com
27 - markus@cvs.openbsd.org 2000/09/21 05:25:08
28 sshconnect2.c
29 change login logic in ssh2, allows plugin of other auth methods
30 - markus@cvs.openbsd.org 2000/09/21 05:25:35
31 [auth2.c channels.c channels.h clientloop.c dispatch.c dispatch.h]
32 [serverloop.c]
33 add context to dispatch_run
34 - markus@cvs.openbsd.org 2000/09/21 05:07:52
35 authfd.c authfd.h ssh-agent.c
36 bug compat for old ssh.com software
11 37
1220000920 3820000920
13 - (djm) Fix bad path substitution. Report from Andrew Miner 39 - (djm) Fix bad path substitution. Report from Andrew Miner