]> andersk Git - openssh.git/blame_incremental - ChangeLog
- jmc@cvs.openbsd.org 2009/10/28 21:45:08
[openssh.git] / ChangeLog
... / ...
CommitLineData
120091208
2 - (dtucker) OpenBSD CVS Sync
3 - andreas@cvs.openbsd.org 2009/10/24 11:11:58
4 [roaming.h]
5 Declarations needed for upcoming changes.
6 ok markus@
7 - andreas@cvs.openbsd.org 2009/10/24 11:13:54
8 [sshconnect2.c kex.h kex.c]
9 Let the client detect if the server supports roaming by looking
10 for the resume@appgate.com kex algorithm.
11 ok markus@
12 - andreas@cvs.openbsd.org 2009/10/24 11:15:29
13 [clientloop.c]
14 client_loop() must detect if the session has been suspended and resumed,
15 and take appropriate action in that case.
16 From Martin Forssen, maf at appgate dot com
17 - andreas@cvs.openbsd.org 2009/10/24 11:19:17
18 [ssh2.h]
19 Define the KEX messages used when resuming a suspended connection.
20 ok markus@
21 - andreas@cvs.openbsd.org 2009/10/24 11:22:37
22 [roaming_common.c]
23 Do the actual suspend/resume in the client. This won't be useful until
24 the server side supports roaming.
25 Most code from Martin Forssen, maf at appgate dot com. Some changes by
26 me and markus@
27 ok markus@
28 - andreas@cvs.openbsd.org 2009/10/24 11:23:42
29 [ssh.c]
30 Request roaming to be enabled if UseRoaming is true and the server
31 supports it.
32 ok markus@
33 - reyk@cvs.openbsd.org 2009/10/28 16:38:18
34 [ssh_config.5 sshd.c misc.h ssh-keyscan.1 readconf.h sshconnect.c
35 channels.c channels.h servconf.h servconf.c ssh.1 ssh-keyscan.c scp.1
36 sftp.1 sshd_config.5 readconf.c ssh.c misc.c]
37 Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.
38 ok markus@
39 - jmc@cvs.openbsd.org 2009/10/28 21:45:08
40 [sshd_config.5 sftp.1]
41 tweak previous;
42
4320091226
44 - (tim) [contrib/cygwin/Makefile] Install ssh-copy-id and ssh-copy-id.1
45 Gzip all man pages. Patch from Corinna Vinschen.
46
4720091221
48 - (dtucker) [auth-krb5.c platform.{c,h} openbsd-compat/port-aix.{c,h}]
49 Bug #1583: Use system's kerberos principal name on AIX if it's available.
50 Based on a patch from and tested by Miguel Sanders
51
5220091208
53 - (dtucker) Bug #1470: Disable OOM-killing of the listening sshd on Linux,
54 based on a patch from Vaclav Ovsik and Colin Watson. ok djm.
55
5620091207
57 - (dtucker) Bug #1160: use pkg-config for opensc config if it's available.
58 Tested by Martin Paljak.
59 - (dtucker) Bug #1677: add conditionals around the source for ssh-askpass.
60
6120091121
62 - (tim) [opensshd.init.in] If PidFile is set in sshd_config, use it.
63 Bug 1628. OK dtucker@
64
6520091120
66 - (djm) [ssh-rand-helper.c] Print error and usage() when passed command-
67 line arguments as none are supported. Exit when passed unrecognised
68 commandline flags. bz#1568 from gson AT araneus.fi
69
7020091118
71 - (djm) [channels.c misc.c misc.h sshd.c] add missing setsockopt() to
72 set IPV6_V6ONLY for local forwarding with GatwayPorts=yes. Unify
73 setting IPV6_V6ONLY behind a new function misc.c:sock_set_v6only()
74 bz#1648, report and fix from jan.kratochvil AT redhat.com
75 - (djm) [contrib/gnome-ssh-askpass2.c] Make askpass dialog desktop-modal.
76 bz#1645, patch from jchadima AT redhat.com
77
7820091107
79 - (dtucker) [authfile.c] Fall back to 3DES for the encryption of private
80 keys when built with OpenSSL versions that don't do AES.
81
8220091105
83 - (dtucker) [authfile.c] Add OpenSSL compat header so this still builds with
84 older versions of OpenSSL.
85
8620091024
87 - (dtucker) OpenBSD CVS Sync
88 - djm@cvs.openbsd.org 2009/10/11 23:03:15
89 [hostfile.c]
90 mention the host name that we are looking for in check_host_in_hostfile()
91 - sobrado@cvs.openbsd.org 2009/10/17 12:10:39
92 [sftp-server.c]
93 sort flags.
94 - sobrado@cvs.openbsd.org 2009/10/22 12:35:53
95 [ssh.1 ssh-agent.1 ssh-add.1]
96 use the UNIX-related macros (.At and .Ux) where appropriate.
97 ok jmc@
98 - sobrado@cvs.openbsd.org 2009/10/22 15:02:12
99 [ssh-agent.1 ssh-add.1 ssh.1]
100 write UNIX-domain in a more consistent way; while here, replace a
101 few remaining ".Tn UNIX" macros with ".Ux" ones.
102 pointed out by ratchov@, thanks!
103 ok jmc@
104 - djm@cvs.openbsd.org 2009/10/22 22:26:13
105 [authfile.c]
106 switch from 3DES to AES-128 for encryption of passphrase-protected
107 SSH protocol 2 private keys; ok several
108 - djm@cvs.openbsd.org 2009/10/23 01:57:11
109 [sshconnect2.c]
110 disallow a hostile server from checking jpake auth by sending an
111 out-of-sequence success message. (doesn't affect code enabled by default)
112 - dtucker@cvs.openbsd.org 2009/10/24 00:48:34
113 [ssh-keygen.1]
114 ssh-keygen now uses AES-128 for private keys
115 - (dtucker) [mdoc2man.awk] Teach it to understand the .Ux macro.
116 - (dtucker) [session.c openbsd-compat/port-linux.{c,h}] Bug #1637: if selinux
117 is enabled set the security context to "sftpd_t" before running the
118 internal sftp server Based on a patch from jchadima at redhat.
119
12020091011
121 - (dtucker) [configure.ac sftp-client.c] Remove the gyrations required for
122 dirent d_type and DTTOIF as we've switched OpenBSD to the more portable
123 lstat.
124 - (dtucker) OpenBSD CVS Sync
125 - markus@cvs.openbsd.org 2009/10/08 14:03:41
126 [sshd_config readconf.c ssh_config.5 servconf.c sshd_config.5]
127 disable protocol 1 by default (after a transition period of about 10 years)
128 ok deraadt
129 - jmc@cvs.openbsd.org 2009/10/08 20:42:12
130 [sshd_config.5 ssh_config.5 sshd.8 ssh.1]
131 some tweaks now that protocol 1 is not offered by default; ok markus
132 - dtucker@cvs.openbsd.org 2009/10/11 10:41:26
133 [sftp-client.c]
134 d_type isn't portable so use lstat to get dirent modes. Suggested by and
135 "looks sane" deraadt@
136 - markus@cvs.openbsd.org 2009/10/08 18:04:27
137 [regress/test-exec.sh]
138 re-enable protocol v1 for the tests.
139
14020091007
141 - (dtucker) OpenBSD CVS Sync
142 - djm@cvs.openbsd.org 2009/08/12 00:13:00
143 [sftp.c sftp.1]
144 support most of scp(1)'s commandline arguments in sftp(1), as a first
145 step towards making sftp(1) a drop-in replacement for scp(1).
146 One conflicting option (-P) has not been changed, pending further
147 discussion.
148 Patch from carlosvsilvapt@gmail.com as part of his work in the
149 Google Summer of Code
150 - jmc@cvs.openbsd.org 2009/08/12 06:31:42
151 [sftp.1]
152 sort options;
153 - djm@cvs.openbsd.org 2009/08/13 01:11:19
154 [sftp.1 sftp.c]
155 Swizzle options: "-P sftp_server_path" moves to "-D sftp_server_path",
156 add "-P port" to match scp(1). Fortunately, the -P option is only really
157 used by our regression scripts.
158 part of larger patch from carlosvsilvapt@gmail.com for his Google Summer
159 of Code work; ok deraadt markus
160 - jmc@cvs.openbsd.org 2009/08/13 13:39:54
161 [sftp.1 sftp.c]
162 sync synopsis and usage();
163 - djm@cvs.openbsd.org 2009/08/14 18:17:49
164 [sftp-client.c]
165 make the "get_handle: ..." error messages vaguely useful by allowing
166 callers to specify their own error message strings.
167 - fgsch@cvs.openbsd.org 2009/08/15 18:56:34
168 [auth.h]
169 remove unused define. markus@ ok.
170 (Id sync only, Portable still uses this.)
171 - dtucker@cvs.openbsd.org 2009/08/16 23:29:26
172 [sshd_config.5]
173 Add PubkeyAuthentication to the list allowed in a Match block (bz #1577)
174 - djm@cvs.openbsd.org 2009/08/18 18:36:21
175 [sftp-client.h sftp.1 sftp-client.c sftp.c]
176 recursive transfer support for get/put and on the commandline
177 work mostly by carlosvsilvapt@gmail.com for the Google Summer of Code
178 with some tweaks by me; "go for it" deraadt@
179 - djm@cvs.openbsd.org 2009/08/18 21:15:59
180 [sftp.1]
181 fix "get" command usage, spotted by jmc@
182 - jmc@cvs.openbsd.org 2009/08/19 04:56:03
183 [sftp.1]
184 ether -> either;
185 - dtucker@cvs.openbsd.org 2009/08/20 23:54:28
186 [mux.c]
187 subsystem_flag is defined in ssh.c so it's extern; ok djm
188 - djm@cvs.openbsd.org 2009/08/27 17:28:52
189 [sftp-server.c]
190 allow setting an explicit umask on the commandline to override whatever
191 default the user has. bz#1229; ok dtucker@ deraadt@ markus@
192 - djm@cvs.openbsd.org 2009/08/27 17:33:49
193 [ssh-keygen.c]
194 force use of correct hash function for random-art signature display
195 as it was inheriting the wrong one when bubblebabble signatures were
196 activated; bz#1611 report and patch from fwojcik+openssh AT besh.com;
197 ok markus@
198 - djm@cvs.openbsd.org 2009/08/27 17:43:00
199 [sftp-server.8]
200 allow setting an explicit umask on the commandline to override whatever
201 default the user has. bz#1229; ok dtucker@ deraadt@ markus@
202 - djm@cvs.openbsd.org 2009/08/27 17:44:52
203 [authfd.c ssh-add.c authfd.h]
204 Do not fall back to adding keys without contraints (ssh-add -c / -t ...)
205 when the agent refuses the constrained add request. This was a useful
206 migration measure back in 2002 when constraints were new, but just
207 adds risk now.
208 bz #1612, report and patch from dkg AT fifthhorseman.net; ok markus@
209 - djm@cvs.openbsd.org 2009/08/31 20:56:02
210 [sftp-server.c]
211 check correct variable for error message, spotted by martynas@
212 - djm@cvs.openbsd.org 2009/08/31 21:01:29
213 [sftp-server.8]
214 document -e and -h; prodded by jmc@
215 - djm@cvs.openbsd.org 2009/09/01 14:43:17
216 [ssh-agent.c]
217 fix a race condition in ssh-agent that could result in a wedged or
218 spinning agent: don't read off the end of the allocated fd_sets, and
219 don't issue blocking read/write on agent sockets - just fall back to
220 select() on retriable read/write errors. bz#1633 reported and tested
221 by "noodle10000 AT googlemail.com"; ok dtucker@ markus@
222 - grunk@cvs.openbsd.org 2009/10/01 11:37:33
223 [dh.c]
224 fix a cast
225 ok djm@ markus@
226 - djm@cvs.openbsd.org 2009/10/06 04:46:40
227 [session.c]
228 bz#1596: fflush(NULL) before exec() to ensure that everying (motd
229 in particular) has made it out before the streams go away.
230 - djm@cvs.openbsd.org 2008/12/07 22:17:48
231 [regress/addrmatch.sh]
232 match string "passwordauthentication" only at start of line, not anywhere
233 in sshd -T output
234 - dtucker@cvs.openbsd.org 2009/05/05 07:51:36
235 [regress/multiplex.sh]
236 Always specify ssh_config for multiplex tests: prevents breakage caused
237 by options in ~/.ssh/config. From Dan Peterson.
238 - djm@cvs.openbsd.org 2009/08/13 00:57:17
239 [regress/Makefile]
240 regression test for port number parsing. written as part of the a2port
241 change that went into 5.2 but I forgot to commit it at the time...
242 - djm@cvs.openbsd.org 2009/08/13 01:11:55
243 [regress/sftp-batch.sh regress/sftp-badcmds.sh regress/sftp.sh
244 regress/sftp-cmds.sh regres/sftp-glob.sh]
245 date: 2009/08/13 01:11:19; author: djm; state: Exp; lines: +10 -7
246 Swizzle options: "-P sftp_server_path" moves to "-D sftp_server_path",
247 add "-P port" to match scp(1). Fortunately, the -P option is only really
248 used by our regression scripts.
249 part of larger patch from carlosvsilvapt@gmail.com for his Google Summer
250 of Code work; ok deraadt markus
251 - djm@cvs.openbsd.org 2009/08/20 18:43:07
252 [regress/ssh-com-sftp.sh]
253 fix one sftp -D ... => sftp -P ... conversion that I missed; from Carlos
254 Silva for Google Summer of Code
255 - dtucker@cvs.openbsd.org 2009/10/06 23:51:49
256 [regress/ssh2putty.sh]
257 Add OpenBSD tag to make syncs easier
258 - (dtucker) [regress/portnum.sh] Import new test.
259 - (dtucker) [configure.ac sftp-client.c] DTOTIF is in fs/ffs/dir.h on at
260 least dragonflybsd.
261 - (dtucker) d_type is not mandated by POSIX, so add fallback code using
262 stat(), needed on at least cygwin.
263
26420091002
265 - (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps.
266 spotted by des AT des.no
267
26820090926
269 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
270 [contrib/suse/openssh.spec] Update for release
271 - (djm) [README] update relnotes URL
272 - (djm) [packet.c] Restore EWOULDBLOCK handling that got lost somewhere
273 - (djm) Release 5.3p1
274
27520090911
276 - (dtucker) [configure.ac] Change the -lresolv check so it works on Mac OS X
277 10.6 (which doesn't have BIND8_COMPAT and thus uses res_9_query). Patch
278 from jbasney at ncsa uiuc edu.
279
28020090908
281 - (djm) [serverloop.c] Fix test for server-assigned remote forwarding port
282 (-R 0:...); bz#1578, spotted and fix by gavin AT emf.net; ok dtucker@
283
28420090901
285 - (dtucker) [configure.ac] Bug #1639: use AC_PATH_PROG to search the path for
286 krb5-config if it's not in the location specified by --with-kerberos5.
287 Patch from jchadima at redhat.
288
28920090829
290 - (dtucker) [README.platform] Add text about development packages, based on
291 text from Chris Pepper in bug #1631.
292
29320090828
294 - dtucker [auth-sia.c] Roll back the change for bug #1241 as it apparently
295 causes problems in some Tru64 configurations.
296 - (djm) [sshd_config.5] downgrade mention of login.conf to be an example
297 and mention PAM as another provider for ChallengeResponseAuthentication;
298 bz#1408; ok dtucker@
299 - (djm) [sftp-server.c] bz#1535: accept ENOSYS as a fallback error when
300 attempting atomic rename(); ok dtucker@
301 - (djm) [Makefile.in] bz#1505: Solaris make(1) doesn't accept make variables
302 in argv, so pass them in the environment; ok dtucker@
303 - (dtucker) [channels.c configure.ac] Bug #1528: skip the tcgetattr call on
304 the pty master on Solaris, since it never succeeds and can hang if large
305 amounts of data is sent to the slave (eg a copy-paste). Based on a patch
306 originally from Doke Scott, ok djm@
307 - (dtucker) [clientloop.c configure.ac defines.h] Make the client's IO buffer
308 size a compile-time option and set it to 64k on Cygwin, since Corinna
309 reports that it makes a significant difference to performance. ok djm@
310 - (dtucker) [configure.ac] Fix the syntax of the Solaris tcgetattr entry.
311
31220090820
313 - (dtucker) [includes.h] Bug #1634: do not include system glob.h if we're not
314 using it since the type conflicts can cause problems on FreeBSD. Patch
315 from Jonathan Chen.
316 - (dtucker) [session.c openbsd-compat/port-aix.h] Bugs #1249 and #1567: move
317 the setpcred call on AIX to immediately before the permanently_set_uid().
318 Ensures that we still have privileges when we call chroot and
319 pam_open_sesson. Based on a patch from David Leonard.
320
32120090817
322 - (dtucker) [configure.ac] Check for headers before libraries for openssl an
323 zlib, which should make the errors slightly more meaningful on platforms
324 where there's separate "-devel" packages for those.
325 - (dtucker) [sshlogin.c openbsd-compat/port-aix.{c,h}] Bug #1595: make
326 PrintLastLog work on AIX. Based in part on a patch from Miguel Sanders.
327
32820090729
329 - (tim) [contrib/cygwin/ssh-user-config] Change script to call correct error
330 function. Patch from Corinna Vinschen.
331
33220090713
333 - (dtucker) [openbsd-compat/getrrsetbyname.c] Reduce answer buffer size so it
334 fits into 16 bits to work around a bug in glibc's resolver where it masks
335 off the buffer size at 16 bits. Patch from Hauke Lampe, ok djm jakob.
336
33720090712
338 - (dtucker) [configure.ac] Include sys/param.h for the sys/mount.h test,
339 prevents configure complaining on older BSDs.
340 - (dtucker [contrib/cygwin/ssh-{host,user}-config] Add license text. Patch
341 from Corinna Vinschen.
342 - (dtucker) [auth-pam.c] Bug #1534: move the deletion of PAM credentials on
343 logout to after the session close. Patch from Anicka Bernathova,
344 originally from Andreas Schwab via Novelll ok djm.
345
34620090707
347 - (dtucker) [contrib/cygwin/ssh-host-config] better support for automated
348 scripts and fix usage of eval. Patch from Corinna Vinschen.
349
35020090705
351 - (dtucker) OpenBSD CVS Sync
352 - andreas@cvs.openbsd.org 2009/06/27 09:29:06
353 [packet.h packet.c]
354 packet_bacup_state() and packet_restore_state() will be used to
355 temporarily save the current state ren resuming a suspended connection.
356 ok markus@
357 - andreas@cvs.openbsd.org 2009/06/27 09:32:43
358 [roaming_common.c roaming.h]
359 It may be necessary to retransmit some data when resuming, so add it
360 to a buffer when roaming is enabled.
361 Most of this code was written by Martin Forssen, maf at appgate dot com.
362 ok markus@
363 - andreas@cvs.openbsd.org 2009/06/27 09:35:06
364 [readconf.h readconf.c]
365 Add client option UseRoaming. It doesn't do anything yet but will
366 control whether the client tries to use roaming if enabled on the
367 server. From Martin Forssen.
368 ok markus@
369 - markus@cvs.openbsd.org 2009/06/30 14:54:40
370 [version.h]
371 crank version; ok deraadt
372 - dtucker@cvs.openbsd.org 2009/07/02 02:11:47
373 [ssh.c]
374 allow for long home dir paths (bz #1615). ok deraadt
375 (based in part on a patch from jchadima at redhat)
376 - stevesk@cvs.openbsd.org 2009/07/05 19:28:33
377 [clientloop.c]
378 only send SSH2_MSG_DISCONNECT if we're in compat20; from dtucker@
379 ok deraadt@ markus@
380
38120090622
382 - (dtucker) OpenBSD CVS Sync
383 - dtucker@cvs.openbsd.org 2009/06/22 05:39:28
384 [monitor_wrap.c monitor_mm.c ssh-keygen.c auth2.c gss-genr.c sftp-client.c]
385 alphabetize includes; reduces diff vs portable and style(9).
386 ok stevesk djm
387 (Id sync only; these were already in order in -portable)
388
38920090621
390 - (dtucker) OpenBSD CVS Sync
391 - markus@cvs.openbsd.org 2009/03/17 21:37:00
392 [ssh.c]
393 pass correct argv[0] to openlog(); ok djm@
394 - jmc@cvs.openbsd.org 2009/03/19 15:15:09
395 [ssh.1]
396 for "Ciphers", just point the reader to the keyword in ssh_config(5), just
397 as we do for "MACs": this stops us getting out of sync when the lists
398 change;
399 fixes documentation/6102, submitted by Peter J. Philipp
400 alternative fix proposed by djm
401 ok markus
402 - tobias@cvs.openbsd.org 2009/03/23 08:31:19
403 [ssh-agent.c]
404 Fixed a possible out-of-bounds memory access if the environment variable
405 SHELL is shorter than 3 characters.
406 with input by and ok dtucker
407 - tobias@cvs.openbsd.org 2009/03/23 19:38:04
408 [ssh-agent.c]
409 My previous commit didn't fix the problem at all, so stick at my first
410 version of the fix presented to dtucker.
411 Issue notified by Matthias Barkhoff (matthias dot barkhoff at gmx dot de).
412 ok dtucker
413 - sobrado@cvs.openbsd.org 2009/03/26 08:38:39
414 [sftp-server.8 sshd.8 ssh-agent.1]
415 fix a few typographical errors found by spell(1).
416 ok dtucker@, jmc@
417 - stevesk@cvs.openbsd.org 2009/04/13 19:07:44
418 [sshd_config.5]
419 fix possessive; ok djm@
420 - stevesk@cvs.openbsd.org 2009/04/14 16:33:42
421 [sftp-server.c]
422 remove unused option character from getopt() optstring; ok markus@
423 - jj@cvs.openbsd.org 2009/04/14 21:10:54
424 [servconf.c]
425 Fixed a few the-the misspellings in comments. Skipped a bunch in
426 binutils,gcc and so on. ok jmc@
427 - stevesk@cvs.openbsd.org 2009/04/17 19:23:06
428 [session.c]
429 use INTERNAL_SFTP_NAME for setproctitle() of in-process sftp-server;
430 ok djm@ markus@
431 - stevesk@cvs.openbsd.org 2009/04/17 19:40:17
432 [sshd_config.5]
433 clarify that even internal-sftp needs /dev/log for logging to work; ok
434 markus@
435 - jmc@cvs.openbsd.org 2009/04/18 18:39:10
436 [sshd_config.5]
437 tweak previous; ok stevesk
438 - stevesk@cvs.openbsd.org 2009/04/21 15:13:17
439 [sshd_config.5]
440 clarify we cd to user's home after chroot; ok markus@ on
441 earlier version; tweaks and ok jmc@
442 - andreas@cvs.openbsd.org 2009/05/25 06:48:01
443 [channels.c packet.c clientloop.c packet.h serverloop.c monitor_wrap.c
444 monitor.c]
445 Put the globals in packet.c into a struct and don't access it directly
446 from other files. No functional changes.
447 ok markus@ djm@
448 - andreas@cvs.openbsd.org 2009/05/27 06:31:25
449 [canohost.h canohost.c]
450 Add clear_cached_addr(), needed for upcoming changes allowing the peer
451 address to change.
452 ok markus@
453 - andreas@cvs.openbsd.org 2009/05/27 06:33:39
454 [clientloop.c]
455 Send SSH2_MSG_DISCONNECT when the client disconnects. From a larger
456 change from Martin Forssen, maf at appgate dot com.
457 ok markus@
458 - andreas@cvs.openbsd.org 2009/05/27 06:34:36
459 [kex.c kex.h]
460 Move the KEX_COOKIE_LEN define to kex.h
461 ok markus@
462 - andreas@cvs.openbsd.org 2009/05/27 06:36:07
463 [packet.h packet.c]
464 Add packet_put_int64() and packet_get_int64(), part of a larger change
465 from Martin Forssen.
466 ok markus@
467 - andreas@cvs.openbsd.org 2009/05/27 06:38:16
468 [sshconnect.h sshconnect.c]
469 Un-static ssh_exchange_identification(), part of a larger change from
470 Martin Forssen and needed for upcoming changes.
471 ok markus@
472 - andreas@cvs.openbsd.org 2009/05/28 16:50:16
473 [sshd.c packet.c serverloop.c monitor_wrap.c clientloop.c sshconnect.c
474 monitor.c Added roaming.h roaming_common.c roaming_dummy.c]
475 Keep track of number of bytes read and written. Needed for upcoming
476 changes. Most code from Martin Forssen, maf at appgate dot com.
477 ok markus@
478 Also, applied appropriate changes to Makefile.in
479 - andreas@cvs.openbsd.org 2009/06/12 20:43:22
480 [monitor.c packet.c]
481 Fix warnings found by chl@ and djm@ and change roaming_atomicio's
482 return type to match atomicio's
483 Diff from djm@, ok markus@
484 - andreas@cvs.openbsd.org 2009/06/12 20:58:32
485 [packet.c]
486 Move some more statics into session_state
487 ok markus@ djm@
488 - dtucker@cvs.openbsd.org 2009/06/21 07:37:15
489 [kexdhs.c kexgexs.c]
490 abort if key_sign fails, preventing possible null deref. Based on report
491 from Paolo Ganci, ok markus@ djm@
492 - dtucker@cvs.openbsd.org 2009/06/21 09:04:03
493 [roaming.h roaming_common.c roaming_dummy.c]
494 Add tags for the benefit of the sync scripts
495 Also: pull in the changes for 1.1->1.2 missed in the previous sync.
496 - (dtucker) [auth2-jpake.c auth2.c canohost.h session.c] Whitespace and
497 header-order changes to reduce diff vs OpenBSD.
498 - (dtucker) [servconf.c sshd.c] More whitespace sync.
499 - (dtucker) [roaming_common.c roaming_dummy.c] Wrap #include <inttypes.h> in
500 ifdef.
501
50220090616
503 - (dtucker) [configure.ac defines.h] Bug #1607: handle the case where fsid_t
504 is a struct with a __val member. Fixes build on, eg, Redhat 6.2.
505
50620090504
507 - (dtucker) [sshlogin.c] Move the NO_SSH_LASTLOG #ifndef line to include
508 variable declarations. Should prevent unused warnings anywhere it's set
509 (only Crays as far as I can tell) and be a no-op everywhere else.
510
51120090318
512 - (tim) [configure.ac] Remove setting IP_TOS_IS_BROKEN for Cygwin. The problem
513 that setsockopt(IP_TOS) doesn't work on Cygwin has been fixed since 2005.
514 Based on patch from vinschen at redhat com.
515
51620090308
517 - (dtucker) [auth-passwd.c auth1.c auth2-kbdint.c auth2-none.c auth2-passwd.c
518 auth2-pubkey.c session.c openbsd-compat/bsd-cygwin_util.{c,h}
519 openbsd-compat/daemon.c] Remove support for Windows 95/98/ME and very old
520 version of Cygwin. Patch from vinschen at redhat com.
521
52220090307
523 - (dtucker) [contrib/aix/buildbff.sh] Only try to rename ssh_prng_cmds if it
524 exists (it's not created if OpenSSL's PRNG is self-seeded, eg if the OS
525 has a /dev/random).
526 - (dtucker) [schnorr.c openbsd-compat/openssl-compat.{c,h}] Add
527 EVP_DigestUpdate to the OLD_EVP compatibility functions and tell schnorr.c
528 to use them. Allows building with older OpenSSL versions.
529 - (dtucker) [configure.ac defines.h] Check for in_port_t and typedef if needed.
530 - (dtucker) [configure.ac] Missing comma in type list.
531 - (dtucker) [configure.ac openbsd-compat/openssl-compat.{c,h}]
532 EVP_DigestUpdate does not exactly match the other OLD_EVP functions (eg
533 in openssl 0.9.6) so add an explicit test for it.
534
53520090306
536 - (djm) OpenBSD CVS Sync
537 - djm@cvs.openbsd.org 2009/03/05 07:18:19
538 [auth2-jpake.c jpake.c jpake.h monitor_wrap.c monitor_wrap.h schnorr.c]
539 [sshconnect2.c]
540 refactor the (disabled) Schnorr proof code to make it a little more
541 generally useful
542 - djm@cvs.openbsd.org 2009/03/05 11:30:50
543 [uuencode.c]
544 document what these functions do so I don't ever have to recuse into
545 b64_pton/ntop to remember their return values
546
54720090223
548 - (djm) OpenBSD CVS Sync
549 - djm@cvs.openbsd.org 2009/02/22 23:50:57
550 [ssh_config.5 sshd_config.5]
551 don't advertise experimental options
552 - djm@cvs.openbsd.org 2009/02/22 23:59:25
553 [sshd_config.5]
554 missing period
555 - djm@cvs.openbsd.org 2009/02/23 00:06:15
556 [version.h]
557 openssh-5.2
558 - (djm) [README] update for 5.2
559 - (djm) Release openssh-5.2p1
560
56120090222
562 - (djm) OpenBSD CVS Sync
563 - tobias@cvs.openbsd.org 2009/02/21 19:32:04
564 [misc.c sftp-server-main.c ssh-keygen.c]
565 Added missing newlines in error messages.
566 ok dtucker
567
56820090221
569 - (djm) OpenBSD CVS Sync
570 - djm@cvs.openbsd.org 2009/02/17 01:28:32
571 [ssh_config]
572 sync with revised default ciphers; pointed out by dkrause@
573 - djm@cvs.openbsd.org 2009/02/18 04:31:21
574 [schnorr.c]
575 signature should hash over the entire group, not just the generator
576 (this is still disabled code)
577 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
578 [contrib/suse/openssh.spec] Prepare for 5.2p1
579
58020090216
581 - (djm) [regress/conch-ciphers.sh regress/putty-ciphers.sh]
582 [regress/putty-kex.sh regress/putty-transfer.sh] Downgrade disabled
583 interop tests from FATAL error to a warning. Allows some interop
584 tests to proceed if others are missing necessary prerequisites.
585 - (djm) [configure.ac] support GNU/kFreeBSD and GNU/kOpensolaris
586 systems; patch from Aurelien Jarno via rmh AT aybabtu.com
587
58820090214
589 - (djm) OpenBSD CVS Sync
590 - dtucker@cvs.openbsd.org 2009/02/02 11:15:14
591 [sftp.c]
592 Initialize a few variables to prevent spurious "may be used
593 uninitialized" warnings from newer gcc's. ok djm@
594 - djm@cvs.openbsd.org 2009/02/12 03:00:56
595 [canohost.c canohost.h channels.c channels.h clientloop.c readconf.c]
596 [readconf.h serverloop.c ssh.c]
597 support remote port forwarding with a zero listen port (-R0:...) to
598 dyamically allocate a listen port at runtime (this is actually
599 specified in rfc4254); bz#1003 ok markus@
600 - djm@cvs.openbsd.org 2009/02/12 03:16:01
601 [serverloop.c]
602 tighten check for -R0:... forwarding: only allow dynamic allocation
603 if want_reply is set in the packet
604 - djm@cvs.openbsd.org 2009/02/12 03:26:22
605 [monitor.c]
606 some paranoia: check that the serialised key is really KEY_RSA before
607 diddling its internals
608 - djm@cvs.openbsd.org 2009/02/12 03:42:09
609 [ssh.1]
610 document -R0:... usage
611 - djm@cvs.openbsd.org 2009/02/12 03:44:25
612 [ssh.1]
613 consistency: Dq => Ql
614 - djm@cvs.openbsd.org 2009/02/12 03:46:17
615 [ssh_config.5]
616 document RemoteForward usage with 0 listen port
617 - jmc@cvs.openbsd.org 2009/02/12 07:34:20
618 [ssh_config.5]
619 kill trailing whitespace;
620 - markus@cvs.openbsd.org 2009/02/13 11:50:21
621 [packet.c]
622 check for enc !=NULL in packet_start_discard
623 - djm@cvs.openbsd.org 2009/02/14 06:35:49
624 [PROTOCOL]
625 mention that eow and no-more-sessions extensions are sent only to
626 OpenSSH peers
627
62820090212
629 - (djm) [sshpty.c] bz#1419: OSX uses cloning ptys that automagically
630 set ownership and modes, so avoid explicitly setting them
631 - (djm) [configure.ac loginrec.c] bz#1421: fix lastlog support for OSX.
632 OSX provides a getlastlogxbyname function that automates the reading of
633 a lastlog file. Also, the pututxline function will update lastlog so
634 there is no need for loginrec.c to do it explicitly. Collapse some
635 overly verbose code while I'm in there.
636
63720090201
638 - (dtucker) [defines.h sshconnect.c] INET6_ADDRSTRLEN is now needed in
639 channels.c too, so move the definition for non-IP6 platforms to defines.h
640 where it can be shared.
641
64220090129
643 - (tim) [contrib/cygwin/ssh-host-config] Patch from Corinna Vinschen.
644 If the CYGWIN environment variable is empty, the installer script
645 should not install the service with an empty CYGWIN variable, but
646 rather without setting CYGWNI entirely.
647 - (tim) [contrib/cygwin/ssh-host-config] Whitespace cleanup. No code changes.
648
64920090128
650 - (tim) [contrib/cygwin/ssh-host-config] Patch from Corinna Vinschen.
651 Changes to work on Cygwin 1.5.x as well as on the new Cygwin 1.7.x.
652 The information given for the setting of the CYGWIN environment variable
653 is wrong for both releases so I just removed it, together with the
654 unnecessary (Cygwin 1.5.x) or wrong (Cygwin 1.7.x) default setting.
655
65620081228
657 - (djm) OpenBSD CVS Sync
658 - stevesk@cvs.openbsd.org 2008/12/09 03:20:42
659 [channels.c servconf.c]
660 channel_print_adm_permitted_opens() should deal with all the printing
661 for that config option. suggested by markus@; ok markus@ djm@
662 dtucker@
663 - djm@cvs.openbsd.org 2008/12/09 04:32:22
664 [auth2-chall.c]
665 replace by-hand string building with xasprinf(); ok deraadt@
666 - sobrado@cvs.openbsd.org 2008/12/09 15:35:00
667 [sftp.1 sftp.c]
668 update for the synopses displayed by the 'help' command, there are a
669 few missing flags; add 'bye' to the output of 'help'; sorting and spacing.
670 jmc@ suggested replacing .Oo/.Oc with a single .Op macro.
671 ok jmc@
672 - stevesk@cvs.openbsd.org 2008/12/09 22:37:33
673 [clientloop.c]
674 fix typo in error message
675 - stevesk@cvs.openbsd.org 2008/12/10 03:55:20
676 [addrmatch.c]
677 o cannot be NULL here but use xfree() to be consistent; ok djm@
678 - stevesk@cvs.openbsd.org 2008/12/29 01:12:36
679 [ssh-keyscan.1]
680 fix example, default key type is rsa for 3+ years; from
681 frederic.perrin@resel.fr
682 - stevesk@cvs.openbsd.org 2008/12/29 02:23:26
683 [pathnames.h]
684 no need to escape single quotes in comments
685 - okan@cvs.openbsd.org 2008/12/30 00:46:56
686 [sshd_config.5]
687 add AllowAgentForwarding to available Match keywords list
688 ok djm
689 - djm@cvs.openbsd.org 2009/01/01 21:14:35
690 [channels.c]
691 call channel destroy callbacks on receipt of open failure messages.
692 fixes client hangs when connecting to a server that has MaxSessions=0
693 set spotted by imorgan AT nas.nasa.gov; ok markus@
694 - djm@cvs.openbsd.org 2009/01/01 21:17:36
695 [kexgexs.c]
696 fix hash calculation for KEXGEX: hash over the original client-supplied
697 values and not the sanity checked versions that we acutally use;
698 bz#1540 reported by john.smith AT arrows.demon.co.uk
699 ok markus@
700 - djm@cvs.openbsd.org 2009/01/14 01:38:06
701 [channels.c]
702 support SOCKS4A protocol, from dwmw2 AT infradead.org via bz#1482;
703 "looks ok" markus@
704 - stevesk@cvs.openbsd.org 2009/01/15 17:38:43
705 [readconf.c]
706 1) use obsolete instead of alias for consistency
707 2) oUserKnownHostsFile not obsolete but oGlobalKnownHostsFile2 is
708 so move the comment.
709 3) reorder so like options are together
710 ok djm@
711 - djm@cvs.openbsd.org 2009/01/22 09:46:01
712 [channels.c channels.h session.c]
713 make Channel->path an allocated string, saving a few bytes here and
714 there and fixing bz#1380 in the process; ok markus@
715 - djm@cvs.openbsd.org 2009/01/22 09:49:57
716 [channels.c]
717 oops! I committed the wrong version of the Channel->path diff,
718 it was missing some tweaks suggested by stevesk@
719 - djm@cvs.openbsd.org 2009/01/22 10:02:34
720 [clientloop.c misc.c readconf.c readconf.h servconf.c servconf.h]
721 [serverloop.c ssh-keyscan.c ssh.c sshd.c]
722 make a2port() return -1 when it encounters an invalid port number
723 rather than 0, which it will now treat as valid (needed for future work)
724 adjust current consumers of a2port() to check its return value is <= 0,
725 which in turn required some things to be converted from u_short => int
726 make use of int vs. u_short consistent in some other places too
727 feedback & ok markus@
728 - djm@cvs.openbsd.org 2009/01/22 10:09:16
729 [auth-options.c]
730 another chunk of a2port() diff that got away. wtfdjm??
731 - djm@cvs.openbsd.org 2009/01/23 07:58:11
732 [myproposal.h]
733 prefer CTR modes and revised arcfour (i.e w/ discard) modes to CBC
734 modes; ok markus@
735 - naddy@cvs.openbsd.org 2009/01/24 17:10:22
736 [ssh_config.5 sshd_config.5]
737 sync list of preferred ciphers; ok djm@
738 - markus@cvs.openbsd.org 2009/01/26 09:58:15
739 [cipher.c cipher.h packet.c]
740 Work around the CPNI-957037 Plaintext Recovery Attack by always
741 reading 256K of data on packet size or HMAC errors (in CBC mode only).
742 Help, feedback and ok djm@
743 Feedback from Martin Albrecht and Paterson Kenny
744
74520090107
746 - (djm) [uidswap.c] bz#1412: Support >16 supplemental groups in OS X.
747 Patch based on one from vgiffin AT apple.com; ok dtucker@
748 - (djm) [channels.c] bz#1419: support "on demand" X11 forwarding via
749 launchd on OS X; patch from vgiffin AT apple.com, slightly tweaked;
750 ok dtucker@
751 - (djm) [contrib/ssh-copy-id.1 contrib/ssh-copy-id] bz#1492: Make
752 ssh-copy-id copy id_rsa.pub by default (instead of the legacy "identity"
753 key). Patch from cjwatson AT debian.org
754
75520090107
756 - (tim) [configure.ac defines.h openbsd-compat/port-uw.c
757 openbsd-compat/xcrypt.c] Add SECUREWARE support to OpenServer 6 SVR5 ABI.
758 OK djm@ dtucker@
759 - (tim) [configure.ac] Move check_for_libcrypt_later=1 in *-*-sysv5*) section.
760 OpenServer 6 doesn't need libcrypt.
761
76220081209
763 - (djm) OpenBSD CVS Sync
764 - djm@cvs.openbsd.org 2008/12/09 02:38:18
765 [clientloop.c]
766 The ~C escape handler does not work correctly for multiplexed sessions -
767 it opens a commandline on the master session, instead of on the slave
768 that requested it. Disable it on slave sessions until such time as it
769 is fixed; bz#1543 report from Adrian Bridgett via Colin Watson
770 ok markus@
771 - djm@cvs.openbsd.org 2008/12/09 02:39:59
772 [sftp.c]
773 Deal correctly with failures in remote stat() operation in sftp,
774 correcting fail-on-error behaviour in batchmode. bz#1541 report and
775 fix from anedvedicky AT gmail.com; ok markus@
776 - djm@cvs.openbsd.org 2008/12/09 02:58:16
777 [readconf.c]
778 don't leave junk (free'd) pointers around in Forward *fwd argument on
779 failure; avoids double-free in ~C -L handler when given an invalid
780 forwarding specification; bz#1539 report from adejong AT debian.org
781 via Colin Watson; ok markus@ dtucker@
782 - djm@cvs.openbsd.org 2008/12/09 03:02:37
783 [sftp.1 sftp.c]
784 correct sftp(1) and corresponding usage syntax;
785 bz#1518 patch from imorgan AT nas.nasa.gov; ok deraadt@ improved diff jmc@
786
78720081208
788 - (djm) [configure.ac] bz#1538: better test for ProPolice/SSP: actually
789 use some stack in main().
790 Report and suggested fix from vapier AT gentoo.org
791 - (djm) OpenBSD CVS Sync
792 - markus@cvs.openbsd.org 2008/12/02 19:01:07
793 [clientloop.c]
794 we have to use the recipient's channel number (RFC 4254) for
795 SSH2_MSG_CHANNEL_SUCCESS/SSH2_MSG_CHANNEL_FAILURE messages,
796 otherwise we trigger 'Non-public channel' error messages on sshd
797 systems with clientkeepalive enabled; noticed by sturm; ok djm;
798 - markus@cvs.openbsd.org 2008/12/02 19:08:59
799 [serverloop.c]
800 backout 1.149, since it's not necessary and openssh clients send
801 broken CHANNEL_FAILURE/SUCCESS messages since about 2004; ok djm@
802 - markus@cvs.openbsd.org 2008/12/02 19:09:38
803 [channels.c]
804 s/remote_id/id/ to be more consistent with other code; ok djm@
805
80620081201
807 - (dtucker) [contrib/cygwin/{Makefile,ssh-host-config}] Add new doc files
808 and tweak the is-sshd-running check in ssh-host-config. Patch from
809 vinschen at redhat com.
810 - (dtucker) OpenBSD CVS Sync
811 - markus@cvs.openbsd.org 2008/11/21 15:47:38
812 [packet.c]
813 packet_disconnect() on padding error, too. should reduce the success
814 probability for the CPNI-957037 Plaintext Recovery Attack to 2^-18
815 ok djm@
816 - dtucker@cvs.openbsd.org 2008/11/30 11:59:26
817 [monitor_fdpass.c]
818 Retry sendmsg/recvmsg on EAGAIN and EINTR; ok djm@
819
82020081123
821 - (dtucker) [monitor_fdpass.c] Reduce diff vs OpenBSD by moving some
822 declarations, removing an unnecessary union member and adding whitespace.
823 cmsgbuf.tmp thing spotted by des at des no, ok djm some time ago.
824
82520081118
826 - (tim) [addrmatch.c configure.ac] Some platforms do not have sin6_scope_id
827 member of sockaddr_in6. Also reported in Bug 1491 by David Leonard. OK and
828 feedback by djm@
829
83020081111
831 - (dtucker) OpenBSD CVS Sync
832 - jmc@cvs.openbsd.org 2008/11/05 11:22:54
833 [servconf.c]
834 passord -> password;
835 fixes user/5975 from Rene Maroufi
836 - stevesk@cvs.openbsd.org 2008/11/07 00:42:12
837 [ssh-keygen.c]
838 spelling/typo in comment
839 - stevesk@cvs.openbsd.org 2008/11/07 18:50:18
840 [nchan.c]
841 add space to some log/debug messages for readability; ok djm@ markus@
842 - dtucker@cvs.openbsd.org 2008/11/07 23:34:48
843 [auth2-jpake.c]
844 Move JPAKE define to make life easier for portable. ok djm@
845 - tobias@cvs.openbsd.org 2008/11/09 12:34:47
846 [session.c ssh.1]
847 typo fixed (overriden -> overridden)
848 ok espie, jmc
849 - stevesk@cvs.openbsd.org 2008/11/11 02:58:09
850 [servconf.c]
851 USE_AFS not referenced so remove #ifdef. fixes sshd -T not printing
852 kerberosgetafstoken. ok dtucker@
853 (Id sync only, we still want the ifdef in portable)
854 - stevesk@cvs.openbsd.org 2008/11/11 03:55:11
855 [channels.c]
856 for sshd -T print 'permitopen any' vs. 'permitopen' for case of no
857 permitopen's; ok and input dtucker@
858 - djm@cvs.openbsd.org 2008/11/10 02:06:35
859 [regress/putty-ciphers.sh]
860 PuTTY supports AES CTR modes, so interop test against them too
861
86220081105
863 - OpenBSD CVS Sync
864 - djm@cvs.openbsd.org 2008/11/03 08:59:41
865 [servconf.c]
866 include MaxSessions in sshd -T output; patch from imorgan AT nas.nasa.gov
867 - djm@cvs.openbsd.org 2008/11/04 07:58:09
868 [auth.c]
869 need unistd.h for close() prototype
870 (ID sync only)
871 - djm@cvs.openbsd.org 2008/11/04 08:22:13
872 [auth.h auth2.c monitor.c monitor.h monitor_wrap.c monitor_wrap.h]
873 [readconf.c readconf.h servconf.c servconf.h ssh2.h ssh_config.5]
874 [sshconnect2.c sshd_config.5 jpake.c jpake.h schnorr.c auth2-jpake.c]
875 [Makefile.in]
876 Add support for an experimental zero-knowledge password authentication
877 method using the J-PAKE protocol described in F. Hao, P. Ryan,
878 "Password Authenticated Key Exchange by Juggling", 16th Workshop on
879 Security Protocols, Cambridge, April 2008.
880
881 This method allows password-based authentication without exposing
882 the password to the server. Instead, the client and server exchange
883 cryptographic proofs to demonstrate of knowledge of the password while
884 revealing nothing useful to an attacker or compromised endpoint.
885
886 This is experimental, work-in-progress code and is presently
887 compiled-time disabled (turn on -DJPAKE in Makefile.inc).
888
889 "just commit it. It isn't too intrusive." deraadt@
890 - stevesk@cvs.openbsd.org 2008/11/04 19:18:00
891 [readconf.c]
892 because parse_forward() is now used to parse all forward types (DLR),
893 and it malloc's space for host variables, we don't need to malloc
894 here. fixes small memory leaks.
895
896 previously dynamic forwards were not parsed in parse_forward() and
897 space was not malloc'd in that case.
898
899 ok djm@
900 - stevesk@cvs.openbsd.org 2008/11/05 03:23:09
901 [clientloop.c ssh.1]
902 add dynamic forward escape command line; ok djm@
903
90420081103
905 - OpenBSD CVS Sync
906 - sthen@cvs.openbsd.org 2008/07/24 23:55:30
907 [ssh-keygen.1]
908 Add "ssh-keygen -F -l" to synopsis (displays fingerprint from
909 known_hosts). ok djm@
910 - grunk@cvs.openbsd.org 2008/07/25 06:56:35
911 [ssh_config]
912 Add VisualHostKey to example file, ok djm@
913 - grunk@cvs.openbsd.org 2008/07/25 07:05:16
914 [key.c]
915 In random art visualization, make sure to use the end marker only at the
916 end. Initial diff by Dirk Loss, tweaks and ok djm@
917 - markus@cvs.openbsd.org 2008/07/31 14:48:28
918 [sshconnect2.c]
919 don't allocate space for empty banners; report t8m at centrum.cz;
920 ok deraadt
921 - krw@cvs.openbsd.org 2008/08/02 04:29:51
922 [ssh_config.5]
923 whitepsace -> whitespace. From Matthew Clarke via bugs@.
924 - djm@cvs.openbsd.org 2008/08/21 04:09:57
925 [session.c]
926 allow ForceCommand internal-sftp with arguments. based on patch from
927 michael.barabanov AT gmail.com; ok markus@
928 - djm@cvs.openbsd.org 2008/09/06 12:24:13
929 [kex.c]
930 OpenSSL 0.9.8h supplies a real EVP_sha256 so we do not need our
931 replacement anymore
932 (ID sync only for portable - we still need this)
933 - markus@cvs.openbsd.org 2008/09/11 14:22:37
934 [compat.c compat.h nchan.c ssh.c]
935 only send eow and no-more-sessions requests to openssh 5 and newer;
936 fixes interop problems with broken ssh v2 implementations; ok djm@
937 - millert@cvs.openbsd.org 2008/10/02 14:39:35
938 [session.c]
939 Convert an unchecked strdup to xstrdup. OK deraadt@
940 - jmc@cvs.openbsd.org 2008/10/03 13:08:12
941 [sshd.8]
942 do not give an example of how to chmod files: we can presume the user
943 knows that. removes an ambiguity in the permission of authorized_keys;
944 ok deraadt
945 - deraadt@cvs.openbsd.org 2008/10/03 23:56:28
946 [sshconnect2.c]
947 Repair strnvis() buffersize of 4*n+1, with termination gauranteed by the
948 function.
949 spotted by des@freebsd, who commited an incorrect fix to the freebsd tree
950 and (as is fairly typical) did not report the problem to us. But this fix
951 is correct.
952 ok djm
953 - djm@cvs.openbsd.org 2008/10/08 23:34:03
954 [ssh.1 ssh.c]
955 Add -y option to force logging via syslog rather than stderr.
956 Useful for daemonised ssh connection (ssh -f). Patch originally from
957 and ok'd by markus@
958 - djm@cvs.openbsd.org 2008/10/09 03:50:54
959 [servconf.c sshd_config.5]
960 support setting PermitEmptyPasswords in a Match block
961 requested in PR3891; ok dtucker@
962 - jmc@cvs.openbsd.org 2008/10/09 06:54:22
963 [ssh.c]
964 add -y to usage();
965 - stevesk@cvs.openbsd.org 2008/10/10 04:55:16
966 [scp.c]
967 spelling in comment; ok djm@
968 - stevesk@cvs.openbsd.org 2008/10/10 05:00:12
969 [key.c]
970 typo in error message; ok djm@
971 - stevesk@cvs.openbsd.org 2008/10/10 16:43:27
972 [ssh_config.5]
973 use 'Privileged ports can be forwarded only when logging in as root on
974 the remote machine.' for RemoteForward just like ssh.1 -R.
975 ok djm@ jmc@
976 - stevesk@cvs.openbsd.org 2008/10/14 18:11:33
977 [sshconnect.c]
978 use #define ROQUIET here; no binary change. ok dtucker@
979 - stevesk@cvs.openbsd.org 2008/10/17 18:36:24
980 [ssh_config.5]
981 correct and clarify VisualHostKey; ok jmc@
982 - stevesk@cvs.openbsd.org 2008/10/30 19:31:16
983 [clientloop.c sshd.c]
984 don't need to #include "monitor_fdpass.h"
985 - stevesk@cvs.openbsd.org 2008/10/31 15:05:34
986 [dispatch.c]
987 remove unused #define DISPATCH_MIN; ok markus@
988 - djm@cvs.openbsd.org 2008/11/01 04:50:08
989 [sshconnect2.c]
990 sprinkle ARGSUSED on dispatch handlers
991 nuke stale unusued prototype
992 - stevesk@cvs.openbsd.org 2008/11/01 06:43:33
993 [channels.c]
994 fix some typos in log messages; ok djm@
995 - sobrado@cvs.openbsd.org 2008/11/01 11:14:36
996 [ssh-keyscan.1 ssh-keyscan.c]
997 the ellipsis is not an optional argument; while here, improve spacing.
998 - stevesk@cvs.openbsd.org 2008/11/01 17:40:33
999 [clientloop.c readconf.c readconf.h ssh.c]
1000 merge dynamic forward parsing into parse_forward();
1001 'i think this is OK' djm@
1002 - stevesk@cvs.openbsd.org 2008/11/02 00:16:16
1003 [ttymodes.c]
1004 protocol 2 tty modes support is now 7.5 years old so remove these
1005 debug3()s; ok deraadt@
1006 - stevesk@cvs.openbsd.org 2008/11/03 01:07:02
1007 [readconf.c]
1008 remove valueless comment
1009 - stevesk@cvs.openbsd.org 2008/11/03 02:44:41
1010 [readconf.c]
1011 fix comment
1012 - (djm) [contrib/caldera/ssh-host-keygen contrib/suse/rc.sshd]
1013 Make example scripts generate keys with default sizes rather than fixed,
1014 non-default 1024 bits; patch from imorgan AT nas.nasa.gov
1015 - (djm) [contrib/sshd.pam.generic contrib/caldera/sshd.pam]
1016 [contrib/redhat/sshd.pam] Move pam_nologin to account group from
1017 incorrect auth group in example files;
1018 patch from imorgan AT nas.nasa.gov
1019
102020080906
1021 - (dtucker) [config.guess config.sub] Update to latest versions from
1022 http://git.savannah.gnu.org/gitweb/ (2008-04-14 and 2008-06-16
1023 respectively).
1024
102520080830
1026 - (dtucker) [openbsd-compat/bsd-poll.c] correctly check for number of FDs
1027 larger than FD_SETSIZE (OpenSSH only ever uses poll with one fd). Patch
1028 from Nicholas Marriott.
1029
103020080721
1031 - (djm) OpenBSD CVS Sync
1032 - djm@cvs.openbsd.org 2008/07/23 07:36:55
1033 [servconf.c]
1034 do not try to print options that have been compile-time disabled
1035 in config test mode (sshd -T); report from nix-corp AT esperi.org.uk
1036 ok dtucker@
1037 - (djm) [servconf.c] Print UsePAM option in config test mode (when it
1038 has been compiled in); report from nix-corp AT esperi.org.uk
1039 ok dtucker@
1040
104120080721
1042 - (djm) OpenBSD CVS Sync
1043 - jmc@cvs.openbsd.org 2008/07/18 22:51:01
1044 [sftp-server.8]
1045 no need for .Pp before or after .Sh;
1046 - djm@cvs.openbsd.org 2008/07/21 08:19:07
1047 [version.h]
1048 openssh-5.1
1049 - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
1050 [contrib/suse/openssh.spec] Update version number in README and RPM specs
1051 - (djm) Release OpenSSH-5.1
1052
105320080717
1054 - (djm) OpenBSD CVS Sync
1055 - djm@cvs.openbsd.org 2008/07/17 08:48:00
1056 [sshconnect2.c]
1057 strnvis preauth banner; pointed out by mpf@ ok markus@
1058 - djm@cvs.openbsd.org 2008/07/17 08:51:07
1059 [auth2-hostbased.c]
1060 strip trailing '.' from hostname when HostbasedUsesNameFromPacketOnly=yes
1061 report and patch from res AT qoxp.net (bz#1200); ok markus@
1062 - (dtucker) [openbsd-compat/bsd-cygwin_util.c] Remove long-unneeded compat
1063 code, replace with equivalent cygwin library call. Patch from vinschen
1064 at redhat.com, ok djm@.
1065 - (djm) [sshconnect2.c] vis.h isn't available everywhere
1066
106720080716
1068 - OpenBSD CVS Sync
1069 - djm@cvs.openbsd.org 2008/07/15 02:23:14
1070 [sftp.1]
1071 number of pipelined requests is now 64;
1072 prodded by Iain.Morgan AT nasa.gov
1073 - djm@cvs.openbsd.org 2008/07/16 11:51:14
1074 [clientloop.c]
1075 rename variable first_gc -> last_gc (since it is actually the last
1076 in the list).
1077 - djm@cvs.openbsd.org 2008/07/16 11:52:19
1078 [channels.c]
1079 this loop index should be automatic, not static
1080
108120080714
1082 - (djm) OpenBSD CVS Sync
1083 - sthen@cvs.openbsd.org 2008/07/13 21:22:52
1084 [ssh-keygen.c]
1085 Change "ssh-keygen -F [host] -l" to not display random art unless
1086 -v is also specified, making it consistent with the manual and other
1087 uses of -l.
1088 ok grunk@
1089 - djm@cvs.openbsd.org 2008/07/13 22:13:07
1090 [channels.c]
1091 use struct sockaddr_storage instead of struct sockaddr for accept(2)
1092 address argument. from visibilis AT yahoo.com in bz#1485; ok markus@
1093 - djm@cvs.openbsd.org 2008/07/13 22:16:03
1094 [sftp.c]
1095 increase number of piplelined requests so they properly fill the
1096 (recently increased) channel window. prompted by rapier AT psc.edu;
1097 ok markus@
1098 - djm@cvs.openbsd.org 2008/07/14 01:55:56
1099 [sftp-server.8]
1100 mention requirement for /dev/log inside chroot when using sftp-server
1101 with ChrootDirectory
1102 - (djm) [openbsd-compat/bindresvport.c] Rename variables s/sin/in/ to
1103 avoid clash with sin(3) function; reported by
1104 cristian.ionescu-idbohrn AT axis.com
1105 - (djm) [openbsd-compat/rresvport.c] Add unistd.h for missing close()
1106 prototype; reported by cristian.ionescu-idbohrn AT axis.com
1107 - (djm) [umac.c] Rename variable s/buffer_ptr/bufp/ to avoid clash;
1108 reported by cristian.ionescu-idbohrn AT axis.com
1109 - (djm) [contrib/cygwin/Makefile contrib/cygwin/ssh-host-config]
1110 [contrib/cygwin/ssh-user-config contrib/cygwin/sshd-inetd]
1111 Revamped and simplified Cygwin ssh-host-config script that uses
1112 unified csih configuration tool. Requires recent Cygwin.
1113 Patch from vinschen AT redhat.com
1114
111520080712
1116 - (djm) OpenBSD CVS Sync
1117 - djm@cvs.openbsd.org 2008/07/12 04:52:50
1118 [channels.c]
1119 unbreak; move clearing of cctx struct to before first use
1120 reported by dkrause@
1121 - djm@cvs.openbsd.org 2008/07/12 05:33:41
1122 [scp.1]
1123 better description for -i flag:
1124 s/RSA authentication/public key authentication/
1125 - (djm) [openbsd-compat/fake-rfc2553.c openbsd-compat/fake-rfc2553.h]
1126 return EAI_FAMILY when trying to lookup unsupported address family;
1127 from vinschen AT redhat.com
1128
112920080711
1130 - (djm) OpenBSD CVS Sync
1131 - stevesk@cvs.openbsd.org 2008/07/07 00:31:41
1132 [ttymodes.c]
1133 we don't need arg after the debug3() was removed. from lint.
1134 ok djm@
1135 - stevesk@cvs.openbsd.org 2008/07/07 23:32:51
1136 [key.c]
1137 /*NOTREACHED*/ for lint warning:
1138 warning: function key_equal falls off bottom without returning value
1139 ok djm@
1140 - markus@cvs.openbsd.org 2008/07/10 18:05:58
1141 [channels.c]
1142 missing bzero; from mickey; ok djm@
1143 - markus@cvs.openbsd.org 2008/07/10 18:08:11
1144 [clientloop.c monitor.c monitor_wrap.c packet.c packet.h sshd.c]
1145 sync v1 and v2 traffic accounting; add it to sshd, too;
1146 ok djm@, dtucker@
1147
114820080709
1149 - (djm) [Makefile.in] Print "all tests passed" when all regress tests pass
1150 - (djm) [auth1.c] Fix format string vulnerability in protocol 1 PAM
1151 account check failure path. The vulnerable format buffer is supplied
1152 from PAM and should not contain attacker-supplied data.
1153 - (djm) [auth.c] Missing unistd.h for close()
1154 - (djm) [configure.ac] Add -Wformat-security to CFLAGS for gcc 3.x and 4.x
1155
115620080705
1157 - (djm) [auth.c] Fixed test for locked account on HP/UX with shadowed
1158 passwords disabled. bz#1083 report & patch from senthilkumar_sen AT
1159 hotpop.com, w/ dtucker@
1160 - (djm) [atomicio.c configure.ac] Disable poll() fallback in atomiciov for
1161 Tru64. readv doesn't seem to be a comparable object there.
1162 bz#1386, patch from dtucker@ ok me
1163 - (djm) [Makefile.in] Pass though pass to conch for interop tests
1164 - (djm) [configure.ac] unbreak: remove extra closing brace
1165 - (djm) OpenBSD CVS Sync
1166 - djm@cvs.openbsd.org 2008/07/04 23:08:25
1167 [packet.c]
1168 handle EINTR in packet_write_poll()l ok dtucker@
1169 - djm@cvs.openbsd.org 2008/07/04 23:30:16
1170 [auth1.c auth2.c]
1171 Make protocol 1 MaxAuthTries logic match protocol 2's.
1172 Do not treat the first protocol 2 authentication attempt as
1173 a failure IFF it is for method "none".
1174 Makes MaxAuthTries' user-visible behaviour identical for
1175 protocol 1 vs 2.
1176 ok dtucker@
1177 - djm@cvs.openbsd.org 2008/07/05 05:16:01
1178 [PROTOCOL]
1179 grammar
1180
118120080704
1182 - (dtucker) OpenBSD CVS Sync
1183 - djm@cvs.openbsd.org 2008/07/02 13:30:34
1184 [auth2.c]
1185 really really remove the freebie "none" auth try for protocol 2
1186 - djm@cvs.openbsd.org 2008/07/02 13:47:39
1187 [ssh.1 ssh.c]
1188 When forking after authentication ("ssh -f") with ExitOnForwardFailure
1189 enabled, delay the fork until after replies for any -R forwards have
1190 been seen. Allows for robust detection of -R forward failure when
1191 using -f (similar to bz#92); ok dtucker@
1192 - otto@cvs.openbsd.org 2008/07/03 21:46:58
1193 [auth2-pubkey.c]
1194 avoid nasty double free; ok dtucker@ djm@
1195 - djm@cvs.openbsd.org 2008/07/04 03:44:59
1196 [servconf.c groupaccess.h groupaccess.c]
1197 support negation of groups in "Match group" block (bz#1315); ok dtucker@
1198 - dtucker@cvs.openbsd.org 2008/07/04 03:47:02
1199 [monitor.c]
1200 Make debug a little clearer. ok djm@
1201 - djm@cvs.openbsd.org 2008/06/30 08:07:34
1202 [regress/key-options.sh]
1203 shell portability: use "=" instead of "==" in test(1) expressions,
1204 double-quote string with backslash escaped /
1205 - djm@cvs.openbsd.org 2008/06/30 10:31:11
1206 [regress/{putty-transfer,putty-kex,putty-ciphers}.sh]
1207 remove "set -e" left over from debugging
1208 - djm@cvs.openbsd.org 2008/06/30 10:43:03
1209 [regress/conch-ciphers.sh]
1210 explicitly disable conch options that could interfere with the test
1211 - (dtucker) [sftp-server.c] Bug #1447: fall back to racy rename if link
1212 returns EXDEV. Patch from Mike Garrison, ok djm@
1213 - (djm) [atomicio.c channels.c clientloop.c defines.h includes.h]
1214 [packet.c scp.c serverloop.c sftp-client.c ssh-agent.c ssh-keyscan.c]
1215 [sshd.c] Explicitly handle EWOULDBLOCK wherever we handle EAGAIN, on
1216 some platforms (HP nonstop) it is a distinct errno;
1217 bz#1467 reported by sconeu AT yahoo.com; ok dtucker@
1218
121920080702
1220 - (dtucker) OpenBSD CVS Sync
1221 - djm@cvs.openbsd.org 2008/06/30 08:05:59
1222 [PROTOCOL.agent]
1223 typo: s/constraint_date/constraint_data/
1224 - djm@cvs.openbsd.org 2008/06/30 12:15:39
1225 [serverloop.c]
1226 only pass channel requests on session channels through to the session
1227 channel handler, avoiding spurious log messages; ok! markus@
1228 - djm@cvs.openbsd.org 2008/06/30 12:16:02
1229 [nchan.c]
1230 only send eow@openssh.com notifications for session channels; ok! markus@
1231 - djm@cvs.openbsd.org 2008/06/30 12:18:34
1232 [PROTOCOL]
1233 clarify that eow@openssh.com is only sent on session channels
1234 - dtucker@cvs.openbsd.org 2008/07/01 07:20:52
1235 [sshconnect.c]
1236 Check ExitOnForwardFailure if forwardings are disabled due to a failed
1237 host key check. ok djm@
1238 - dtucker@cvs.openbsd.org 2008/07/01 07:24:22
1239 [sshconnect.c sshd.c]
1240 Send CR LF during protocol banner exchanges, but only for Protocol 2 only,
1241 in order to comply with RFC 4253. bz #1443, ok djm@
1242 - stevesk@cvs.openbsd.org 2008/07/01 23:12:47
1243 [PROTOCOL.agent]
1244 fix some typos; ok djm@
1245 - djm@cvs.openbsd.org 2008/07/02 02:24:18
1246 [sshd_config sshd_config.5 sshd.8 servconf.c]
1247 increase default size of ssh protocol 1 ephemeral key from 768 to 1024
1248 bits; prodded by & ok dtucker@ ok deraadt@
1249 - dtucker@cvs.openbsd.org 2008/07/02 12:03:51
1250 [auth-rsa.c auth.c auth2-pubkey.c auth.h]
1251 Merge duplicate host key file checks, based in part on a patch from Rob
1252 Holland via bz #1348 . Also checks for non-regular files during protocol
1253 1 RSA auth. ok djm@
1254 - djm@cvs.openbsd.org 2008/07/02 12:36:39
1255 [auth2-none.c auth2.c]
1256 Make protocol 2 MaxAuthTries behaviour a little more sensible:
1257 Check whether client has exceeded MaxAuthTries before running
1258 an authentication method and skip it if they have, previously it
1259 would always allow one try (for "none" auth).
1260 Preincrement failure count before post-auth test - previously this
1261 checked and postincremented, also to allow one "none" try.
1262 Together, these two changes always count the "none" auth method
1263 which could be skipped by a malicious client (e.g. an SSH worm)
1264 to get an extra attempt at a real auth method. They also make
1265 MaxAuthTries=0 a useful way to block users entirely (esp. in a
1266 sshd_config Match block).
1267 Also, move sending of any preauth banner from "none" auth method
1268 to the first call to input_userauth_request(), so worms that skip
1269 the "none" method get to see it too.
1270
127120080630
1272 - (djm) OpenBSD CVS Sync
1273 - dtucker@cvs.openbsd.org 2008/06/10 23:13:43
1274 [regress/Makefile regress/key-options.sh]
1275 Add regress test for key options. ok djm@
1276 - dtucker@cvs.openbsd.org 2008/06/11 23:11:40
1277 [regress/Makefile]
1278 Don't run cipher-speed test by default; mistakenly enabled by me
1279 - djm@cvs.openbsd.org 2008/06/28 13:57:25
1280 [regress/Makefile regress/test-exec.sh regress/conch-ciphers.sh]
1281 very basic regress test against Twisted Conch in "make interop"
1282 target (conch is available in ports/devel/py-twisted/conch);
1283 ok markus@
1284 - (djm) [regress/Makefile] search for conch by path, like we do putty
1285
128620080629
1287 - (djm) OpenBSD CVS Sync
1288 - martynas@cvs.openbsd.org 2008/06/21 07:46:46
1289 [sftp.c]
1290 use optopt to get invalid flag, instead of return value of getopt,
1291 which is always '?'; ok djm@
1292 - otto@cvs.openbsd.org 2008/06/25 11:13:43
1293 [key.c]
1294 add key length to visual fingerprint; zap magical constants;
1295 ok grunk@ djm@
1296 - djm@cvs.openbsd.org 2008/06/26 06:10:09
1297 [sftp-client.c sftp-server.c]
1298 allow the sftp chmod(2)-equivalent operation to set set[ug]id/sticky
1299 bits. Note that this only affects explicit setting of modes (e.g. via
1300 sftp(1)'s chmod command) and not file transfers. (bz#1310)
1301 ok deraadt@ at c2k8
1302 - djm@cvs.openbsd.org 2008/06/26 09:19:40
1303 [dh.c dh.h moduli.c]
1304 when loading moduli from /etc/moduli in sshd(8), check that they
1305 are of the expected "safe prime" structure and have had
1306 appropriate primality tests performed;
1307 feedback and ok dtucker@
1308 - grunk@cvs.openbsd.org 2008/06/26 11:46:31
1309 [readconf.c readconf.h ssh.1 ssh_config.5 sshconnect.c]
1310 Move SSH Fingerprint Visualization away from sharing the config option
1311 CheckHostIP to an own config option named VisualHostKey.
1312 While there, fix the behaviour that ssh would draw a random art picture
1313 on every newly seen host even when the option was not enabled.
1314 prodded by deraadt@, discussions,
1315 help and ok markus@ djm@ dtucker@
1316 - jmc@cvs.openbsd.org 2008/06/26 21:11:46
1317 [ssh.1]
1318 add VisualHostKey to the list of options listed in -o;
1319 - djm@cvs.openbsd.org 2008/06/28 07:25:07
1320 [PROTOCOL]
1321 spelling fixes
1322 - djm@cvs.openbsd.org 2008/06/28 13:58:23
1323 [ssh-agent.c]
1324 refuse to add a key that has unknown constraints specified;
1325 ok markus
1326 - djm@cvs.openbsd.org 2008/06/28 14:05:15
1327 [ssh-agent.c]
1328 reset global compat flag after processing a protocol 2 signature
1329 request with the legacy DSA encoding flag set; ok markus
1330 - djm@cvs.openbsd.org 2008/06/28 14:08:30
1331 [PROTOCOL PROTOCOL.agent]
1332 document the protocol used by ssh-agent; "looks ok" markus@
1333
133420080628
1335 - (djm) [RFC.nroff contrib/cygwin/Makefile contrib/suse/openssh.spec]
1336 RFC.nroff lacks a license, remove it (it is long gone in OpenBSD).
1337
133820080626
1339 - (djm) [Makefile.in moduli.5] Include moduli(5) manpage from OpenBSD.
1340 (bz#1372)
1341 - (djm) [ contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
1342 [contrib/suse/openssh.spec] Include moduli.5 in RPM spec files.
1343
134420080616
1345 - (dtucker) OpenBSD CVS Sync
1346 - dtucker@cvs.openbsd.org 2008/06/16 13:22:53
1347 [session.c channels.c]
1348 Rename the isatty argument to is_tty so we don't shadow
1349 isatty(3). ok markus@
1350 - (dtucker) [channels.c] isatty -> is_tty here too.
1351
135220080615
1353 - (dtucker) [configure.ac] Enable -fno-builtin-memset when using gcc.
1354 - OpenBSD CVS Sync
1355 - dtucker@cvs.openbsd.org 2008/06/14 15:49:48
1356 [sshd.c]
1357 wrap long line at 80 chars
1358 - dtucker@cvs.openbsd.org 2008/06/14 17:07:11
1359 [sshd.c]
1360 ensure default umask disallows at least group and world write; ok djm@
1361 - djm@cvs.openbsd.org 2008/06/14 18:33:43
1362 [session.c]
1363 suppress the warning message from chdir(homedir) failures
1364 when chrooted (bz#1461); ok dtucker
1365 - dtucker@cvs.openbsd.org 2008/06/14 19:42:10
1366 [scp.1]
1367 Mention that scp follows symlinks during -r. bz #1466,
1368 from nectar at apple
1369 - dtucker@cvs.openbsd.org 2008/06/15 16:55:38
1370 [sshd_config.5]
1371 MaxSessions is allowed in a Match block too
1372 - dtucker@cvs.openbsd.org 2008/06/15 16:58:40
1373 [servconf.c sshd_config.5]
1374 Allow MaxAuthTries within a Match block. ok djm@
1375 - djm@cvs.openbsd.org 2008/06/15 20:06:26
1376 [channels.c channels.h session.c]
1377 don't call isatty() on a pty master, instead pass a flag down to
1378 channel_set_fds() indicating that te fds refer to a tty. Fixes a
1379 hang on exit on Solaris (bz#1463) in portable but is actually
1380 a generic bug; ok dtucker deraadt markus
1381
138220080614
1383 - (djm) [openbsd-compat/sigact.c] Avoid NULL derefs in ancient sigaction
1384 replacement code; patch from ighighi AT gmail.com in bz#1240;
1385 ok dtucker
1386
138720080613
1388 - (dtucker) OpenBSD CVS Sync
1389 - deraadt@cvs.openbsd.org 2008/06/13 09:44:36
1390 [packet.c]
1391 compile on older gcc; no decl after code
1392 - dtucker@cvs.openbsd.org 2008/06/13 13:56:59
1393 [monitor.c]
1394 Clear key options in the monitor on failed authentication, prevents
1395 applying additional restrictions to non-pubkey authentications in
1396 the case where pubkey fails but another method subsequently succeeds.
1397 bz #1472, found by Colin Watson, ok markus@ djm@
1398 - dtucker@cvs.openbsd.org 2008/06/13 14:18:51
1399 [auth2-pubkey.c auth-rhosts.c]
1400 Include unistd.h for close(), prevents warnings in -portable
1401 - dtucker@cvs.openbsd.org 2008/06/13 17:21:20
1402 [mux.c]
1403 Friendlier error messages for mux fallback. ok djm@
1404 - dtucker@cvs.openbsd.org 2008/06/13 18:55:22
1405 [scp.c]
1406 Prevent -Wsign-compare warnings on LP64 systems. bz #1192, ok deraadt@
1407 - grunk@cvs.openbsd.org 2008/06/13 20:13:26
1408 [ssh.1]
1409 Explain the use of SSH fpr visualization using random art, and cite the
1410 original scientific paper inspiring that technique.
1411 Much help with English and nroff by jmc@, thanks.
1412 - (dtucker) [configure.ac] Bug #1276: avoid linking against libgssapi, which
1413 despite its name doesn't seem to implement all of GSSAPI. Patch from
1414 Jan Engelhardt, sanity checked by Simon Wilkinson.
1415
141620080612
1417 - (dtucker) OpenBSD CVS Sync
1418 - jmc@cvs.openbsd.org 2008/06/11 07:30:37
1419 [sshd.8]
1420 kill trailing whitespace;
1421 - grunk@cvs.openbsd.org 2008/06/11 21:01:35
1422 [ssh_config.5 key.h readconf.c readconf.h ssh-keygen.1 ssh-keygen.c key.c
1423 sshconnect.c]
1424 Introduce SSH Fingerprint ASCII Visualization, a technique inspired by the
1425 graphical hash visualization schemes known as "random art", and by
1426 Dan Kaminsky's musings on the subject during a BlackOp talk at the
1427 23C3 in Berlin.
1428 Scientific publication (original paper):
1429 "Hash Visualization: a New Technique to improve Real-World Security",
1430 Perrig A. and Song D., 1999, International Workshop on Cryptographic
1431 Techniques and E-Commerce (CrypTEC '99)
1432 http://sparrow.ece.cmu.edu/~adrian/projects/validation/validation.pdf
1433 The algorithm used here is a worm crawling over a discrete plane,
1434 leaving a trace (augmenting the field) everywhere it goes.
1435 Movement is taken from dgst_raw 2bit-wise. Bumping into walls
1436 makes the respective movement vector be ignored for this turn,
1437 thus switching to the other color of the chessboard.
1438 Graphs are not unambiguous for now, because circles in graphs can be
1439 walked in either direction.
1440 discussions with several people,
1441 help, corrections and ok markus@ djm@
1442 - grunk@cvs.openbsd.org 2008/06/11 21:38:25
1443 [ssh-keygen.c]
1444 ssh-keygen -lv -f /etc/ssh/ssh_host_rsa_key.pub
1445 would not display you the random art as intended, spotted by canacar@
1446 - grunk@cvs.openbsd.org 2008/06/11 22:20:46
1447 [ssh-keygen.c ssh-keygen.1]
1448 ssh-keygen would write fingerprints to STDOUT, and random art to STDERR,
1449 that is not how it was envisioned.
1450 Also correct manpage saying that -v is needed along with -l for it to work.
1451 spotted by naddy@
1452 - otto@cvs.openbsd.org 2008/06/11 23:02:22
1453 [key.c]
1454 simpler way of computing the augmentations; ok grunk@
1455 - grunk@cvs.openbsd.org 2008/06/11 23:03:56
1456 [ssh_config.5]
1457 CheckHostIP set to ``fingerprint'' will display both hex and random art
1458 spotted by naddy@
1459 - grunk@cvs.openbsd.org 2008/06/11 23:51:57
1460 [key.c]
1461 #define statements that are not atoms need braces around them, else they
1462 will cause trouble in some cases.
1463 Also do a computation of -1 once, and not in a loop several times.
1464 spotted by otto@
1465 - dtucker@cvs.openbsd.org 2008/06/12 00:03:49
1466 [dns.c canohost.c sshconnect.c]
1467 Do not pass "0" strings as ports to getaddrinfo because the lookups
1468 can slow things down and we never use the service info anyway. bz
1469 #859, patch from YOSHIFUJI Hideaki and John Devitofranceschi. ok
1470 deraadt@ djm@
1471 djm belives that the reason for the "0" strings is to ensure that
1472 it's not possible to call getaddrinfo with both host and port being
1473 NULL. In the case of canohost.c host is a local array. In the
1474 case of sshconnect.c, it's checked for null immediately before use.
1475 In dns.c it ultimately comes from ssh.c:main() and is guaranteed to
1476 be non-null but it's not obvious, so I added a warning message in
1477 case it is ever passed a null.
1478 - grunk@cvs.openbsd.org 2008/06/12 00:13:55
1479 [sshconnect.c]
1480 Make ssh print the random art also when ssh'ing to a host using IP only.
1481 spotted by naddy@, ok and help djm@ dtucker@
1482 - otto@cvs.openbsd.org 2008/06/12 00:13:13
1483 [key.c]
1484 use an odd number of rows and columns and a separate start marker, looks
1485 better; ok grunk@
1486 - djm@cvs.openbsd.org 2008/06/12 03:40:52
1487 [clientloop.h mux.c channels.c clientloop.c channels.h]
1488 Enable ~ escapes for multiplex slave sessions; give each channel
1489 its own escape state and hook the escape filters up to muxed
1490 channels. bz #1331
1491 Mux slaves do not currently support the ~^Z and ~& escapes.
1492 NB. this change cranks the mux protocol version, so a new ssh
1493 mux client will not be able to connect to a running old ssh
1494 mux master.
1495 ok dtucker@
1496 - djm@cvs.openbsd.org 2008/06/12 04:06:00
1497 [clientloop.h ssh.c clientloop.c]
1498 maintain an ordered queue of outstanding global requests that we
1499 expect replies to, similar to the per-channel confirmation queue.
1500 Use this queue to verify success or failure for remote forward
1501 establishment in a race free way.
1502 ok dtucker@
1503 - djm@cvs.openbsd.org 2008/06/12 04:17:47
1504 [clientloop.c]
1505 thall shalt not code past the eightieth column
1506 - djm@cvs.openbsd.org 2008/06/12 04:24:06
1507 [ssh.c]
1508 thal shalt not code past the eightieth column
1509 - djm@cvs.openbsd.org 2008/06/12 05:15:41
1510 [PROTOCOL]
1511 document tun@openssh.com forwarding method
1512 - djm@cvs.openbsd.org 2008/06/12 05:32:30
1513 [mux.c]
1514 some more TODO for me
1515 - grunk@cvs.openbsd.org 2008/06/12 05:42:46
1516 [key.c]
1517 supply the key type (rsa1, rsa, dsa) as a caption in the frame of the
1518 random art. while there, stress the fact that the field base should at
1519 least be 8 characters for the pictures to make sense.
1520 comment and ok djm@
1521 - grunk@cvs.openbsd.org 2008/06/12 06:32:59
1522 [key.c]
1523 We already mark the start of the worm, now also mark the end of the worm
1524 in our random art drawings.
1525 ok djm@
1526 - djm@cvs.openbsd.org 2008/06/12 15:19:17
1527 [clientloop.h channels.h clientloop.c channels.c mux.c]
1528 The multiplexing escape char handler commit last night introduced a
1529 small memory leak per session; plug it.
1530 - dtucker@cvs.openbsd.org 2008/06/12 16:35:31
1531 [ssh_config.5 ssh.c]
1532 keyword expansion for localcommand. ok djm@
1533 - jmc@cvs.openbsd.org 2008/06/12 19:10:09
1534 [ssh_config.5 ssh-keygen.1]
1535 tweak the ascii art text; ok grunk
1536 - dtucker@cvs.openbsd.org 2008/06/12 20:38:28
1537 [sshd.c sshconnect.c packet.h misc.c misc.h packet.c]
1538 Make keepalive timeouts apply while waiting for a packet, particularly
1539 during key renegotiation (bz #1363). With djm and Matt Day, ok djm@
1540 - djm@cvs.openbsd.org 2008/06/12 20:47:04
1541 [sftp-client.c]
1542 print extension revisions for extensions that we understand
1543 - djm@cvs.openbsd.org 2008/06/12 21:06:25
1544 [clientloop.c]
1545 I was coalescing expected global request confirmation replies at
1546 the wrong end of the queue - fix; prompted by markus@
1547 - grunk@cvs.openbsd.org 2008/06/12 21:14:46
1548 [ssh-keygen.c]
1549 make ssh-keygen -lf show the key type just as ssh-add -l would do it
1550 ok djm@ markus@
1551 - grunk@cvs.openbsd.org 2008/06/12 22:03:36
1552 [key.c]
1553 add my copyright, ok djm@
1554 - ian@cvs.openbsd.org 2008/06/12 23:24:58
1555 [sshconnect.c]
1556 tweak wording in message, ok deraadt@ jmc@
1557 - dtucker@cvs.openbsd.org 2008/06/13 00:12:02
1558 [sftp.h log.h]
1559 replace __dead with __attribute__((noreturn)), makes things
1560 a little easier to port. Also, add it to sigdie(). ok djm@
1561 - djm@cvs.openbsd.org 2008/06/13 00:16:49
1562 [mux.c]
1563 fall back to creating a new TCP connection on most multiplexing errors
1564 (socket connect fail, invalid version, refused permittion, corrupted
1565 messages, etc.); bz #1329 ok dtucker@
1566 - dtucker@cvs.openbsd.org 2008/06/13 00:47:53
1567 [mux.c]
1568 upcast size_t to u_long to match format arg; ok djm@
1569 - dtucker@cvs.openbsd.org 2008/06/13 00:51:47
1570 [mac.c]
1571 upcast another size_t to u_long to match format
1572 - dtucker@cvs.openbsd.org 2008/06/13 01:38:23
1573 [misc.c]
1574 upcast uid to long with matching %ld, prevents warnings in portable
1575 - djm@cvs.openbsd.org 2008/06/13 04:40:22
1576 [auth2-pubkey.c auth-rhosts.c]
1577 refuse to read ~/.shosts or ~/.ssh/authorized_keys that are not
1578 regular files; report from Solar Designer via Colin Watson in bz#1471
1579 ok dtucker@ deraadt
1580 - (dtucker) [clientloop.c serverloop.c] channel_register_filter now
1581 takes 2 more args. with djm@
1582 - (dtucker) [defines.h] Bug #1112: __dead is, well dead. Based on a patch
1583 from Todd Vierling.
1584 - (dtucker) [auth-sia.c] Bug #1241: support password expiry on Tru64 SIA
1585 systems. Patch from R. Scott Bailey.
1586 - (dtucker) [umac.c] STORE_UINT32_REVERSED and endian_convert are never used
1587 on big endian machines, so ifdef them for little-endian only to prevent
1588 unused function warnings on big-endians.
1589 - (dtucker) [openbsd-compat/setenv.c] Make offsets size_t to prevent
1590 compiler warnings on some platforms. Based on a discussion with otto@
1591
159220080611
1593 - (djm) [channels.c configure.ac]
1594 Do not set SO_REUSEADDR on wildcard X11 listeners (X11UseLocalhost=no)
1595 bz#1464; ok dtucker
1596
159720080610
1598 - (dtucker) OpenBSD CVS Sync
1599 - djm@cvs.openbsd.org 2008/06/10 03:57:27
1600 [servconf.c match.h sshd_config.5]
1601 support CIDR address matching in sshd_config "Match address" blocks, with
1602 full support for negation and fall-back to classic wildcard matching.
1603 For example:
1604 Match address 192.0.2.0/24,3ffe:ffff::/32,!10.*
1605 PasswordAuthentication yes
1606 addrmatch.c code mostly lifted from flowd's addr.c
1607 feedback and ok dtucker@
1608 - djm@cvs.openbsd.org 2008/06/10 04:17:46
1609 [sshd_config.5]
1610 better reference for pattern-list
1611 - dtucker@cvs.openbsd.org 2008/06/10 04:50:25
1612 [sshd.c channels.h channels.c log.c servconf.c log.h servconf.h sshd.8]
1613 Add extended test mode (-T) and connection parameters for test mode (-C).
1614 -T causes sshd to write its effective configuration to stdout and exit.
1615 -C causes any relevant Match rules to be applied before output. The
1616 combination allows tesing of the parser and config files. ok deraadt djm
1617 - jmc@cvs.openbsd.org 2008/06/10 07:12:00
1618 [sshd_config.5]
1619 tweak previous;
1620 - jmc@cvs.openbsd.org 2008/06/10 08:17:40
1621 [sshd.8 sshd.c]
1622 - update usage()
1623 - fix SYNOPSIS, and sort options
1624 - some minor additional fixes
1625 - dtucker@cvs.openbsd.org 2008/06/09 18:06:32
1626 [regress/test-exec.sh]
1627 Don't generate putty keys if we're not going to use them. ok djm
1628 - dtucker@cvs.openbsd.org 2008/06/10 05:23:32
1629 [regress/addrmatch.sh regress/Makefile]
1630 Regress test for Match CIDR rules. ok djm@
1631 - dtucker@cvs.openbsd.org 2008/06/10 15:21:41
1632 [test-exec.sh]
1633 Use a more portable construct for checking if we're running a putty test
1634 - dtucker@cvs.openbsd.org 2008/06/10 15:28:49
1635 [test-exec.sh]
1636 Add quotes
1637 - dtucker@cvs.openbsd.org 2008/06/10 18:21:24
1638 [ssh_config.5]
1639 clarify that Host patterns are space-separated. ok deraadt
1640 - djm@cvs.openbsd.org 2008/06/10 22:15:23
1641 [PROTOCOL ssh.c serverloop.c]
1642 Add a no-more-sessions@openssh.com global request extension that the
1643 client sends when it knows that it will never request another session
1644 (i.e. when session multiplexing is disabled). This allows a server to
1645 disallow further session requests and terminate the session.
1646 Why would a non-multiplexing client ever issue additional session
1647 requests? It could have been attacked with something like SSH'jack:
1648 http://www.storm.net.nz/projects/7
1649 feedback & ok markus
1650 - djm@cvs.openbsd.org 2008/06/10 23:06:19
1651 [auth-options.c match.c servconf.c addrmatch.c sshd.8]
1652 support CIDR address matching in .ssh/authorized_keys from="..." stanzas
1653 ok and extensive testing dtucker@
1654 - dtucker@cvs.openbsd.org 2008/06/10 23:21:34
1655 [bufaux.c]
1656 Use '\0' for a nul byte rather than unadorned 0. ok djm@
1657 - dtucker@cvs.openbsd.org 2008/06/10 23:13:43
1658 [Makefile regress/key-options.sh]
1659 Add regress test for key options. ok djm@
1660 - (dtucker) [openbsd-compat/fake-rfc2553.h] Add sin6_scope_id to sockaddr_in6
1661 since the new CIDR code in addmatch.c references it.
1662 - (dtucker) [Makefile.in configure.ac regress/addrmatch.sh] Skip IPv6
1663 specific tests on platforms that don't do IPv6.
1664 - (dtucker) [Makefile.in] Define TEST_SSH_IPV6 in make's arguments as well
1665 as environment.
1666 - (dtucker) [Makefile.in] Move addrmatch.o to libssh.a where it's needed now.
1667
166820080609
1669 - (dtucker) OpenBSD CVS Sync
1670 - dtucker@cvs.openbsd.org 2008/06/08 17:04:41
1671 [sftp-server.c]
1672 Add case for ENOSYS in errno_to_portable; ok deraadt
1673 - dtucker@cvs.openbsd.org 2008/06/08 20:15:29
1674 [sftp.c sftp-client.c sftp-client.h]
1675 Have the sftp client store the statvfs replies in wire format,
1676 which prevents problems when the server's native sizes exceed the
1677 client's.
1678 Also extends the sizes of the remaining 32bit wire format to 64bit,
1679 they're specified as unsigned long in the standard.
1680 - dtucker@cvs.openbsd.org 2008/06/09 13:02:39
1681 [sftp-server.c]
1682 Extend 32bit -> 64bit values for statvfs extension missed in previous
1683 commit.
1684 - dtucker@cvs.openbsd.org 2008/06/09 13:38:46
1685 [PROTOCOL]
1686 Use a $OpenBSD tag so our scripts will sync changes.
1687
168820080608
1689 - (dtucker) [configure.ac defines.h sftp-client.c sftp-server.c sftp.c
1690 openbsd-compat/Makefile.in openbsd-compat/openbsd-compat.h
1691 openbsd-compat/bsd-statvfs.{c,h}] Add a null implementation of statvfs and
1692 fstatvfs and remove #defines around statvfs code. ok djm@
1693 - (dtucker) [configure.ac defines.h sftp-client.c M sftp-server.c] Add a
1694 macro to convert fsid to unsigned long for platforms where fsid is a
1695 2-member array.
1696
169720080607
1698 - (dtucker) [mux.c] Include paths.h inside ifdef HAVE_PATHS_H.
1699 - (dtucker) [configure.ac defines.h sftp-client.c sftp-server.c sftp.c]
1700 Do not enable statvfs extensions on platforms that do not have statvfs.
1701 - (dtucker) OpenBSD CVS Sync
1702 - djm@cvs.openbsd.org 2008/05/19 06:14:02
1703 [packet.c] unbreak protocol keepalive timeouts bz#1465; ok dtucker@
1704 - djm@cvs.openbsd.org 2008/05/19 15:45:07
1705 [sshtty.c ttymodes.c sshpty.h]
1706 Fix sending tty modes when stdin is not a tty (bz#1199). Previously
1707 we would send the modes corresponding to a zeroed struct termios,
1708 whereas we should have been sending an empty list of modes.
1709 Based on patch from daniel.ritz AT alcatel.ch; ok dtucker@ markus@
1710 - djm@cvs.openbsd.org 2008/05/19 15:46:31
1711 [ssh-keygen.c]
1712 support -l (print fingerprint) in combination with -F (find host) to
1713 search for a host in ~/.ssh/known_hosts and display its fingerprint;
1714 ok markus@
1715 - djm@cvs.openbsd.org 2008/05/19 20:53:52
1716 [clientloop.c]
1717 unbreak tree by committing this bit that I missed from:
1718 Fix sending tty modes when stdin is not a tty (bz#1199). Previously
1719 we would send the modes corresponding to a zeroed struct termios,
1720 whereas we should have been sending an empty list of modes.
1721 Based on patch from daniel.ritz AT alcatel.ch; ok dtucker@ markus@
1722
172320080604
1724 - (djm) [openbsd-compat/bsd-arc4random.c] Fix math bug that caused bias
1725 in arc4random_uniform with upper_bound in (2^30,2*31). Note that
1726 OpenSSH did not make requests with upper bounds in this range.
1727
172820080519
1729 - (djm) [configure.ac mux.c sftp.c openbsd-compat/Makefile.in]
1730 [openbsd-compat/fmt_scaled.c openbsd-compat/openbsd-compat.h]
1731 Fix compilation on Linux, including pulling in fmt_scaled(3)
1732 implementation from OpenBSD's libutil.
1733
173420080518
1735 - (djm) OpenBSD CVS Sync
1736 - djm@cvs.openbsd.org 2008/04/04 05:14:38
1737 [sshd_config.5]
1738 ChrootDirectory is supported in Match blocks (in fact, it is most useful
1739 there). Spotted by Minstrel AT minstrel.org.uk
1740 - djm@cvs.openbsd.org 2008/04/04 06:44:26
1741 [sshd_config.5]
1742 oops, some unrelated stuff crept into that commit - backout.
1743 spotted by jmc@
1744 - djm@cvs.openbsd.org 2008/04/05 02:46:02
1745 [sshd_config.5]
1746 HostbasedAuthentication is supported under Match too
1747 - (djm) [openbsd-compat/bsd-arc4random.c openbsd-compat/openbsd-compat.c]
1748 [configure.ac] Implement arc4random_buf(), import implementation of
1749 arc4random_uniform() from OpenBSD
1750 - (djm) [openbsd-compat/bsd-arc4random.c] Warning fixes
1751 - (djm) [openbsd-compat/port-tun.c] needs sys/queue.h
1752 - (djm) OpenBSD CVS Sync
1753 - djm@cvs.openbsd.org 2008/04/13 00:22:17
1754 [dh.c sshd.c]
1755 Use arc4random_buf() when requesting more than a single word of output
1756 Use arc4random_uniform() when the desired random number upper bound
1757 is not a power of two
1758 ok deraadt@ millert@
1759 - djm@cvs.openbsd.org 2008/04/18 12:32:11
1760 [sftp-client.c sftp-client.h sftp-server.c sftp.1 sftp.c sftp.h]
1761 introduce sftp extension methods statvfs@openssh.com and
1762 fstatvfs@openssh.com that implement statvfs(2)-like operations,
1763 based on a patch from miklos AT szeredi.hu (bz#1399)
1764 also add a "df" command to the sftp client that uses the
1765 statvfs@openssh.com to produce a df(1)-like display of filesystem
1766 space and inode utilisation
1767 ok markus@
1768 - jmc@cvs.openbsd.org 2008/04/18 17:15:47
1769 [sftp.1]
1770 macro fixage;
1771 - djm@cvs.openbsd.org 2008/04/18 22:01:33
1772 [session.c]
1773 remove unneccessary parentheses
1774 - otto@cvs.openbsd.org 2008/04/29 11:20:31
1775 [monitor_mm.h]
1776 garbage collect two unused fields in struct mm_master; ok markus@
1777 - djm@cvs.openbsd.org 2008/04/30 10:14:03
1778 [ssh-keyscan.1 ssh-keyscan.c]
1779 default to rsa (protocol 2) keys, instead of rsa1 keys; spotted by
1780 larsnooden AT openoffice.org
1781 - pyr@cvs.openbsd.org 2008/05/07 05:49:37
1782 [servconf.c servconf.h session.c sshd_config.5]
1783 Enable the AllowAgentForwarding option in sshd_config (global and match
1784 context), to specify if agents should be permitted on the server.
1785 As the man page states:
1786 ``Note that disabling Agent forwarding does not improve security
1787 unless users are also denied shell access, as they can always install
1788 their own forwarders.''
1789 ok djm@, ok and a mild frown markus@
1790 - pyr@cvs.openbsd.org 2008/05/07 06:43:35
1791 [sshd_config]
1792 push the sshd_config bits in, spotted by ajacoutot@
1793 - jmc@cvs.openbsd.org 2008/05/07 08:00:14
1794 [sshd_config.5]
1795 sort;
1796 - markus@cvs.openbsd.org 2008/05/08 06:59:01
1797 [bufaux.c buffer.h channels.c packet.c packet.h]
1798 avoid extra malloc/copy/free when receiving data over the net;
1799 ~10% speedup for localhost-scp; ok djm@
1800 - djm@cvs.openbsd.org 2008/05/08 12:02:23
1801 [auth-options.c auth1.c channels.c channels.h clientloop.c gss-serv.c]
1802 [monitor.c monitor_wrap.c nchan.c servconf.c serverloop.c session.c]
1803 [ssh.c sshd.c]
1804 Implement a channel success/failure status confirmation callback
1805 mechanism. Each channel maintains a queue of callbacks, which will
1806 be drained in order (RFC4253 guarantees confirm messages are not
1807 reordered within an channel).
1808 Also includes a abandonment callback to clean up if a channel is
1809 closed without sending confirmation messages. This probably
1810 shouldn't happen in compliant implementations, but it could be
1811 abused to leak memory.
1812 ok markus@ (as part of a larger diff)
1813 - djm@cvs.openbsd.org 2008/05/08 12:21:16
1814 [monitor.c monitor_wrap.c session.h servconf.c servconf.h session.c]
1815 [sshd_config sshd_config.5]
1816 Make the maximum number of sessions run-time controllable via
1817 a sshd_config MaxSessions knob. This is useful for disabling
1818 login/shell/subsystem access while leaving port-forwarding working
1819 (MaxSessions 0), disabling connection multiplexing (MaxSessions 1) or
1820 simply increasing the number of allows multiplexed sessions.
1821 Because some bozos are sure to configure MaxSessions in excess of the
1822 number of available file descriptors in sshd (which, at peak, might be
1823 as many as 9*MaxSessions), audit sshd to ensure that it doesn't leak fds
1824 on error paths, and make it fail gracefully on out-of-fd conditions -
1825 sending channel errors instead of than exiting with fatal().
1826 bz#1090; MaxSessions config bits and manpage from junyer AT gmail.com
1827 ok markus@
1828 - djm@cvs.openbsd.org 2008/05/08 13:06:11
1829 [clientloop.c clientloop.h ssh.c]
1830 Use new channel status confirmation callback system to properly deal
1831 with "important" channel requests that fail, in particular command exec,
1832 shell and subsystem requests. Previously we would optimistically assume
1833 that the requests would always succeed, which could cause hangs if they
1834 did not (e.g. when the server runs out of fds) or were unimplemented by
1835 the server (bz #1384)
1836 Also, properly report failing multiplex channel requests via the mux
1837 client stderr (subject to LogLevel in the mux master) - better than
1838 silently failing.
1839 most bits ok markus@ (as part of a larger diff)
1840 - djm@cvs.openbsd.org 2008/05/09 04:55:56
1841 [channels.c channels.h clientloop.c serverloop.c]
1842 Try additional addresses when connecting to a port forward destination
1843 whose DNS name resolves to more than one address. The previous behaviour
1844 was to try the first address and give up.
1845 Reported by stig AT venaas.com in bz#343
1846 great feedback and ok markus@
1847 - djm@cvs.openbsd.org 2008/05/09 14:18:44
1848 [clientloop.c clientloop.h ssh.c mux.c]
1849 tidy up session multiplexing code, moving it into its own file and
1850 making the function names more consistent - making ssh.c and
1851 clientloop.c a fair bit more readable.
1852 ok markus@
1853 - djm@cvs.openbsd.org 2008/05/09 14:26:08
1854 [ssh.c]
1855 dingo stole my diff hunk
1856 - markus@cvs.openbsd.org 2008/05/09 16:16:06
1857 [session.c]
1858 re-add the USE_PIPES code and enable it.
1859 without pipes shutdown-read from the sshd does not trigger
1860 a SIGPIPE when the forked program does a write.
1861 ok djm@
1862 (Id sync only, USE_PIPES never left portable OpenSSH)
1863 - markus@cvs.openbsd.org 2008/05/09 16:17:51
1864 [channels.c]
1865 error-fd race: don't enable the error fd in the select bitmask
1866 for channels with both in- and output closed, since the channel
1867 will go away before we call select();
1868 report, lots of debugging help and ok djm@
1869 - markus@cvs.openbsd.org 2008/05/09 16:21:13
1870 [channels.h clientloop.c nchan.c serverloop.c]
1871 unbreak
1872 ssh -2 localhost od /bin/ls | true
1873 ignoring SIGPIPE by adding a new channel message (EOW) that signals
1874 the peer that we're not interested in any data it might send.
1875 fixes bz #85; discussion, debugging and ok djm@
1876 - pvalchev@cvs.openbsd.org 2008/05/12 20:52:20
1877 [umac.c]
1878 Ensure nh_result lies on a 64-bit boundary (fixes warnings observed
1879 on Itanium on Linux); from Dale Talcott (bug #1462); ok djm@
1880 - djm@cvs.openbsd.org 2008/05/15 23:52:24
1881 [nchan2.ms]
1882 document eow message in ssh protocol 2 channel state machine;
1883 feedback and ok markus@
1884 - djm@cvs.openbsd.org 2008/05/18 21:29:05
1885 [sftp-server.c]
1886 comment extension announcement
1887 - djm@cvs.openbsd.org 2008/05/16 08:30:42
1888 [PROTOCOL]
1889 document our protocol extensions and deviations; ok markus@
1890 - djm@cvs.openbsd.org 2008/05/17 01:31:56
1891 [PROTOCOL]
1892 grammar and correctness fixes from stevesk@
1893
189420080403
1895 - (djm) [openbsd-compat/bsd-poll.c] Include stdlib.h to avoid compile-
1896 time warnings on LynxOS. Patch from ops AT iki.fi
1897 - (djm) Force string arguments to replacement setproctitle() though
1898 strnvis first. Ok dtucker@
1899
190020080403
1901 - (djm) OpenBSD CVS sync:
1902 - markus@cvs.openbsd.org 2008/04/02 15:36:51
1903 [channels.c]
1904 avoid possible hijacking of x11-forwarded connections (back out 1.183)
1905 CVE-2008-1483; ok djm@
1906 - jmc@cvs.openbsd.org 2008/03/27 22:37:57
1907 [sshd.8]
1908 remove trailing whitespace;
1909 - djm@cvs.openbsd.org 2008/04/03 09:50:14
1910 [version.h]
1911 openssh-5.0
1912 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
1913 [contrib/suse/openssh.spec] Crank version numbers in RPM spec files
1914 - (djm) [README] Update link to release notes
1915 - (djm) Release 5.0p1
This page took 0.058763 seconds and 5 git commands to generate.