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