diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 118 |
1 files changed, 117 insertions, 1 deletions
@@ -1,4 +1,120 @@ | |||
1 | 20100307 | 1 | 20100410 |
2 | - (dtucker) [configure.ac] Put the check for the existence of getaddrinfo | ||
3 | back so we disable the IPv6 tests if we don't have it. | ||
4 | |||
5 | 20100409 | ||
6 | - (dtucker) [contrib/cygwin/Makefile] Don't overwrite files with the wrong | ||
7 | ones. Based on a patch from Roumen Petrov. | ||
8 | - (dtucker) [configure.ac] Bug #1744: use pkg-config for libedit flags if we | ||
9 | have it and the path is not provided to --with-libedit. Based on a patch | ||
10 | from Iain Morgan. | ||
11 | - (dtucker) [configure.ac defines.h loginrec.c logintest.c] Bug #1732: enable | ||
12 | utmpx support on FreeBSD where possible. Patch from Ed Schouten, ok djm@ | ||
13 | |||
14 | 20100326 | ||
15 | - (djm) [openbsd-compat/bsd-arc4random.c] Fix preprocessor detection | ||
16 | for arc4random_buf() and arc4random_uniform(); from Josh Gilkerson | ||
17 | - (dtucker) [configure.ac] Bug #1741: Add section for Haiku, patch originally | ||
18 | by Ingo Weinhold via Scott McCreary, ok djm@ | ||
19 | - (djm) OpenBSD CVS Sync | ||
20 | - djm@cvs.openbsd.org 2010/03/25 23:38:28 | ||
21 | [servconf.c] | ||
22 | from portable: getcwd(NULL, 0) doesn't work on all platforms, so | ||
23 | use a stack buffer; ok dtucker@ | ||
24 | - djm@cvs.openbsd.org 2010/03/26 00:26:58 | ||
25 | [ssh.1] | ||
26 | mention that -S none disables connection sharing; from Colin Watson | ||
27 | - (djm) [session.c] Allow ChrootDirectory to work on SELinux platforms - | ||
28 | set up SELinux execution context before chroot() call. From Russell | ||
29 | Coker via Colin watson; bz#1726 ok dtucker@ | ||
30 | - (djm) [channels.c] Check for EPFNOSUPPORT as a socket() errno; bz#1721 | ||
31 | ok dtucker@ | ||
32 | - (dtucker) Bug #1725: explicitly link libX11 into gnome-ssh-askpass2 using | ||
33 | pkg-config, patch from Colin Watson. Needed for newer linkers (ie gold). | ||
34 | - (djm) [contrib/ssh-copy-id] Don't blow up when the agent has no keys; | ||
35 | bz#1723 patch from Adeodato Simóvia Colin Watson; ok dtucker@ | ||
36 | - (dtucker) OpenBSD CVS Sync | ||
37 | - dtucker@cvs.openbsd.org 2010/03/26 01:06:13 | ||
38 | [ssh_config.5] | ||
39 | Reformat default value of PreferredAuthentications entry (current | ||
40 | formatting implies ", " is acceptable as a separator, which it's not. | ||
41 | ok djm@ | ||
42 | |||
43 | 20100324 | ||
44 | - (dtucker) [contrib/cygwin/ssh-host-config] Mount the Windows directory | ||
45 | containing the services file explicitely case-insensitive. This allows to | ||
46 | tweak the Windows services file reliably. Patch from vinschen at redhat. | ||
47 | |||
48 | 20100321 | ||
49 | - (djm) OpenBSD CVS Sync | ||
50 | - jmc@cvs.openbsd.org 2010/03/08 09:41:27 | ||
51 | [ssh-keygen.1] | ||
52 | sort the list of constraints (to -O); ok djm | ||
53 | - jmc@cvs.openbsd.org 2010/03/10 07:40:35 | ||
54 | [ssh-keygen.1] | ||
55 | typos; from Ross Richardson | ||
56 | closes prs 6334 and 6335 | ||
57 | - djm@cvs.openbsd.org 2010/03/10 23:27:17 | ||
58 | [auth2-pubkey.c] | ||
59 | correct certificate logging and make it more consistent between | ||
60 | authorized_keys and TrustedCAKeys; ok markus@ | ||
61 | - djm@cvs.openbsd.org 2010/03/12 01:06:25 | ||
62 | [servconf.c] | ||
63 | unbreak AuthorizedKeys option with a $HOME-relative path; reported by | ||
64 | vinschen AT redhat.com, ok dtucker@ | ||
65 | - markus@cvs.openbsd.org 2010/03/12 11:37:40 | ||
66 | [servconf.c] | ||
67 | do not prepend AuthorizedKeysFile with getcwd(), unbreaks relative paths | ||
68 | free() (not xfree()) the buffer returned by getcwd() | ||
69 | - djm@cvs.openbsd.org 2010/03/13 21:10:38 | ||
70 | [clientloop.c] | ||
71 | protocol conformance fix: send language tag when disconnecting normally; | ||
72 | spotted by 1.41421 AT gmail.com, ok markus@ deraadt@ | ||
73 | - djm@cvs.openbsd.org 2010/03/13 21:45:46 | ||
74 | [ssh-keygen.1] | ||
75 | Certificates are named *-cert.pub, not *_cert.pub; committing a diff | ||
76 | from stevesk@ ok me | ||
77 | - jmc@cvs.openbsd.org 2010/03/13 23:38:13 | ||
78 | [ssh-keygen.1] | ||
79 | fix a formatting error (args need quoted); noted by stevesk | ||
80 | - stevesk@cvs.openbsd.org 2010/03/15 19:40:02 | ||
81 | [key.c key.h ssh-keygen.c] | ||
82 | also print certificate type (user or host) for ssh-keygen -L | ||
83 | ok djm kettenis | ||
84 | - stevesk@cvs.openbsd.org 2010/03/16 15:46:52 | ||
85 | [auth-options.c] | ||
86 | spelling in error message. ok djm kettenis | ||
87 | - djm@cvs.openbsd.org 2010/03/16 16:36:49 | ||
88 | [version.h] | ||
89 | crank version to openssh-5.5 since we have a few fixes since 5.4; | ||
90 | requested deraadt@ kettenis@ | ||
91 | - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec] | ||
92 | [contrib/suse/openssh.spec] Crank version numbers | ||
93 | |||
94 | 20100314 | ||
95 | - (djm) [ssh-pkcs11-helper.c] Move #ifdef to after #defines to fix | ||
96 | compilation failure when !HAVE_DLOPEN. Reported by felix-mindrot | ||
97 | AT fefe.de | ||
98 | - (djm) [Makefile.in] Respecify -lssh after -lopenbsd-compat for | ||
99 | ssh-pkcs11-helper to repair static builds (we do the same for | ||
100 | ssh-keyscan). Reported by felix-mindrot AT fefe.de | ||
101 | |||
102 | 20100312 | ||
103 | - (tim) [Makefile.in] Now that scard is gone, no need to make $(datadir) | ||
104 | - (tim) [Makefile.in] Add missing $(EXEEXT) to install targets. | ||
105 | Patch from Corinna Vinschen. | ||
106 | - (tim) [contrib/cygwin/Makefile] Fix list of documentation files to install | ||
107 | on a Cygwin installation. Patch from Corinna Vinschen. | ||
108 | |||
109 | 20100311 | ||
110 | - (tim) [contrib/suse/openssh.spec] crank version number here too. | ||
111 | report by imorgan AT nas.nasa.gov | ||
112 | |||
113 | 20100309 | ||
114 | - (dtucker) [configure.ac] Use a proper AC_CHECK_DECL for BROKEN_GETADDRINFO | ||
115 | so setting it in CFLAGS correctly skips IPv6 tests. | ||
116 | |||
117 | 20100308 | ||
2 | - (djm) OpenBSD CVS Sync | 118 | - (djm) OpenBSD CVS Sync |
3 | - djm@cvs.openbsd.org 2010/03/07 22:16:01 | 119 | - djm@cvs.openbsd.org 2010/03/07 22:16:01 |
4 | [ssh-keygen.c] | 120 | [ssh-keygen.c] |