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