blob: 2542215ca32d460a25bb447afd99b795fe1e6e91 [file] [log] [blame]
Darren Tucker4a209592014-02-13 16:38:32 +1100120140213
2 - (dtucker) [configure.ac openbsd-compat/openssl-compat.{c,h}] Add compat
3 code for older OpenSSL versions that don't have EVP_MD_CTX_copy_ex.
4
Damien Miller6ce35b62014-02-07 09:24:14 +1100520140207
6 - OpenBSD CVS Sync
7 - naddy@cvs.openbsd.org 2014/02/05 20:13:25
8 [ssh-keygen.1 ssh-keygen.c]
9 tweak synopsis: calling ssh-keygen without any arguments is fine; ok jmc@
10 while here, fix ordering in usage(); requested by jmc@
Damien Millerd1a7a9c2014-02-07 09:24:33 +110011 - djm@cvs.openbsd.org 2014/02/06 22:21:01
12 [sshconnect.c]
13 in ssh_create_socket(), only do the getaddrinfo for BindAddress when
14 BindAddress is actually specified. Fixes regression in 6.5 for
15 UsePrivilegedPort=yes; patch from Corinna Vinschen
Damien Miller6ce35b62014-02-07 09:24:14 +110016
Darren Tucker8d36f9a2014-02-06 10:44:13 +11001720140206
18 - (dtucker) [openbsd-compat/bsd-poll.c] Don't bother checking for non-NULL
19 before freeing since free(NULL) is a no-op. ok djm.
Damien Miller6434cb22014-02-06 11:17:50 +110020 - (djm) [sandbox-seccomp-filter.c] Not all Linux architectures define
21 __NR_shutdown; some go via the socketcall(2) multiplexer.
Darren Tucker8d36f9a2014-02-06 10:44:13 +110022
Damien Millera0959da2014-02-05 10:33:45 +11002320140205
24 - (djm) [sandbox-capsicum.c] Don't fatal if Capsicum is offered by
25 headers/libc but not supported by the kernel. Patch from Loganaden
26 Velvindron @ AfriNIC
27
Damien Miller4e8d9372014-02-04 11:02:42 +11002820140204
29 - OpenBSD CVS Sync
30 - markus@cvs.openbsd.org 2014/01/27 18:58:14
31 [Makefile.in digest.c digest.h hostfile.c kex.h mac.c hmac.c hmac.h]
32 replace openssl HMAC with an implementation based on our ssh_digest_*
33 ok and feedback djm@
Damien Miller4a1c7aa2014-02-04 11:03:36 +110034 - markus@cvs.openbsd.org 2014/01/27 19:18:54
35 [auth-rsa.c cipher.c ssh-agent.c sshconnect1.c sshd.c]
36 replace openssl MD5 with our ssh_digest_*; ok djm@
Damien Millerec93d152014-02-04 11:07:13 +110037 - markus@cvs.openbsd.org 2014/01/27 20:13:46
38 [digest.c digest-openssl.c digest-libc.c Makefile.in]
39 rename digest.c to digest-openssl.c and add libc variant; ok djm@
Damien Millerf8f35bc2014-02-04 11:09:12 +110040 - jmc@cvs.openbsd.org 2014/01/28 14:13:39
41 [ssh-keyscan.1]
42 kill some bad Pa;
43 From: Jan Stary
Damien Millerb0f26542014-02-04 11:10:01 +110044 - djm@cvs.openbsd.org 2014/01/29 00:19:26
45 [sshd.c]
46 use kill(0, ...) instead of killpg(0, ...); on most operating systems
47 they are equivalent, but SUSv2 describes the latter as having undefined
48 behaviour; from portable; ok dtucker
49 (Id sync only; change is already in portable)
Damien Miller7cc194f2014-02-04 11:12:56 +110050 - djm@cvs.openbsd.org 2014/01/29 06:18:35
51 [Makefile.in auth.h auth2-jpake.c auth2.c jpake.c jpake.h monitor.c]
52 [monitor.h monitor_wrap.c monitor_wrap.h readconf.c readconf.h]
53 [schnorr.c schnorr.h servconf.c servconf.h ssh2.h sshconnect2.c]
54 remove experimental, never-enabled JPAKE code; ok markus@
Damien Millere1e480a2014-02-04 11:13:17 +110055 - jmc@cvs.openbsd.org 2014/01/29 14:04:51
56 [sshd_config.5]
57 document kbdinteractiveauthentication;
58 requested From: Ross L Richardson
59
60 dtucker/markus helped explain its workings;
Damien Miller3928de02014-02-04 11:13:54 +110061 - djm@cvs.openbsd.org 2014/01/30 22:26:14
62 [sandbox-systrace.c]
63 allow shutdown(2) syscall in sandbox - it may be called by packet_close()
64 from portable
65 (Id sync only; change is already in portable)
Damien Miller1d2c4562014-02-04 11:18:20 +110066 - tedu@cvs.openbsd.org 2014/01/31 16:39:19
67 [auth2-chall.c authfd.c authfile.c bufaux.c bufec.c canohost.c]
68 [channels.c cipher-chachapoly.c clientloop.c configure.ac hostfile.c]
69 [kexc25519.c krl.c monitor.c sandbox-systrace.c session.c]
70 [sftp-client.c ssh-keygen.c ssh.c sshconnect2.c sshd.c sshlogin.c]
71 [openbsd-compat/explicit_bzero.c openbsd-compat/openbsd-compat.h]
72 replace most bzero with explicit_bzero, except a few that cna be memset
73 ok djm dtucker
Damien Millera5103f42014-02-04 11:20:14 +110074 - djm@cvs.openbsd.org 2014/02/02 03:44:32
75 [auth1.c auth2-chall.c auth2-passwd.c authfile.c bufaux.c bufbn.c]
76 [buffer.c cipher-3des1.c cipher.c clientloop.c gss-serv.c kex.c]
77 [kexdhc.c kexdhs.c kexecdhc.c kexgexc.c kexecdhs.c kexgexs.c key.c]
78 [monitor.c monitor_wrap.c packet.c readpass.c rsa.c serverloop.c]
79 [ssh-add.c ssh-agent.c ssh-dss.c ssh-ecdsa.c ssh-ed25519.c]
80 [ssh-keygen.c ssh-rsa.c sshconnect.c sshconnect1.c sshconnect2.c]
81 [sshd.c]
82 convert memset of potentially-private data to explicit_bzero()
Damien Milleraae07e22014-02-04 11:20:40 +110083 - djm@cvs.openbsd.org 2014/02/03 23:28:00
84 [ssh-ecdsa.c]
85 fix memory leak; ECDSA_SIG_new() allocates 'r' and 's' for us, unlike
86 DSA_SIG_new. Reported by Batz Spear; ok markus@
Damien Millerdb3c5952014-02-04 11:25:45 +110087 - djm@cvs.openbsd.org 2014/02/02 03:44:31
88 [digest-libc.c digest-openssl.c]
89 convert memset of potentially-private data to explicit_bzero()
Damien Millereb6d8702014-02-04 11:26:34 +110090 - djm@cvs.openbsd.org 2014/02/04 00:24:29
91 [ssh.c]
92 delay lowercasing of hostname until right before hostname
93 canonicalisation to unbreak case-sensitive matching of ssh_config;
94 reported by Ike Devolder; ok markus@
Damien Millerbf7e0f02014-02-04 11:37:50 +110095 - (djm) [openbsd-compat/Makefile.in] Add missing explicit_bzero.o
Damien Miller9c449bc2014-02-04 11:38:28 +110096 - (djm) [regress/setuid-allowed.c] Missing string.h for strerror()
Damien Miller4e8d9372014-02-04 11:02:42 +110097
Damien Miller7e5cec62014-01-31 09:25:34 +11009820140131
99 - (djm) [sandbox-seccomp-filter.c sandbox-systrace.c] Allow shutdown(2)
100 syscall from sandboxes; it may be called by packet_close.
Darren Tucker0eeafcd2014-01-31 14:18:51 +1100101 - (dtucker) [readconf.c] Include <arpa/inet.h> for the hton macros. Fixes
102 build with HP-UX's compiler. Patch from Kevin Brott.
Tim Rice69d0d092014-01-31 14:25:18 -0800103 - (tim) [Makefile.in] build regress/setuid-allow.
Damien Miller7e5cec62014-01-31 09:25:34 +1100104
Damien Millerc2868192014-01-30 10:21:19 +110010520140130
106 - (djm) [configure.ac] Only check for width-specified integer types
107 in headers that actually exist. patch from Tom G. Christensen;
108 ok dtucker@
Damien Millerf5bbd3b2014-01-30 11:26:46 +1100109 - (djm) [configure.ac atomicio.c] Kludge around NetBSD offering
110 different symbols for 'read' when various compiler flags are
111 in use, causing atomicio.c comparisons against it to break and
112 read/write operations to hang; ok dtucker
Damien Millercdb6c902014-01-30 12:50:17 +1100113 - (djm) Release openssh-6.5p1
Damien Millerc2868192014-01-30 10:21:19 +1100114
11520140129
Damien Millerc161fc92014-01-29 21:01:33 +1100116 - (djm) [configure.ac] Fix broken shell test '==' vs '='; patch from
117 Tom G. Christensen
118
Damien Millerab039492014-01-28 15:07:10 +110011920140128
120 - (djm) [configure.ac] Search for inet_ntop in libnsl and libresovl;
121 ok dtucker
Damien Millerab16ef42014-01-28 15:08:12 +1100122 - (djm) [sshd.c] Use kill(0, ...) instead of killpg(0, ...); the
123 latter being specified to have undefined behaviour in SUSv3;
124 ok dtucker
Tim Rice6f917ad2014-01-28 10:26:25 -0800125 - (tim) [regress/agent.sh regress/agent-ptrace.sh] Assign $? to a variable
126 when used as an error message inside an if statement so we display the
127 correct into. agent.sh patch from Petr Lautrbach.
Damien Millerab039492014-01-28 15:07:10 +1100128
Darren Tucker4ab20a82014-01-27 17:35:04 +110012920140127
130 - (dtucker) [Makefile.in] Remove trailing backslash which some make
131 implementations (eg older Solaris) do not cope with.
132
Darren Tuckere7e8b3c2014-01-27 17:32:50 +110013320140126
Damien Miller76eea4a2014-01-26 09:37:25 +1100134 - OpenBSD CVS Sync
135 - dtucker@cvs.openbsd.org 2014/01/25 10:12:50
136 [cipher.c cipher.h kex.c kex.h kexgexc.c]
137 Add a special case for the DH group size for 3des-cbc, which has an
138 effective strength much lower than the key size. This causes problems
139 with some cryptlib implementations, which don't support group sizes larger
140 than 4k but also don't use the largest group size it does support as
141 specified in the RFC. Based on a patch from Petr Lautrbach at Redhat,
142 reduced by me with input from Markus. ok djm@ markus@
Damien Millera92ac742014-01-26 09:38:03 +1100143 - markus@cvs.openbsd.org 2014/01/25 20:35:37
144 [kex.c]
145 dh_need needs to be set to max(seclen, blocksize, ivlen, mac_len)
146 ok dtucker@, noted by mancha
Damien Miller2035b222014-01-26 09:39:53 +1100147 - (djm) [configure.ac sandbox-capsicum.c sandbox-rlimit.c] Disable
148 RLIMIT_NOFILE pseudo-sandbox on FreeBSD. In some configurations,
149 libc will attempt to open additional file descriptors for crypto
150 offload and crash if they cannot be opened.
Damien Miller5b447c02014-01-26 09:46:53 +1100151 - (djm) [configure.ac] correct AC_DEFINE for previous.
Damien Miller76eea4a2014-01-26 09:37:25 +1100152
Darren Tuckere7e8b3c2014-01-27 17:32:50 +110015320140125
Damien Millerf62ecef2014-01-25 12:34:38 +1100154 - (djm) [configure.ac] Fix detection of capsicum sandbox on FreeBSD
Damien Millerc96d8532014-01-25 13:12:28 +1100155 - (djm) [configure.ac] Do not attempt to use capsicum sandbox unless
156 sys/capability.h exists and cap_rights_limit is in libc. Fixes
157 build on FreeBSD9x which provides the header but not the libc
158 support.
Damien Miller603b8f42014-01-25 13:16:59 +1100159 - (djm) [configure.ac] autoconf sets finds to 'yes' not '1', so test
160 against the correct thing.
Damien Millerf62ecef2014-01-25 12:34:38 +1100161
Darren Tuckere7e8b3c2014-01-27 17:32:50 +110016220140124
Damien Millerb0e0f762014-01-24 14:27:04 +1100163 - (djm) [Makefile.in regress/scp-ssh-wrapper.sh regress/scp.sh] Make
164 the scp regress test actually test the built scp rather than the one
165 in $PATH. ok dtucker@
166
Darren Tuckere7e8b3c2014-01-27 17:32:50 +110016720140123
Tim Rice617da332014-01-22 19:16:10 -0800168 - (tim) [session.c] Improve error reporting on set_id().
Darren Tucker42a09252014-01-23 23:14:39 +1100169 - (dtucker) [configure.ac] NetBSD's (and FreeBSD's) strnvis is gratuitously
170 incompatible with OpenBSD's despite post-dating it by more than a decade.
171 Declare it as broken, and document FreeBSD's as the same. ok djm@
Tim Rice617da332014-01-22 19:16:10 -0800172
Darren Tuckere7e8b3c2014-01-27 17:32:50 +110017320140122
Damien Milleree878382014-01-22 16:30:15 +1100174 - (djm) [openbsd-compat/setproctitle.c] Don't fail to compile if a
175 platform that is expected to use the reuse-argv style setproctitle
176 hack surprises us by providing a setproctitle in libc; ok dtucker
Damien Miller852472a2014-01-22 16:31:18 +1100177 - (djm) [configure.ac] Unless specifically requested, only attempt
178 to build Position Independent Executables on gcc >= 4.x; ok dtucker
Damien Miller5c2ff5e2014-01-22 21:30:12 +1100179 - (djm) [configure.ac aclocal.m4] More tests to detect fallout from
180 platform hardening options: include some long long int arithmatic
181 to detect missing support functions for -ftrapv in libgcc and
182 equivalents, actually test linking when -ftrapv is supplied and
183 set either both -pie/-fPIE or neither. feedback and ok dtucker@
Damien Milleree878382014-01-22 16:30:15 +1100184
Darren Tucker096118d2014-01-21 12:48:51 +110018520140121
186 - (dtucker) [configure.ac] Make PIE a configure-time option which defaults
187 to on platforms where it's known to be reliably detected and off elsewhere.
188 Works around platforms such as FreeBSD 9.1 where it does not interop with
189 -ftrapv (it seems to work but fails when trying to link ssh). ok djm@
Darren Tuckera6d573c2014-01-21 12:50:46 +1100190 - (dtucker) [aclocal.m4] Differentiate between compile-time and link-time
191 tests in the configure output. ok djm.
Tim Rice9464ba62014-01-20 17:59:28 -0800192 - (tim) [platform.c session.c] Fix bug affecting SVR5 platforms introduced
193 with sftp chroot support. Move set_id call after chroot.
Damien Miller5c96a152014-01-21 13:10:26 +1100194 - (djm) [aclocal.m4] Flesh out the code run in the OSSH_CHECK_CFLAG_COMPILE
195 and OSSH_CHECK_LDFLAG_LINK tests to give them a better chance of
196 detecting toolchain-related problems; ok dtucker
Darren Tucker096118d2014-01-21 12:48:51 +1100197
Damien Miller35109792014-01-20 12:41:53 +110019820140120
Darren Tuckerc74e70e2014-01-20 13:18:09 +1100199 - (dtucker) [gss-serv-krb5.c] Fall back to krb5_cc_gen_new if the Kerberos
200 implementation does not have krb5_cc_new_unique, similar to what we do
201 in auth-krb5.c.
Damien Millerf9df7f62014-01-20 20:07:15 +1100202 - (djm) [regress/cert-hostkey.sh] Fix regress failure on platforms that
203 skip one or more key types (e.g. RHEL/CentOS 6.5); ok dtucker@
Damien Miller35109792014-01-20 12:41:53 +1100204 - (djm) OpenBSD CVS Sync
205 - djm@cvs.openbsd.org 2014/01/20 00:08:48
206 [digest.c]
207 memleak; found by Loganaden Velvindron @ AfriNIC; ok markus@
208
Darren Tucker2aca1592014-01-19 15:25:34 +110020920140119
210 - (dtucker) OpenBSD CVS Sync
211 - dtucker@cvs.openbsd.org 2014/01/17 06:23:24
212 [sftp-server.c]
213 fix log message statvfs. ok djm
Darren Tucker293ee3c2014-01-19 15:28:01 +1100214 - dtucker@cvs.openbsd.org 2014/01/18 09:36:26
215 [session.c]
216 explicitly define USE_PIPES to 1 to prevent redefinition warnings in
Darren Tucker7b1ded02014-01-19 15:30:02 +1100217 portable on platforms that use pipes for everything. From vinschen at
218 redhat.
219 - dtucker@cvs.openbsd.org 2014/01/19 04:17:29
220 [canohost.c addrmatch.c]
221 Cast socklen_t when comparing to size_t and use socklen_t to iterate over
222 the ip options, both to prevent signed/unsigned comparison warnings.
223 Patch from vinschen at redhat via portable openssh, begrudging ok deraadt.
Darren Tuckerb7e01c02014-01-19 22:36:13 +1100224 - djm@cvs.openbsd.org 2014/01/19 04:48:08
225 [ssh_config.5]
226 fix inverted meaning of 'no' and 'yes' for CanonicalizeFallbackLocal
Darren Tucker7eee3582014-01-19 22:37:02 +1100227 - dtucker@cvs.openbsd.org 2014/01/19 11:21:51
228 [addrmatch.c]
229 Cast the sizeof to socklen_t so it'll work even if the supplied len is
230 negative. Suggested by and ok djm, ok deraadt.
Darren Tucker2aca1592014-01-19 15:25:34 +1100231
Darren Tucker89c532d2014-01-18 20:43:49 +110023220140118
233 - (dtucker) [uidswap.c] Prevent unused variable warnings on Cygwin. Patch
234 from vinschen at redhat.com
Darren Tucker1411c922014-01-18 21:03:59 +1100235 - (dtucker) [openbsd-compat/bsd-cygwin_util.h] Add missing function
236 declarations that stopped being included when we stopped including
237 <windows.h> from openbsd-compat/bsd-cygwin_util.h. Patch from vinschen at
238 redhat.com.
Darren Tuckerfdce3732014-01-18 21:12:42 +1100239 - (dtucker) [configure.ac] On Cygwin the getopt variables (like optargs,
240 optind) are defined in getopt.h already. Unfortunately they are defined as
241 "declspec(dllimport)" for historical reasons, because the GNU linker didn't
242 allow auto-import on PE/COFF targets way back when. The problem is the
243 dllexport attributes collide with the definitions in the various source
244 files in OpenSSH, which obviousy define the variables without
245 declspec(dllimport). The least intrusive way to get rid of these warnings
246 is to disable warnings for GCC compiler attributes when building on Cygwin.
247 Patch from vinschen at redhat.com.
Darren Tucker841f7da2014-01-18 22:12:15 +1100248 - (dtucker) [sandbox-capsicum.c] Correct some error messages and make the
249 return value check for cap_enter() consistent with the other uses in
250 FreeBSD. From by Loganaden Velvindron @ AfriNIC via bz#2140.
Darren Tucker89c532d2014-01-18 20:43:49 +1100251
Darren Tuckerfd994372014-01-17 09:53:24 +110025220140117
253 - (dtucker) [aclocal.m4 configure.ac] Add some additional compiler/toolchain
254 hardening flags including -fstack-protector-strong. These default to on
255 if the toolchain supports them, but there is a configure-time knob
256 (--without-hardening) to disable them if necessary. ok djm@
Damien Millerc3d483f2014-01-17 11:20:26 +1100257 - (djm) [sftp-client.c] signed/unsigned comparison fix
Darren Tucker1c4a0112014-01-17 12:23:23 +1100258 - (dtucker) [loginrec.c] Cast to the types specfied in the format
259 specification to prevent warnings.
Darren Tuckerac413b62014-01-17 12:31:33 +1100260 - (dtucker) [crypto_api.h] Wrap stdlib.h include inside #ifdef HAVE_STDINT_H.
Darren Tucker99df3692014-01-17 12:42:17 +1100261 - (dtucker) [poly1305.c] Wrap stdlib.h include inside #ifdef HAVE_STDINT_H.
Darren Tuckerf45f78a2014-01-17 12:43:43 +1100262 - (dtucker) [blocks.c fe25519.c ge25519.c hash.c sc25519.c verify.c] Include
263 includes.h to pull in all of the compatibility stuff.
Darren Tuckerc3ed0652014-01-17 14:18:45 +1100264 - (dtucker) [openbsd-compat/bcrypt_pbkdf.c] Wrap stdlib.h include inside
265 #ifdef HAVE_STDINT_H.
Darren Tuckeracad3512014-01-17 14:20:05 +1100266 - (dtucker) [defines.h] Add typedefs for uintXX_t types for platforms that
267 don't have them.
Darren Tuckerc5487222014-01-17 15:12:16 +1100268 - (dtucker) [configure.ac] Split AC_CHECK_FUNCS for OpenSSL functions into
269 separate lines and alphabetize for easier diffing of changes.
Darren Tucker5f1c57a2014-01-17 16:29:45 +1100270 - (dtucker) OpenBSD CVS Sync
271 - djm@cvs.openbsd.org 2014/01/17 00:21:06
272 [sftp-client.c]
273 signed/unsigned comparison warning fix; from portable (Id sync only)
Darren Tuckera9d186a2014-01-17 16:30:49 +1100274 - dtucker@cvs.openbsd.org 2014/01/17 05:26:41
275 [digest.c]
276 remove unused includes. ok djm@
Damien Miller868ea1e2014-01-17 16:47:04 +1100277 - (djm) [Makefile.in configure.ac sandbox-capsicum.c sandbox-darwin.c]
278 [sandbox-null.c sandbox-rlimit.c sandbox-seccomp-filter.c]
279 [sandbox-systrace.c ssh-sandbox.h sshd.c] Support preauth sandboxing
280 using the Capsicum API introduced in FreeBSD 10. Patch by Dag-Erling
281 Smorgrav, updated by Loganaden Velvindron @ AfriNIC; ok dtucker@
Darren Tuckerd23a91f2014-01-17 17:32:30 +1100282 - (dtucker) [configure.ac digest.c openbsd-compat/openssl-compat.c
283 openbsd-compat/openssl-compat.h] Add compatibility layer for older
284 openssl versions. ok djm@
Darren Tucker1357d712014-01-17 18:00:40 +1100285 - (dtucker) Fix typo in #ifndef.
Darren Tuckera5cf1e22014-01-17 18:10:58 +1100286 - (dtucker) [configure.ac openbsd-compat/bsd-statvfs.c
287 openbsd-compat/bsd-statvfs.h] Implement enough of statvfs on top of statfs
288 to be useful (and for the regression tests to pass) on platforms that
289 have statfs and fstatfs. ok djm@
Darren Tucker50556992014-01-17 18:48:22 +1100290 - (dtucker) [openbsd-compat/bsd-statvfs.h] Only start including headers if we
291 need them to cut down on the name collisions.
Darren Tucker6d725682014-01-17 19:17:34 +1100292 - (dtucker) [configure.ac] Also look in inttypes.h for uintXX_t types.
Darren Tucker9edcbff2014-01-17 21:54:32 +1100293 - (dtucker) [configure.ac] Have --without-hardening not turn off
294 stack-protector since that has a separate flag that's been around a while.
Darren Tuckera3357662014-01-18 00:03:57 +1100295 - (dtucker) [readconf.c] Wrap paths.h inside an ifdef. Allows building on
296 Solaris.
Darren Tucker355f8612014-01-18 00:12:38 +1100297 - (dtucker) [defines.h] Move our definitions of uintXX_t types down to after
298 they're defined if we have to define them ourselves. Fixes builds on old
299 AIX.
Darren Tuckerfd994372014-01-17 09:53:24 +1100300
Damien Miller52c371c2014-01-16 18:42:10 +110030120140118
302 - (djm) OpenBSD CVS Sync
303 - djm@cvs.openbsd.org 2014/01/16 07:31:09
304 [sftp-client.c]
305 needless and incorrect cast to size_t can break resumption of
306 large download; patch from tobias@
Damien Miller0fa29e62014-01-16 18:42:31 +1100307 - djm@cvs.openbsd.org 2014/01/16 07:32:00
308 [version.h]
309 openssh-6.5
Damien Miller2ae77e62014-01-16 18:51:07 +1100310 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
311 [contrib/suse/openssh.spec] Crank RPM spec version numbers.
Damien Miller366224d2014-01-16 18:51:44 +1100312 - (djm) [README] update release notes URL.
Damien Miller52c371c2014-01-16 18:42:10 +1100313
Damien Milleraf5d4482014-01-12 19:20:47 +110031420140112
315 - (djm) OpenBSD CVS Sync
316 - djm@cvs.openbsd.org 2014/01/10 05:59:19
317 [sshd_config]
318 the /etc/ssh/ssh_host_ed25519_key is loaded by default too
Damien Miller91b580e2014-01-12 19:21:22 +1100319 - djm@cvs.openbsd.org 2014/01/12 08:13:13
320 [bufaux.c buffer.h kex.c kex.h kexc25519.c kexc25519c.c kexc25519s.c]
321 [kexdhc.c kexdhs.c kexecdhc.c kexecdhs.c kexgexc.c kexgexs.c]
322 avoid use of OpenSSL BIGNUM type and functions for KEX with
323 Curve25519 by adding a buffer_put_bignum2_from_string() that stores
324 a string using the bignum encoding rules. Will make it easier to
325 build a reduced-feature OpenSSH without OpenSSL in the future;
326 ok markus@
Damien Milleraf5d4482014-01-12 19:20:47 +1100327
Damien Miller3e498532014-01-10 10:37:05 +110032820140110
329 - (djm) OpenBSD CVS Sync
330 - tedu@cvs.openbsd.org 2014/01/04 17:50:55
331 [mac.c monitor_mm.c monitor_mm.h xmalloc.c]
332 use standard types and formats for size_t like variables. ok dtucker
Damien Millere00e4132014-01-10 10:40:45 +1100333 - guenther@cvs.openbsd.org 2014/01/09 03:26:00
334 [sftp-common.c]
335 When formating the time for "ls -l"-style output, show dates in the future
336 with the year, and rearrange a comparison to avoid a potentional signed
337 arithmetic overflow that would give the wrong result.
338 ok djm@
Damien Millerb3051d02014-01-10 10:58:53 +1100339 - djm@cvs.openbsd.org 2014/01/09 23:20:00
340 [digest.c digest.h hostfile.c kex.c kex.h kexc25519.c kexc25519c.c]
341 [kexc25519s.c kexdh.c kexecdh.c kexecdhc.c kexecdhs.c kexgex.c kexgexc.c]
342 [kexgexs.c key.c key.h roaming_client.c roaming_common.c schnorr.c]
343 [schnorr.h ssh-dss.c ssh-ecdsa.c ssh-rsa.c sshconnect2.c]
344 Introduce digest API and use it to perform all hashing operations
345 rather than calling OpenSSL EVP_Digest* directly. Will make it easier
346 to build a reduced-feature OpenSSH without OpenSSL in future;
347 feedback, ok markus@
Damien Miller58cd63b2014-01-10 10:59:24 +1100348 - djm@cvs.openbsd.org 2014/01/09 23:26:48
349 [sshconnect.c sshd.c]
350 ban clients/servers that suffer from SSH_BUG_DERIVEKEY, they are ancient,
351 deranged and might make some attacks on KEX easier; ok markus@
Damien Miller3e498532014-01-10 10:37:05 +1100352
Damien Millera9c1e502014-01-08 16:13:12 +110035320140108
354 - (djm) [regress/.cvsignore] Ignore regress test droppings; ok dtucker@
355
Damien Miller324541e2013-12-31 12:25:40 +110035620131231
357 - (djm) OpenBSD CVS Sync
358 - djm@cvs.openbsd.org 2013/12/30 23:52:28
359 [auth2-hostbased.c auth2-pubkey.c compat.c compat.h ssh-rsa.c]
360 [sshconnect.c sshconnect2.c sshd.c]
361 refuse RSA keys from old proprietary clients/servers that use the
362 obsolete RSA+MD5 signature scheme. it will still be possible to connect
363 with these clients/servers but only DSA keys will be accepted, and we'll
364 deprecate them entirely in a future release. ok markus@
365
Damien Miller7d97fd92013-12-29 17:40:18 +110036620131229
367 - (djm) [loginrec.c] Check for username truncation when looking up lastlog
368 entries
Damien Miller9f4c8e72013-12-29 17:57:46 +1100369 - (djm) [regress/Makefile] Add some generated files for cleaning
Damien Milleref275ea2013-12-29 17:44:07 +1100370 - (djm) OpenBSD CVS Sync
371 - djm@cvs.openbsd.org 2013/12/19 00:10:30
372 [ssh-add.c]
373 skip requesting smartcard PIN when removing keys from agent; bz#2187
374 patch from jay AT slushpupie.com; ok dtucker
Damien Millerbb3dafe2013-12-29 17:44:29 +1100375 - dtucker@cvs.openbsd.org 2013/12/19 00:19:12
376 [serverloop.c]
377 Cast client_alive_interval to u_int64_t before assinging to
378 max_time_milliseconds to avoid potential integer overflow in the timeout.
379 bz#2170, patch from Loganaden Velvindron, ok djm@
Damien Millerbf25d112013-12-29 17:44:56 +1100380 - djm@cvs.openbsd.org 2013/12/19 00:27:57
381 [auth-options.c]
382 simplify freeing of source-address certificate restriction
Damien Miller4def1842013-12-29 17:45:26 +1100383 - djm@cvs.openbsd.org 2013/12/19 01:04:36
384 [channels.c]
385 bz#2147: fix multiple remote forwardings with dynamically assigned
386 listen ports. In the s->c message to open the channel we were sending
387 zero (the magic number to request a dynamic port) instead of the actual
388 listen port. The client therefore had no way of discriminating between
389 them.
390
391 Diagnosis and fix by ronf AT timeheart.net
Damien Miller0b36c832013-12-29 17:45:51 +1100392 - djm@cvs.openbsd.org 2013/12/19 01:19:41
393 [ssh-agent.c]
394 bz#2186: don't crash (NULL deref) when deleting PKCS#11 keys from an agent
395 that has a mix of normal and PKCS#11 keys; fix from jay AT slushpupie.com;
396 ok dtucker
Damien Miller339a48f2013-12-29 17:46:49 +1100397 - djm@cvs.openbsd.org 2013/12/19 22:57:13
398 [poly1305.c poly1305.h]
399 use full name for author, with his permission
Damien Miller13797712013-12-29 17:47:14 +1100400 - tedu@cvs.openbsd.org 2013/12/21 07:10:47
401 [ssh-keygen.1]
402 small typo
Damien Miller3e192952013-12-29 17:47:50 +1100403 - djm@cvs.openbsd.org 2013/12/27 22:30:17
404 [ssh-dss.c ssh-ecdsa.c ssh-rsa.c]
405 make the original RSA and DSA signing/verification code look more like
406 the ECDSA/Ed25519 ones: use key_type_plain() when checking the key type
407 rather than tediously listing all variants, use __func__ for debug/
408 error messages
Damien Miller06122e92013-12-29 17:48:15 +1100409 - djm@cvs.openbsd.org 2013/12/27 22:37:18
410 [ssh-rsa.c]
411 correct comment
Damien Miller83f2fe22013-12-29 17:48:38 +1100412 - djm@cvs.openbsd.org 2013/12/29 02:28:10
413 [key.c]
414 allow ed25519 keys to appear as certificate authorities
Damien Miller5baeacf2013-12-29 17:48:55 +1100415 - djm@cvs.openbsd.org 2013/12/29 02:37:04
416 [key.c]
417 correct comment for key_to_certified()
Damien Miller9de4fcd2013-12-29 17:49:13 +1100418 - djm@cvs.openbsd.org 2013/12/29 02:49:52
419 [key.c]
420 correct comment for key_drop_cert()
Damien Miller29ace1c2013-12-29 17:49:31 +1100421 - djm@cvs.openbsd.org 2013/12/29 04:20:04
422 [key.c]
423 to make sure we don't omit any key types as valid CA keys again,
424 factor the valid key type check into a key_type_is_valid_ca()
425 function
Damien Millerf72cdde2013-12-29 17:49:55 +1100426 - djm@cvs.openbsd.org 2013/12/29 04:29:25
427 [authfd.c]
428 allow deletion of ed25519 keys from the agent
Damien Millerb9a95492013-12-29 17:50:15 +1100429 - djm@cvs.openbsd.org 2013/12/29 04:35:50
430 [authfile.c]
431 don't refuse to load Ed25519 certificates
Damien Miller0fa47cf2013-12-29 17:53:39 +1100432 - djm@cvs.openbsd.org 2013/12/29 05:42:16
433 [ssh.c]
434 don't forget to load Ed25519 certs too
Damien Miller106bf1c2013-12-29 17:54:03 +1100435 - djm@cvs.openbsd.org 2013/12/29 05:57:02
436 [sshconnect.c]
437 when showing other hostkeys, don't forget Ed25519 keys
Damien Miller7d97fd92013-12-29 17:40:18 +1100438
Darren Tucker77244af2013-12-21 17:02:39 +110043920131221
440 - (dtucker) [regress/keytype.sh] Actually test ecdsa key types.
441
Darren Tucker1fcec9d2013-12-19 11:00:12 +110044220131219
443 - (dtucker) [configure.ac] bz#2178: Don't try to use BSM on Solaris versions
444 greater than 11 either rather than just 11. Patch from Tomas Kuthan.
Darren Tucker53f8e782013-12-19 11:31:44 +1100445 - (dtucker) [auth-pam.c] bz#2163: check return value from pam_get_item().
446 Patch from Loganaden Velvindron.
Darren Tucker1fcec9d2013-12-19 11:00:12 +1100447
Damien Miller4f752cf2013-12-18 17:45:35 +110044820131218
449 - (djm) OpenBSD CVS Sync
450 - djm@cvs.openbsd.org 2013/12/07 08:08:26
451 [ssh-keygen.1]
452 document -a and -o wrt new key format
Damien Miller8ba0ead2013-12-18 17:46:27 +1100453 - naddy@cvs.openbsd.org 2013/12/07 11:58:46
454 [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8 ssh.1]
455 [ssh_config.5 sshd.8 sshd_config.5]
456 add missing mentions of ed25519; ok djm@
Damien Miller6575c3a2013-12-18 17:47:02 +1100457 - dtucker@cvs.openbsd.org 2013/12/08 09:53:27
458 [sshd_config.5]
459 Use a literal for the default value of KEXAlgorithms. ok deraadt jmc
Damien Miller8a56dc22013-12-18 17:48:11 +1100460 - markus@cvs.openbsd.org 2013/12/09 11:03:45
461 [blocks.c ed25519.c fe25519.c fe25519.h ge25519.c ge25519.h]
462 [ge25519_base.data hash.c sc25519.c sc25519.h verify.c]
463 Add Authors for the public domain ed25519/nacl code.
464 see also http://nacl.cr.yp.to/features.html
465 All of the NaCl software is in the public domain.
466 and http://ed25519.cr.yp.to/software.html
467 The Ed25519 software is in the public domain.
Damien Miller155b5a52013-12-18 17:48:32 +1100468 - markus@cvs.openbsd.org 2013/12/09 11:08:17
469 [crypto_api.h]
470 remove unused defines
Damien Miller059321d2013-12-18 17:49:48 +1100471 - pascal@cvs.openbsd.org 2013/12/15 18:17:26
472 [ssh-add.c]
473 Make ssh-add also add .ssh/id_ed25519; fixes lie in manual page.
474 ok markus@
Damien Millerd58a5962013-12-18 17:50:13 +1100475 - djm@cvs.openbsd.org 2013/12/15 21:42:35
476 [cipher-chachapoly.c]
477 add some comments and constify a constant
Damien Miller6674eb92013-12-18 17:50:39 +1100478 - markus@cvs.openbsd.org 2013/12/17 10:36:38
479 [crypto_api.h]
480 I've assempled the header file by cut&pasting from generated headers
481 and the source files.
Damien Miller4f752cf2013-12-18 17:45:35 +1100482
Damien Miller7e6e42f2013-12-08 08:23:08 +110048320131208
484 - (djm) [openbsd-compat/bsd-setres_id.c] Missing header; from Corinna
485 Vinschen
Damien Miller6d6fcd12013-12-08 15:53:28 +1100486 - (djm) [Makefile.in regress/Makefile regress/agent-ptrace.sh]
487 [regress/setuid-allowed.c] Check that ssh-agent is not on a no-setuid
488 filesystem before running agent-ptrace.sh; ok dtucker
Damien Miller7e6e42f2013-12-08 08:23:08 +1100489
Damien Miller39392072013-12-07 10:31:08 +110049020131207
491 - (djm) OpenBSD CVS Sync
492 - djm@cvs.openbsd.org 2013/12/05 22:59:45
493 [sftp-client.c]
494 fix memory leak in error path in do_readdir(); pointed out by
495 Loganaden Velvindron @ AfriNIC in bz#2163
Damien Miller0f8536d2013-12-07 10:31:37 +1100496 - djm@cvs.openbsd.org 2013/12/06 03:40:51
497 [ssh-keygen.c]
498 remove duplicated character ('g') in getopt() string;
499 document the (few) remaining option characters so we don't have to
500 rummage next time.
Damien Millerf0e90602013-12-07 10:40:26 +1100501 - markus@cvs.openbsd.org 2013/12/06 13:30:08
502 [authfd.c key.c key.h ssh-agent.c]
503 move private key (de)serialization to key.c; ok djm
Damien Millerbcd00ab2013-12-07 10:41:55 +1100504 - markus@cvs.openbsd.org 2013/12/06 13:34:54
505 [authfile.c authfile.h cipher.c cipher.h key.c packet.c ssh-agent.c]
506 [ssh-keygen.c PROTOCOL.key] new private key format, bcrypt as KDF by
507 default; details in PROTOCOL.key; feedback and lots help from djm;
508 ok djm@
Damien Miller5be9d9e2013-12-07 11:24:01 +1100509 - markus@cvs.openbsd.org 2013/12/06 13:39:49
510 [authfd.c authfile.c key.c key.h myproposal.h pathnames.h readconf.c]
511 [servconf.c ssh-agent.c ssh-keygen.c ssh-keyscan.1 ssh-keyscan.c]
512 [ssh-keysign.c ssh.c ssh_config.5 sshd.8 sshd.c verify.c ssh-ed25519.c]
513 [sc25519.h sc25519.c hash.c ge25519_base.data ge25519.h ge25519.c]
514 [fe25519.h fe25519.c ed25519.c crypto_api.h blocks.c]
515 support ed25519 keys (hostkeys and user identities) using the public
516 domain ed25519 reference code from SUPERCOP, see
517 http://ed25519.cr.yp.to/software.html
518 feedback, help & ok djm@
Damien Millera7827c12013-12-07 11:24:30 +1100519 - jmc@cvs.openbsd.org 2013/12/06 15:29:07
520 [sshd.8]
521 missing comma;
Damien Millerca570a52013-12-07 11:29:09 +1100522 - djm@cvs.openbsd.org 2013/12/07 00:19:15
523 [key.c]
524 set k->cert = NULL after freeing it
Damien Millerf54542a2013-12-07 16:32:44 +1100525 - markus@cvs.openbsd.org 2013/12/06 13:52:46
526 [regress/Makefile regress/agent.sh regress/cert-hostkey.sh]
527 [regress/cert-userkey.sh regress/keytype.sh]
528 test ed25519 support; from djm@
Damien Millerf104da22013-12-07 12:37:53 +1100529 - (djm) [blocks.c ed25519.c fe25519.c fe25519.h ge25519.c ge25519.h]
Damien Miller3cccc0e2013-12-07 11:27:47 +1100530 [ge25519_base.data hash.c sc25519.c sc25519.h verify.c] Fix RCS idents
Damien Millerf104da22013-12-07 12:37:53 +1100531 - (djm) [Makefile.in] Add ed25519 sources
532 - (djm) [authfile.c] Conditionalise inclusion of util.h
533 - (djm) [configure.ac openbsd-compat/Makefile.in openbsd-compat/bcrypt_pbkdf.c]
Damien Miller1ff130d2013-12-07 11:51:51 +1100534 [openbsd-compat/blf.h openbsd-compat/blowfish.c]
535 [openbsd-compat/openbsd-compat.h] Start at supporting bcrypt_pbkdf in
536 portable.
Damien Millerf104da22013-12-07 12:37:53 +1100537 - (djm) [ed25519.c ssh-ed25519.c openbsd-compat/Makefile.in]
538 [openbsd-compat/bcrypt_pbkdf.c] Make ed25519/new key format compile on
539 Linux
Damien Millereb401582013-12-07 17:07:15 +1100540 - (djm) [regress/cert-hostkey.sh] Fix merge botch
Damien Millerda3ca352013-12-07 21:43:46 +1100541 - (djm) [Makefile.in] PATHSUBS and keygen bits for Ed25519; from
542 Loganaden Velvindron @ AfriNIC in bz#2179
Damien Miller39392072013-12-07 10:31:08 +1100543
Damien Millerdec03932013-12-05 10:18:43 +110054420131205
545 - (djm) OpenBSD CVS Sync
546 - jmc@cvs.openbsd.org 2013/11/21 08:05:09
547 [ssh_config.5 sshd_config.5]
548 no need for .Pp before displays;
Damien Millerd937dc02013-12-05 10:19:54 +1100549 - deraadt@cvs.openbsd.org 2013/11/25 18:04:21
550 [ssh.1 ssh.c]
551 improve -Q usage and such. One usage change is that the option is now
552 case-sensitive
553 ok dtucker markus djm
Damien Millerbdb352a2013-12-05 10:20:52 +1100554 - jmc@cvs.openbsd.org 2013/11/26 12:14:54
555 [ssh.1 ssh.c]
556 - put -Q in the right place
557 - Ar was a poor choice for the arguments to -Q. i've chosen an
558 admittedly equally poor Cm, at least consistent with the rest
559 of the docs. also no need for multiple instances
560 - zap a now redundant Nm
561 - usage() sync
Damien Miller1d2f8802013-12-05 10:22:03 +1100562 - deraadt@cvs.openbsd.org 2013/11/26 19:15:09
563 [pkcs11.h]
564 cleanup 1 << 31 idioms. Resurrection of this issue pointed out by
565 Eitan Adler ok markus for ssh, implies same change in kerberosV
Damien Millere4870c02013-12-05 10:22:39 +1100566 - djm@cvs.openbsd.org 2013/12/01 23:19:05
567 [PROTOCOL]
568 mention curve25519-sha256@libssh.org key exchange algorithm
Damien Miller114e5402013-12-05 10:22:57 +1100569 - djm@cvs.openbsd.org 2013/12/02 02:50:27
570 [PROTOCOL.chacha20poly1305]
571 typo; from Jon Cave
Damien Millerf1e44ea2013-12-05 10:23:21 +1100572 - djm@cvs.openbsd.org 2013/12/02 02:56:17
573 [ssh-pkcs11-helper.c]
574 use-after-free; bz#2175 patch from Loganaden Velvindron @ AfriNIC
Damien Millerf7e8a872013-12-05 10:25:51 +1100575 - djm@cvs.openbsd.org 2013/12/02 03:09:22
576 [key.c]
577 make key_to_blob() return a NULL blob on failure; part of
578 bz#2175 from Loganaden Velvindron @ AfriNIC
Damien Miller960f6a22013-12-05 10:26:14 +1100579 - djm@cvs.openbsd.org 2013/12/02 03:13:14
580 [cipher.c]
581 correct bzero of chacha20+poly1305 key context. bz#2177 from
582 Loganaden Velvindron @ AfriNIC
583
584 Also make it a memset for consistency with the rest of cipher.c
Damien Miller9275df32013-12-05 10:26:32 +1100585 - djm@cvs.openbsd.org 2013/12/04 04:20:01
586 [sftp-client.c]
587 bz#2171: don't leak local_fd on error; from Loganaden Velvindron @
588 AfriNIC
Damien Miller534b2cc2013-12-05 14:07:27 +1100589 - djm@cvs.openbsd.org 2013/12/05 01:16:41
590 [servconf.c servconf.h]
591 bz#2161 - fix AuthorizedKeysCommand inside a Match block and
592 rearrange things so the same error is harder to make next time;
593 with and ok dtucker@
Darren Tucker8369c8e2013-12-05 11:00:16 +1100594 - (dtucker) [configure.ac] bz#2173: use pkg-config --libs to include correct
595 -L location for libedit. Patch from Serge van den Boom.
Damien Millerdec03932013-12-05 10:18:43 +1100596
Damien Miller0600c702013-11-21 13:55:43 +110059720131121
598 - (djm) OpenBSD CVS Sync
599 - dtucker@cvs.openbsd.org 2013/11/08 11:15:19
600 [bufaux.c bufbn.c buffer.c sftp-client.c sftp-common.c sftp-glob.c]
601 [uidswap.c] Include stdlib.h for free() as per the man page.
Damien Miller867e6932013-11-21 13:56:06 +1100602 - markus@cvs.openbsd.org 2013/11/13 13:48:20
603 [ssh-pkcs11.c]
604 add missing braces found by pedro
Damien Miller23e00aa2013-11-21 13:56:28 +1100605 - djm@cvs.openbsd.org 2013/11/20 02:19:01
606 [sshd.c]
607 delay closure of in/out fds until after "Bad protocol version
608 identification..." message, as get_remote_ipaddr/get_remote_port
609 require them open.
Damien Millere0016732013-11-21 13:56:49 +1100610 - deraadt@cvs.openbsd.org 2013/11/20 20:53:10
611 [scp.c]
612 unsigned casts for ctype macros where neccessary
613 ok guenther millert markus
Damien Millerfdb23062013-11-21 13:57:15 +1100614 - deraadt@cvs.openbsd.org 2013/11/20 20:54:10
615 [canohost.c clientloop.c match.c readconf.c sftp.c]
616 unsigned casts for ctype macros where neccessary
617 ok guenther millert markus
Damien Miller0fde8ac2013-11-21 14:12:23 +1100618 - djm@cvs.openbsd.org 2013/11/21 00:45:44
619 [Makefile.in PROTOCOL PROTOCOL.chacha20poly1305 authfile.c chacha.c]
620 [chacha.h cipher-chachapoly.c cipher-chachapoly.h cipher.c cipher.h]
621 [dh.c myproposal.h packet.c poly1305.c poly1305.h servconf.c ssh.1]
622 [ssh.c ssh_config.5 sshd_config.5] Add a new protocol 2 transport
623 cipher "chacha20-poly1305@openssh.com" that combines Daniel
624 Bernstein's ChaCha20 stream cipher and Poly1305 MAC to build an
625 authenticated encryption mode.
626
627 Inspired by and similar to Adam Langley's proposal for TLS:
628 http://tools.ietf.org/html/draft-agl-tls-chacha20poly1305-03
629 but differs in layout used for the MAC calculation and the use of a
630 second ChaCha20 instance to separately encrypt packet lengths.
631 Details are in the PROTOCOL.chacha20poly1305 file.
632
633 Feedback markus@, naddy@; manpage bits Loganden Velvindron @ AfriNIC
634 ok markus@ naddy@
Damien Millerfa7a20b2013-11-21 14:24:08 +1100635 - naddy@cvs.openbsd.org 2013/11/18 05:09:32
636 [regress/forward-control.sh]
637 bump timeout to 10 seconds to allow slow machines (e.g. Alpha PC164)
638 to successfully run this; ok djm@
Damien Miller36aba252013-11-21 14:24:42 +1100639 - djm@cvs.openbsd.org 2013/11/21 03:15:46
640 [regress/krl.sh]
641 add some reminders for additional tests that I'd like to implement
Damien Millerea61b212013-11-21 14:25:15 +1100642 - djm@cvs.openbsd.org 2013/11/21 03:16:47
643 [regress/modpipe.c]
644 use unsigned long long instead of u_int64_t here to avoid warnings
645 on some systems portable OpenSSH is built on.
Damien Miller8a073cf2013-11-21 14:26:18 +1100646 - djm@cvs.openbsd.org 2013/11/21 03:18:51
647 [regress/cipher-speed.sh regress/integrity.sh regress/rekey.sh]
648 [regress/try-ciphers.sh]
649 use new "ssh -Q cipher-auth" query to obtain lists of authenticated
650 encryption ciphers instead of specifying them manually; ensures that
651 the new chacha20poly1305@openssh.com mode is tested;
652
653 ok markus@ and naddy@ as part of the diff to add
654 chacha20poly1305@openssh.com
Damien Miller0600c702013-11-21 13:55:43 +1100655
Darren Tuckerb6a75b02013-11-10 20:25:22 +110065620131110
657 - (dtucker) [regress/keytype.sh] Populate ECDSA key types to be tested by
658 querying the ones that are compiled in.
659
Darren Tucker6e2fe812013-11-09 16:55:03 +110066020131109
661 - (dtucker) OpenBSD CVS Sync
662 - dtucker@cvs.openbsd.org 2013/11/09 05:41:34
663 [regress/test-exec.sh regress/rekey.sh]
664 Use smaller test data files to speed up tests. Grow test datafiles
665 where necessary for a specific test.
Darren Tucker37bcef52013-11-09 18:39:25 +1100666 - (dtucker) [configure.ac kex.c key.c myproposal.h] Test for the presence of
667 NID_X9_62_prime256v1, NID_secp384r1 and NID_secp521r1 and test that the
668 latter actually works before using it. Fedora (at least) has NID_secp521r1
669 that doesn't work (see https://bugzilla.redhat.com/show_bug.cgi?id=1021897).
Darren Tucker95cb2d42013-11-09 22:02:31 +1100670 - (dtucker) [configure.ac] Fix brackets in NID_secp521r1 test.
Darren Tuckerdd5264d2013-11-09 22:32:51 +1100671 - (dtucker) [configure.ac] Add missing "test".
Darren Tucker2c894302013-11-10 12:38:42 +1100672 - (dtucker) [key.c] Check for the correct defines for NID_secp521r1.
Darren Tucker6e2fe812013-11-09 16:55:03 +1100673
Darren Tucker08998c52013-11-08 12:11:46 +110067420131108
675 - (dtucker) OpenBSD CVS Sync
676 - dtucker@cvs.openbsd.org 2013/11/08 01:06:14
677 [regress/rekey.sh]
678 Rekey less frequently during tests to speed them up
Damien Miller690d9892013-11-08 12:16:49 +1100679 - (djm) OpenBSD CVS Sync
680 - dtucker@cvs.openbsd.org 2013/11/07 11:58:27
681 [cipher.c cipher.h kex.c kex.h mac.c mac.h servconf.c ssh.c]
682 Output the effective values of Ciphers, MACs and KexAlgorithms when
683 the default has not been overridden. ok markus@
Damien Miller6c81fee2013-11-08 12:19:55 +1100684 - djm@cvs.openbsd.org 2013/11/08 00:39:15
685 [auth-options.c auth2-chall.c authfd.c channels.c cipher-3des1.c]
686 [clientloop.c gss-genr.c monitor_mm.c packet.c schnorr.c umac.c]
687 [sftp-client.c sftp-glob.c]
688 use calloc for all structure allocations; from markus@
Damien Miller3ac4a232013-11-08 12:39:49 +1100689 - djm@cvs.openbsd.org 2013/11/08 01:38:11
690 [version.h]
691 openssh-6.4
Damien Miller3420a502013-11-08 16:48:13 +1100692 - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
693 [contrib/suse/openssh.spec] Update version numbers following release.
Darren Tuckerccdb9be2013-11-08 18:54:38 +1100694 - (dtucker) [openbsd-compat/openbsd-compat.h] Add null implementation of
695 arc4random_stir for platforms that have arc4random but don't have
696 arc4random_stir (right now this is only OpenBSD -current).
Darren Tucker1c8ce342013-11-08 19:50:32 +1100697 - (dtucker) [kex.c] Only enable CURVE25519_SHA256 if we actually have
698 EVP_sha256.
Darren Tuckerd94240b2013-11-08 21:10:04 +1100699 - (dtucker) [myproposal.h] Conditionally enable CURVE25519_SHA256.
Darren Tucker8c333ec2013-11-08 21:12:58 +1100700 - (dtucker) [openbsd-compat/bsd-poll.c] Add headers to prevent compile
701 warnings.
Darren Tucker882abfd2013-11-09 00:17:41 +1100702 - (dtucker) [Makefile.in configure.ac] Set MALLOC_OPTIONS per platform
Darren Tuckeraff7ef12013-11-09 00:19:22 +1100703 and pass in TEST_ENV. use stderr to get polluted
Darren Tucker882abfd2013-11-09 00:17:41 +1100704 and the stderr-data test to fail.
Darren Tuckeraff7ef12013-11-09 00:19:22 +1100705 - (dtucker) [contrib/cygwin/ssh-host-config] Simplify host key generation:
706 rather than testing and generating each key, call ssh-keygen -A.
707 Patch from vinschen at redhat.com.
Darren Tucker6e2fe812013-11-09 16:55:03 +1100708 - (dtucker) OpenBSD CVS Sync
709 - dtucker@cvs.openbsd.org 2013/11/09 05:41:34
710 [regress/test-exec.sh regress/rekey.sh]
711 Use smaller test data files to speed up tests. Grow test datafiles
712 where necessary for a specific test.
Darren Tucker08998c52013-11-08 12:11:46 +1100713
Damien Miller61c5c232013-11-07 11:34:14 +110071420131107
715 - (djm) [ssh-pkcs11.c] Bring back "non-constant initialiser" fix (rev 1.5)
716 that got lost in recent merge.
Damien Millerc9831972013-11-07 12:00:23 +1100717 - (djm) [Makefile.in monitor.c] Missed chunks of curve25519 KEX diff
Damien Millera6fd1d32013-11-07 12:03:26 +1100718 - (djm) [regress/modpipe.c regress/rekey.sh] Never intended to commit these
Damien Millerdf8b0302013-11-07 13:28:16 +1100719 - (djm) [configure.ac defines.h] Skip arc4random_stir() calls on platforms
720 that lack it but have arc4random_uniform()
Damien Miller67a88002013-11-07 13:32:51 +1100721 - (djm) OpenBSD CVS Sync
722 - markus@cvs.openbsd.org 2013/11/04 11:51:16
723 [monitor.c]
724 fix rekeying for KEX_C25519_SHA256; noted by dtucker@
725 RCSID sync only; I thought this was a merge botch and fixed it already
Damien Miller49c145c2013-11-07 13:35:39 +1100726 - markus@cvs.openbsd.org 2013/11/06 16:52:11
727 [monitor_wrap.c]
728 fix rekeying for AES-GCM modes; ok deraadt
Damien Millerc8908aa2013-11-07 13:38:35 +1100729 - djm@cvs.openbsd.org 2013/11/06 23:05:59
730 [ssh-pkcs11.c]
731 from portable: s/true/true_val/ to avoid name collisions on dump platforms
732 RCSID sync only
Darren Tuckeraa195482013-11-07 14:50:09 +1100733 - (dtucker) OpenBSD CVS Sync
734 - djm@cvs.openbsd.org 2013/10/09 23:44:14
735 [regress/Makefile] (ID sync only)
736 regression test for sftp request white/blacklisting and readonly mode.
Darren Tuckerbbfb9b02013-11-07 14:56:43 +1100737 - markus@cvs.openbsd.org 2013/11/02 22:39:53
738 [regress/kextype.sh]
739 add curve25519-sha256@libssh.org
Darren Tucker23455772013-11-07 15:00:51 +1100740 - dtucker@cvs.openbsd.org 2013/11/04 12:27:42
741 [regress/rekey.sh]
742 Test rekeying with all KexAlgorithms.
Darren Tucker651dc8b2013-11-07 15:04:44 +1100743 - dtucker@cvs.openbsd.org 2013/11/07 00:12:05
744 [regress/rekey.sh]
745 Test rekeying for every Cipher, MAC and KEX, plus test every KEX with
746 the GCM ciphers.
Darren Tucker06595d62013-11-07 15:08:02 +1100747 - dtucker@cvs.openbsd.org 2013/11/07 01:12:51
748 [regress/rekey.sh]
749 Factor out the data transfer rekey tests
Darren Tuckera9550412013-11-07 15:21:19 +1100750 - dtucker@cvs.openbsd.org 2013/11/07 02:48:38
751 [regress/integrity.sh regress/cipher-speed.sh regress/try-ciphers.sh]
752 Use ssh -Q instead of hardcoding lists of ciphers or MACs.
Darren Tucker74cbc222013-11-07 15:26:12 +1100753 - dtucker@cvs.openbsd.org 2013/11/07 03:55:41
754 [regress/kextype.sh]
755 Use ssh -Q to get kex types instead of a static list.
Darren Tucker6e9d6f42013-11-07 15:32:37 +1100756 - dtucker@cvs.openbsd.org 2013/11/07 04:26:56
757 [regress/kextype.sh]
758 trailing space
Darren Tucker4bf7e502013-11-07 22:33:48 +1100759 - (dtucker) [Makefile.in configure.ac] Remove TEST_SSH_SHA256 environment
760 variable. It's no longer used now that we get the supported MACs from
761 ssh -Q.
Damien Miller61c5c232013-11-07 11:34:14 +1100762
Damien Millerd2252c72013-11-04 07:41:48 +110076320131104
764 - (djm) OpenBSD CVS Sync
765 - markus@cvs.openbsd.org 2013/11/02 20:03:54
766 [ssh-pkcs11.c]
767 support pkcs#11 tokes that only provide x509 zerts instead of raw pubkeys;
768 fixes bz#1908; based on patch from Laurent Barbe; ok djm
Damien Miller1e124262013-11-04 08:26:52 +1100769 - markus@cvs.openbsd.org 2013/11/02 21:59:15
770 [kex.c kex.h myproposal.h ssh-keyscan.c sshconnect2.c sshd.c]
771 use curve25519 for default key exchange (curve25519-sha256@libssh.org);
772 initial patch from Aris Adamantiadis; ok djm@
Damien Millerabdca982013-11-04 08:30:05 +1100773 - markus@cvs.openbsd.org 2013/11/02 22:10:15
774 [kexdhs.c kexecdhs.c]
775 no need to include monitor_wrap.h
Damien Miller660621b2013-11-04 08:37:51 +1100776 - markus@cvs.openbsd.org 2013/11/02 22:24:24
777 [kexdhs.c kexecdhs.c]
778 no need to include ssh-gss.h
Damien Miller4c3ba072013-11-04 08:40:13 +1100779 - markus@cvs.openbsd.org 2013/11/02 22:34:01
780 [auth-options.c]
781 no need to include monitor_wrap.h and ssh-gss.h
Damien Miller0bd8f152013-11-04 08:55:43 +1100782 - markus@cvs.openbsd.org 2013/11/02 22:39:19
783 [ssh_config.5 sshd_config.5]
784 the default kex is now curve25519-sha256@libssh.org
Damien Millerca67a7e2013-11-04 09:05:17 +1100785 - djm@cvs.openbsd.org 2013/11/03 10:37:19
786 [roaming_common.c]
787 fix a couple of function definitions foo() -> foo(void)
788 (-Wold-style-definition)
Damien Miller094003f2013-11-04 22:59:27 +1100789 - (djm) [kexc25519.c kexc25519c.c kexc25519s.c] Import missed files from
790 KEX/curve25519 change
Damien Millerd2252c72013-11-04 07:41:48 +1100791
Darren Tuckerd5277042013-11-03 16:30:46 +110079220131103
793 - (dtucker) [openbsd-compat/bsd-misc.c] Include time.h for nanosleep.
794 From OpenSMTPD where it prevents "implicit declaration" warnings (it's
795 a no-op in OpenSSH). From chl at openbsd.
Darren Tucker710f3742013-11-03 17:20:34 +1100796 - (dtucker) [openbsd-compat/setproctitle.c] Handle error case form the 2nd
797 vsnprintf. From eric at openbsd via chl@.
Darren Tucker007e3b32013-11-03 18:43:55 +1100798 - (dtucker) [configure.ac defines.h] Add typedefs for intmax_t and uintmax_t
799 for platforms that don't have them.
Darren Tuckerd5277042013-11-03 16:30:46 +1100800
Damien Miller4a3a9d42013-10-30 22:19:47 +110080120131030
802 - (djm) OpenBSD CVS Sync
803 - djm@cvs.openbsd.org 2013/10/29 09:42:11
804 [key.c key.h]
805 fix potential stack exhaustion caused by nested certificates;
806 report by Mateusz Kocielski; ok dtucker@ markus@
Damien Miller5ff30c62013-10-30 22:21:50 +1100807 - djm@cvs.openbsd.org 2013/10/29 09:48:02
808 [servconf.c servconf.h session.c sshd_config sshd_config.5]
809 shd_config PermitTTY to disallow TTY allocation, mirroring the
810 longstanding no-pty authorized_keys option;
811 bz#2070, patch from Teran McKinney; ok markus@
Damien Miller63857c92013-10-30 22:31:06 +1100812 - jmc@cvs.openbsd.org 2013/10/29 18:49:32
813 [sshd_config.5]
814 pty(4), not pty(7);
Damien Miller4a3a9d42013-10-30 22:19:47 +1100815
Damien Miller28631ce2013-10-26 10:07:56 +110081620131026
817 - (djm) OpenBSD CVS Sync
818 - djm@cvs.openbsd.org 2013/10/25 23:04:51
819 [ssh.c]
820 fix crash when using ProxyCommand caused by previous commit - was calling
821 freeaddrinfo(NULL); spotted by sthen@ and Tim Ruehsen, patch by sthen@
822
Damien Miller26506ad2013-10-26 10:05:46 +110082320131025
824 - (djm) [ssh-keygen.c ssh-keysign.c sshconnect1.c sshd.c] Remove
825 unnecessary arc4random_stir() calls. The only ones left are to ensure
826 that the PRNG gets a different state after fork() for platforms that
827 have broken the API.
828
Damien Miller8f187312013-10-24 10:53:02 +110082920131024
830 - (djm) [auth-krb5.c] bz#2032 - use local username in krb5_kuserok check
831 rather than full client name which may be of form user@REALM;
832 patch from Miguel Sanders; ok dtucker@
Damien Miller03bf2e62013-10-24 21:01:26 +1100833 - (djm) OpenBSD CVS Sync
834 - dtucker@cvs.openbsd.org 2013/10/23 05:40:58
835 [servconf.c]
836 fix comment
Damien Miller5ecb4162013-10-24 21:02:02 +1100837 - djm@cvs.openbsd.org 2013/10/23 23:35:32
838 [sshd.c]
839 include local address and port in "Connection from ..." message (only
840 shown at loglevel>=verbose)
Damien Miller4bedd402013-10-24 21:02:26 +1100841 - dtucker@cvs.openbsd.org 2013/10/24 00:49:49
842 [moduli.c]
843 Periodically print progress and, if possible, expected time to completion
844 when screening moduli for DH groups. ok deraadt djm
Damien Millercf31f382013-10-24 21:02:56 +1100845 - dtucker@cvs.openbsd.org 2013/10/24 00:51:48
846 [readconf.c servconf.c ssh_config.5 sshd_config.5]
847 Disallow empty Match statements and add "Match all" which matches
848 everything. ok djm, man page help jmc@
Damien Millera90c0332013-10-24 21:03:17 +1100849 - djm@cvs.openbsd.org 2013/10/24 08:19:36
850 [ssh.c]
851 fix bug introduced in hostname canonicalisation commit: don't try to
852 resolve hostnames when a ProxyCommand is set unless the user has forced
853 canonicalisation; spotted by Iain Morgan
Tim Ricebd43e882013-10-24 12:22:49 -0700854 - (tim) [regress/sftp-perm.sh] We need a shell that understands "! somecmd"
Damien Miller8f187312013-10-24 10:53:02 +1100855
Damien Miller5c86ebd2013-10-23 16:29:12 +110085620131023
857 - (djm) OpenBSD CVS Sync
858 - djm@cvs.openbsd.org 2013/10/20 04:39:28
859 [ssh_config.5]
860 document % expansions performed by "Match command ..."
Damien Miller8a04be72013-10-23 16:29:40 +1100861 - djm@cvs.openbsd.org 2013/10/20 06:19:28
862 [readconf.c ssh_config.5]
863 rename "command" subclause of the recently-added "Match" keyword to
864 "exec"; it's shorter, clearer in intent and we might want to add the
865 ability to match against the command being executed at the remote end in
866 the future.
Damien Millerc0049bd2013-10-23 16:29:59 +1100867 - djm@cvs.openbsd.org 2013/10/20 09:51:26
868 [scp.1 sftp.1]
869 add canonicalisation options to -o lists
Damien Miller8e5a67f2013-10-23 16:30:25 +1100870 - jmc@cvs.openbsd.org 2013/10/20 18:00:13
871 [ssh_config.5]
872 tweak the "exec" description, as worded by djm;
Damien Miller084bcd22013-10-23 16:30:51 +1100873 - djm@cvs.openbsd.org 2013/10/23 03:03:07
874 [readconf.c]
875 Hostname may have %h sequences that should be expanded prior to Match
876 evaluation; spotted by Iain Morgan
Damien Millereff5cad2013-10-23 16:31:10 +1100877 - djm@cvs.openbsd.org 2013/10/23 03:05:19
878 [readconf.c ssh.c]
879 comment
Damien Miller5b01b0d2013-10-23 16:31:31 +1100880 - djm@cvs.openbsd.org 2013/10/23 04:16:22
881 [ssh-keygen.c]
882 Make code match documentation: relative-specified certificate expiry time
883 should be relative to current time and not the validity start time.
884 Reported by Petr Lautrbach; ok deraadt@
Damien Miller5c86ebd2013-10-23 16:29:12 +1100885
Damien Millera176e182013-10-18 09:05:41 +110088620131018
887 - (djm) OpenBSD CVS Sync
888 - djm@cvs.openbsd.org 2013/10/09 23:44:14
889 [regress/Makefile regress/sftp-perm.sh]
890 regression test for sftp request white/blacklisting and readonly mode.
Damien Miller1edcbf62013-10-18 10:17:17 +1100891 - jmc@cvs.openbsd.org 2013/10/17 07:35:48
892 [sftp.1 sftp.c]
893 tweak previous;
Damien Miller4502f882013-10-18 10:17:36 +1100894 - djm@cvs.openbsd.org 2013/10/17 22:08:04
895 [sshd.c]
896 include remote port in bad banner message; bz#2162
Damien Millera176e182013-10-18 09:05:41 +1100897
Damien Millerd77b81f2013-10-17 11:39:00 +110089820131017
899 - (djm) OpenBSD CVS Sync
900 - jmc@cvs.openbsd.org 2013/10/15 14:10:25
901 [ssh.1 ssh_config.5]
902 tweak previous;
Damien Miller0faf7472013-10-17 11:47:23 +1100903 - djm@cvs.openbsd.org 2013/10/16 02:31:47
904 [readconf.c readconf.h roaming_client.c ssh.1 ssh.c ssh_config.5]
905 [sshconnect.c sshconnect.h]
906 Implement client-side hostname canonicalisation to allow an explicit
907 search path of domain suffixes to use to convert unqualified host names
908 to fully-qualified ones for host key matching.
909 This is particularly useful for host certificates, which would otherwise
910 need to list unqualified names alongside fully-qualified ones (and this
911 causes a number of problems).
912 "looks fine" markus@
Damien Miller607af342013-10-17 11:47:51 +1100913 - jmc@cvs.openbsd.org 2013/10/16 06:42:25
914 [ssh_config.5]
915 tweak previous;
Damien Miller38505592013-10-17 11:48:13 +1100916 - djm@cvs.openbsd.org 2013/10/16 22:49:39
917 [readconf.c readconf.h ssh.1 ssh.c ssh_config.5]
918 s/canonicalise/canonicalize/ for consistency with existing spelling,
919 e.g. authorized_keys; pointed out by naddy@
Damien Miller51682fa2013-10-17 11:48:31 +1100920 - djm@cvs.openbsd.org 2013/10/16 22:58:01
921 [ssh.c ssh_config.5]
922 one I missed in previous: s/isation/ization/
Damien Millerf29238e2013-10-17 11:48:52 +1100923 - djm@cvs.openbsd.org 2013/10/17 00:30:13
924 [PROTOCOL sftp-client.c sftp-client.h sftp-server.c sftp.1 sftp.c]
925 fsync@openssh.com protocol extension for sftp-server
926 client support to allow calling fsync() faster successful transfer
927 patch mostly by imorgan AT nas.nasa.gov; bz#1798
928 "fine" markus@ "grumble OK" deraadt@ "doesn't sound bad to me" millert@
Damien Millere3ea0942013-10-17 11:57:23 +1100929 - djm@cvs.openbsd.org 2013/10/17 00:46:49
930 [ssh.c]
931 rearrange check to reduce diff against -portable
932 (Id sync only)
Damien Millerd77b81f2013-10-17 11:39:00 +1100933
Damien Miller6eaeebf2013-10-15 11:55:57 +110093420131015
935 - (djm) OpenBSD CVS Sync
936 - djm@cvs.openbsd.org 2013/10/09 23:42:17
937 [sftp-server.8 sftp-server.c]
938 Add ability to whitelist and/or blacklist sftp protocol requests by name.
939 Refactor dispatch loop and consolidate read-only mode checks.
940 Make global variables static, since sftp-server is linked into sshd(8).
941 ok dtucker@
Damien Miller73600e52013-10-15 11:56:25 +1100942 - djm@cvs.openbsd.org 2013/10/10 00:53:25
943 [sftp-server.c]
944 add -Q, -P and -p to usage() before jmc@ catches me
Damien Miller61ee4d62013-10-15 11:56:47 +1100945 - djm@cvs.openbsd.org 2013/10/10 01:43:03
946 [sshd.c]
947 bz#2139: fix re-exec fallback by ensuring that startup_pipe is correctly
948 updated; ok dtucker@
Damien Millerbda5c842013-10-15 12:05:58 +1100949 - djm@cvs.openbsd.org 2013/10/11 02:45:36
950 [sftp-client.c]
951 rename flag arguments to be more clear and consistent.
952 reorder some internal function arguments to make adding additional flags
953 easier.
954 no functional change
Damien Miller2f93d052013-10-15 12:06:27 +1100955 - djm@cvs.openbsd.org 2013/10/11 02:52:23
956 [sftp-client.c]
957 missed one arg reorder
Damien Miller61c7de82013-10-15 12:06:45 +1100958 - djm@cvs.openbsd.org 2013/10/11 02:53:45
959 [sftp-client.h]
960 obsolete comment
Damien Miller6efab272013-10-15 12:07:05 +1100961 - jmc@cvs.openbsd.org 2013/10/14 14:18:56
962 [sftp-server.8 sftp-server.c]
963 tweak previous;
964 ok djm
Damien Miller71df7522013-10-15 12:12:02 +1100965 - djm@cvs.openbsd.org 2013/10/14 21:20:52
966 [session.c session.h]
967 Add logging of session starts in a useful format; ok markus@ feedback and
968 ok dtucker@
Damien Miller194fd902013-10-15 12:13:05 +1100969 - djm@cvs.openbsd.org 2013/10/14 22:22:05
970 [readconf.c readconf.h ssh-keysign.c ssh.c ssh_config.5]
971 add a "Match" keyword to ssh_config that allows matching on hostname,
972 user and result of arbitrary commands. "nice work" markus@
Damien Millere9fc72e2013-10-15 12:14:12 +1100973 - djm@cvs.openbsd.org 2013/10/14 23:28:23
974 [canohost.c misc.c misc.h readconf.c sftp-server.c ssh.c]
975 refactor client config code a little:
976 add multistate option partsing to readconf.c, similar to servconf.c's
977 existing code.
978 move checking of options that accept "none" as an argument to readconf.c
979 add a lowercase() function and use it instead of explicit tolower() in
980 loops
981 part of a larger diff that was ok markus@
Damien Miller386feab2013-10-15 12:14:49 +1100982 - djm@cvs.openbsd.org 2013/10/14 23:31:01
983 [ssh.c]
984 whitespace at EOL; pointed out by markus@
Damien Millerdcd39f22013-10-17 11:31:40 +1100985 - [ssh.c] g/c unused variable.
Damien Miller6eaeebf2013-10-15 11:55:57 +1100986
Darren Tuckerad92df72013-10-10 10:24:11 +110098720131010
988 - (dtucker) OpenBSD CVS Sync
989 - sthen@cvs.openbsd.org 2013/09/16 11:35:43
990 [ssh_config]
991 Remove gssapi config parts from ssh_config, as was already done for
992 sshd_config. Req by/ok ajacoutot@
993 ID SYNC ONLY for portable; kerberos/gssapi is still pretty popular
Darren Tucker5d80e452013-10-10 10:25:09 +1100994 - djm@cvs.openbsd.org 2013/09/19 00:24:52
995 [progressmeter.c]
996 store the initial file offset so the progress meter doesn't freak out
997 when resuming sftp transfers. bz#2137; patch from Iain Morgan; ok dtucker@`
Darren Tuckerb59aaf32013-10-10 10:26:21 +1100998 - djm@cvs.openbsd.org 2013/09/19 00:49:12
999 [sftp-client.c]
1000 fix swapped pflag and printflag in sftp upload_dir; from Iain Morgan
Darren Tucker71152bc2013-10-10 10:27:21 +11001001 - djm@cvs.openbsd.org 2013/09/19 01:24:46
1002 [channels.c]
1003 bz#1297 - tell the client (via packet_send_debug) when their preferred
1004 listen address has been overridden by the server's GatewayPorts;
1005 ok dtucker@
Darren Tuckere6e52f82013-10-10 10:28:07 +11001006 - djm@cvs.openbsd.org 2013/09/19 01:26:29
1007 [sshconnect.c]
1008 bz#1211: make BindAddress work with UsePrivilegedPort=yes; patch from
1009 swp AT swp.pp.ru; ok dtucker@
Darren Tuckerdf62d712013-10-10 10:32:39 +11001010 - dtucker@cvs.openbsd.org 2013/10/08 11:42:13
1011 [dh.c dh.h]
1012 Increase the size of the Diffie-Hellman groups requested for a each
1013 symmetric key size. New values from NIST Special Publication 800-57 with
1014 the upper limit specified by RFC4419. Pointed out by Peter Backes, ok
1015 djm@.
Darren Tuckerad92df72013-10-10 10:24:11 +11001016
Damien Miller91593102013-10-09 10:42:32 +1100101720131009
1018 - (djm) [openbsd-compat/arc4random.c openbsd-compat/chacha_private.h] Pull
1019 in OpenBSD implementation of arc4random, shortly to replace the existing
1020 bsd-arc4random.c
Damien Miller72071192013-10-09 10:44:47 +11001021 - (djm) [openbsd-compat/Makefile.in openbsd-compat/arc4random.c]
1022 [openbsd-compat/bsd-arc4random.c] Replace old RC4-based arc4random
1023 implementation with recent OpenBSD's ChaCha-based PRNG. ok dtucker@,
1024 tested tim@
Damien Miller91593102013-10-09 10:42:32 +11001025
Darren Tuckerf2bf36c2013-09-22 19:02:40 +1000102620130922
1027 - (dtucker) [platform.c platform.h sshd.c] bz#2156: restore Linux oom_adj
1028 setting when handling SIGHUP to maintain behaviour over retart. Patch
1029 from Matthew Ife.
1030
Darren Tuckere90a06a2013-09-18 15:09:38 +1000103120130918
1032 - (dtucker) [sshd_config] Trailing whitespace; from jstjohn at purdue edu.
1033
Damien Miller045bda52013-09-14 09:44:37 +1000103420130914
1035 - (djm) OpenBSD CVS Sync
1036 - djm@cvs.openbsd.org 2013/08/22 19:02:21
1037 [sshd.c]
1038 Stir PRNG after post-accept fork. The child gets a different PRNG state
1039 anyway via rexec and explicit privsep reseeds, but it's good to be sure.
1040 ok markus@
Damien Miller66085482013-09-14 09:45:03 +10001041 - mikeb@cvs.openbsd.org 2013/08/28 12:34:27
1042 [ssh-keygen.c]
1043 improve batch processing a bit by making use of the quite flag a bit
1044 more often and exit with a non zero code if asked to find a hostname
1045 in a known_hosts file and it wasn't there;
1046 originally from reyk@, ok djm
Damien Miller61353b32013-09-14 09:45:32 +10001047 - djm@cvs.openbsd.org 2013/08/31 00:13:54
1048 [sftp.c]
1049 make ^w match ksh behaviour (delete previous word instead of entire line)
Damien Miller8bab5e72013-09-14 09:47:00 +10001050 - deraadt@cvs.openbsd.org 2013/09/02 22:00:34
1051 [ssh-keygen.c sshconnect1.c sshd.c]
1052 All the instances of arc4random_stir() are bogus, since arc4random()
1053 does this itself, inside itself, and has for a very long time.. Actually,
1054 this was probably reducing the entropy available.
1055 ok djm
1056 ID SYNC ONLY for portable; we don't trust other arc4random implementations
1057 to do this right.
Damien Millerff9d6c22013-09-14 09:48:55 +10001058 - sthen@cvs.openbsd.org 2013/09/07 13:53:11
1059 [sshd_config]
1060 Remove commented-out kerberos/gssapi config options from sample config,
1061 kerberos support is currently not enabled in ssh in OpenBSD. Discussed with
1062 various people; ok deraadt@
1063 ID SYNC ONLY for portable; kerberos/gssapi is still pretty popular
Damien Miller70182522013-09-14 09:49:19 +10001064 - djm@cvs.openbsd.org 2013/09/12 01:41:12
1065 [clientloop.c]
1066 fix connection crash when sending break (~B) on ControlPersist'd session;
1067 ok dtucker@
Damien Miller13840e02013-09-14 09:49:43 +10001068 - djm@cvs.openbsd.org 2013/09/13 06:54:34
1069 [channels.c]
1070 avoid unaligned access in code that reused a buffer to send a
1071 struct in_addr in a reply; simpler just use use buffer_put_int();
1072 from portable; spotted by and ok dtucker@
Damien Miller045bda52013-09-14 09:44:37 +10001073
Damien Miller04be8b92013-08-28 12:49:43 +1000107420130828
1075 - (djm) [openbsd-compat/bsd-snprintf.c] teach our local snprintf code the
1076 'j' (intmax_t/uintmax_t) and 'z' (size_t/ssize_t) conversions in case we
1077 start to use them in the future.
Damien Miller43968a82013-08-28 14:00:54 +10001078 - (djm) [openbsd-compat/bsd-snprintf.c] #ifdef noytet for intmax_t bits
1079 until we have configure support.
Damien Miller04be8b92013-08-28 12:49:43 +10001080
Damien Miller02e87802013-08-21 02:38:51 +1000108120130821
1082 - (djm) OpenBSD CVS Sync
1083 - djm@cvs.openbsd.org 2013/08/06 23:03:49
1084 [sftp.c]
1085 fix some whitespace at EOL
1086 make list of commands an enum rather than a long list of defines
1087 add -a to usage()
Damien Millereec84062013-08-21 02:39:39 +10001088 - djm@cvs.openbsd.org 2013/08/06 23:05:01
1089 [sftp.1]
1090 document top-level -a option (the -a option to 'get' was already
1091 documented)
Damien Millera6d6c1f2013-08-21 02:40:01 +10001092 - djm@cvs.openbsd.org 2013/08/06 23:06:01
1093 [servconf.c]
1094 add cast to avoid format warning; from portable
Damien Millerc6895c52013-08-21 02:40:21 +10001095 - jmc@cvs.openbsd.org 2013/08/07 06:24:51
1096 [sftp.1 sftp.c]
1097 sort -a;
Damien Miller034f27a2013-08-21 02:40:44 +10001098 - djm@cvs.openbsd.org 2013/08/08 04:52:04
1099 [sftp.c]
1100 fix two year old regression: symlinking a file would incorrectly
1101 canonicalise the target path. bz#2129 report from delphij AT freebsd.org
Damien Millerc7dba122013-08-21 02:41:15 +10001102 - djm@cvs.openbsd.org 2013/08/08 05:04:03
1103 [sftp-client.c sftp-client.h sftp.c]
1104 add a "-l" flag for the rename command to force it to use the silly
1105 standard SSH_FXP_RENAME command instead of the POSIX-rename- like
1106 posix-rename@openssh.com extension.
Damien Miller02e87802013-08-21 02:38:51 +10001107
Damien Millerc7dba122013-08-21 02:41:15 +10001108 intended for use in regress tests, so no documentation.
Damien Miller036d3072013-08-21 02:41:46 +10001109 - djm@cvs.openbsd.org 2013/08/09 03:37:25
1110 [sftp.c]
1111 do getopt parsing for all sftp commands (with an empty optstring for
1112 commands without arguments) to ensure consistent behaviour
Damien Millerfec029f2013-08-21 02:42:12 +10001113 - djm@cvs.openbsd.org 2013/08/09 03:39:13
1114 [sftp-client.c]
1115 two problems found by a to-be-committed regress test: 1) msg_id was not
1116 being initialised so was starting at a random value from the heap
1117 (harmless, but confusing). 2) some error conditions were not being
1118 propagated back to the caller
Damien Millere0ee7272013-08-21 02:42:35 +10001119 - djm@cvs.openbsd.org 2013/08/09 03:56:42
1120 [sftp.c]
1121 enable ctrl-left-arrow and ctrl-right-arrow to move forward/back a word;
1122 matching ksh's relatively recent change.
Damien Millerd234afb2013-08-21 02:42:58 +10001123 - djm@cvs.openbsd.org 2013/08/13 18:32:08
1124 [ssh-keygen.c]
1125 typo in error message; from Stephan Rickauer
Damien Millerd5d9d7b2013-08-21 02:43:27 +10001126 - djm@cvs.openbsd.org 2013/08/13 18:33:08
1127 [ssh-keygen.c]
1128 another of the same typo
Damien Millerb7727df2013-08-21 02:43:49 +10001129 - jmc@cvs.openbsd.org 2013/08/14 08:39:27
1130 [scp.1 ssh.1]
1131 some Bx/Ox conversion;
1132 From: Jan Stary
Damien Miller1262b662013-08-21 02:44:24 +10001133 - djm@cvs.openbsd.org 2013/08/20 00:11:38
1134 [readconf.c readconf.h ssh_config.5 sshconnect.c]
1135 Add a ssh_config ProxyUseFDPass option that supports the use of
1136 ProxyCommands that establish a connection and then pass a connected
1137 file descriptor back to ssh(1). This allows the ProxyCommand to exit
1138 rather than have to shuffle data back and forth and enables ssh to use
1139 getpeername, etc. to obtain address information just like it does with
1140 regular directly-connected sockets. ok markus@
Damien Millerf2f6c312013-08-21 02:44:58 +10001141 - jmc@cvs.openbsd.org 2013/08/20 06:56:07
1142 [ssh.1 ssh_config.5]
1143 some proxyusefdpass tweaks;
Damien Miller036d3072013-08-21 02:41:46 +10001144
Darren Tuckera5a3cbf2013-08-08 10:58:49 +1000114520130808
1146 - (dtucker) [regress/Makefile regress/test-exec.sh] Don't try to use test -nt
1147 since some platforms (eg really old FreeBSD) don't have it. Instead,
1148 run "make clean" before a complete regress run. ok djm.
Darren Tucker94396b72013-08-08 11:52:37 +10001149 - (dtucker) [misc.c] Fall back to time(2) at runtime if clock_gettime(
1150 CLOCK_MONOTONIC...) fails. Some older versions of RHEL have the
1151 CLOCK_MONOTONIC define but don't actually support it. Found and tested
1152 by Kevin Brott, ok djm.
Darren Tucker9542de42013-08-08 12:50:06 +10001153 - (dtucker) [misc.c] Remove define added for fallback testing that was
1154 mistakenly included in the previous commit.
Darren Tuckeracd20602013-08-08 17:02:12 +10001155 - (dtucker) [regress/Makefile regress/test-exec.sh] Roll back the -nt
1156 removal. The "make clean" removes modpipe which is built by the top-level
1157 directory before running the tests. Spotted by tim@
Damien Millered4af412013-09-14 09:40:51 +10001158 - (djm) Release 6.3p1
Darren Tuckera5a3cbf2013-08-08 10:58:49 +10001159
Darren Tuckerf3ab2c52013-08-04 21:48:41 +1000116020130804
1161 - (dtucker) [auth-krb5.c configure.ac openbsd-compat/bsd-misc.h] Add support
1162 for building with older Heimdal versions. ok djm.
1163
Damien Millerc192a4c2013-08-01 14:29:20 +1000116420130801
1165 - (djm) [channels.c channels.h] bz#2135: On Solaris, isatty() on a non-
1166 blocking connecting socket will clear any stored errno that might
1167 otherwise have been retrievable via getsockopt(). A hack to limit writes
1168 to TTYs on AIX was triggering this. Since only AIX needs the hack, wrap
1169 it in an #ifdef. Diagnosis and patch from Ivo Raisr.
Damien Millerab3575c2013-08-01 14:34:16 +10001170 - (djm) [sshlogin.h] Fix prototype merge botch from 2006; bz#2134
Damien Millerc192a4c2013-08-01 14:29:20 +10001171
Damien Millerc8669a82013-07-25 11:52:48 +1000117220130725
1173 - (djm) OpenBSD CVS Sync
1174 - djm@cvs.openbsd.org 2013/07/20 22:20:42
1175 [krl.c]
1176 fix verification error in (as-yet usused) KRL signature checking path
Damien Millerc331dbd2013-07-25 11:55:20 +10001177 - djm@cvs.openbsd.org 2013/07/22 05:00:17
1178 [umac.c]
1179 make MAC key, data to be hashed and nonce for final hash const;
1180 checked with -Wcast-qual
Damien Miller94c9cd32013-07-25 11:55:39 +10001181 - djm@cvs.openbsd.org 2013/07/22 12:20:02
1182 [umac.h]
1183 oops, forgot to commit corresponding header change;
1184 spotted by jsg and jasper
Damien Miller98e27dc2013-07-25 11:55:52 +10001185 - djm@cvs.openbsd.org 2013/07/25 00:29:10
1186 [ssh.c]
1187 daemonise backgrounded (ControlPersist'ed) multiplexing master to ensure
1188 it is fully detached from its controlling terminal. based on debugging
Damien Miller0d032412013-07-25 11:56:52 +10001189 - djm@cvs.openbsd.org 2013/07/25 00:56:52
1190 [sftp-client.c sftp-client.h sftp.1 sftp.c]
1191 sftp support for resuming partial downloads; patch mostly by Loganaden
1192 Velvindron/AfriNIC with some tweaks by me; feedback and ok dtucker@
Damien Miller53435b22013-07-25 11:57:15 +10001193 "Just be careful" deraadt@
1194 - djm@cvs.openbsd.org 2013/07/25 00:57:37
1195 [version.h]
1196 openssh-6.3 for release
Damien Millerfea44062013-07-25 12:08:07 +10001197 - dtucker@cvs.openbsd.org 2013/05/30 20:12:32
1198 [regress/test-exec.sh]
1199 use ssh and sshd as testdata since it needs to be >256k for the rekey test
Damien Miller78d47b72013-07-25 12:08:46 +10001200 - dtucker@cvs.openbsd.org 2013/06/10 21:56:43
1201 [regress/forwarding.sh]
1202 Add test for forward config parsing
Damien Millerd1e26cf2013-07-25 12:11:18 +10001203 - djm@cvs.openbsd.org 2013/06/21 02:26:26
1204 [regress/sftp-cmds.sh regress/test-exec.sh]
1205 unbreak sftp-cmds for renamed test data (s/ls/data/)
Tim Riceed899eb2013-07-25 15:40:00 -07001206 - (tim) [sftp-client.c] Use of a gcc extension trips up native compilers on
1207 Solaris and UnixWare. Feedback and OK djm@
Tim Rice81f7cf12013-07-25 18:41:40 -07001208 - (tim) [regress/forwarding.sh] Fix for building outside source tree.
Damien Millerc8669a82013-07-25 11:52:48 +10001209
Damien Miller85b45e02013-07-20 13:21:52 +1000121020130720
1211 - (djm) OpenBSD CVS Sync
1212 - markus@cvs.openbsd.org 2013/07/19 07:37:48
1213 [auth.h kex.h kexdhs.c kexecdhs.c kexgexs.c monitor.c servconf.c]
1214 [servconf.h session.c sshd.c sshd_config.5]
1215 add ssh-agent(1) support to sshd(8); allows encrypted hostkeys,
1216 or hostkeys on smartcards; most of the work by Zev Weiss; bz #1974
1217 ok djm@
Damien Miller32ecfa02013-07-20 13:22:13 +10001218 - djm@cvs.openbsd.org 2013/07/20 01:43:46
1219 [umac.c]
1220 use a union to ensure correct alignment; ok deraadt
Damien Miller3009d3c2013-07-20 13:22:31 +10001221 - djm@cvs.openbsd.org 2013/07/20 01:44:37
1222 [ssh-keygen.c ssh.c]
1223 More useful error message on missing current user in /etc/passwd
Damien Miller1f0e86f2013-07-20 13:22:49 +10001224 - djm@cvs.openbsd.org 2013/07/20 01:50:20
1225 [ssh-agent.c]
1226 call cleanup_handler on SIGINT when in debug mode to ensure sockets
1227 are cleaned up on manual exit; bz#2120
Damien Miller63ddc892013-07-20 13:35:45 +10001228 - djm@cvs.openbsd.org 2013/07/20 01:55:13
1229 [auth-krb5.c gss-serv-krb5.c gss-serv.c]
1230 fix kerberos/GSSAPI deprecation warnings and linking; "looks okay" millert@
Damien Miller85b45e02013-07-20 13:21:52 +10001231
Damien Miller9a661552013-07-18 16:09:04 +1000123220130718
1233 - (djm) OpenBSD CVS Sync
1234 - dtucker@cvs.openbsd.org 2013/06/10 19:19:44
1235 [readconf.c]
1236 revert 1.203 while we investigate crashes reported by okan@
Damien Miller044bd2a2013-07-18 16:09:25 +10001237 - guenther@cvs.openbsd.org 2013/06/17 04:48:42
1238 [scp.c]
1239 Handle time_t values as long long's when formatting them and when
1240 parsing them from remote servers.
1241 Improve error checking in parsing of 'T' lines.
1242 ok dtucker@ deraadt@
Damien Miller30710702013-07-18 16:09:44 +10001243 - markus@cvs.openbsd.org 2013/06/20 19:15:06
1244 [krl.c]
1245 don't leak the rdata blob on errors; ok djm@
Damien Miller20bdcd72013-07-18 16:10:09 +10001246 - djm@cvs.openbsd.org 2013/06/21 00:34:49
1247 [auth-rsa.c auth.h auth2-hostbased.c auth2-pubkey.c monitor.c]
1248 for hostbased authentication, print the client host and user on
1249 the auth success/failure line; bz#2064, ok dtucker@
Damien Miller7f2b4382013-07-18 16:10:29 +10001250 - djm@cvs.openbsd.org 2013/06/21 00:37:49
1251 [ssh_config.5]
1252 explicitly mention that IdentitiesOnly can be used with IdentityFile
1253 to control which keys are offered from an agent.
Damien Millerbbeb1da2013-07-18 16:10:49 +10001254 - djm@cvs.openbsd.org 2013/06/21 05:42:32
1255 [dh.c]
1256 sprinkle in some error() to explain moduli(5) parse failures
Damien Miller81584412013-07-18 16:11:07 +10001257 - djm@cvs.openbsd.org 2013/06/21 05:43:10
1258 [scp.c]
1259 make this -Wsign-compare clean after time_t conversion
Damien Millerbc35d922013-07-18 16:11:25 +10001260 - djm@cvs.openbsd.org 2013/06/22 06:31:57
1261 [scp.c]
1262 improved time_t overflow check suggested by guenther@
Damien Millerfecfd112013-07-18 16:11:50 +10001263 - jmc@cvs.openbsd.org 2013/06/27 14:05:37
1264 [ssh-keygen.1 ssh.1 ssh_config.5 sshd.8 sshd_config.5]
1265 do not use Sx for sections outwith the man page - ingo informs me that
1266 stuff like html will render with broken links;
1267 issue reported by Eric S. Raymond, via djm
Damien Miller0d02c3e2013-07-18 16:12:06 +10001268 - markus@cvs.openbsd.org 2013/07/02 12:31:43
1269 [dh.c]
1270 remove extra whitespace
Damien Millerce986542013-07-18 16:12:44 +10001271 - djm@cvs.openbsd.org 2013/07/12 00:19:59
1272 [auth-options.c auth-rsa.c bufaux.c buffer.h channels.c hostfile.c]
1273 [hostfile.h mux.c packet.c packet.h roaming_common.c serverloop.c]
1274 fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@
Damien Miller746d1a62013-07-18 16:13:02 +10001275 - djm@cvs.openbsd.org 2013/07/12 00:20:00
1276 [sftp.c ssh-keygen.c ssh-pkcs11.c]
1277 fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@
Damien Miller7313fc92013-07-18 16:13:19 +10001278 - djm@cvs.openbsd.org 2013/07/12 00:43:50
1279 [misc.c]
1280 in ssh_gai_strerror() don't fallback to strerror for EAI_SYSTEM when
1281 errno == 0. Avoids confusing error message in some broken resolver
1282 cases. bz#2122 patch from plautrba AT redhat.com; ok dtucker
Damien Miller5bb88332013-07-18 16:13:37 +10001283 - djm@cvs.openbsd.org 2013/07/12 05:42:03
1284 [ssh-keygen.c]
1285 do_print_resource_record() can never be called with a NULL filename, so
1286 don't attempt (and bungle) asking for one if it has not been specified
1287 bz#2127 ok dtucker@
Damien Miller649fe022013-07-18 16:13:55 +10001288 - djm@cvs.openbsd.org 2013/07/12 05:48:55
1289 [ssh.c]
1290 set TCP nodelay for connections started with -N; bz#2124 ok dtucker@
Damien Millerbf836e52013-07-18 16:14:13 +10001291 - schwarze@cvs.openbsd.org 2013/07/16 00:07:52
1292 [scp.1 sftp-server.8 ssh-keyscan.1 ssh-keysign.8 ssh-pkcs11-helper.8]
1293 use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@
Damien Millerd93340c2013-07-18 16:14:34 +10001294 - djm@cvs.openbsd.org 2013/07/18 01:12:26
1295 [ssh.1]
1296 be more exact wrt perms for ~/.ssh/config; bz#2078
Damien Miller9a661552013-07-18 16:09:04 +10001297
Darren Tuckerb7482cf2013-07-02 20:06:46 +1000129820130702
1299 - (dtucker) [contrib/cygwin/README contrib/cygwin/ssh-host-config
1300 contrib/cygwin/ssh-user-config] Modernizes and improve readability of
1301 the Cygwin README file (which hasn't been updated for ages), drop
1302 unsupported OSes from the ssh-host-config help text, and drop an
1303 unneeded option from ssh-user-config. Patch from vinschen at redhat com.
1304
Damien Miller36187092013-06-10 13:07:11 +1000130520130610
1306 - (djm) OpenBSD CVS Sync
1307 - dtucker@cvs.openbsd.org 2013/06/07 15:37:52
1308 [channels.c channels.h clientloop.c]
1309 Add an "ABANDONED" channel state and use for mux sessions that are
1310 disconnected via the ~. escape sequence. Channels in this state will
1311 be able to close if the server responds, but do not count as active channels.
1312 This means that if you ~. all of the mux clients when using ControlPersist
1313 on a broken network, the backgrounded mux master will exit when the
1314 Control Persist time expires rather than hanging around indefinitely.
1315 bz#1917, also reported and tested by tedu@. ok djm@ markus@.
Darren Tucker6d8bd572013-06-11 11:26:10 +10001316 - (dtucker) [Makefile.in configure.ac fixalgorithms] Remove unsupported
1317 algorithms (Ciphers, MACs and HostKeyAlgorithms) from man pages.
Darren Tucker97b62f42013-06-11 11:47:24 +10001318 - (dtucker) [myproposal.h] Do not advertise AES GSM ciphers if we don't have
1319 the required OpenSSL support. Patch from naddy at freebsd.
Darren Tuckerb8ae92d2013-06-11 12:10:02 +10001320 - (dtucker) [myproposal.h] Make the conditional algorithm support consistent
1321 and add some comments so it's clear what goes where.
Damien Miller36187092013-06-10 13:07:11 +10001322
Darren Tucker2ea9eb72013-06-05 15:04:00 +1000132320130605
Darren Tuckerb4e00942013-06-05 22:48:44 +10001324 - (dtucker) [myproposal.h] Enable sha256 kex methods based on the presence of
1325 the necessary functions, not from the openssl version.
1326 - (dtucker) [contrib/ssh-copy-id] bz#2117: Use portable operator in test.
1327 Patch from cjwatson at debian.
Darren Tucker2a228732013-06-06 01:59:13 +10001328 - (dtucker) [regress/forwarding.sh] For (as yet unknown) reason, the
1329 forwarding test is extremely slow copying data on some machines so switch
1330 back to copying the much smaller ls binary until we can figure out why
1331 this is.
Darren Tuckerdc62edb2013-06-06 05:12:35 +10001332 - (dtucker) [Makefile.in] append $CFLAGS to compiler options when building
1333 modpipe in case there's anything in there we need.
Darren Tucker5d12b8f2013-06-06 08:09:10 +10001334 - (dtucker) OpenBSD CVS Sync
1335 - dtucker@cvs.openbsd.org 2013/06/02 21:01:51
1336 [channels.h]
1337 typo in comment
Darren Tuckerea8342c2013-06-06 08:11:40 +10001338 - dtucker@cvs.openbsd.org 2013/06/02 23:36:29
1339 [clientloop.h clientloop.c mux.c]
1340 No need for the mux cleanup callback to be visible so restore it to static
1341 and call it through the detach_user function pointer. ok djm@
Darren Tucker4ac66af2013-06-06 08:12:37 +10001342 - dtucker@cvs.openbsd.org 2013/06/03 00:03:18
1343 [mac.c]
1344 force the MAC output to be 64-bit aligned so umac won't see unaligned
1345 accesses on strict-alignment architectures. bz#2101, patch from
1346 tomas.kuthan at oracle.com, ok djm@
Darren Tucker194454d2013-06-06 08:16:04 +10001347 - dtucker@cvs.openbsd.org 2013/06/04 19:12:23
1348 [scp.c]
1349 use MAXPATHLEN for buffer size instead of fixed value. ok markus
Darren Tuckerea647212013-06-06 08:19:09 +10001350 - dtucker@cvs.openbsd.org 2013/06/04 20:42:36
1351 [sftp.c]
1352 Make sftp's libedit interface marginally multibyte aware by building up
1353 the quoted string by character instead of by byte. Prevents failures
1354 when linked against a libedit built with wide character support (bz#1990).
1355 "looks ok" djm
Darren Tucker746e9062013-06-06 08:20:13 +10001356 - dtucker@cvs.openbsd.org 2013/06/05 02:07:29
1357 [mux.c]
1358 fix leaks in mux error paths, from Zhenbo Xu, found by Melton. bz#1967,
1359 ok djm
Darren Tucker0cca17f2013-06-06 08:21:14 +10001360 - dtucker@cvs.openbsd.org 2013/06/05 02:27:50
1361 [sshd.c]
1362 When running sshd -D, close stderr unless we have explicitly requesting
1363 logging to stderr. From james.hunt at ubuntu.com via bz#1976, djm's patch
1364 so, err, ok dtucker.
Darren Tuckere52a2602013-06-06 08:22:05 +10001365 - dtucker@cvs.openbsd.org 2013/06/05 12:52:38
1366 [sshconnect2.c]
1367 Fix memory leaks found by Zhenbo Xu and the Melton tool. bz#1967, ok djm
Darren Tucker408eaf32013-06-06 08:22:46 +10001368 - dtucker@cvs.openbsd.org 2013/06/05 22:00:28
1369 [readconf.c]
1370 plug another memleak. bz#1967, from Zhenbo Xu, detected by Melton, ok djm
Darren Tuckerae133d42013-06-06 08:30:20 +10001371 - (dtucker) [configure.ac sftp.c openbsd-compat/openbsd-compat.h] Cater for
1372 platforms that don't have multibyte character support (specifically,
1373 mblen).
Darren Tucker2ea9eb72013-06-05 15:04:00 +10001374
Tim Rice86211d12013-06-01 18:38:23 -0700137520130602
1376 - (tim) [Makefile.in] Make Solaris, UnixWare, & OpenServer linkers happy
1377 linking regress/modpipe.
Darren Tucker00e1abb2013-06-02 23:46:24 +10001378 - (dtucker) OpenBSD CVS Sync
1379 - dtucker@cvs.openbsd.org 2013/06/02 13:33:05
1380 [progressmeter.c]
1381 Add misc.h for monotime prototype. (ID sync only).
Darren Tucker073f7952013-06-02 23:47:11 +10001382 - dtucker@cvs.openbsd.org 2013/06/02 13:35:58
1383 [ssh-agent.c]
1384 Make parent_alive_interval time_t to avoid signed/unsigned comparison
Darren Tuckeref4901c2013-06-03 01:59:13 +10001385 - (dtucker) [configure.ac] sys/un.h needs sys/socket.h on some platforms
Darren Tucker898ac932013-06-03 02:03:25 +10001386 to prevent noise from configure. Patch from Nathan Osman. (bz#2114).
1387 - (dtucker) [configure.ac] bz#2111: don't try to use lastlog on Android.
1388 Patch from Nathan Osman.
Tim Rice5ab9b632013-06-02 14:05:48 -07001389 - (tim) [configure.ac regress/Makefile] With rev 1.47 of test-exec.sh we
1390 need a shell that can handle "[ file1 -nt file2 ]". Rather than keep
1391 dealing with shell portability issues in regression tests, we let
1392 configure find us a capable shell on those platforms with an old /bin/sh.
Tim Rice01ec0af2013-06-02 14:31:27 -07001393 - (tim) [aclocal.m4] Enhance OSSH_CHECK_CFLAG_COMPILE to check stderr.
1394 feedback and ok dtucker
Tim Rice3f3064c2013-06-02 15:13:09 -07001395 - (tim) [regress/sftp-chroot.sh] skip if no sudo. ok dtucker
Darren Tucker0b43ffe2013-06-03 09:30:44 +10001396 - (dtucker) [configure.ac] Some platforms need sys/types.h before sys/un.h.
Darren Tucker16cac192013-06-04 12:55:24 +10001397 - (dtucker) [configure.ac] Some other platforms need sys/types.h before
1398 sys/socket.h.
Tim Rice86211d12013-06-01 18:38:23 -07001399
Darren Tuckerc0c33732013-06-02 06:28:03 +1000140020130601
1401 - (dtucker) [configure.ac openbsd-compat/xcrypt.c] bz#2112: fall back to
Darren Tucker65cf7402013-06-02 09:11:19 +10001402 using openssl's DES_crypt function on platorms that don't have a native
Darren Tuckerc0c33732013-06-02 06:28:03 +10001403 one, eg Android. Based on a patch from Nathan Osman.
Darren Tuckerc7aad002013-06-02 07:18:47 +10001404 - (dtucker) [configure.ac defines.h] Test for fd_mask, howmany and NFDBITS
1405 rather than trying to enumerate the plaforms that don't have them.
1406 Based on a patch from Nathan Osman, with help from tim@.
Darren Tuckera627d422013-06-02 07:31:17 +10001407 - (dtucker) OpenBSD CVS Sync
1408 - djm@cvs.openbsd.org 2013/05/17 00:13:13
1409 [xmalloc.h cipher.c sftp-glob.c ssh-keyscan.c ssh.c sftp-common.c
1410 ssh-ecdsa.c auth2-chall.c compat.c readconf.c kexgexs.c monitor.c
1411 gss-genr.c cipher-3des1.c kex.c monitor_wrap.c ssh-pkcs11-client.c
1412 auth-options.c rsa.c auth2-pubkey.c sftp.c hostfile.c auth2.c
1413 servconf.c auth.c authfile.c xmalloc.c uuencode.c sftp-client.c
1414 auth2-gss.c sftp-server.c bufaux.c mac.c session.c jpake.c kexgexc.c
1415 sshconnect.c auth-chall.c auth2-passwd.c sshconnect1.c buffer.c
1416 kexecdhs.c kexdhs.c ssh-rsa.c auth1.c ssh-pkcs11.c auth2-kbdint.c
1417 kexdhc.c sshd.c umac.c ssh-dss.c auth2-jpake.c bufbn.c clientloop.c
1418 monitor_mm.c scp.c roaming_client.c serverloop.c key.c auth-rsa.c
1419 ssh-pkcs11-helper.c ssh-keysign.c ssh-keygen.c match.c channels.c
1420 sshconnect2.c addrmatch.c mux.c canohost.c kexecdhc.c schnorr.c
1421 ssh-add.c misc.c auth2-hostbased.c ssh-agent.c bufec.c groupaccess.c
1422 dns.c packet.c readpass.c authfd.c moduli.c]
1423 bye, bye xfree(); ok markus@
Darren Tucker74836ae2013-06-02 07:32:00 +10001424 - djm@cvs.openbsd.org 2013/05/19 02:38:28
1425 [auth2-pubkey.c]
1426 fix failure to recognise cert-authority keys if a key of a different type
1427 appeared in authorized_keys before it; ok markus@
Darren Tucker0acca372013-06-02 07:41:51 +10001428 - djm@cvs.openbsd.org 2013/05/19 02:42:42
1429 [auth.h auth.c key.c monitor.c auth-rsa.c auth2.c auth1.c key.h]
1430 Standardise logging of supplemental information during userauth. Keys
1431 and ruser is now logged in the auth success/failure message alongside
1432 the local username, remote host/port and protocol in use. Certificates
1433 contents and CA are logged too.
1434 Pushing all logging onto a single line simplifies log analysis as it is
1435 no longer necessary to relate information scattered across multiple log
1436 entries. "I like it" markus@
Darren Tucker55119252013-06-02 07:43:59 +10001437 - dtucker@cvs.openbsd.org 2013/05/31 12:28:10
1438 [ssh-agent.c]
1439 Use time_t where appropriate. ok djm
Darren Tuckerb759c9c2013-06-02 07:46:16 +10001440 - dtucker@cvs.openbsd.org 2013/06/01 13:15:52
1441 [ssh-agent.c clientloop.c misc.h packet.c progressmeter.c misc.c
1442 channels.c sandbox-systrace.c]
1443 Use clock_gettime(CLOCK_MONOTONIC ...) for ssh timers so that things like
1444 keepalives and rekeying will work properly over clock steps. Suggested by
1445 markus@, "looks good" djm@.
Darren Tucker3750fce2013-06-02 07:52:21 +10001446 - dtucker@cvs.openbsd.org 2013/06/01 20:59:25
1447 [scp.c sftp-client.c]
1448 Replace S_IWRITE, which isn't standardized, with S_IWUSR, which is. Patch
1449 from Nathan Osman via bz#2085. ok deraadt.
Darren Tuckerc9a19912013-06-02 08:37:05 +10001450 - dtucker@cvs.openbsd.org 2013/06/01 22:34:50
1451 [sftp-client.c]
1452 Update progressmeter when data is acked, not when it's sent. bz#2108, from
1453 Debian via Colin Watson, ok djm@
Darren Tuckerf60845f2013-06-02 08:07:31 +10001454 - (dtucker) [M auth-chall.c auth-krb5.c auth-pam.c cipher-aes.c cipher-ctr.c
1455 groupaccess.c loginrec.c monitor.c monitor_wrap.c session.c sshd.c
1456 sshlogin.c uidswap.c openbsd-compat/bsd-cygwin_util.c
1457 openbsd-compat/getrrsetbyname-ldns.c openbsd-compat/port-aix.c
1458 openbsd-compat/port-linux.c] Replace portable-specific instances of xfree
1459 with the equivalent calls to free.
Darren Tuckera7108912013-06-02 08:18:31 +10001460 - (dtucker) [configure.ac misc.c] Look for clock_gettime in librt and fall
1461 back to time(NULL) if we can't find it anywhere.
Darren Tuckere9887d12013-06-02 09:17:09 +10001462 - (dtucker) [sandbox-seccomp-filter.c] Allow clock_gettimeofday.
Darren Tuckerc0c33732013-06-02 06:28:03 +10001463
146420130529
Darren Tuckerefdf5342013-05-30 08:29:08 +10001465 - (dtucker) [configure.ac openbsd-compat/bsd-misc.h] bz#2087: Add a null
1466 implementation of endgrent for platforms that don't have it (eg Android).
1467 Loosely based on a patch from Nathan Osman, ok djm
Darren Tuckerc0c33732013-06-02 06:28:03 +10001468
Darren Tucker712de4d2013-05-17 09:07:12 +10001469 20130517
1470 - (dtucker) OpenBSD CVS Sync
1471 - djm@cvs.openbsd.org 2013/03/07 00:20:34
1472 [regress/proxy-connect.sh]
1473 repeat test with a style appended to the username
Darren Tucker7c8b1e72013-05-17 09:10:20 +10001474 - dtucker@cvs.openbsd.org 2013/03/23 11:09:43
Darren Tucker75129022013-05-17 09:19:10 +10001475 [regress/test-exec.sh]
Darren Tucker7c8b1e72013-05-17 09:10:20 +10001476 Only regenerate host keys if they don't exist or if ssh-keygen has changed
1477 since they were. Reduces test runtime by 5-30% depending on machine
1478 speed.
Darren Tucker75129022013-05-17 09:19:10 +10001479 - dtucker@cvs.openbsd.org 2013/04/06 06:00:22
1480 [regress/rekey.sh regress/test-exec.sh regress/integrity.sh
1481 regress/multiplex.sh Makefile regress/cfgmatch.sh]
1482 Split the regress log into 3 parts: the debug output from ssh, the debug
1483 log from sshd and the output from the client command (ssh, scp or sftp).
1484 Somewhat functional now, will become more useful when ssh/sshd -E is added.
Darren Tuckerdfea3bc2013-05-17 09:31:39 +10001485 - dtucker@cvs.openbsd.org 2013/04/07 02:16:03
1486 [regress/Makefile regress/rekey.sh regress/integrity.sh
1487 regress/sshd-log-wrapper.sh regress/forwarding.sh regress/test-exec.sh]
1488 use -E option for ssh and sshd to write debuging logs to ssh{,d}.log and
1489 save the output from any failing tests. If a test fails the debug output
1490 from ssh and sshd for the failing tests (and only the failing tests) should
1491 be available in failed-ssh{,d}.log.
Darren Tuckerf3568fc2013-05-17 09:35:26 +10001492 - djm@cvs.openbsd.org 2013/04/18 02:46:12
Darren Tucker40aaff72013-05-17 09:36:20 +10001493 [regress/Makefile regress/sftp-chroot.sh]
Darren Tuckerf3568fc2013-05-17 09:35:26 +10001494 test sshd ChrootDirectory+internal-sftp; feedback & ok dtucker@
Darren Tucker40aaff72013-05-17 09:36:20 +10001495 - dtucker@cvs.openbsd.org 2013/04/22 07:23:08
Darren Tuckera4df65b2013-05-17 09:37:31 +10001496 [regress/multiplex.sh]
Darren Tucker40aaff72013-05-17 09:36:20 +10001497 Write mux master logs to regress.log instead of ssh.log to keep separate
Darren Tucker5e951732013-05-17 09:41:33 +10001498 - djm@cvs.openbsd.org 2013/05/10 03:46:14
Darren Tuckerc31c8722013-05-17 09:43:33 +10001499 [regress/modpipe.c]
Darren Tucker5e951732013-05-17 09:41:33 +10001500 sync some portability changes from portable OpenSSH (id sync only)
Darren Tuckera8a62fc2013-05-17 09:42:34 +10001501 - dtucker@cvs.openbsd.org 2013/05/16 02:10:35
Darren Tuckerc31c8722013-05-17 09:43:33 +10001502 [regress/rekey.sh]
Darren Tuckera8a62fc2013-05-17 09:42:34 +10001503 Add test for time-based rekeying
Darren Tuckerc31c8722013-05-17 09:43:33 +10001504 - dtucker@cvs.openbsd.org 2013/05/16 03:33:30
1505 [regress/rekey.sh]
1506 test rekeying when there's no data being transferred
Darren Tucker14490fe2013-05-17 09:44:20 +10001507 - dtucker@cvs.openbsd.org 2013/05/16 04:26:10
1508 [regress/rekey.sh]
1509 add server-side rekey test
Darren Tucker982b0cb2013-05-17 09:45:12 +10001510 - dtucker@cvs.openbsd.org 2013/05/16 05:48:31
1511 [regress/rekey.sh]
1512 add tests for RekeyLimit parsing
Darren Tucker56347ef2013-05-17 13:28:36 +10001513 - dtucker@cvs.openbsd.org 2013/05/17 00:37:40
1514 [regress/agent.sh regress/keytype.sh regress/cfgmatch.sh
1515 regress/forcecommand.sh regress/proto-version.sh regress/test-exec.sh
1516 regress/cipher-speed.sh regress/cert-hostkey.sh regress/cert-userkey.sh
1517 regress/ssh-com.sh]
1518 replace 'echo -n' with 'printf' since it's more portable
1519 also remove "echon" hack.
Darren Tuckerb8b96b02013-05-17 14:46:20 +10001520 - dtucker@cvs.openbsd.org 2013/05/17 01:16:09
1521 [regress/agent-timeout.sh]
1522 Pull back some portability changes from -portable:
1523 - TIMEOUT is a read-only variable in some shells
1524 - not all greps have -q so redirect to /dev/null instead.
1525 (ID sync only)
Darren Tucker34035be2013-05-17 14:47:51 +10001526 - dtucker@cvs.openbsd.org 2013/05/17 01:32:11
1527 [regress/integrity.sh]
1528 don't print output from ssh before getting it (it's available in ssh.log)
Darren Tucker59d928d2013-05-17 15:32:29 +10001529 - dtucker@cvs.openbsd.org 2013/05/17 04:29:14
1530 [regress/sftp.sh regress/putty-ciphers.sh regress/cipher-speed.sh
1531 regress/test-exec.sh regress/sftp-batch.sh regress/dynamic-forward.sh
1532 regress/putty-transfer.sh regress/conch-ciphers.sh regress/sftp-cmds.sh
1533 regress/scp.sh regress/ssh-com-sftp.sh regress/rekey.sh
1534 regress/putty-kex.sh regress/stderr-data.sh regress/stderr-after-eof.sh
1535 regress/sftp-badcmds.sh regress/reexec.sh regress/ssh-com-client.sh
1536 regress/sftp-chroot.sh regress/forwarding.sh regress/transfer.sh
1537 regress/multiplex.sh]
1538 Move the setting of DATA and COPY into test-exec.sh
Darren Tuckerdd669172013-05-17 20:39:57 +10001539 - dtucker@cvs.openbsd.org 2013/05/17 10:16:26
1540 [regress/try-ciphers.sh]
1541 use expr for math to keep diffs vs portable down
1542 (id sync only)
Darren Tucker05b5e512013-05-17 20:41:07 +10001543 - dtucker@cvs.openbsd.org 2013/05/17 10:23:52
1544 [regress/login-timeout.sh regress/reexec.sh regress/test-exec.sh]
1545 Use SUDO when cat'ing pid files and running the sshd log wrapper so that
1546 it works with a restrictive umask and the pid files are not world readable.
1547 Changes from -portable. (id sync only)
Darren Tucker1466bd22013-05-17 20:42:05 +10001548 - dtucker@cvs.openbsd.org 2013/05/17 10:24:48
Darren Tucker438f60e2013-05-17 20:43:13 +10001549 [regress/localcommand.sh]
Darren Tucker1466bd22013-05-17 20:42:05 +10001550 use backticks for portability. (id sync only)
Darren Tucker438f60e2013-05-17 20:43:13 +10001551 - dtucker@cvs.openbsd.org 2013/05/17 10:26:26
1552 [regress/sftp-badcmds.sh]
1553 remove unused BATCH variable. (id sync only)
Darren Tucker98989eb2013-05-17 20:44:09 +10001554 - dtucker@cvs.openbsd.org 2013/05/17 10:28:11
1555 [regress/sftp.sh]
1556 only compare copied data if sftp succeeds. from portable (id sync only)
Darren Tucker00478d32013-05-17 20:45:06 +10001557 - dtucker@cvs.openbsd.org 2013/05/17 10:30:07
1558 [regress/test-exec.sh]
1559 wait a bit longer for startup and use case for absolute path.
1560 from portable (id sync only)
Darren Tucker62ee2222013-05-17 20:46:00 +10001561 - dtucker@cvs.openbsd.org 2013/05/17 10:33:09
1562 [regress/agent-getpeereid.sh]
1563 don't redirect stdout from sudo. from portable (id sync only)
Darren Tucker0a404b02013-05-17 20:47:29 +10001564 - dtucker@cvs.openbsd.org 2013/05/17 10:34:30
1565 [regress/portnum.sh]
1566 use a more portable negated if structure. from portable (id sync only)
Darren Tucker9b42d322013-05-17 20:48:59 +10001567 - dtucker@cvs.openbsd.org 2013/05/17 10:35:43
1568 [regress/scp.sh]
1569 use a file extention that's not special on some platforms. from portable
1570 (id sync only)
Darren Tucker6e1e60c2013-05-17 11:23:41 +10001571 - (dtucker) [regress/bsd.regress.mk] Remove unused file. We've never used it
1572 in portable and it's long gone in openbsd.
Darren Tucker91af05c2013-05-17 13:16:59 +10001573 - (dtucker) [regress/integrity.sh]. Force fixed Diffie-Hellman key exchange
1574 methods. When the openssl version doesn't support ECDH then next one on
1575 the list is DH group exchange, but that causes a bit more traffic which can
1576 mean that the tests flip bits in the initial exchange rather than the MACed
1577 traffic and we get different errors to what the tests look for.
Darren Tucker8654dd22013-05-17 16:03:48 +10001578 - (dtucker) [openbsd-compat/getopt.h] Remove unneeded bits.
Darren Tucker7f193232013-05-17 19:02:28 +10001579 - (dtucker) [regress/cfgmatch.sh] Resync config file setup with openbsd.
Darren Tucker96457a52013-05-17 19:03:38 +10001580 - (dtucker) [regress/agent-getpeereid.sh] Resync spaces with openbsd.
Darren Tucker5f1a89a2013-05-17 19:17:58 +10001581 - (dtucker) [regress/integrity.sh regress/krl.sh regress/test-exec.sh]
1582 Move the jot helper function to portable-specific part of test-exec.sh.
Darren Tucker6f669812013-05-17 19:28:51 +10001583 - (dtucker) [regress/test-exec.sh] Move the portable-specific functions
1584 together and add a couple of missing lines from openbsd.
Darren Tuckerf8d5b342013-05-17 19:53:25 +10001585 - (dtucker) [regress/stderr-after-eof.sh regress/test-exec.sh] Move the md5
1586 helper function to the portable part of test-exec.sh.
Darren Tucker9cc8ff72013-05-17 20:01:52 +10001587 - (dtucker) [regress/runtests.sh] Remove obsolete test driver script.
Darren Tucker044f32f2013-05-17 20:12:57 +10001588 - (dtucker) [regress/cfgmatch.sh] Remove unneeded sleep renderd obsolete by
1589 rev 1.6 which calls wait.
Darren Tucker712de4d2013-05-17 09:07:12 +10001590
Damien Miller6aa3eac2013-05-16 11:10:17 +1000159120130516
1592 - (djm) [contrib/ssh-copy-id] Fix bug that could cause "rm *" to be
1593 executed if mktemp failed; bz#2105 ok dtucker@
Darren Tucker2ca51bf2013-05-16 20:22:46 +10001594 - (dtucker) OpenBSD CVS Sync
1595 - tedu@cvs.openbsd.org 2013/04/23 17:49:45
1596 [misc.c]
1597 use xasprintf instead of a series of strlcats and strdup. ok djm
Darren Tucker026d9db2013-05-16 20:23:52 +10001598 - tedu@cvs.openbsd.org 2013/04/24 16:01:46
1599 [misc.c]
1600 remove extra parens noticed by nicm
Darren Tucker5d8b7022013-05-16 20:24:23 +10001601 - dtucker@cvs.openbsd.org 2013/05/06 07:35:12
1602 [sftp-server.8]
1603 Reference the version of the sftp draft we actually implement. ok djm@
Darren Tucker54da6be2013-05-16 20:25:04 +10001604 - djm@cvs.openbsd.org 2013/05/10 03:40:07
1605 [sshconnect2.c]
1606 fix bzero(ptr_to_struct, sizeof(ptr_to_struct)); bz#2100 from
Darren Tucker7e831ed2013-05-16 20:25:40 +10001607 Colin Watson
Darren Tuckercaf00102013-05-16 20:26:18 +10001608 - djm@cvs.openbsd.org 2013/05/10 04:08:01
1609 [key.c]
1610 memleak in cert_free(), wasn't actually freeing the struct;
1611 bz#2096 from shm AT digitalsun.pl
Darren Tucker64c6fce2013-05-16 20:27:14 +10001612 - dtucker@cvs.openbsd.org 2013/05/10 10:13:50
1613 [ssh-pkcs11-helper.c]
1614 remove unused extern optarg. ok markus@
Darren Tuckerc53c2af2013-05-16 20:28:16 +10001615 - dtucker@cvs.openbsd.org 2013/05/16 02:00:34
1616 [ssh_config sshconnect2.c packet.c readconf.h readconf.c clientloop.c
1617 ssh_config.5 packet.h]
1618 Add an optional second argument to RekeyLimit in the client to allow
1619 rekeying based on elapsed time in addition to amount of traffic.
1620 with djm@ jmc@, ok djm
Darren Tucker5f96f3b2013-05-16 20:29:28 +10001621 - dtucker@cvs.openbsd.org 2013/05/16 04:09:14
1622 [sshd_config.5 servconf.c servconf.h packet.c serverloop.c monitor.c sshd_config
1623 sshd.c] Add RekeyLimit to sshd with the same syntax as the client allowing
1624 rekeying based on traffic volume or time. ok djm@, help & ok jmc@ for the man
1625 page.
Darren Tucker07636982013-05-16 20:30:03 +10001626 - djm@cvs.openbsd.org 2013/05/16 04:27:50
1627 [ssh_config.5 readconf.h readconf.c]
1628 add the ability to ignore specific unrecognised ssh_config options;
1629 bz#866; ok markus@
Darren Tucker63e0df22013-05-16 20:30:31 +10001630 - jmc@cvs.openbsd.org 2013/05/16 06:28:45
1631 [ssh_config.5]
1632 put IgnoreUnknown in the right place;
Darren Tucker64d22942013-05-16 20:31:29 +10001633 - jmc@cvs.openbsd.org 2013/05/16 06:30:06
1634 [sshd_config.5]
1635 oops! avoid Xr to self;
Darren Tuckerdbee3082013-05-16 20:32:29 +10001636 - dtucker@cvs.openbsd.org 2013/05/16 09:08:41
1637 [log.c scp.c sshd.c serverloop.c schnorr.c sftp.c]
1638 Fix some "unused result" warnings found via clang and -portable.
1639 ok markus@
Darren Tuckerb7ee8522013-05-16 20:33:10 +10001640 - dtucker@cvs.openbsd.org 2013/05/16 09:12:31
1641 [readconf.c servconf.c]
1642 switch RekeyLimit traffic volume parsing to scan_scaled. ok djm@
Darren Tucker9113d0c2013-05-16 20:48:14 +10001643 - dtucker@cvs.openbsd.org 2013/05/16 10:43:34
1644 [servconf.c readconf.c]
1645 remove now-unused variables
Darren Tucker09c0f032013-05-16 20:48:57 +10001646 - dtucker@cvs.openbsd.org 2013/05/16 10:44:06
1647 [servconf.c]
1648 remove another now-unused variable
Darren Tuckere194ba42013-05-16 20:47:31 +10001649 - (dtucker) [configure.ac readconf.c servconf.c
1650 openbsd-compat/openbsd-compat.h] Add compat bits for scan_scaled.
Damien Miller6aa3eac2013-05-16 11:10:17 +10001651
Darren Tuckerabbc7a72013-05-10 13:54:23 +1000165220130510
1653 - (dtucker) [configure.ac] Enable -Wsizeof-pointer-memaccess if the compiler
1654 supports it. Mentioned by Colin Watson in bz#2100, ok djm.
Darren Tucker35b2fe92013-05-10 15:35:26 +10001655 - (dtucker) [openbsd-compat/getopt.c] Factor out portibility changes to
1656 getopt.c. Preprocessed source is identical other than line numbers.
Darren Tucker39332022013-05-10 15:38:11 +10001657 - (dtucker) [openbsd-compat/getopt_long.c] Import from OpenBSD. No
1658 portability changes yet.
Darren Tuckerccfdfce2013-05-10 16:28:55 +10001659 - (dtucker) [openbsd-compat/Makefile.in openbsd-compat/getopt.c
1660 openbsd-compat/getopt_long.c regress/modpipe.c] Remove getopt.c, add
1661 portability code to getopt_long.c and switch over Makefile and the ugly
1662 hack in modpipe.c. Fixes bz#1448.
Darren Tucker0abfb552013-05-10 18:08:49 +10001663 - (dtucker) [openbsd-compat/getopt.h openbsd-compat/getopt_long.c
1664 openbsd-compat/openbsd-compat.h] pull in getopt.h from openbsd and plumb
1665 in to use it when we're using our own getopt.
Darren Tuckera75d2472013-05-10 18:11:55 +10001666 - (dtucker) [kex.c] Only include sha256 and ECC key exchange methods when the
1667 underlying libraries support them.
Darren Tuckerc54e3e02013-05-10 18:53:14 +10001668 - (dtucker) [configure.ac] Add -Werror to the -Qunused-arguments test so
1669 we don't get a warning on compilers that *don't* support it. Add
1670 -Wno-unknown-warning-option. Move both to the start of the list for
1671 maximum noise suppression. Tested with gcc 4.6.3, gcc 2.95.4 and clang 2.9.
Darren Tuckerabbc7a72013-05-10 13:54:23 +10001672
Damien Miller6332da22013-04-23 14:25:52 +1000167320130423
1674 - (djm) [auth.c configure.ac misc.c monitor.c monitor_wrap.c] Support
1675 platforms, such as Android, that lack struct passwd.pw_gecos. Report
1676 and initial patch from Nathan Osman bz#2086; feedback tim@ ok dtucker@
Damien Miller62e9c4f2013-04-23 15:15:49 +10001677 - (djm) OpenBSD CVS Sync
1678 - markus@cvs.openbsd.org 2013/03/05 20:16:09
1679 [sshconnect2.c]
1680 reset pubkey order on partial success; ok djm@
Damien Miller998cc562013-04-23 15:16:43 +10001681 - djm@cvs.openbsd.org 2013/03/06 23:35:23
1682 [session.c]
1683 fatal() when ChrootDirectory specified by running without root privileges;
1684 ok markus@
Damien Miller5cbec4c2013-04-23 15:17:12 +10001685 - djm@cvs.openbsd.org 2013/03/06 23:36:53
1686 [readconf.c]
1687 g/c unused variable (-Wunused)
Damien Miller4ce189d2013-04-23 15:17:52 +10001688 - djm@cvs.openbsd.org 2013/03/07 00:19:59
1689 [auth2-pubkey.c monitor.c]
1690 reconstruct the original username that was sent by the client, which may
1691 have included a style (e.g. "root:skey") when checking public key
1692 signatures. Fixes public key and hostbased auth when the client specified
1693 a style; ok markus@
Damien Miller91a55f22013-04-23 15:18:10 +10001694 - markus@cvs.openbsd.org 2013/03/07 19:27:25
1695 [auth.h auth2-chall.c auth2.c monitor.c sshd_config.5]
1696 add submethod support to AuthenticationMethods; ok and freedback djm@
Damien Miller508b6c32013-04-23 15:18:28 +10001697 - djm@cvs.openbsd.org 2013/03/08 06:32:58
1698 [ssh.c]
1699 allow "ssh -f none ..." ok markus@
Damien Millerd677ad12013-04-23 15:18:51 +10001700 - djm@cvs.openbsd.org 2013/04/05 00:14:00
1701 [auth2-gss.c krl.c sshconnect2.c]
1702 hush some {unused, printf type} warnings
Damien Miller9f12b5d2013-04-23 15:19:11 +10001703 - djm@cvs.openbsd.org 2013/04/05 00:31:49
1704 [pathnames.h]
1705 use the existing _PATH_SSH_USER_RC define to construct the other
1706 pathnames; bz#2077, ok dtucker@ (no binary change)
Damien Miller172859c2013-04-23 15:19:27 +10001707 - djm@cvs.openbsd.org 2013/04/05 00:58:51
1708 [mux.c]
1709 cleanup mux-created channels that are in SSH_CHANNEL_OPENING state too
1710 (in addition to ones already in OPEN); bz#2079, ok dtucker@
Damien Miller37f1c082013-04-23 15:20:43 +10001711 - markus@cvs.openbsd.org 2013/04/06 16:07:00
1712 [channels.c sshd.c]
1713 handle ECONNABORTED for accept(); ok deraadt some time ago...
Damien Miller03d4d7e2013-04-23 15:21:06 +10001714 - dtucker@cvs.openbsd.org 2013/04/07 02:10:33
1715 [log.c log.h ssh.1 ssh.c sshd.8 sshd.c]
1716 Add -E option to ssh and sshd to append debugging logs to a specified file
1717 instead of stderr or syslog. ok markus@, man page help jmc@
Damien Miller69010322013-04-23 15:21:24 +10001718 - dtucker@cvs.openbsd.org 2013/04/07 09:40:27
1719 [sshd.8]
1720 clarify -e text. suggested by & ok jmc@
Damien Millerd5edefd2013-04-23 15:21:39 +10001721 - djm@cvs.openbsd.org 2013/04/11 02:27:50
1722 [packet.c]
1723 quiet disconnect notifications on the server from error() back to logit()
1724 if it is a normal client closure; bz#2057 ok+feedback dtucker@
Damien Millerf1a02ae2013-04-23 15:22:13 +10001725 - dtucker@cvs.openbsd.org 2013/04/17 09:04:09
1726 [session.c]
1727 revert rev 1.262; it fails because uid is already set here. ok djm@
Damien Miller9303e652013-04-23 15:22:40 +10001728 - djm@cvs.openbsd.org 2013/04/18 02:16:07
1729 [sftp.c]
1730 make "sftp -q" do what it says on the sticker: hush everything but errors;
Damien Miller467b00c2013-04-23 15:23:07 +10001731 ok dtucker@
1732 - djm@cvs.openbsd.org 2013/04/19 01:00:10
1733 [sshd_config.5]
1734 document the requirment that the AuthorizedKeysCommand be owned by root;
1735 ok dtucker@ markus@
Damien Miller0d6771b2013-04-23 15:23:24 +10001736 - djm@cvs.openbsd.org 2013/04/19 01:01:00
1737 [ssh-keygen.c]
1738 fix some memory leaks; bz#2088 ok dtucker@
Damien Millera56086b2013-04-23 15:24:18 +10001739 - djm@cvs.openbsd.org 2013/04/19 01:03:01
1740 [session.c]
1741 reintroduce 1.262 without the connection-killing bug:
1742 fatal() when ChrootDirectory specified by running without root privileges;
1743 ok markus@
Damien Millerea111192013-04-23 19:24:32 +10001744 - djm@cvs.openbsd.org 2013/04/19 01:06:50
1745 [authfile.c cipher.c cipher.h kex.c kex.h kexecdh.c kexecdhc.c kexecdhs.c]
1746 [key.c key.h mac.c mac.h packet.c ssh.1 ssh.c]
1747 add the ability to query supported ciphers, MACs, key type and KEX
1748 algorithms to ssh. Includes some refactoring of KEX and key type handling
1749 to be table-driven; ok markus@
Damien Miller34bd20a2013-04-23 19:25:00 +10001750 - djm@cvs.openbsd.org 2013/04/19 11:10:18
1751 [ssh.c]
1752 add -Q to usage; reminded by jmc@
Damien Millerf8b894e2013-04-23 19:25:29 +10001753 - djm@cvs.openbsd.org 2013/04/19 12:07:08
1754 [kex.c]
1755 remove duplicated list entry pointed out by naddy@
Damien Millerbc02f162013-04-23 19:25:49 +10001756 - dtucker@cvs.openbsd.org 2013/04/22 01:17:18
1757 [mux.c]
1758 typo in debug output: evitval->exitval
Damien Miller6332da22013-04-23 14:25:52 +10001759
Damien Millerbc68f242013-04-18 11:26:25 +1000176020130418
1761 - (djm) [config.guess config.sub] Update to last versions before they switch
1762 to GPL3. ok dtucker@
Darren Tuckerce1c9572013-04-18 21:36:19 +10001763 - (dtucker) [configure.ac] Use -Qunused-arguments to suppress warnings from
1764 unused argument warnings (in particular, -fno-builtin-memset) from clang.
Damien Millerbc68f242013-04-18 11:26:25 +10001765
Darren Tucker19104782013-04-05 11:13:08 +1100176620130404
1767 - (dtucker) OpenBSD CVS Sync
1768 - dtucker@cvs.openbsd.org 2013/02/17 23:16:57
1769 [readconf.c ssh.c readconf.h sshconnect2.c]
1770 Keep track of which IndentityFile options were manually supplied and which
1771 were default options, and don't warn if the latter are missing.
1772 ok markus@
Darren Tuckerf3c38142013-04-05 11:16:52 +11001773 - dtucker@cvs.openbsd.org 2013/02/19 02:12:47
1774 [krl.c]
1775 Remove bogus include. ok djm
Darren Tuckeraefa3682013-04-05 11:18:35 +11001776 - dtucker@cvs.openbsd.org 2013/02/22 04:45:09
1777 [ssh.c readconf.c readconf.h]
1778 Don't complain if IdentityFiles specified in system-wide configs are
1779 missing. ok djm, deraadt.
Darren Tucker5d1d9542013-04-05 11:20:00 +11001780 - markus@cvs.openbsd.org 2013/02/22 19:13:56
1781 [sshconnect.c]
1782 support ProxyCommand=- (stdin/out already point to the proxy); ok djm@
Darren Tucker15fd19c2013-04-05 11:22:26 +11001783 - djm@cvs.openbsd.org 2013/02/22 22:09:01
1784 [ssh.c]
1785 Allow IdenityFile=none; ok markus deraadt (and dtucker for an earlier
1786 version)
Darren Tucker19104782013-04-05 11:13:08 +11001787
Darren Tuckerc9627cd2013-04-01 12:40:48 +1100178820130401
1789 - (dtucker) [openbsd-compat/bsd-cygwin_util.{c,h}] Don't include windows.h
1790 to avoid conflicting definitions of __int64, adding the required bits.
1791 Patch from Corinna Vinschen.
1792
Damien Miller67f1d552013-10-09 09:33:08 +1100179320130323
Tim Rice75db01d2013-03-22 10:14:32 -07001794 - (tim) [Makefile.in] remove some duplication introduced in 20130220 commit.
1795
Damien Miller67f1d552013-10-09 09:33:08 +1100179620130322
Damien Miller83efe7c2013-03-22 10:17:36 +11001797 - (djm) [contrib/ssh-copy-id contrib/ssh-copy-id.1] Updated to Phil
1798 Hands' greatly revised version.
Damien Millereed8dc22013-03-22 10:25:22 +11001799 - (djm) Release 6.2p1
Darren Tuckerc8a0f272013-03-22 12:49:14 +11001800 - (dtucker) [configure.ac] Add stdlib.h to zlib check for exit() prototype.
Darren Tucker221b4b22013-03-22 12:51:09 +11001801 - (dtucker) [includes.h] Check if _GNU_SOURCE is already defined before
1802 defining it again. Prevents warnings if someone, eg, sets it in CFLAGS.
Damien Miller83efe7c2013-03-22 10:17:36 +11001803
Damien Miller67f1d552013-10-09 09:33:08 +1100180420130318
Damien Miller63b4bcd2013-03-20 12:55:14 +11001805 - (djm) [configure.ac log.c scp.c sshconnect2.c openbsd-compat/vis.c]
1806 [openbsd-compat/vis.h] FreeBSD's strnvis isn't compatible with OpenBSD's
1807 so mark it as broken. Patch from des AT des.no
1808
Damien Miller67f1d552013-10-09 09:33:08 +1100180920130317
Tim Riceaa86c392013-03-16 20:55:46 -07001810 - (tim) [configure.ac] OpenServer 5 wants lastlog even though it has none
1811 of the bits the configure test looks for.
1812
Damien Miller67f1d552013-10-09 09:33:08 +1100181320130316
Damien Millera2438bb2013-03-15 10:23:07 +11001814 - (djm) [configure.ac] Disable utmp, wtmp and/or lastlog if the platform
1815 is unable to successfully compile them. Based on patch from des AT
1816 des.no
Damien Millerf4db77d2013-03-15 10:34:25 +11001817 - (djm) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
1818 Add a usleep replacement for platforms that lack it; ok dtucker
Damien Miller58528402013-03-15 11:22:37 +11001819 - (djm) [session.c] FreeBSD needs setusercontext(..., LOGIN_SETUMASK) to
1820 occur after UID switch; patch from John Marshall via des AT des.no;
1821 ok dtucker@
Damien Millera2438bb2013-03-15 10:23:07 +11001822
Damien Miller67f1d552013-10-09 09:33:08 +1100182320130312
Darren Tuckerfe10a282013-03-12 11:19:40 +11001824 - (dtucker) [regress/Makefile regress/cipher-speed.sh regress/test-exec.sh]
1825 Improve portability of cipher-speed test, based mostly on a patch from
1826 Iain Morgan.
Darren Tuckeraa97d132013-03-12 11:31:05 +11001827 - (dtucker) [auth.c configure.ac platform.c platform.h] Accept uid 2 ("bin")
1828 in addition to root as an owner of system directories on AIX and HP-UX.
1829 ok djm@
Darren Tuckerfe10a282013-03-12 11:19:40 +11001830
Darren Tuckerb3cd5032013-03-07 12:33:35 +1100183120130307
1832 - (dtucker) [INSTALL] Bump documented autoconf version to what we're
1833 currently using.
Darren Tucker4d1a0fe2013-03-07 20:14:34 +11001834 - (dtucker) [defines.h] Remove SIZEOF_CHAR bits since the test for it
Darren Tucker9243ef02013-03-07 20:06:13 +11001835 was removed in configure.ac rev 1.481 as it was redundant.
Tim Rice2b6ea472013-03-07 07:37:13 -08001836 - (tim) [Makefile.in] Add another missing $(EXEEXT) I should have seen 3 days
1837 ago.
Damien Millere4f43472013-03-08 12:14:22 +11001838 - (djm) [configure.ac] Add a timeout to the select/rlimit test to give it a
1839 chance to complete on broken systems; ok dtucker@
Darren Tuckerb3cd5032013-03-07 12:33:35 +11001840
Darren Tucker834a0d62013-03-06 14:06:48 +1100184120130306
1842 - (dtucker) [regress/forward-control.sh] Wait longer for the forwarding
1843 connection to start so that the test works on slower machines.
Darren Tuckerff008de2013-03-06 17:48:48 +11001844 - (dtucker) [configure.ac] test that we can set number of file descriptors
1845 to zero with setrlimit before enabling the rlimit sandbox. This affects
1846 (at least) HPUX 11.11.
Darren Tucker834a0d62013-03-06 14:06:48 +11001847
Damien Miller43e5e602013-03-05 09:49:00 +1100184820130305
1849 - (djm) [regress/modpipe.c] Compilation fix for AIX and parsing fix for
1850 HP/UX. Spotted by Kevin Brott
Darren Tucker5f0e54c2013-03-05 19:57:39 +11001851 - (dtucker) [configure.ac] use "=" for shell test and not "==". Spotted by
Darren Tuckerfef9f7c2013-03-05 20:02:24 +11001852 Amit Kulkarni and Kevin Brott.
Darren Tucker29c71512013-03-05 21:50:09 +11001853 - (dtucker) [Makefile.in] Remove trailing "\" on PATHS, which caused obscure
1854 build breakage on (at least) HP-UX 11.11. Found by Amit Kulkarni and Kevin
1855 Brott.
Tim Riceff8bda82013-03-05 14:23:58 -08001856 - (tim) [Makefile.in] Add missing $(EXEEXT). Found by Roumen Petrov.
Damien Miller43e5e602013-03-05 09:49:00 +11001857
Damien Millerc0cc7ce2013-02-27 10:48:18 +1100185820130227
1859 - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
1860 [contrib/suse/openssh.spec] Crank version numbers
Tim Ricea514bc02013-02-26 19:35:26 -08001861 - (tim) [regress/forward-control.sh] use sh in case login shell is csh.
Tim Ricef9e20602013-02-26 20:27:29 -08001862 - (tim) [regress/integrity.sh] shell portability fix.
Tim Riceada7e172013-02-26 21:49:09 -08001863 - (tim) [regress/integrity.sh] keep old solaris awk from hanging.
Tim Rice21f591b2013-02-26 22:48:31 -08001864 - (tim) [regress/krl.sh] keep old solaris awk from hanging.
Damien Millerc0cc7ce2013-02-27 10:48:18 +11001865
Damien Miller1e657d52013-02-26 18:58:06 +1100186620130226
1867 - OpenBSD CVS Sync
1868 - djm@cvs.openbsd.org 2013/02/20 08:27:50
1869 [integrity.sh]
1870 Add an option to modpipe that warns if the modification offset it not
1871 reached in it's stream and turn it on for t-integrity. This should catch
1872 cases where the session is not fuzzed for being too short (cf. my last
1873 "oops" commit)
Damien Miller6c21bb82013-02-26 19:41:30 +11001874 - (djm) [regress/integrity.sh] Run sshd via $SUDO; fixes tinderbox breakage
1875 for UsePAM=yes configuration
Damien Miller1e657d52013-02-26 18:58:06 +11001876
Darren Tucker03978c62013-02-25 11:24:44 +1100187720130225
1878 - (dtucker) [configure.ac ssh-gss.h] bz#2073: additional #includes needed
1879 to use Solaris native GSS libs. Patch from Pierre Ossman.
1880
Darren Tuckera423fef2013-02-25 10:32:27 +1100188120130223
Damien Millerb87f6b72013-02-23 09:12:23 +11001882 - (djm) [configure.ac includes.h loginrec.c mux.c sftp.c] Prefer
1883 bsd/libutil.h to libutil.h to avoid deprecation warnings on Ubuntu.
1884 ok tim
1885
Darren Tuckera423fef2013-02-25 10:32:27 +1100188620130222
Darren Tucker964de182013-02-22 10:39:59 +11001887 - (dtucker) [Makefile.in configure.ac] bz#2072: don't link krb5 libs to
Darren Tuckera2b5a4c2013-02-22 10:43:15 +11001888 ssh(1) since they're not needed. Patch from Pierre Ossman, ok djm.
1889 - (dtucker) [configure.ac] bz#2073: look for Solaris' differently-named
1890 libgss too. Patch from Pierre Ossman, ok djm.
Damien Miller91f40d82013-02-22 11:37:00 +11001891 - (djm) [configure.ac sandbox-seccomp-filter.c] Support for Linux
1892 seccomp-bpf sandbox on ARM. Patch from shawnlandden AT gmail.com;
1893 ok dtucker
Darren Tucker964de182013-02-22 10:39:59 +11001894
Tim Rice0ec74232013-02-20 21:37:55 -0800189520130221
1896 - (tim) [regress/forward-control.sh] shell portability fix.
1897
Tim Ricec08b3ef2013-02-19 11:53:29 -0800189820130220
1899 - (tim) [regress/cipher-speed.sh regress/try-ciphers.sh] shell portability fix.
Tim Ricec31db8c2013-02-19 19:01:51 -08001900 - (tim) [krl.c Makefile.in regress/Makefile regress/modpipe.c] remove unneeded
1901 err.h include from krl.c. Additional portability fixes for modpipe. OK djm
Damien Miller283e5752013-02-20 21:13:27 +11001902 - OpenBSD CVS Sync
1903 - djm@cvs.openbsd.org 2013/02/20 08:27:50
1904 [regress/integrity.sh regress/modpipe.c]
1905 Add an option to modpipe that warns if the modification offset it not
1906 reached in it's stream and turn it on for t-integrity. This should catch
1907 cases where the session is not fuzzed for being too short (cf. my last
1908 "oops" commit)
Damien Miller5acc6be2013-02-20 21:16:07 +11001909 - djm@cvs.openbsd.org 2013/02/20 08:29:27
1910 [regress/modpipe.c]
1911 s/Id/OpenBSD/ in RCS tag
Tim Ricec08b3ef2013-02-19 11:53:29 -08001912
Damien Miller0dc3bc92013-02-19 09:28:32 +1100191320130219
1914 - OpenBSD CVS Sync
1915 - djm@cvs.openbsd.org 2013/02/18 22:26:47
1916 [integrity.sh]
1917 crank the offset yet again; it was still fuzzing KEX one of Darren's
1918 portable test hosts at 2800
Damien Millerb3764e12013-02-19 13:15:01 +11001919 - djm@cvs.openbsd.org 2013/02/19 02:14:09
1920 [integrity.sh]
1921 oops, forgot to increase the output of the ssh command to ensure that
1922 we actually reach $offset
Damien Millerdae85cc2013-02-19 14:27:44 +11001923 - (djm) [regress/integrity.sh] Skip SHA2-based MACs on configurations that
1924 lack support for SHA2.
Tim Ricec31db8c2013-02-19 19:01:51 -08001925 - (djm) [regress/modpipe.c] Add local err, and errx functions for platforms
1926 that do not have them.
Damien Miller0dc3bc92013-02-19 09:28:32 +11001927
Damien Miller33d52562013-02-18 10:18:05 +1100192820130217
1929 - OpenBSD CVS Sync
1930 - djm@cvs.openbsd.org 2013/02/17 23:16:55
1931 [integrity.sh]
1932 make the ssh command generates some output to ensure that there are at
1933 least offset+tries bytes in the stream.
1934
Damien Miller5d7b9562013-02-16 17:32:31 +1100193520130216
1936 - OpenBSD CVS Sync
1937 - djm@cvs.openbsd.org 2013/02/16 06:08:45
1938 [integrity.sh]
1939 make sure the fuzz offset is actually past the end of KEX for all KEX
1940 types. diffie-hellman-group-exchange-sha256 requires an offset around
1941 2700. Noticed via test failures in portable OpenSSH on platforms that
1942 lack ECC and this the more byte-frugal ECDH KEX algorithms.
1943
Damien Miller91edc1c2013-02-15 10:23:44 +1100194420130215
1945 - (djm) [contrib/suse/rc.sshd] Use SSHD_BIN consistently; bz#2056 from
1946 Iain Morgan
Darren Tucker3c4a24c2013-02-15 11:41:35 +11001947 - (dtucker) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
1948 Use getpgrp() if we don't have getpgid() (old BSDs, maybe others).
Darren Tucker8e6fb782013-02-15 12:13:01 +11001949 - (dtucker) [configure.ac openbsd-compat/Makefile.in openbsd-compat/strtoull.c
1950 openbsd-compat/openbsd-compat.h] Add strtoull to compat library for
1951 platforms that don't have it.
Darren Tuckerf32db832013-02-15 12:20:41 +11001952 - (dtucker) [openbsd-compat/openbsd-compat.h] Add prototype for strtoul,
1953 group strto* function prototypes together.
Darren Tucker2991d282013-02-15 14:55:38 +11001954 - (dtucker) [openbsd-compat/bsd-misc.c] Handle the case where setpgrp() takes
1955 an argument. Pointed out by djm.
Damien Miller4018dc02013-02-15 10:28:55 +11001956 - (djm) OpenBSD CVS Sync
1957 - djm@cvs.openbsd.org 2013/02/14 21:35:59
1958 [auth2-pubkey.c]
1959 Correct error message that had a typo and was logging the wrong thing;
1960 patch from Petr Lautrbach
Damien Miller5ceddc32013-02-15 12:18:32 +11001961 - dtucker@cvs.openbsd.org 2013/02/15 00:21:01
1962 [sshconnect2.c]
1963 Warn more loudly if an IdentityFile provided by the user cannot be read.
1964 bz #1981, ok djm@
Damien Miller91edc1c2013-02-15 10:23:44 +11001965
Damien Miller2653f5c2013-02-14 10:14:51 +1100196620130214
1967 - (djm) [regress/krl.sh] Don't use ecdsa keys in environment that lack ECC.
Damien Miller6d77d6e2013-02-14 10:31:03 +11001968 - (djm) [regress/krl.sh] typo; found by Iain Morgan
Damien Miller57f92182013-02-14 10:32:33 +11001969 - (djm) [regress/integrity.sh] Start fuzzing from offset 2500 (instead
1970 of 2300) to avoid clobbering the end of (non-MAC'd) KEX. Verified by
1971 Iain Morgan
Damien Miller2653f5c2013-02-14 10:14:51 +11001972
Damien Millerea078462013-02-12 10:54:37 +1100197320130212
1974 - (djm) OpenBSD CVS Sync
1975 - djm@cvs.openbsd.org 2013/01/24 21:45:37
1976 [krl.c]
1977 fix handling of (unused) KRL signatures; skip string in correct buffer
Damien Miller6045f5d2013-02-12 10:54:54 +11001978 - djm@cvs.openbsd.org 2013/01/24 22:08:56
1979 [krl.c]
1980 skip serial lookup when cert's serial number is zero
Damien Miller377d9a42013-02-12 10:55:16 +11001981 - krw@cvs.openbsd.org 2013/01/25 05:00:27
1982 [krl.c]
1983 Revert last. Breaks due to likely typo. Let djm@ fix later.
1984 ok djm@ via dlg@
Damien Miller60565bc2013-02-12 10:56:42 +11001985 - djm@cvs.openbsd.org 2013/01/25 10:22:19
1986 [krl.c]
1987 redo last commit without the vi-vomit that snuck in:
1988 skip serial lookup when cert's serial number is zero
1989 (now with 100% better comment)
Damien Millerf0a8ded2013-02-12 11:00:34 +11001990 - djm@cvs.openbsd.org 2013/01/26 06:11:05
1991 [Makefile.in acss.c acss.h cipher-acss.c cipher.c]
1992 [openbsd-compat/openssl-compat.h]
1993 remove ACSS, now that it is gone from libcrypto too
Damien Miller0cd2f8e2013-02-12 11:01:39 +11001994 - djm@cvs.openbsd.org 2013/01/27 10:06:12
1995 [krl.c]
1996 actually use the xrealloc() return value; spotted by xi.wang AT gmail.com
Damien Miller1f583df2013-02-12 11:02:08 +11001997 - dtucker@cvs.openbsd.org 2013/02/06 00:20:42
1998 [servconf.c sshd_config sshd_config.5]
1999 Change default of MaxStartups to 10:30:100 to start doing random early
2000 drop at 10 connections up to 100 connections. This will make it harder
2001 to DoS as CPUs have come a long way since the original value was set
2002 back in 2000. Prompted by nion at debian org, ok markus@
Damien Miller18de9132013-02-12 11:02:27 +11002003 - dtucker@cvs.openbsd.org 2013/02/06 00:22:21
2004 [auth.c]
2005 Fix comment, from jfree.e1 at gmail
Damien Millerd6d9fa02013-02-12 11:02:46 +11002006 - djm@cvs.openbsd.org 2013/02/08 00:41:12
2007 [sftp.c]
2008 fix NULL deref when built without libedit and control characters
2009 entered as command; debugging and patch from Iain Morgan an
2010 Loganaden Velvindron in bz#1956
Damien Millerfd051542013-02-12 11:03:10 +11002011 - markus@cvs.openbsd.org 2013/02/10 21:19:34
2012 [version.h]
2013 openssh 6.2
Damien Miller78d22712013-02-12 11:03:36 +11002014 - djm@cvs.openbsd.org 2013/02/10 23:32:10
2015 [ssh-keygen.c]
2016 append to moduli file when screening candidates rather than overwriting.
2017 allows resumption of interrupted screen; patch from Christophe Garault
2018 in bz#1957; ok dtucker@
Damien Miller894926e2013-02-12 11:03:58 +11002019 - djm@cvs.openbsd.org 2013/02/10 23:35:24
2020 [packet.c]
2021 record "Received disconnect" messages at ERROR rather than INFO priority,
2022 since they are abnormal and result in a non-zero ssh exit status; patch
2023 from Iain Morgan in bz#2057; ok dtucker@
Damien Miller22e8a1e2013-02-12 11:04:48 +11002024 - dtucker@cvs.openbsd.org 2013/02/11 21:21:58
2025 [sshd.c]
2026 Add openssl version to debug output similar to the client. ok markus@
Damien Miller58e2c5b2013-02-12 11:16:57 +11002027 - djm@cvs.openbsd.org 2013/02/11 23:58:51
2028 [regress/try-ciphers.sh]
2029 remove acss here too
Damien Miller2f20de52013-02-12 11:31:38 +11002030 - (djm) [regress/try-ciphers.sh] clean up CVS merge botch
Damien Millerea078462013-02-12 10:54:37 +11002031
Damien Millerb6f73b32013-02-11 10:39:12 +1100203220130211
2033 - (djm) [configure.ac openbsd-compat/openssl-compat.h] Repair build on old
2034 libcrypto that lacks EVP_CIPHER_CTX_ctrl
2035
Damien Millere7f50e12013-02-08 10:49:37 +1100203620130208
2037 - (djm) [contrib/redhat/sshd.init] treat RETVAL as an integer;
2038 patch from Iain Morgan in bz#2059
Darren Tucker951b53b2013-02-08 11:50:09 +11002039 - (dtucker) [configure.ac openbsd-compat/sys-tree.h] Test if compiler allows
2040 __attribute__ on return values and work around if necessary. ok djm@
Damien Millere7f50e12013-02-08 10:49:37 +11002041
204220130207
Damien Miller5c3bbd72013-02-07 10:11:05 +11002043 - (djm) [configure.ac] Don't probe seccomp capability of running kernel
2044 at configure time; the seccomp sandbox will fall back to rlimit at
2045 runtime anyway. Patch from plautrba AT redhat.com in bz#2011
2046
Damien Millerda5cc5d2013-01-20 22:31:29 +1100204720130120
2048 - (djm) [cipher-aes.c cipher-ctr.c openbsd-compat/openssl-compat.h]
2049 Move prototypes for replacement ciphers to openssl-compat.h; fix EVP
2050 prototypes for openssl-1.0.0-fips.
Damien Millerac5542b2013-01-20 22:33:02 +11002051 - (djm) OpenBSD CVS Sync
2052 - jmc@cvs.openbsd.org 2013/01/18 07:57:47
2053 [ssh-keygen.1]
2054 tweak previous;
Damien Miller3d6d68b2013-01-20 22:33:23 +11002055 - jmc@cvs.openbsd.org 2013/01/18 07:59:46
2056 [ssh-keygen.c]
2057 -u before -V in usage();
Damien Miller72abeb72013-01-20 22:33:44 +11002058 - jmc@cvs.openbsd.org 2013/01/18 08:00:49
2059 [sshd_config.5]
2060 tweak previous;
Damien Miller072fdcd2013-01-20 22:34:04 +11002061 - jmc@cvs.openbsd.org 2013/01/18 08:39:04
2062 [ssh-keygen.1]
2063 add -Q to the options list; ok djm
Damien Miller881a7a22013-01-20 22:34:46 +11002064 - jmc@cvs.openbsd.org 2013/01/18 21:48:43
2065 [ssh-keygen.1]
2066 command-line (adj.) -> command line (n.);
Damien Millera0a7ee82013-01-20 22:35:06 +11002067 - jmc@cvs.openbsd.org 2013/01/19 07:13:25
2068 [ssh-keygen.1]
2069 fix some formatting; ok djm
Damien Millera7522d92013-01-20 22:35:31 +11002070 - markus@cvs.openbsd.org 2013/01/19 12:34:55
2071 [krl.c]
2072 RB_INSERT does not remove existing elments; ok djm@
Damien Millerd60b2102013-01-20 22:49:58 +11002073 - (djm) [openbsd-compat/sys-tree.h] Sync with OpenBSD. krl.c needs newer
2074 version.
Damien Millerdc75d1f2013-01-20 22:58:51 +11002075 - (djm) [regress/krl.sh] replacement for jot; most platforms lack it
Damien Millerda5cc5d2013-01-20 22:31:29 +11002076
Damien Millerf3747bf2013-01-18 11:44:04 +1100207720130118
2078 - (djm) OpenBSD CVS Sync
2079 - djm@cvs.openbsd.org 2013/01/17 23:00:01
2080 [auth.c key.c key.h ssh-keygen.1 ssh-keygen.c sshd_config.5]
2081 [krl.c krl.h PROTOCOL.krl]
2082 add support for Key Revocation Lists (KRLs). These are a compact way to
2083 represent lists of revoked keys and certificates, taking as little as
2084 a single bit of incremental cost to revoke a certificate by serial number.
2085 KRLs are loaded via the existing RevokedKeys sshd_config option.
2086 feedback and ok markus@
Damien Millerebafebd2013-01-18 11:51:56 +11002087 - djm@cvs.openbsd.org 2013/01/18 00:45:29
2088 [regress/Makefile regress/cert-userkey.sh regress/krl.sh]
2089 Tests for Key Revocation Lists (KRLs)
Damien Miller13f5f762013-01-18 15:32:03 +11002090 - djm@cvs.openbsd.org 2013/01/18 03:00:32
2091 [krl.c]
2092 fix KRL generation bug for list sections
Damien Millerf3747bf2013-01-18 11:44:04 +11002093
Damien Millerb26699b2013-01-17 14:31:57 +1100209420130117
2095 - (djm) [regress/cipher-speed.sh regress/integrity.sh regress/try-ciphers.sh]
2096 check for GCM support before testing GCM ciphers.
2097
Damien Millerc20eb8b2013-01-12 22:41:26 +1100209820130112
2099 - (djm) OpenBSD CVS Sync
2100 - djm@cvs.openbsd.org 2013/01/12 11:22:04
2101 [cipher.c]
2102 improve error message for integrity failure in AES-GCM modes; ok markus@
Damien Miller846dc7f2013-01-12 22:46:26 +11002103 - djm@cvs.openbsd.org 2013/01/12 11:23:53
2104 [regress/cipher-speed.sh regress/integrity.sh regress/try-ciphers.sh]
2105 test AES-GCM modes; feedback markus@
Damien Millerefa1c952013-01-12 23:10:47 +11002106 - (djm) [regress/integrity.sh] repair botched merge
Damien Millerc20eb8b2013-01-12 22:41:26 +11002107
Damien Miller4e14a582013-01-09 15:54:48 +1100210820130109
2109 - (djm) OpenBSD CVS Sync
2110 - dtucker@cvs.openbsd.org 2012/12/14 05:26:43
2111 [auth.c]
2112 use correct string in error message; from rustybsd at gmx.fr
Damien Miller73298f42013-01-09 15:55:50 +11002113 - djm@cvs.openbsd.org 2013/01/02 00:32:07
2114 [clientloop.c mux.c]
2115 channel_setup_local_fwd_listener() returns 0 on failure, not -ve
2116 bz#2055 reported by mathieu.lacage AT gmail.com
Damien Miller697485d2013-01-09 15:56:13 +11002117 - djm@cvs.openbsd.org 2013/01/02 00:33:49
2118 [PROTOCOL.agent]
2119 correct format description for SSH_AGENTC_ADD_RSA_ID_CONSTRAINED
2120 bz#2051 from david AT lechnology.com
Damien Miller44138442013-01-09 15:56:45 +11002121 - djm@cvs.openbsd.org 2013/01/03 05:49:36
2122 [servconf.h]
2123 add a couple of ServerOptions members that should be copied to the privsep
2124 child (for consistency, in this case they happen only to be accessed in
2125 the monitor); ok dtucker@
Damien Miller3739c8f2013-01-09 15:57:16 +11002126 - djm@cvs.openbsd.org 2013/01/03 12:49:01
2127 [PROTOCOL]
2128 fix description of MAC calculation for EtM modes; ok markus@
Damien Miller502ab0e2013-01-09 15:57:36 +11002129 - djm@cvs.openbsd.org 2013/01/03 12:54:49
2130 [sftp-server.8 sftp-server.c]
2131 allow specification of an alternate start directory for sftp-server(8)
2132 "I like this" markus@
Damien Millerec77c952013-01-09 15:58:00 +11002133 - djm@cvs.openbsd.org 2013/01/03 23:22:58
2134 [ssh-keygen.c]
2135 allow fingerprinting of keys hosted in PKCS#11 tokens: ssh-keygen -lD ...
2136 ok markus@
Damien Milleraa7ad302013-01-09 15:58:21 +11002137 - jmc@cvs.openbsd.org 2013/01/04 19:26:38
2138 [sftp-server.8 sftp-server.c]
2139 sftp-server.8: add argument name to -d
2140 sftp-server.c: add -d to usage()
2141 ok djm
Damien Miller1d75abf2013-01-09 16:12:19 +11002142 - markus@cvs.openbsd.org 2013/01/08 18:49:04
2143 [PROTOCOL authfile.c cipher.c cipher.h kex.c kex.h monitor_wrap.c]
2144 [myproposal.h packet.c ssh_config.5 sshd_config.5]
2145 support AES-GCM as defined in RFC 5647 (but with simpler KEX handling)
2146 ok and feedback djm@
Damien Miller1422c082013-01-09 16:44:54 +11002147 - djm@cvs.openbsd.org 2013/01/09 05:40:17
2148 [ssh-keygen.c]
2149 correctly initialise fingerprint type for fingerprinting PKCS#11 keys
Damien Millerd522c682013-01-09 16:42:47 +11002150 - (djm) [cipher.c configure.ac openbsd-compat/openssl-compat.h]
2151 Fix merge botch, automatically detect AES-GCM in OpenSSL, move a little
2152 cipher compat code to openssl-compat.h
Damien Miller4e14a582013-01-09 15:54:48 +11002153
Darren Tucker0fc77292012-12-17 15:59:42 +1100215420121217
2155 - (dtucker) [Makefile.in] Add some scaffolding so that the new regress
2156 tests will work with VPATH directories.
2157
Damien Miller8c05da32012-12-13 07:18:59 +1100215820121213
2159 - (djm) OpenBSD CVS Sync
2160 - markus@cvs.openbsd.org 2012/12/12 16:45:52
2161 [packet.c]
2162 reset incoming_packet buffer for each new packet in EtM-case, too;
2163 this happens if packets are parsed only parially (e.g. ignore
2164 messages sent when su/sudo turn off echo); noted by sthen/millert
Damien Miller25a02b02012-12-13 08:18:56 +11002165 - naddy@cvs.openbsd.org 2012/12/12 16:46:10
2166 [cipher.c]
2167 use OpenSSL's EVP_aes_{128,192,256}_ctr() API and remove our hand-rolled
2168 counter mode code; ok djm@
2169 - (djm) [configure.ac cipher-ctr.c] Adapt EVP AES CTR change to retain our
2170 compat code for older OpenSSL
Damien Miller13cbff12012-12-13 08:25:07 +11002171 - (djm) [cipher.c] Fix missing prototype for compat code
Damien Miller8c05da32012-12-13 07:18:59 +11002172
Damien Miller6a1937e2012-12-12 10:44:38 +1100217320121212
2174 - (djm) OpenBSD CVS Sync
2175 - markus@cvs.openbsd.org 2012/12/11 22:16:21
2176 [monitor.c]
2177 drain the log messages after receiving the keystate from the unpriv
2178 child. otherwise it might block while sending. ok djm@
Damien Milleraf43a7a2012-12-12 10:46:31 +11002179 - markus@cvs.openbsd.org 2012/12/11 22:31:18
2180 [PROTOCOL authfile.c cipher.c cipher.h kex.h mac.c myproposal.h]
2181 [packet.c ssh_config.5 sshd_config.5]
2182 add encrypt-then-mac (EtM) modes to openssh by defining new mac algorithms
2183 that change the packet format and compute the MAC over the encrypted
2184 message (including the packet size) instead of the plaintext data;
2185 these EtM modes are considered more secure and used by default.
2186 feedback and ok djm@
Damien Miller74f13bd2012-12-12 10:46:53 +11002187 - sthen@cvs.openbsd.org 2012/12/11 22:51:45
2188 [mac.c]
2189 fix typo, s/tem/etm in hmac-ripemd160-tem. ok markus@
Damien Miller1a45b632012-12-12 10:52:07 +11002190 - markus@cvs.openbsd.org 2012/12/11 22:32:56
2191 [regress/try-ciphers.sh]
2192 add etm modes
Damien Miller1fb593a2012-12-12 10:54:37 +11002193 - markus@cvs.openbsd.org 2012/12/11 22:42:11
2194 [regress/Makefile regress/modpipe.c regress/integrity.sh]
2195 test the integrity of the packets; with djm@
Damien Millerec7ce9a2012-12-12 10:55:32 +11002196 - markus@cvs.openbsd.org 2012/12/11 23:12:13
2197 [try-ciphers.sh]
2198 add hmac-ripemd160-etm@openssh.com
Damien Miller37834af2012-12-12 11:00:37 +11002199 - (djm) [mac.c] fix merge botch
Damien Miller37461d72012-12-12 12:37:32 +11002200 - (djm) [regress/Makefile regress/integrity.sh] Make the integrity.sh test
2201 work on platforms without 'jot'
2202 - (djm) [regress/integrity.sh] Fix awk quoting, packet length skip
Damien Millerfaabeb62012-12-12 12:51:54 +11002203 - (djm) [regress/Makefile] fix t-exec rule
Damien Miller6a1937e2012-12-12 10:44:38 +11002204
Darren Tucker3dfb8772012-12-07 13:03:10 +1100220520121207
2206 - (dtucker) OpenBSD CVS Sync
2207 - dtucker@cvs.openbsd.org 2012/12/06 06:06:54
2208 [regress/keys-command.sh]
2209 Fix some problems with the keys-command test:
2210 - use string comparison rather than numeric comparison
2211 - check for existing KEY_COMMAND file and don't clobber if it exists
2212 - clean up KEY_COMMAND file if we do create it.
2213 - check that KEY_COMMAND is executable (which it won't be if eg /var/run
2214 is mounted noexec).
2215 ok djm.
Darren Tuckerf9333d52012-12-07 13:06:13 +11002216 - jmc@cvs.openbsd.org 2012/12/03 08:33:03
2217 [ssh-add.1 sshd_config.5]
2218 tweak previous;
Darren Tucker8a965222012-12-07 13:07:02 +11002219 - markus@cvs.openbsd.org 2012/12/05 15:42:52
2220 [ssh-add.c]
2221 prevent double-free of comment; ok djm@
Darren Tucker3e1027c2012-12-07 13:07:46 +11002222 - dtucker@cvs.openbsd.org 2012/12/07 01:51:35
2223 [serverloop.c]
2224 Cast signal to int for logging. A no-op on openbsd (they're always ints)
2225 but will prevent warnings in portable. ok djm@
Darren Tucker3dfb8772012-12-07 13:03:10 +11002226
Tim Rice96ce9a12012-12-04 07:50:03 -0800222720121205
2228 - (tim) [defines.h] Some platforms are missing ULLONG_MAX. Feedback djm@.
2229
Damien Millercf6ef132012-12-03 09:37:56 +1100223020121203
2231 - (djm) [openbsd-compat/sys-queue.h] Sync with OpenBSD to get
2232 TAILQ_FOREACH_SAFE needed for upcoming changes.
Damien Millercb6b68b2012-12-03 09:49:52 +11002233 - (djm) OpenBSD CVS Sync
2234 - djm@cvs.openbsd.org 2012/12/02 20:26:11
2235 [ssh_config.5 sshconnect2.c]
2236 Make IdentitiesOnly apply to keys obtained from a PKCS11Provider.
2237 This allows control of which keys are offered from tokens using
2238 IdentityFile. ok markus@
Damien Miller33a81362012-12-03 09:50:24 +11002239 - djm@cvs.openbsd.org 2012/12/02 20:42:15
2240 [ssh-add.1 ssh-add.c]
2241 make deleting explicit keys "ssh-add -d" symmetric with adding keys -
2242 try to delete the corresponding certificate too and respect the -k option
2243 to allow deleting of the key only; feedback and ok markus@
Damien Milleraa5b3f82012-12-03 09:50:54 +11002244 - djm@cvs.openbsd.org 2012/12/02 20:46:11
2245 [auth-options.c channels.c servconf.c servconf.h serverloop.c session.c]
2246 [sshd_config.5]
2247 make AllowTcpForwarding accept "local" and "remote" in addition to its
2248 current "yes"/"no" to allow the server to specify whether just local or
2249 remote TCP forwarding is enabled. ok markus@
Damien Millerfa51d8b2012-12-03 10:08:25 +11002250 - dtucker@cvs.openbsd.org 2012/10/05 02:20:48
2251 [regress/cipher-speed.sh regress/try-ciphers.sh]
2252 Add umac-128@openssh.com to the list of MACs to be tested
Damien Miller6618e922012-12-03 10:09:04 +11002253 - djm@cvs.openbsd.org 2012/10/19 05:10:42
2254 [regress/cert-userkey.sh]
2255 include a serial number when generating certs
Damien Miller771c43c2012-12-03 10:12:13 +11002256 - djm@cvs.openbsd.org 2012/11/22 22:49:30
2257 [regress/Makefile regress/keys-command.sh]
2258 regress for AuthorizedKeysCommand; hints from markus@
Damien Miller999bd2d2012-12-03 10:13:39 +11002259 - djm@cvs.openbsd.org 2012/12/02 20:47:48
2260 [Makefile regress/forward-control.sh]
2261 regress for AllowTcpForwarding local/remote; ok markus@
Damien Miller55aca022012-12-03 11:25:30 +11002262 - djm@cvs.openbsd.org 2012/12/03 00:14:06
2263 [auth2-chall.c ssh-keygen.c]
2264 Fix compilation with -Wall -Werror (trivial type fixes)
Damien Miller03af12e2012-12-03 11:55:53 +11002265 - (djm) [configure.ac] Turn on -g for gcc compilers. Helps pre-installation
2266 debugging. ok dtucker@
Damien Miller8b489822012-12-03 12:35:55 +11002267 - (djm) [configure.ac] Revert previous. configure.ac already does this
2268 for us.
Damien Millercf6ef132012-12-03 09:37:56 +11002269
Damien Miller1e854692012-11-14 19:04:02 +1100227020121114
2271 - (djm) OpenBSD CVS Sync
2272 - djm@cvs.openbsd.org 2012/11/14 02:24:27
2273 [auth2-pubkey.c]
2274 fix username passed to helper program
2275 prepare stdio fds before closefrom()
2276 spotted by landry@
Damien Miller6f3b3622012-11-14 19:04:33 +11002277 - djm@cvs.openbsd.org 2012/11/14 02:32:15
2278 [ssh-keygen.c]
2279 allow the full range of unsigned serial numbers; 'fine' deraadt@
Damien Miller15b05cf2012-12-03 09:53:20 +11002280 - djm@cvs.openbsd.org 2012/12/02 20:34:10
2281 [auth.c auth.h auth1.c auth2-chall.c auth2-gss.c auth2-jpake.c auth2.c]
2282 [monitor.c monitor.h]
2283 Fixes logging of partial authentication when privsep is enabled
2284 Previously, we recorded "Failed xxx" since we reset authenticated before
2285 calling auth_log() in auth2.c. This adds an explcit "Partial" state.
2286
2287 Add a "submethod" to auth_log() to report which submethod is used
2288 for keyboard-interactive.
2289
2290 Fix multiple authentication when one of the methods is
2291 keyboard-interactive.
2292
2293 ok markus@
Damien Millerd27a0262012-12-03 10:06:37 +11002294 - dtucker@cvs.openbsd.org 2012/10/05 02:05:30
2295 [regress/multiplex.sh]
2296 Use 'kill -0' to test for the presence of a pid since it's more portable
Damien Miller1e854692012-11-14 19:04:02 +11002297
Damien Millerd5c3d4c2012-11-07 08:35:38 +1100229820121107
2299 - (djm) OpenBSD CVS Sync
2300 - eric@cvs.openbsd.org 2011/11/28 08:46:27
2301 [moduli.5]
2302 fix formula
2303 ok djm@
Damien Miller0120c412012-11-07 08:36:00 +11002304 - jmc@cvs.openbsd.org 2012/09/26 17:34:38
2305 [moduli.5]
2306 last stage of rfc changes, using consistent Rs/Re blocks, and moving the
2307 references into a STANDARDS section;
Damien Millerd5c3d4c2012-11-07 08:35:38 +11002308
Darren Tuckerf96ff182012-11-05 17:04:37 +1100230920121105
2310 - (dtucker) [uidswap.c openbsd-compat/Makefile.in
2311 openbsd-compat/bsd-setres_id.c openbsd-compat/bsd-setres_id.h
2312 openbsd-compat/openbsd-compat.h] Move the fallback code for setting uids
2313 and gids from uidswap.c to the compat library, which allows it to work with
2314 the new setresuid calls in auth2-pubkey. with tim@, ok djm@
Darren Tucker737f7af2012-11-05 17:07:43 +11002315 - (dtucker) [auth2-pubkey.c] wrap paths.h in an ifdef for platforms that
2316 don't have it. Spotted by tim@.
Darren Tuckerf96ff182012-11-05 17:04:37 +11002317
Damien Millerf33580e2012-11-04 22:22:52 +1100231820121104
2319 - (djm) OpenBSD CVS Sync
2320 - jmc@cvs.openbsd.org 2012/10/31 08:04:50
2321 [sshd_config.5]
2322 tweak previous;
Damien Millerd0d10992012-11-04 22:23:14 +11002323 - djm@cvs.openbsd.org 2012/11/04 10:38:43
2324 [auth2-pubkey.c sshd.c sshd_config.5]
2325 Remove default of AuthorizedCommandUser. Administrators are now expected
2326 to explicitly specify a user. feedback and ok markus@
Damien Millera6e3f012012-11-04 23:21:40 +11002327 - djm@cvs.openbsd.org 2012/11/04 11:09:15
2328 [auth.h auth1.c auth2.c monitor.c servconf.c servconf.h sshd.c]
2329 [sshd_config.5]
2330 Support multiple required authentication via an AuthenticationMethods
2331 option. This option lists one or more comma-separated lists of
2332 authentication method names. Successful completion of all the methods in
2333 any list is required for authentication to complete;
2334 feedback and ok markus@
Damien Millerf33580e2012-11-04 22:22:52 +11002335
Damien Miller07daed52012-10-31 08:57:55 +1100233620121030
2337 - (djm) OpenBSD CVS Sync
2338 - markus@cvs.openbsd.org 2012/10/05 12:34:39
2339 [sftp.c]
2340 fix signed vs unsigned warning; feedback & ok: djm@
Damien Miller09d3e122012-10-31 08:58:58 +11002341 - djm@cvs.openbsd.org 2012/10/30 21:29:55
2342 [auth-rsa.c auth.c auth.h auth2-pubkey.c servconf.c servconf.h]
2343 [sshd.c sshd_config sshd_config.5]
2344 new sshd_config option AuthorizedKeysCommand to support fetching
2345 authorized_keys from a command in addition to (or instead of) from
2346 the filesystem. The command is run as the target server user unless
2347 another specified via a new AuthorizedKeysCommandUser option.
2348
2349 patch originally by jchadima AT redhat.com, reworked by me; feedback
2350 and ok markus@
Damien Miller07daed52012-10-31 08:57:55 +11002351
Tim Ricec0e5cbe2012-10-18 21:38:58 -0700235220121019
2353 - (tim) [buildpkg.sh.in] Double up on some backslashes so they end up in
2354 the generated file as intended.
2355
Darren Tucker0af24052012-10-05 10:41:25 +1000235620121005
2357 - (dtucker) OpenBSD CVS Sync
2358 - djm@cvs.openbsd.org 2012/09/17 09:54:44
2359 [sftp.c]
2360 an XXX for later
Darren Tucker302889a2012-10-05 10:42:53 +10002361 - markus@cvs.openbsd.org 2012/09/17 13:04:11
2362 [packet.c]
2363 clear old keys on rekeing; ok djm
Darren Tucker063018d2012-10-05 10:43:58 +10002364 - dtucker@cvs.openbsd.org 2012/09/18 10:36:12
2365 [sftp.c]
2366 Add bounds check on sftp tab-completion. Part of a patch from from
2367 Jean-Marc Robert via tech@, ok djm
Darren Tucker191fcc62012-10-05 10:45:01 +10002368 - dtucker@cvs.openbsd.org 2012/09/21 10:53:07
2369 [sftp.c]
2370 Fix improper handling of absolute paths when PWD is part of the completed
2371 path. Patch from Jean-Marc Robert via tech@, ok djm.
Darren Tucker17146d32012-10-05 10:46:16 +10002372 - dtucker@cvs.openbsd.org 2012/09/21 10:55:04
2373 [sftp.c]
2374 Fix handling of filenames containing escaped globbing characters and
2375 escape "#" and "*". Patch from Jean-Marc Robert via tech@, ok djm.
Darren Tucker628a3fd2012-10-05 10:50:15 +10002376 - jmc@cvs.openbsd.org 2012/09/26 16:12:13
2377 [ssh.1]
2378 last stage of rfc changes, using consistent Rs/Re blocks, and moving the
2379 references into a STANDARDS section;
Darren Tucker3a7c0412012-10-05 10:51:59 +10002380 - naddy@cvs.openbsd.org 2012/10/01 13:59:51
2381 [monitor_wrap.c]
2382 pasto; ok djm@
Darren Tucker0dc283b2012-10-05 10:52:51 +10002383 - djm@cvs.openbsd.org 2012/10/02 07:07:45
2384 [ssh-keygen.c]
2385 fix -z option, broken in revision 1.215
Darren Tucker427e4092012-10-05 11:02:39 +10002386 - markus@cvs.openbsd.org 2012/10/04 13:21:50
2387 [myproposal.h ssh_config.5 umac.h sshd_config.5 ssh.1 sshd.8 mac.c]
2388 add umac128 variant; ok djm@ at n2k12
Darren Tucker189e5ba2012-10-05 11:41:52 +10002389 - dtucker@cvs.openbsd.org 2012/09/06 04:11:07
2390 [regress/try-ciphers.sh]
2391 Restore missing space. (Id sync only).
Darren Tucker6fc5aa82012-10-05 11:43:57 +10002392 - dtucker@cvs.openbsd.org 2012/09/09 11:51:25
2393 [regress/multiplex.sh]
2394 Add test for ssh -Ostop
Darren Tucker9b2c0362012-10-05 11:45:39 +10002395 - dtucker@cvs.openbsd.org 2012/09/10 00:49:21
2396 [regress/multiplex.sh]
2397 Log -O cmd output to the log file and make logging consistent with the
2398 other tests. Test clean shutdown of an existing channel when testing
2399 "stop".
Darren Tuckeree4ad772012-10-05 12:04:10 +10002400 - dtucker@cvs.openbsd.org 2012/09/10 01:51:19
2401 [regress/multiplex.sh]
2402 use -Ocheck and waiting for completions by PID to make multiplexing test
2403 less racy and (hopefully) more reliable on slow hardware.
Darren Tucker992faad2012-10-05 11:38:24 +10002404 - [Makefile umac.c] Add special-case target to build umac128.o.
Darren Tucker50ce4472012-10-05 12:11:33 +10002405 - [umac.c] Enforce allowed umac output sizes. From djm@.
Darren Tuckercc8e9ff2012-10-05 15:41:06 +10002406 - [Makefile.in] "Using $< in a non-suffix rule context is a GNUmake idiom".
Darren Tucker0af24052012-10-05 10:41:25 +10002407
Darren Tuckerbb6cc072012-09-17 13:25:06 +1000240820120917
2409 - (dtucker) OpenBSD CVS Sync
2410 - dtucker@cvs.openbsd.org 2012/09/13 23:37:36
2411 [servconf.c]
2412 Fix comment line length
Darren Tucker26b9e3b2012-09-17 13:25:44 +10002413 - markus@cvs.openbsd.org 2012/09/14 16:51:34
2414 [sshconnect.c]
2415 remove unused variable
Darren Tuckerbb6cc072012-09-17 13:25:06 +10002416
Darren Tucker92a39cf2012-09-07 11:20:20 +1000241720120907
2418 - (dtucker) OpenBSD CVS Sync
2419 - dtucker@cvs.openbsd.org 2012/09/06 09:50:13
2420 [clientloop.c]
2421 Make the escape command help (~?) context sensitive so that only commands
2422 that will work in the current session are shown. ok markus@
Darren Tucker83d0af62012-09-07 11:21:03 +10002423 - jmc@cvs.openbsd.org 2012/09/06 13:57:42
2424 [ssh.1]
2425 missing letter in previous;
Darren Tuckerf111d402012-09-07 11:21:42 +10002426 - dtucker@cvs.openbsd.org 2012/09/07 00:30:19
2427 [clientloop.c]
2428 Print '^Z' instead of a raw ^Z when the sequence is not supported. ok djm@
Darren Tuckerca0d0fd2012-09-07 11:22:24 +10002429 - dtucker@cvs.openbsd.org 2012/09/07 01:10:21
2430 [clientloop.c]
2431 Merge escape help text for ~v and ~V; ok djm@
Darren Tucker48bf4b02012-09-07 16:38:53 +10002432 - dtucker@cvs.openbsd.org 2012/09/07 06:34:21
2433 [clientloop.c]
2434 when muxmaster is run with -N, make it shut down gracefully when a client
2435 sends it "-O stop" rather than hanging around (bz#1985). ok djm@
Darren Tucker92a39cf2012-09-07 11:20:20 +10002436
Darren Tucker3ee50c52012-09-06 21:18:11 +1000243720120906
2438 - (dtucker) OpenBSD CVS Sync
2439 - jmc@cvs.openbsd.org 2012/08/15 18:25:50
2440 [ssh-keygen.1]
2441 a little more info on certificate validity;
2442 requested by Ross L Richardson, and provided by djm
Darren Tucker66cb0e02012-09-06 21:19:05 +10002443 - dtucker@cvs.openbsd.org 2012/08/17 00:45:45
2444 [clientloop.c clientloop.h mux.c]
2445 Force a clean shutdown of ControlMaster client sessions when the ~. escape
2446 sequence is used. This means that ~. should now work in mux clients even
2447 if the server is no longer responding. Found by tedu, ok djm.
Darren Tuckerae608bd2012-09-06 21:19:51 +10002448 - djm@cvs.openbsd.org 2012/08/17 01:22:56
2449 [kex.c]
2450 add some comments about better handling first-KEX-follows notifications
2451 from the server. Nothing uses these right now. No binary change
Darren Tuckerf09a8a62012-09-06 21:20:39 +10002452 - djm@cvs.openbsd.org 2012/08/17 01:25:58
2453 [ssh-keygen.c]
2454 print details of which host lines were deleted when using
2455 "ssh-keygen -R host"; ok markus@
Darren Tucker00c15182012-09-06 21:21:56 +10002456 - djm@cvs.openbsd.org 2012/08/17 01:30:00
2457 [compat.c sshconnect.c]
2458 Send client banner immediately, rather than waiting for the server to
2459 move first for SSH protocol 2 connections (the default). Patch based on
2460 one in bz#1999 by tls AT panix.com, feedback dtucker@ ok markus@
Darren Tucker50a48d02012-09-06 21:25:37 +10002461 - dtucker@cvs.openbsd.org 2012/09/06 04:37:39
2462 [clientloop.c log.c ssh.1 log.h]
2463 Add ~v and ~V escape sequences to raise and lower the logging level
2464 respectively. Man page help from jmc, ok deraadt jmc
Darren Tucker3ee50c52012-09-06 21:18:11 +10002465
Darren Tucker23e4b802012-08-30 10:42:47 +1000246620120830
2467 - (dtucker) [moduli] Import new moduli file.
2468
Darren Tucker31854182012-08-28 19:57:19 +1000246920120828
Damien Miller4eb0a532012-08-29 10:26:20 +10002470 - (djm) Release openssh-6.1
2471
247220120828
Darren Tucker31854182012-08-28 19:57:19 +10002473 - (dtucker) [openbsd-compat/bsd-cygwin_util.h] define WIN32_LEAN_AND_MEAN
2474 for compatibility with future mingw-w64 headers. Patch from vinschen at
2475 redhat com.
2476
Damien Miller39a9d2c2012-08-22 21:57:13 +1000247720120822
2478 - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
2479 [contrib/suse/openssh.spec] Update version numbers
2480
Damien Miller709a1e92012-07-31 12:20:43 +1000248120120731
2482 - (djm) OpenBSD CVS Sync
2483 - jmc@cvs.openbsd.org 2012/07/06 06:38:03
2484 [ssh-keygen.c]
2485 missing full stop in usage();
Damien Miller5a5c2b92012-07-31 12:21:34 +10002486 - djm@cvs.openbsd.org 2012/07/10 02:19:15
2487 [servconf.c servconf.h sshd.c sshd_config]
2488 Turn on systrace sandboxing of pre-auth sshd by default for new installs
2489 by shipping a config that overrides the current UsePrivilegeSeparation=yes
2490 default. Make it easier to flip the default in the future by adding too.
Damien Miller1cce1032012-07-31 12:22:18 +10002491 prodded markus@ feedback dtucker@ "get it in" deraadt@
Damien Miller46cb75a2012-07-31 12:22:37 +10002492 - dtucker@cvs.openbsd.org 2012/07/13 01:35:21
2493 [servconf.c]
2494 handle long comments in config files better. bz#2025, ok markus
Damien Miller38fe6622012-07-31 12:23:16 +10002495 - markus@cvs.openbsd.org 2012/07/22 18:19:21
2496 [version.h]
2497 openssh 6.1
Damien Miller709a1e92012-07-31 12:20:43 +10002498
Darren Tuckerd809a4b2012-07-20 10:42:06 +1000249920120720
2500 - (dtucker) Import regened moduli file.
2501
Damien Millera0433a72012-07-06 10:27:10 +1000250220120706
2503 - (djm) [sandbox-seccomp-filter.c] fallback to rlimit if seccomp filter is
2504 not available. Allows use of sshd compiled on host with a filter-capable
2505 kernel on hosts that lack the support. bz#2011 ok dtucker@
Damien Miller77eab7b2012-07-06 11:49:28 +10002506 - (djm) [configure.ac] Recursively expand $(bindir) to ensure it has no
2507 unexpanded $(prefix) embedded. bz#2007 patch from nix-corp AT
2508 esperi.org.uk; ok dtucker@
Damien Millerdfceafe2012-07-06 13:44:19 +10002509- (djm) OpenBSD CVS Sync
2510 - dtucker@cvs.openbsd.org 2012/07/06 00:41:59
2511 [moduli.c ssh-keygen.1 ssh-keygen.c]
2512 Add options to specify starting line number and number of lines to process
2513 when screening moduli candidates. This allows processing of different
2514 parts of a candidate moduli file in parallel. man page help jmc@, ok djm@
Damien Millerab523b02012-07-06 13:44:43 +10002515 - djm@cvs.openbsd.org 2012/07/06 01:37:21
2516 [mux.c]
2517 fix memory leak of passed-in environment variables and connection
2518 context when new session message is malformed; bz#2003 from Bert.Wesarg
2519 AT googlemail.com
Damien Millerfff9f092012-07-06 13:45:01 +10002520 - djm@cvs.openbsd.org 2012/07/06 01:47:38
2521 [ssh.c]
2522 move setting of tty_flag to after config parsing so RequestTTY options
2523 are correctly picked up. bz#1995 patch from przemoc AT gmail.com;
2524 ok dtucker@
Damien Millera0433a72012-07-06 10:27:10 +10002525
Darren Tucker34f702a2012-07-04 08:50:09 +1000252620120704
2527 - (dtucker) [configure.ac openbsd-compat/bsd-misc.h] Add setlinebuf for
2528 platforms that don't have it. "looks good" tim@
2529
Darren Tucker60395f92012-07-03 14:31:18 +1000253020120703
2531 - (dtucker) [configure.ac] Detect platforms that can't use select(2) with
2532 setrlimit(RLIMIT_NOFILE, rl_zero) and disable the rlimit sandbox on those.
Darren Tuckerd545a4b2012-07-03 22:48:31 +10002533 - (dtucker) [configure.ac sandbox-rlimit.c] Test whether or not
2534 setrlimit(RLIMIT_FSIZE, rl_zero) and skip it if it's not supported. Its
2535 benefit is minor, so it's not worth disabling the sandbox if it doesn't
2536 work.
Darren Tucker60395f92012-07-03 14:31:18 +10002537
Darren Tuckerecbf14a2012-07-02 18:53:37 +1000253820120702
2539- (dtucker) OpenBSD CVS Sync
2540 - naddy@cvs.openbsd.org 2012/06/29 13:57:25
2541 [ssh_config.5 sshd_config.5]
2542 match the documented MAC order of preference to the actual one;
2543 ok dtucker@
Darren Tucker3b4b2d32012-07-02 18:54:31 +10002544 - markus@cvs.openbsd.org 2012/06/30 14:35:09
2545 [sandbox-systrace.c sshd.c]
2546 fix a during the load of the sandbox policies (child can still make
2547 the read-syscall and wait forever for systrace-answers) by replacing
2548 the read/write synchronisation with SIGSTOP/SIGCONT;
2549 report and help hshoexer@; ok djm@, dtucker@
Darren Tucker7b305012012-07-02 18:55:09 +10002550 - dtucker@cvs.openbsd.org 2012/07/02 08:50:03
2551 [ssh.c]
2552 set interactive ToS for forwarded X11 sessions. ok djm@
Darren Tucker4908d442012-07-02 22:15:38 +10002553 - dtucker@cvs.openbsd.org 2012/07/02 12:13:26
2554 [ssh-pkcs11-helper.c sftp-client.c]
2555 fix a couple of "assigned but not used" warnings. ok markus@
Darren Tucker369ceed2012-07-03 00:53:18 +10002556 - dtucker@cvs.openbsd.org 2012/07/02 14:37:06
2557 [regress/connect-privsep.sh]
2558 remove exit from end of test since it prevents reporting failure
Darren Tuckerec1e15d2012-07-03 01:06:49 +10002559 - (dtucker) [regress/reexec.sh regress/sftp-cmds.sh regress/test-exec.sh]
2560 Move cygwin detection to test-exec and use to skip reexec test on cygwin.
Darren Tucker6ea5dc62012-07-03 01:11:28 +10002561 - (dtucker) [regress/test-exec.sh] Correct uname for cygwin/w2k.
Darren Tuckerecbf14a2012-07-02 18:53:37 +10002562
Damien Miller97f43bb2012-06-30 08:32:29 +1000256320120629
2564 - OpenBSD CVS Sync
2565 - dtucker@cvs.openbsd.org 2012/06/21 00:16:07
2566 [addrmatch.c]
2567 fix strlcpy truncation check. from carsten at debian org, ok markus
Damien Miller5f58a872012-06-30 08:33:17 +10002568 - dtucker@cvs.openbsd.org 2012/06/22 12:30:26
2569 [monitor.c sshconnect2.c]
2570 remove dead code following 'for (;;)' loops.
2571 From Steve.McClellan at radisys com, ok markus@
Damien Millerea858292012-06-30 08:33:32 +10002572 - dtucker@cvs.openbsd.org 2012/06/22 14:36:33
2573 [sftp.c]
2574 Remove unused variable leftover from tab-completion changes.
2575 From Steve.McClellan at radisys com, ok markus@
Damien Miller560de922012-06-30 08:33:53 +10002576 - dtucker@cvs.openbsd.org 2012/06/26 11:02:30
2577 [sandbox-systrace.c]
2578 Add mquery to the list of allowed syscalls for "UsePrivilegeSeparation
2579 sandbox" since malloc now uses it. From johnw.mail at gmail com.
Damien Millerdb4f8e82012-06-30 08:34:59 +10002580 - dtucker@cvs.openbsd.org 2012/06/28 05:07:45
2581 [mac.c myproposal.h ssh_config.5 sshd_config.5]
2582 Remove hmac-sha2-256-96 and hmac-sha2-512-96 MACs since they were removed
2583 from draft6 of the spec and will not be in the RFC when published. Patch
2584 from mdb at juniper net via bz#2023, ok markus.
Damien Milleree3c1962012-06-30 08:35:59 +10002585 - naddy@cvs.openbsd.org 2012/06/29 13:57:25
2586 [ssh_config.5 sshd_config.5]
2587 match the documented MAC order of preference to the actual one; ok dtucker@
Darren Tucker30139032012-06-30 15:01:22 +10002588 - dtucker@cvs.openbsd.org 2012/05/13 01:42:32
2589 [regress/addrmatch.sh]
2590 Add "Match LocalAddress" and "Match LocalPort" to sshd and adjust tests
2591 to match. Feedback and ok djm@ markus@.
Darren Tucker4430a862012-06-30 15:03:28 +10002592 - djm@cvs.openbsd.org 2012/06/01 00:47:35
Darren Tucker2920bc12012-06-30 15:06:28 +10002593 [regress/multiplex.sh regress/forwarding.sh]
Darren Tucker4430a862012-06-30 15:03:28 +10002594 append to rather than truncate test log; bz#2013 from openssh AT
2595 roumenpetrov.info
Darren Tuckerff32d7c2012-06-30 15:04:13 +10002596 - djm@cvs.openbsd.org 2012/06/01 00:52:52
Darren Tucker2920bc12012-06-30 15:06:28 +10002597 [regress/sftp-cmds.sh]
Darren Tuckerff32d7c2012-06-30 15:04:13 +10002598 don't delete .* on cleanup due to unintended env expansion; pointed out in
2599 bz#2014 by openssh AT roumenpetrov.info
Darren Tucker2920bc12012-06-30 15:06:28 +10002600 - dtucker@cvs.openbsd.org 2012/06/26 12:06:59
2601 [regress/connect-privsep.sh]
2602 test sandbox with every malloc option
Darren Tuckera08c2072012-06-30 15:08:53 +10002603 - dtucker@cvs.openbsd.org 2012/06/28 05:07:45
2604 [regress/try-ciphers.sh regress/cipher-speed.sh]
2605 Remove hmac-sha2-256-96 and hmac-sha2-512-96 MACs since they were removed
2606 from draft6 of the spec and will not be in the RFC when published. Patch
2607 from mdb at juniper net via bz#2023, ok markus.
Darren Tucker3886f952012-06-30 19:47:01 +10002608 - (dtucker) [myproposal.h] Remove trailing backslash to fix compile error.
Darren Tucker14a9d252012-06-30 20:05:02 +10002609 - (dtucker) [key.c] ifdef out sha256 key types on platforms that don't have
2610 the required functions in libcrypto.
Damien Miller97f43bb2012-06-30 08:32:29 +10002611
Darren Tucker8908da72012-06-28 15:21:32 +1000261220120628
2613 - (dtucker) [openbsd-compat/getrrsetbyname-ldns.c] bz #2022: prevent null
2614 pointer deref in the client when built with LDNS and using DNSSEC with a
2615 CNAME. Patch from gregdlg+mr at hochet info.
2616
Darren Tucker62dcd632012-06-22 22:02:42 +1000261720120622
2618 - (dtucker) [contrib/cygwin/ssh-host-config] Ensure that user sshd runs as
2619 can logon as a service. Patch from vinschen at redhat com.
2620
Damien Millerefc6fc92012-06-20 21:44:56 +1000262120120620
2622 - (djm) OpenBSD CVS Sync
2623 - djm@cvs.openbsd.org 2011/12/02 00:41:56
2624 [mux.c]
2625 fix bz#1948: ssh -f doesn't fork for multiplexed connection.
2626 ok dtucker@
Damien Miller140df632012-06-20 21:46:57 +10002627 - djm@cvs.openbsd.org 2011/12/04 23:16:12
2628 [mux.c]
2629 revert:
2630 > revision 1.32
2631 > date: 2011/12/02 00:41:56; author: djm; state: Exp; lines: +4 -1
2632 > fix bz#1948: ssh -f doesn't fork for multiplexed connection.
2633 > ok dtucker@
2634 it interacts badly with ControlPersist
Damien Millerac58ce82012-06-20 21:50:47 +10002635 - djm@cvs.openbsd.org 2012/01/07 21:11:36
2636 [mux.c]
2637 fix double-free in new session handler
2638 NB. Id sync only
Damien Miller3bde12a2012-06-20 21:51:11 +10002639 - djm@cvs.openbsd.org 2012/05/23 03:28:28
2640 [dns.c dns.h key.c key.h ssh-keygen.c]
2641 add support for RFC6594 SSHFP DNS records for ECDSA key types.
2642 patch from bugzilla-m67 AT nulld.me in bz#1978; ok + tweak markus@
Darren Tucker86dc9b42012-09-07 18:08:23 +10002643 (Original authors Ondřej Surý, Ondřej Caletka and Daniel Black)
Damien Miller7f121572012-06-20 21:51:29 +10002644 - djm@cvs.openbsd.org 2012/06/01 00:49:35
2645 [PROTOCOL.mux]
2646 correct types of port numbers (integers, not strings); bz#2004 from
2647 bert.wesarg AT googlemail.com
Damien Miller2e7decf2012-06-20 21:52:00 +10002648 - djm@cvs.openbsd.org 2012/06/01 01:01:22
2649 [mux.c]
2650 fix memory leak when mux socket creation fails; bz#2002 from bert.wesarg
2651 AT googlemail.com
Damien Miller276dcfd2012-06-20 21:52:18 +10002652 - dtucker@cvs.openbsd.org 2012/06/18 11:43:53
2653 [jpake.c]
2654 correct sizeof usage. patch from saw at online.de, ok deraadt
Damien Miller71924332012-06-20 21:52:38 +10002655 - dtucker@cvs.openbsd.org 2012/06/18 11:49:58
2656 [ssh_config.5]
2657 RSA instead of DSA twice. From Steve.McClellan at radisys com
Damien Millerb9902cf2012-06-20 21:52:58 +10002658 - dtucker@cvs.openbsd.org 2012/06/18 12:07:07
2659 [ssh.1 sshd.8]
2660 Remove mention of 'three' key files since there are now four. From
2661 Steve.McClellan at radisys com.
Damien Miller36378c62012-06-20 21:53:25 +10002662 - dtucker@cvs.openbsd.org 2012/06/18 12:17:18
2663 [ssh.1]
2664 Clarify description of -W. Noted by Steve.McClellan at radisys com,
2665 ok jmc
Damien Millerc24da772012-06-20 21:53:58 +10002666 - markus@cvs.openbsd.org 2012/06/19 18:25:28
2667 [servconf.c servconf.h sshd_config.5]
2668 sshd_config: extend Match to allow AcceptEnv and {Allow,Deny}{Users,Groups}
2669 this allows 'Match LocalPort 1022' combined with 'AllowUser bauer'
2670 ok djm@ (back in March)
Damien Millerf8268502012-06-20 21:54:15 +10002671 - jmc@cvs.openbsd.org 2012/06/19 21:35:54
2672 [sshd_config.5]
2673 tweak previous; ok markus
Damien Miller6c6da332012-06-20 22:31:26 +10002674 - djm@cvs.openbsd.org 2012/06/20 04:42:58
2675 [clientloop.c serverloop.c]
2676 initialise accept() backoff timer to avoid EINVAL from select(2) in
2677 rekeying
Damien Millerefc6fc92012-06-20 21:44:56 +10002678
Darren Tuckerd0494fd2012-05-19 14:25:39 +1000267920120519
2680 - (dtucker) [configure.ac] bz#2010: fix non-portable shell construct. Patch
2681 from cjwatson at debian org.
Darren Tucker59353892012-05-19 15:24:37 +10002682 - (dtucker) [configure.ac contrib/Makefile] bz#1996: use AC_PATH_TOOL to find
2683 pkg-config so it does the right thing when cross-compiling. Patch from
2684 cjwatson at debian org.
Darren Tuckerfbcf8272012-05-19 19:37:01 +10002685- (dtucker) OpenBSD CVS Sync
2686 - dtucker@cvs.openbsd.org 2012/05/13 01:42:32
2687 [servconf.h servconf.c sshd.8 sshd.c auth.c sshd_config.5]
2688 Add "Match LocalAddress" and "Match LocalPort" to sshd and adjust tests
2689 to match. Feedback and ok djm@ markus@.
Darren Tuckerba9ea322012-05-19 19:37:33 +10002690 - dtucker@cvs.openbsd.org 2012/05/19 06:30:30
2691 [sshd_config.5]
2692 Document PermitOpen none. bz#2001, patch from Loganaden Velvindron
Darren Tuckerd0494fd2012-05-19 14:25:39 +10002693
Darren Tuckere1a3ddf2012-05-04 11:05:45 +1000269420120504
2695 - (dtucker) [configure.ac] Include <sys/param.h> rather than <sys/types.h>
2696 to fix building on some plaforms. Fom bowman at math utah edu and
2697 des at des no.
2698
Darren Tuckerd0d3fff2012-04-27 10:55:39 +1000269920120427
2700 - (dtucker) [regress/addrmatch.sh] skip tests when running on a non-ipv6
2701 platform rather than exiting early, so that we still clean up and return
2702 success or failure to test-exec.sh
2703
Damien Miller7584cb12012-04-26 09:51:26 +1000270420120426
2705 - (djm) [auth-passwd.c] Handle crypt() returning NULL; from Paul Wouters
2706 via Niels
Damien Miller025bfd12012-04-26 09:52:15 +10002707 - (djm) [auth-krb5.c] Save errno across calls that might modify it;
2708 ok dtucker@
Damien Miller7584cb12012-04-26 09:51:26 +10002709
Damien Millerba77e1f2012-04-23 18:21:05 +1000271020120423
2711 - OpenBSD CVS Sync
2712 - djm@cvs.openbsd.org 2012/04/23 08:18:17
2713 [channels.c]
2714 fix function proto/source mismatch
2715
Damien Millera563cce2012-04-22 11:07:28 +1000271620120422
2717 - OpenBSD CVS Sync
2718 - djm@cvs.openbsd.org 2012/02/29 11:21:26
2719 [ssh-keygen.c]
2720 allow conversion of RSA1 keys to public PEM and PKCS8; "nice" markus@
Damien Miller29cd1882012-04-22 11:08:10 +10002721 - guenther@cvs.openbsd.org 2012/03/15 03:10:27
2722 [session.c]
2723 root should always be excluded from the test for /etc/nologin instead
2724 of having it always enforced even when marked as ignorenologin. This
2725 regressed when the logic was incompletely flipped around in rev 1.251
2726 ok halex@ millert@
Damien Miller48348fc2012-04-22 11:08:30 +10002727 - djm@cvs.openbsd.org 2012/03/28 07:23:22
2728 [PROTOCOL.certkeys]
2729 explain certificate extensions/crit split rationale. Mention requirement
2730 that each appear at most once per cert.
Damien Millerc6081482012-04-22 11:18:53 +10002731 - dtucker@cvs.openbsd.org 2012/03/29 23:54:36
2732 [channels.c channels.h servconf.c]
2733 Add PermitOpen none option based on patch from Loganaden Velvindron
2734 (bz #1949). ok djm@
Damien Millera6508752012-04-22 11:21:10 +10002735 - djm@cvs.openbsd.org 2012/04/11 13:16:19
2736 [channels.c channels.h clientloop.c serverloop.c]
2737 don't spin in accept() when out of fds (ENFILE/ENFILE) - back off for a
2738 while; ok deraadt@ markus@
Damien Miller9fed1612012-04-22 11:21:43 +10002739 - djm@cvs.openbsd.org 2012/04/11 13:17:54
2740 [auth.c]
2741 Support "none" as an argument for AuthorizedPrincipalsFile to indicate
2742 no file should be read.
Damien Millera116d132012-04-22 11:23:46 +10002743 - djm@cvs.openbsd.org 2012/04/11 13:26:40
2744 [sshd.c]
2745 don't spin in accept() when out of fds (ENFILE/ENFILE) - back off for a
2746 while; ok deraadt@ markus@
Damien Miller839f7432012-04-22 11:24:21 +10002747 - djm@cvs.openbsd.org 2012/04/11 13:34:17
2748 [ssh-keyscan.1 ssh-keyscan.c]
2749 now that sshd defaults to offering ECDSA keys, ssh-keyscan should also
2750 look for them by default; bz#1971
Damien Miller23528812012-04-22 11:24:43 +10002751 - djm@cvs.openbsd.org 2012/04/12 02:42:32
2752 [servconf.c servconf.h sshd.c sshd_config sshd_config.5]
2753 VersionAddendum option to allow server operators to append some arbitrary
2754 text to the SSH-... banner; ok deraadt@ "don't care" markus@
Damien Miller8fef9eb2012-04-22 11:25:10 +10002755 - djm@cvs.openbsd.org 2012/04/12 02:43:55
2756 [sshd_config sshd_config.5]
2757 mention AuthorizedPrincipalsFile=none default
Damien Miller49223152012-04-22 11:25:47 +10002758 - djm@cvs.openbsd.org 2012/04/20 03:24:23
2759 [sftp.c]
2760 setlinebuf(3) is more readable than setvbuf(.., _IOLBF, ...)
Damien Miller70b2d552012-04-22 11:26:10 +10002761 - jmc@cvs.openbsd.org 2012/04/20 16:26:22
2762 [ssh.1]
2763 use "brackets" instead of "braces", for consistency;
Damien Millera563cce2012-04-22 11:07:28 +10002764
Damien Miller8beb3202012-04-20 10:58:34 +1000276520120420
2766 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
2767 [contrib/suse/openssh.spec] Update for release 6.0
Damien Millerbf230412012-04-20 14:11:04 +10002768 - (djm) [README] Update URL to release notes.
Damien Millerd5dacb42012-04-20 15:01:01 +10002769 - (djm) Release openssh-6.0