diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2000-11-21 21:24:55 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2000-11-21 21:24:55 +0000 |
commit | 14920293713ff4a5bbe45b495694bfd925d73894 (patch) | |
tree | d0f63720bdcbc574dc3c018beeb28e6da4b5e1fb /ChangeLog | |
parent | 4a1d91646d4248c111f573e496cc0d10ba62e274 (diff) |
20001123
- (bal) Merge OpenBSD changes:
- markus@cvs.openbsd.org 2000/11/15 22:31:36
[auth-options.c]
case insensitive key options; from stevesk@sweeden.hp.com
- markus@cvs.openbsd.org 2000/11/16 17:55:43
[dh.c]
do not use perror() in sshd, after child is forked()
- markus@cvs.openbsd.org 2000/11/14 23:42:40
[auth-rsa.c]
parse option only if key matches; fix some confusing seen by the client
- markus@cvs.openbsd.org 2000/11/14 23:44:19
[session.c]
check no_agent_forward_flag for ssh-2, too
- markus@cvs.openbsd.org 2000/11/15
[ssh-agent.1]
reorder SYNOPSIS; typo, use .It
- markus@cvs.openbsd.org 2000/11/14 23:48:55
[ssh-agent.c]
do not reorder keys if a key is removed
- markus@cvs.openbsd.org 2000/11/15 19:58:08
[ssh.c]
just ignore non existing user keys
- millert@cvs.openbsd.org 200/11/15 20:24:43
[ssh-keygen.c]
Add missing \n at end of error message.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -1,3 +1,30 @@ | |||
1 | 20001123 | ||
2 | - (bal) Merge OpenBSD changes: | ||
3 | - markus@cvs.openbsd.org 2000/11/15 22:31:36 | ||
4 | [auth-options.c] | ||
5 | case insensitive key options; from stevesk@sweeden.hp.com | ||
6 | - markus@cvs.openbsd.org 2000/11/16 17:55:43 | ||
7 | [dh.c] | ||
8 | do not use perror() in sshd, after child is forked() | ||
9 | - markus@cvs.openbsd.org 2000/11/14 23:42:40 | ||
10 | [auth-rsa.c] | ||
11 | parse option only if key matches; fix some confusing seen by the client | ||
12 | - markus@cvs.openbsd.org 2000/11/14 23:44:19 | ||
13 | [session.c] | ||
14 | check no_agent_forward_flag for ssh-2, too | ||
15 | - markus@cvs.openbsd.org 2000/11/15 | ||
16 | [ssh-agent.1] | ||
17 | reorder SYNOPSIS; typo, use .It | ||
18 | - markus@cvs.openbsd.org 2000/11/14 23:48:55 | ||
19 | [ssh-agent.c] | ||
20 | do not reorder keys if a key is removed | ||
21 | - markus@cvs.openbsd.org 2000/11/15 19:58:08 | ||
22 | [ssh.c] | ||
23 | just ignore non existing user keys | ||
24 | - millert@cvs.openbsd.org 200/11/15 20:24:43 | ||
25 | [ssh-keygen.c] | ||
26 | Add missing \n at end of error message. | ||
27 | |||
1 | 20001122 | 28 | 20001122 |
2 | - (bal) Minor patch to ensure platforms lacking IRIX job limit supports | 29 | - (bal) Minor patch to ensure platforms lacking IRIX job limit supports |
3 | are compilable. | 30 | are compilable. |