]> andersk Git - openssh.git/blame - ChangeLog
- (dtucker) [servconf.c sshd.c] More whitespace sync.
[openssh.git] / ChangeLog
CommitLineData
f0956980 120090621
2 - (dtucker) OpenBSD CVS Sync
3 - markus@cvs.openbsd.org 2009/03/17 21:37:00
4 [ssh.c]
5 pass correct argv[0] to openlog(); ok djm@
8fe25329 6 - jmc@cvs.openbsd.org 2009/03/19 15:15:09
7 [ssh.1]
8 for "Ciphers", just point the reader to the keyword in ssh_config(5), just
9 as we do for "MACs": this stops us getting out of sync when the lists
10 change;
11 fixes documentation/6102, submitted by Peter J. Philipp
12 alternative fix proposed by djm
13 ok markus
230d03b6 14 - tobias@cvs.openbsd.org 2009/03/23 08:31:19
15 [ssh-agent.c]
16 Fixed a possible out-of-bounds memory access if the environment variable
17 SHELL is shorter than 3 characters.
18 with input by and ok dtucker
7027325d 19 - tobias@cvs.openbsd.org 2009/03/23 19:38:04
20 [ssh-agent.c]
21 My previous commit didn't fix the problem at all, so stick at my first
22 version of the fix presented to dtucker.
23 Issue notified by Matthias Barkhoff (matthias dot barkhoff at gmx dot de).
24 ok dtucker
b31ae930 25 - sobrado@cvs.openbsd.org 2009/03/26 08:38:39
26 [sftp-server.8 sshd.8 ssh-agent.1]
27 fix a few typographical errors found by spell(1).
28 ok dtucker@, jmc@
640f440b 29 - stevesk@cvs.openbsd.org 2009/04/13 19:07:44
30 [sshd_config.5]
31 fix possessive; ok djm@
7bd399ce 32 - stevesk@cvs.openbsd.org 2009/04/14 16:33:42
33 [sftp-server.c]
34 remove unused option character from getopt() optstring; ok markus@
3e576dfe 35 - jj@cvs.openbsd.org 2009/04/14 21:10:54
36 [servconf.c]
37 Fixed a few the-the misspellings in comments. Skipped a bunch in
38 binutils,gcc and so on. ok jmc@
02d56d32 39 - stevesk@cvs.openbsd.org 2009/04/17 19:23:06
40 [session.c]
41 use INTERNAL_SFTP_NAME for setproctitle() of in-process sftp-server;
42 ok djm@ markus@
db1f5925 43 - stevesk@cvs.openbsd.org 2009/04/17 19:40:17
44 [sshd_config.5]
45 clarify that even internal-sftp needs /dev/log for logging to work; ok
46 markus@
47f4188a 47 - jmc@cvs.openbsd.org 2009/04/18 18:39:10
48 [sshd_config.5]
49 tweak previous; ok stevesk
5df1f0e3 50 - stevesk@cvs.openbsd.org 2009/04/21 15:13:17
51 [sshd_config.5]
52 clarify we cd to user's home after chroot; ok markus@ on
53 earlier version; tweaks and ok jmc@
dc1f1948 54 - andreas@cvs.openbsd.org 2009/05/25 06:48:01
55 [channels.c packet.c clientloop.c packet.h serverloop.c monitor_wrap.c
56 monitor.c]
57 Put the globals in packet.c into a struct and don't access it directly
58 from other files. No functional changes.
59 ok markus@ djm@
60 - andreas@cvs.openbsd.org 2009/05/27 06:31:25
61 [canohost.h canohost.c]
62 Add clear_cached_addr(), needed for upcoming changes allowing the peer
63 address to change.
64 ok markus@
f936c5d4 65 - andreas@cvs.openbsd.org 2009/05/27 06:33:39
66 [clientloop.c]
67 Send SSH2_MSG_DISCONNECT when the client disconnects. From a larger
68 change from Martin Forssen, maf at appgate dot com.
69 ok markus@
abdc5018 70 - andreas@cvs.openbsd.org 2009/05/27 06:34:36
71 [kex.c kex.h]
72 Move the KEX_COOKIE_LEN define to kex.h
73 ok markus@
87db7000 74 - andreas@cvs.openbsd.org 2009/05/27 06:36:07
75 [packet.h packet.c]
76 Add packet_put_int64() and packet_get_int64(), part of a larger change
77 from Martin Forssen.
c6063ed7 78 ok markus@
79 - andreas@cvs.openbsd.org 2009/05/27 06:38:16
80 [sshconnect.h sshconnect.c]
81 Un-static ssh_exchange_identification(), part of a larger change from
82 Martin Forssen and needed for upcoming changes.
83 ok markus@
5d4d25cd 84 - andreas@cvs.openbsd.org 2009/05/28 16:50:16
85 [sshd.c packet.c serverloop.c monitor_wrap.c clientloop.c sshconnect.c
d0137ef8 86 monitor.c Added roaming.h roaming_common.c roaming_dummy.c]
5d4d25cd 87 Keep track of number of bytes read and written. Needed for upcoming
88 changes. Most code from Martin Forssen, maf at appgate dot com.
89 ok markus@
d0137ef8 90 Also, applied appropriate changes to Makefile.in
adb5cc1b 91 - andreas@cvs.openbsd.org 2009/06/12 20:43:22
92 [monitor.c packet.c]
93 Fix warnings found by chl@ and djm@ and change roaming_atomicio's
94 return type to match atomicio's
95 Diff from djm@, ok markus@
6a49252d 96 - andreas@cvs.openbsd.org 2009/06/12 20:58:32
97 [packet.c]
98 Move some more statics into session_state
99 ok markus@ djm@
ac692f84 100 - dtucker@cvs.openbsd.org 2009/06/21 07:37:15
101 [kexdhs.c kexgexs.c]
102 abort if key_sign fails, preventing possible null deref. Based on report
103 from Paolo Ganci, ok markus@ djm@
104 - dtucker@cvs.openbsd.org 2009/06/21 09:04:03
105 [roaming.h roaming_common.c roaming_dummy.c]
106 Add tags for the benefit of the sync scripts
107 Also: pull in the changes for 1.1->1.2 missed in the previous sync.
9b9302ea 108 - (dtucker) [auth2-jpake.c auth2.c canohost.h session.c] Whitespace and
109 header-order changes to reduce diff vs OpenBSD.
c8dc0909 110 - (dtucker) [servconf.c sshd.c] More whitespace sync.
f0956980 111
87562a58 11220090616
113 - (dtucker) [configure.ac defines.h] Bug #1607: handle the case where fsid_t
114 is a struct with a __val member. Fixes build on, eg, Redhat 6.2.
115
6ee76eea 11620090504
117 - (dtucker) [sshlogin.c] Move the NO_SSH_LASTLOG #ifndef line to include
118 variable declarations. Should prevent unused warnings anywhere it's set
119 (only Crays as far as I can tell) and be a no-op everywhere else.
120
bc9a470b 12120090318
122 - (tim) [configure.ac] Remove setting IP_TOS_IS_BROKEN for Cygwin. The problem
123 that setsockopt(IP_TOS) doesn't work on Cygwin has been fixed since 2005.
124 Based on patch from vinschen at redhat com.
125
5077a5f6 12620090308
127 - (dtucker) [auth-passwd.c auth1.c auth2-kbdint.c auth2-none.c auth2-passwd.c
128 auth2-pubkey.c session.c openbsd-compat/bsd-cygwin_util.{c,h}
129 openbsd-compat/daemon.c] Remove support for Windows 95/98/ME and very old
130 version of Cygwin. Patch from vinschen at redhat com.
131
3e566c29 13220090307
133 - (dtucker) [contrib/aix/buildbff.sh] Only try to rename ssh_prng_cmds if it
134 exists (it's not created if OpenSSL's PRNG is self-seeded, eg if the OS
135 has a /dev/random).
36b68fd5 136 - (dtucker) [schnorr.c openbsd-compat/openssl-compat.{c,h}] Add
137 EVP_DigestUpdate to the OLD_EVP compatibility functions and tell schnorr.c
138 to use them. Allows building with older OpenSSL versions.
aeed50df 139 - (dtucker) [configure.ac defines.h] Check for in_port_t and typedef if needed.
86783a32 140 - (dtucker) [configure.ac] Missing comma in type list.
14e380c6 141 - (dtucker) [configure.ac openbsd-compat/openssl-compat.{c,h}]
142 EVP_DigestUpdate does not exactly match the other OLD_EVP functions (eg
143 in openssl 0.9.6) so add an explicit test for it.
3e566c29 144
5b01421b 14520090306
146 - (djm) OpenBSD CVS Sync
147 - djm@cvs.openbsd.org 2009/03/05 07:18:19
148 [auth2-jpake.c jpake.c jpake.h monitor_wrap.c monitor_wrap.h schnorr.c]
149 [sshconnect2.c]
150 refactor the (disabled) Schnorr proof code to make it a little more
151 generally useful
4f983ff5 152 - djm@cvs.openbsd.org 2009/03/05 11:30:50
153 [uuencode.c]
154 document what these functions do so I don't ever have to recuse into
155 b64_pton/ntop to remember their return values
5b01421b 156
ebf012a2 15720090223
158 - (djm) OpenBSD CVS Sync
159 - djm@cvs.openbsd.org 2009/02/22 23:50:57
160 [ssh_config.5 sshd_config.5]
161 don't advertise experimental options
09b37352 162 - djm@cvs.openbsd.org 2009/02/22 23:59:25
163 [sshd_config.5]
164 missing period
52d8f3f6 165 - djm@cvs.openbsd.org 2009/02/23 00:06:15
166 [version.h]
167 openssh-5.2
dc336a3b 168 - (djm) [README] update for 5.2
0e8d25c9 169 - (djm) Release openssh-5.2p1
ebf012a2 170
7eec82ab 17120090222
172 - (djm) OpenBSD CVS Sync
173 - tobias@cvs.openbsd.org 2009/02/21 19:32:04
174 [misc.c sftp-server-main.c ssh-keygen.c]
175 Added missing newlines in error messages.
176 ok dtucker
177
1925d16d 17820090221
179 - (djm) OpenBSD CVS Sync
180 - djm@cvs.openbsd.org 2009/02/17 01:28:32
181 [ssh_config]
182 sync with revised default ciphers; pointed out by dkrause@
dca75d4b 183 - djm@cvs.openbsd.org 2009/02/18 04:31:21
184 [schnorr.c]
185 signature should hash over the entire group, not just the generator
186 (this is still disabled code)
9a4a047b 187 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
188 [contrib/suse/openssh.spec] Prepare for 5.2p1
1925d16d 189
aa10bde9 19020090216
191 - (djm) [regress/conch-ciphers.sh regress/putty-ciphers.sh]
192 [regress/putty-kex.sh regress/putty-transfer.sh] Downgrade disabled
193 interop tests from FATAL error to a warning. Allows some interop
194 tests to proceed if others are missing necessary prerequisites.
4c3b7423 195 - (djm) [configure.ac] support GNU/kFreeBSD and GNU/kOpensolaris
196 systems; patch from Aurelien Jarno via rmh AT aybabtu.com
aa10bde9 197
69354fe2 19820090214
199 - (djm) OpenBSD CVS Sync
200 - dtucker@cvs.openbsd.org 2009/02/02 11:15:14
201 [sftp.c]
202 Initialize a few variables to prevent spurious "may be used
203 uninitialized" warnings from newer gcc's. ok djm@
17525a70 204 - djm@cvs.openbsd.org 2009/02/12 03:00:56
205 [canohost.c canohost.h channels.c channels.h clientloop.c readconf.c]
206 [readconf.h serverloop.c ssh.c]
207 support remote port forwarding with a zero listen port (-R0:...) to
208 dyamically allocate a listen port at runtime (this is actually
209 specified in rfc4254); bz#1003 ok markus@
1d68c50a 210 - djm@cvs.openbsd.org 2009/02/12 03:16:01
211 [serverloop.c]
212 tighten check for -R0:... forwarding: only allow dynamic allocation
213 if want_reply is set in the packet
28b5d376 214 - djm@cvs.openbsd.org 2009/02/12 03:26:22
215 [monitor.c]
216 some paranoia: check that the serialised key is really KEY_RSA before
217 diddling its internals
db9039d0 218 - djm@cvs.openbsd.org 2009/02/12 03:42:09
219 [ssh.1]
220 document -R0:... usage
1e709459 221 - djm@cvs.openbsd.org 2009/02/12 03:44:25
222 [ssh.1]
223 consistency: Dq => Ql
c6b2c0e0 224 - djm@cvs.openbsd.org 2009/02/12 03:46:17
225 [ssh_config.5]
226 document RemoteForward usage with 0 listen port
e12d3e21 227 - jmc@cvs.openbsd.org 2009/02/12 07:34:20
228 [ssh_config.5]
229 kill trailing whitespace;
8b773163 230 - markus@cvs.openbsd.org 2009/02/13 11:50:21
231 [packet.c]
232 check for enc !=NULL in packet_start_discard
e75a14a1 233 - djm@cvs.openbsd.org 2009/02/14 06:35:49
234 [PROTOCOL]
235 mention that eow and no-more-sessions extensions are sent only to
236 OpenSSH peers
69354fe2 237
23820090212
f7b8146b 239 - (djm) [sshpty.c] bz#1419: OSX uses cloning ptys that automagically
240 set ownership and modes, so avoid explicitly setting them
295dd642 241 - (djm) [configure.ac loginrec.c] bz#1421: fix lastlog support for OSX.
242 OSX provides a getlastlogxbyname function that automates the reading of
243 a lastlog file. Also, the pututxline function will update lastlog so
244 there is no need for loginrec.c to do it explicitly. Collapse some
245 overly verbose code while I'm in there.
f7b8146b 246
b4341d7a 24720090201
248 - (dtucker) [defines.h sshconnect.c] INET6_ADDRSTRLEN is now needed in
249 channels.c too, so move the definition for non-IP6 platforms to defines.h
250 where it can be shared.
251
e1986e0a 25220090129
253 - (tim) [contrib/cygwin/ssh-host-config] Patch from Corinna Vinschen.
254 If the CYGWIN environment variable is empty, the installer script
255 should not install the service with an empty CYGWIN variable, but
256 rather without setting CYGWNI entirely.
863ba23a 257 - (tim) [contrib/cygwin/ssh-host-config] Whitespace cleanup. No code changes.
e1986e0a 258
7f24626b 25920090128
260 - (tim) [contrib/cygwin/ssh-host-config] Patch from Corinna Vinschen.
261 Changes to work on Cygwin 1.5.x as well as on the new Cygwin 1.7.x.
262 The information given for the setting of the CYGWIN environment variable
263 is wrong for both releases so I just removed it, together with the
264 unnecessary (Cygwin 1.5.x) or wrong (Cygwin 1.7.x) default setting.
265
68405671 26620081228
267 - (djm) OpenBSD CVS Sync
268 - stevesk@cvs.openbsd.org 2008/12/09 03:20:42
269 [channels.c servconf.c]
270 channel_print_adm_permitted_opens() should deal with all the printing
271 for that config option. suggested by markus@; ok markus@ djm@
272 dtucker@
7efff8ce 273 - djm@cvs.openbsd.org 2008/12/09 04:32:22
274 [auth2-chall.c]
275 replace by-hand string building with xasprinf(); ok deraadt@
d3cd4016 276 - sobrado@cvs.openbsd.org 2008/12/09 15:35:00
277 [sftp.1 sftp.c]
278 update for the synopses displayed by the 'help' command, there are a
279 few missing flags; add 'bye' to the output of 'help'; sorting and spacing.
280 jmc@ suggested replacing .Oo/.Oc with a single .Op macro.
281 ok jmc@
6c20a13f 282 - stevesk@cvs.openbsd.org 2008/12/09 22:37:33
283 [clientloop.c]
284 fix typo in error message
fd2ce9c6 285 - stevesk@cvs.openbsd.org 2008/12/10 03:55:20
286 [addrmatch.c]
287 o cannot be NULL here but use xfree() to be consistent; ok djm@
8647612c 288 - stevesk@cvs.openbsd.org 2008/12/29 01:12:36
289 [ssh-keyscan.1]
290 fix example, default key type is rsa for 3+ years; from
291 frederic.perrin@resel.fr
040d6b1f 292 - stevesk@cvs.openbsd.org 2008/12/29 02:23:26
293 [pathnames.h]
294 no need to escape single quotes in comments
d4bfdc62 295 - okan@cvs.openbsd.org 2008/12/30 00:46:56
296 [sshd_config.5]
297 add AllowAgentForwarding to available Match keywords list
298 ok djm
6cf44b6a 299 - djm@cvs.openbsd.org 2009/01/01 21:14:35
300 [channels.c]
301 call channel destroy callbacks on receipt of open failure messages.
302 fixes client hangs when connecting to a server that has MaxSessions=0
303 set spotted by imorgan AT nas.nasa.gov; ok markus@
546202d0 304 - djm@cvs.openbsd.org 2009/01/01 21:17:36
305 [kexgexs.c]
306 fix hash calculation for KEXGEX: hash over the original client-supplied
307 values and not the sanity checked versions that we acutally use;
308 bz#1540 reported by john.smith AT arrows.demon.co.uk
309 ok markus@
4866a6d6 310 - djm@cvs.openbsd.org 2009/01/14 01:38:06
311 [channels.c]
312 support SOCKS4A protocol, from dwmw2 AT infradead.org via bz#1482;
313 "looks ok" markus@
9b4b86c2 314 - stevesk@cvs.openbsd.org 2009/01/15 17:38:43
315 [readconf.c]
316 1) use obsolete instead of alias for consistency
317 2) oUserKnownHostsFile not obsolete but oGlobalKnownHostsFile2 is
318 so move the comment.
319 3) reorder so like options are together
320 ok djm@
1338ba77 321 - djm@cvs.openbsd.org 2009/01/22 09:46:01
322 [channels.c channels.h session.c]
323 make Channel->path an allocated string, saving a few bytes here and
324 there and fixing bz#1380 in the process; ok markus@
920706fd 325 - djm@cvs.openbsd.org 2009/01/22 09:49:57
326 [channels.c]
327 oops! I committed the wrong version of the Channel->path diff,
328 it was missing some tweaks suggested by stevesk@
5134115d 329 - djm@cvs.openbsd.org 2009/01/22 10:02:34
330 [clientloop.c misc.c readconf.c readconf.h servconf.c servconf.h]
331 [serverloop.c ssh-keyscan.c ssh.c sshd.c]
332 make a2port() return -1 when it encounters an invalid port number
333 rather than 0, which it will now treat as valid (needed for future work)
334 adjust current consumers of a2port() to check its return value is <= 0,
335 which in turn required some things to be converted from u_short => int
336 make use of int vs. u_short consistent in some other places too
337 feedback & ok markus@
368e246f 338 - djm@cvs.openbsd.org 2009/01/22 10:09:16
339 [auth-options.c]
340 another chunk of a2port() diff that got away. wtfdjm??
700fd7e7 341 - djm@cvs.openbsd.org 2009/01/23 07:58:11
342 [myproposal.h]
343 prefer CTR modes and revised arcfour (i.e w/ discard) modes to CBC
344 modes; ok markus@
29ec8eb3 345 - naddy@cvs.openbsd.org 2009/01/24 17:10:22
346 [ssh_config.5 sshd_config.5]
347 sync list of preferred ciphers; ok djm@
608bcf58 348 - markus@cvs.openbsd.org 2009/01/26 09:58:15
349 [cipher.c cipher.h packet.c]
350 Work around the CPNI-957037 Plaintext Recovery Attack by always
351 reading 256K of data on packet size or HMAC errors (in CBC mode only).
352 Help, feedback and ok djm@
353 Feedback from Martin Albrecht and Paterson Kenny
68405671 354
a25d08b3 35520090107
356 - (djm) [uidswap.c] bz#1412: Support >16 supplemental groups in OS X.
357 Patch based on one from vgiffin AT apple.com; ok dtucker@
b5a1596f 358 - (djm) [channels.c] bz#1419: support "on demand" X11 forwarding via
359 launchd on OS X; patch from vgiffin AT apple.com, slightly tweaked;
360 ok dtucker@
23b3ed0b 361 - (djm) [contrib/ssh-copy-id.1 contrib/ssh-copy-id] bz#1492: Make
362 ssh-copy-id copy id_rsa.pub by default (instead of the legacy "identity"
363 key). Patch from cjwatson AT debian.org
a25d08b3 364
16076ac9 36520090107
366 - (tim) [configure.ac defines.h openbsd-compat/port-uw.c
367 openbsd-compat/xcrypt.c] Add SECUREWARE support to OpenServer 6 SVR5 ABI.
368 OK djm@ dtucker@
44a71983 369 - (tim) [configure.ac] Move check_for_libcrypt_later=1 in *-*-sysv5*) section.
370 OpenServer 6 doesn't need libcrypt.
16076ac9 371
09925c00 37220081209
373 - (djm) OpenBSD CVS Sync
374 - djm@cvs.openbsd.org 2008/12/09 02:38:18
375 [clientloop.c]
376 The ~C escape handler does not work correctly for multiplexed sessions -
377 it opens a commandline on the master session, instead of on the slave
378 that requested it. Disable it on slave sessions until such time as it
379 is fixed; bz#1543 report from Adrian Bridgett via Colin Watson
380 ok markus@
ddb5e00f 381 - djm@cvs.openbsd.org 2008/12/09 02:39:59
382 [sftp.c]
383 Deal correctly with failures in remote stat() operation in sftp,
384 correcting fail-on-error behaviour in batchmode. bz#1541 report and
385 fix from anedvedicky AT gmail.com; ok markus@
bab3d903 386 - djm@cvs.openbsd.org 2008/12/09 02:58:16
387 [readconf.c]
388 don't leave junk (free'd) pointers around in Forward *fwd argument on
389 failure; avoids double-free in ~C -L handler when given an invalid
390 forwarding specification; bz#1539 report from adejong AT debian.org
391 via Colin Watson; ok markus@ dtucker@
83cd8c39 392 - djm@cvs.openbsd.org 2008/12/09 03:02:37
393 [sftp.1 sftp.c]
394 correct sftp(1) and corresponding usage syntax;
395 bz#1518 patch from imorgan AT nas.nasa.gov; ok deraadt@ improved diff jmc@
09925c00 396
53e2660a 39720081208
398 - (djm) [configure.ac] bz#1538: better test for ProPolice/SSP: actually
399 use some stack in main().
400 Report and suggested fix from vapier AT gentoo.org
66e16767 401 - (djm) OpenBSD CVS Sync
402 - markus@cvs.openbsd.org 2008/12/02 19:01:07
403 [clientloop.c]
404 we have to use the recipient's channel number (RFC 4254) for
405 SSH2_MSG_CHANNEL_SUCCESS/SSH2_MSG_CHANNEL_FAILURE messages,
406 otherwise we trigger 'Non-public channel' error messages on sshd
407 systems with clientkeepalive enabled; noticed by sturm; ok djm;
7ec2b275 408 - markus@cvs.openbsd.org 2008/12/02 19:08:59
409 [serverloop.c]
410 backout 1.149, since it's not necessary and openssh clients send
411 broken CHANNEL_FAILURE/SUCCESS messages since about 2004; ok djm@
b09b559d 412 - markus@cvs.openbsd.org 2008/12/02 19:09:38
413 [channels.c]
414 s/remote_id/id/ to be more consistent with other code; ok djm@
53e2660a 415
de470c82 41620081201
417 - (dtucker) [contrib/cygwin/{Makefile,ssh-host-config}] Add new doc files
418 and tweak the is-sshd-running check in ssh-host-config. Patch from
419 vinschen at redhat com.
66af1c21 420 - (dtucker) OpenBSD CVS Sync
421 - markus@cvs.openbsd.org 2008/11/21 15:47:38
422 [packet.c]
423 packet_disconnect() on padding error, too. should reduce the success
424 probability for the CPNI-957037 Plaintext Recovery Attack to 2^-18
425 ok djm@
8e10da10 426 - dtucker@cvs.openbsd.org 2008/11/30 11:59:26
427 [monitor_fdpass.c]
428 Retry sendmsg/recvmsg on EAGAIN and EINTR; ok djm@
de470c82 429
d2aa725a 43020081123
431 - (dtucker) [monitor_fdpass.c] Reduce diff vs OpenBSD by moving some
432 declarations, removing an unnecessary union member and adding whitespace.
c037a517 433 cmsgbuf.tmp thing spotted by des at des no, ok djm some time ago.
d2aa725a 434
95e16084 43520081118
436 - (tim) [addrmatch.c configure.ac] Some platforms do not have sin6_scope_id
437 member of sockaddr_in6. Also reported in Bug 1491 by David Leonard. OK and
438 feedback by djm@
439
0bd3332c 44020081111
441 - (dtucker) OpenBSD CVS Sync
442 - jmc@cvs.openbsd.org 2008/11/05 11:22:54
443 [servconf.c]
444 passord -> password;
445 fixes user/5975 from Rene Maroufi
1890bf8b 446 - stevesk@cvs.openbsd.org 2008/11/07 00:42:12
447 [ssh-keygen.c]
448 spelling/typo in comment
92d0164c 449 - stevesk@cvs.openbsd.org 2008/11/07 18:50:18
450 [nchan.c]
451 add space to some log/debug messages for readability; ok djm@ markus@
3d7f6c3d 452 - dtucker@cvs.openbsd.org 2008/11/07 23:34:48
453 [auth2-jpake.c]
454 Move JPAKE define to make life easier for portable. ok djm@
94087553 455 - tobias@cvs.openbsd.org 2008/11/09 12:34:47
456 [session.c ssh.1]
457 typo fixed (overriden -> overridden)
458 ok espie, jmc
2505b891 459 - stevesk@cvs.openbsd.org 2008/11/11 02:58:09
460 [servconf.c]
461 USE_AFS not referenced so remove #ifdef. fixes sshd -T not printing
462 kerberosgetafstoken. ok dtucker@
463 (Id sync only, we still want the ifdef in portable)
861e9e53 464 - stevesk@cvs.openbsd.org 2008/11/11 03:55:11
465 [channels.c]
466 for sshd -T print 'permitopen any' vs. 'permitopen' for case of no
467 permitopen's; ok and input dtucker@
0771f5dd 468 - djm@cvs.openbsd.org 2008/11/10 02:06:35
469 [regress/putty-ciphers.sh]
470 PuTTY supports AES CTR modes, so interop test against them too
0bd3332c 471
39aa8698 47220081105
473 - OpenBSD CVS Sync
474 - djm@cvs.openbsd.org 2008/11/03 08:59:41
475 [servconf.c]
476 include MaxSessions in sshd -T output; patch from imorgan AT nas.nasa.gov
a28625a6 477 - djm@cvs.openbsd.org 2008/11/04 07:58:09
478 [auth.c]
479 need unistd.h for close() prototype
480 (ID sync only)
5adf6b9a 481 - djm@cvs.openbsd.org 2008/11/04 08:22:13
482 [auth.h auth2.c monitor.c monitor.h monitor_wrap.c monitor_wrap.h]
483 [readconf.c readconf.h servconf.c servconf.h ssh2.h ssh_config.5]
484 [sshconnect2.c sshd_config.5 jpake.c jpake.h schnorr.c auth2-jpake.c]
485 [Makefile.in]
486 Add support for an experimental zero-knowledge password authentication
487 method using the J-PAKE protocol described in F. Hao, P. Ryan,
488 "Password Authenticated Key Exchange by Juggling", 16th Workshop on
489 Security Protocols, Cambridge, April 2008.
490
491 This method allows password-based authentication without exposing
492 the password to the server. Instead, the client and server exchange
493 cryptographic proofs to demonstrate of knowledge of the password while
494 revealing nothing useful to an attacker or compromised endpoint.
495
496 This is experimental, work-in-progress code and is presently
497 compiled-time disabled (turn on -DJPAKE in Makefile.inc).
498
499 "just commit it. It isn't too intrusive." deraadt@
d35f707e 500 - stevesk@cvs.openbsd.org 2008/11/04 19:18:00
501 [readconf.c]
502 because parse_forward() is now used to parse all forward types (DLR),
503 and it malloc's space for host variables, we don't need to malloc
504 here. fixes small memory leaks.
505
506 previously dynamic forwards were not parsed in parse_forward() and
507 space was not malloc'd in that case.
508
509 ok djm@
10cf2ac3 510 - stevesk@cvs.openbsd.org 2008/11/05 03:23:09
511 [clientloop.c ssh.1]
512 add dynamic forward escape command line; ok djm@
39aa8698 513
94f36816 51420081103
515 - OpenBSD CVS Sync
516 - sthen@cvs.openbsd.org 2008/07/24 23:55:30
517 [ssh-keygen.1]
518 Add "ssh-keygen -F -l" to synopsis (displays fingerprint from
519 known_hosts). ok djm@
520 - grunk@cvs.openbsd.org 2008/07/25 06:56:35
521 [ssh_config]
522 Add VisualHostKey to example file, ok djm@
5ca42ddb 523 - grunk@cvs.openbsd.org 2008/07/25 07:05:16
524 [key.c]
525 In random art visualization, make sure to use the end marker only at the
526 end. Initial diff by Dirk Loss, tweaks and ok djm@
341cb46b 527 - markus@cvs.openbsd.org 2008/07/31 14:48:28
528 [sshconnect2.c]
529 don't allocate space for empty banners; report t8m at centrum.cz;
530 ok deraadt
686bdcbd 531 - krw@cvs.openbsd.org 2008/08/02 04:29:51
532 [ssh_config.5]
533 whitepsace -> whitespace. From Matthew Clarke via bugs@.
e3ef5245 534 - djm@cvs.openbsd.org 2008/08/21 04:09:57
535 [session.c]
536 allow ForceCommand internal-sftp with arguments. based on patch from
537 michael.barabanov AT gmail.com; ok markus@
1975fb98 538 - djm@cvs.openbsd.org 2008/09/06 12:24:13
539 [kex.c]
540 OpenSSL 0.9.8h supplies a real EVP_sha256 so we do not need our
541 replacement anymore
542 (ID sync only for portable - we still need this)
72bd2fca 543 - markus@cvs.openbsd.org 2008/09/11 14:22:37
544 [compat.c compat.h nchan.c ssh.c]
545 only send eow and no-more-sessions requests to openssh 5 and newer;
546 fixes interop problems with broken ssh v2 implementations; ok djm@
2e96832c 547 - millert@cvs.openbsd.org 2008/10/02 14:39:35
548 [session.c]
549 Convert an unchecked strdup to xstrdup. OK deraadt@
dc94d57e 550 - jmc@cvs.openbsd.org 2008/10/03 13:08:12
551 [sshd.8]
552 do not give an example of how to chmod files: we can presume the user
553 knows that. removes an ambiguity in the permission of authorized_keys;
554 ok deraadt
90d5350e 555 - deraadt@cvs.openbsd.org 2008/10/03 23:56:28
556 [sshconnect2.c]
557 Repair strnvis() buffersize of 4*n+1, with termination gauranteed by the
558 function.
559 spotted by des@freebsd, who commited an incorrect fix to the freebsd tree
560 and (as is fairly typical) did not report the problem to us. But this fix
561 is correct.
562 ok djm
bf793210 563 - djm@cvs.openbsd.org 2008/10/08 23:34:03
564 [ssh.1 ssh.c]
565 Add -y option to force logging via syslog rather than stderr.
566 Useful for daemonised ssh connection (ssh -f). Patch originally from
567 and ok'd by markus@
e68868a1 568 - djm@cvs.openbsd.org 2008/10/09 03:50:54
569 [servconf.c sshd_config.5]
570 support setting PermitEmptyPasswords in a Match block
571 requested in PR3891; ok dtucker@
f3a4d0d0 572 - jmc@cvs.openbsd.org 2008/10/09 06:54:22
573 [ssh.c]
574 add -y to usage();
6503dc91 575 - stevesk@cvs.openbsd.org 2008/10/10 04:55:16
576 [scp.c]
577 spelling in comment; ok djm@
260bf88a 578 - stevesk@cvs.openbsd.org 2008/10/10 05:00:12
579 [key.c]
580 typo in error message; ok djm@
96a00a9d 581 - stevesk@cvs.openbsd.org 2008/10/10 16:43:27
582 [ssh_config.5]
583 use 'Privileged ports can be forwarded only when logging in as root on
584 the remote machine.' for RemoteForward just like ssh.1 -R.
585 ok djm@ jmc@
586 - stevesk@cvs.openbsd.org 2008/10/14 18:11:33
587 [sshconnect.c]
588 use #define ROQUIET here; no binary change. ok dtucker@
8d20b087 589 - stevesk@cvs.openbsd.org 2008/10/17 18:36:24
590 [ssh_config.5]
591 correct and clarify VisualHostKey; ok jmc@
25f93f2c 592 - stevesk@cvs.openbsd.org 2008/10/30 19:31:16
593 [clientloop.c sshd.c]
594 don't need to #include "monitor_fdpass.h"
b8974c94 595 - stevesk@cvs.openbsd.org 2008/10/31 15:05:34
596 [dispatch.c]
597 remove unused #define DISPATCH_MIN; ok markus@
e64399cc 598 - djm@cvs.openbsd.org 2008/11/01 04:50:08
599 [sshconnect2.c]
600 sprinkle ARGSUSED on dispatch handlers
601 nuke stale unusued prototype
2ea438c2 602 - stevesk@cvs.openbsd.org 2008/11/01 06:43:33
603 [channels.c]
604 fix some typos in log messages; ok djm@
9995aaa3 605 - sobrado@cvs.openbsd.org 2008/11/01 11:14:36
606 [ssh-keyscan.1 ssh-keyscan.c]
607 the ellipsis is not an optional argument; while here, improve spacing.
30573fea 608 - stevesk@cvs.openbsd.org 2008/11/01 17:40:33
609 [clientloop.c readconf.c readconf.h ssh.c]
610 merge dynamic forward parsing into parse_forward();
611 'i think this is OK' djm@
9bbba34b 612 - stevesk@cvs.openbsd.org 2008/11/02 00:16:16
613 [ttymodes.c]
614 protocol 2 tty modes support is now 7.5 years old so remove these
615 debug3()s; ok deraadt@
b626b7ae 616 - stevesk@cvs.openbsd.org 2008/11/03 01:07:02
617 [readconf.c]
618 remove valueless comment
c8eaf0ec 619 - stevesk@cvs.openbsd.org 2008/11/03 02:44:41
620 [readconf.c]
621 fix comment
fce91335 622 - (djm) [contrib/caldera/ssh-host-keygen contrib/suse/rc.sshd]
623 Make example scripts generate keys with default sizes rather than fixed,
624 non-default 1024 bits; patch from imorgan AT nas.nasa.gov
933e2f91 625 - (djm) [contrib/sshd.pam.generic contrib/caldera/sshd.pam]
626 [contrib/redhat/sshd.pam] Move pam_nologin to account group from
627 incorrect auth group in example files;
628 patch from imorgan AT nas.nasa.gov
94f36816 629
d6339843 63020080906
631 - (dtucker) [config.guess config.sub] Update to latest versions from
632 http://git.savannah.gnu.org/gitweb/ (2008-04-14 and 2008-06-16
633 respectively).
634
974ce4a0 63520080830
636 - (dtucker) [openbsd-compat/bsd-poll.c] correctly check for number of FDs
637 larger than FD_SETSIZE (OpenSSH only ever uses poll with one fd). Patch
638 from Nicholas Marriott.
639
e888d981 64020080721
641 - (djm) OpenBSD CVS Sync
642 - djm@cvs.openbsd.org 2008/07/23 07:36:55
643 [servconf.c]
644 do not try to print options that have been compile-time disabled
645 in config test mode (sshd -T); report from nix-corp AT esperi.org.uk
646 ok dtucker@
cee47c9f 647 - (djm) [servconf.c] Print UsePAM option in config test mode (when it
648 has been compiled in); report from nix-corp AT esperi.org.uk
649 ok dtucker@
e888d981 650
b14e719f 65120080721
652 - (djm) OpenBSD CVS Sync
653 - jmc@cvs.openbsd.org 2008/07/18 22:51:01
654 [sftp-server.8]
655 no need for .Pp before or after .Sh;
f3b93df3 656 - djm@cvs.openbsd.org 2008/07/21 08:19:07
657 [version.h]
658 openssh-5.1
11368183 659 - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
660 [contrib/suse/openssh.spec] Update version number in README and RPM specs
55d5db1c 661 - (djm) Release OpenSSH-5.1
b14e719f 662
e5df5ff2 66320080717
664 - (djm) OpenBSD CVS Sync
665 - djm@cvs.openbsd.org 2008/07/17 08:48:00
666 [sshconnect2.c]
667 strnvis preauth banner; pointed out by mpf@ ok markus@
2800468d 668 - djm@cvs.openbsd.org 2008/07/17 08:51:07
669 [auth2-hostbased.c]
670 strip trailing '.' from hostname when HostbasedUsesNameFromPacketOnly=yes
671 report and patch from res AT qoxp.net (bz#1200); ok markus@
d9d96f7a 672 - (dtucker) [openbsd-compat/bsd-cygwin_util.c] Remove long-unneeded compat
673 code, replace with equivalent cygwin library call. Patch from vinschen
3a69fb58 674 at redhat.com, ok djm@.
675 - (djm) [sshconnect2.c] vis.h isn't available everywhere
e5df5ff2 676
b8c9ea19 67720080716
678 - OpenBSD CVS Sync
679 - djm@cvs.openbsd.org 2008/07/15 02:23:14
680 [sftp.1]
681 number of pipelined requests is now 64;
682 prodded by Iain.Morgan AT nasa.gov
dfe666f6 683 - djm@cvs.openbsd.org 2008/07/16 11:51:14
684 [clientloop.c]
685 rename variable first_gc -> last_gc (since it is actually the last
686 in the list).
cdfbc829 687 - djm@cvs.openbsd.org 2008/07/16 11:52:19
688 [channels.c]
689 this loop index should be automatic, not static
b8c9ea19 690
322b3f02 69120080714
692 - (djm) OpenBSD CVS Sync
693 - sthen@cvs.openbsd.org 2008/07/13 21:22:52
694 [ssh-keygen.c]
695 Change "ssh-keygen -F [host] -l" to not display random art unless
696 -v is also specified, making it consistent with the manual and other
697 uses of -l.
698 ok grunk@
9fb764ab 699 - djm@cvs.openbsd.org 2008/07/13 22:13:07
700 [channels.c]
701 use struct sockaddr_storage instead of struct sockaddr for accept(2)
702 address argument. from visibilis AT yahoo.com in bz#1485; ok markus@
873722cc 703 - djm@cvs.openbsd.org 2008/07/13 22:16:03
704 [sftp.c]
705 increase number of piplelined requests so they properly fill the
706 (recently increased) channel window. prompted by rapier AT psc.edu;
707 ok markus@
66fba053 708 - djm@cvs.openbsd.org 2008/07/14 01:55:56
709 [sftp-server.8]
710 mention requirement for /dev/log inside chroot when using sftp-server
711 with ChrootDirectory
6c6bb9a6 712 - (djm) [openbsd-compat/bindresvport.c] Rename variables s/sin/in/ to
713 avoid clash with sin(3) function; reported by
714 cristian.ionescu-idbohrn AT axis.com
7be182d4 715 - (djm) [openbsd-compat/rresvport.c] Add unistd.h for missing close()
716 prototype; reported by cristian.ionescu-idbohrn AT axis.com
6a9c22a5 717 - (djm) [umac.c] Rename variable s/buffer_ptr/bufp/ to avoid clash;
718 reported by cristian.ionescu-idbohrn AT axis.com
7ea1abf7 719 - (djm) [contrib/cygwin/Makefile contrib/cygwin/ssh-host-config]
720 [contrib/cygwin/ssh-user-config contrib/cygwin/sshd-inetd]
721 Revamped and simplified Cygwin ssh-host-config script that uses
722 unified csih configuration tool. Requires recent Cygwin.
723 Patch from vinschen AT redhat.com
322b3f02 724
267d5589 72520080712
726 - (djm) OpenBSD CVS Sync
727 - djm@cvs.openbsd.org 2008/07/12 04:52:50
728 [channels.c]
729 unbreak; move clearing of cctx struct to before first use
730 reported by dkrause@
da9a823d 731 - djm@cvs.openbsd.org 2008/07/12 05:33:41
732 [scp.1]
733 better description for -i flag:
734 s/RSA authentication/public key authentication/
2ade01eb 735 - (djm) [openbsd-compat/fake-rfc2553.c openbsd-compat/fake-rfc2553.h]
736 return EAI_FAMILY when trying to lookup unsupported address family;
737 from vinschen AT redhat.com
267d5589 738
971deff8 73920080711
740 - (djm) OpenBSD CVS Sync
741 - stevesk@cvs.openbsd.org 2008/07/07 00:31:41
742 [ttymodes.c]
743 we don't need arg after the debug3() was removed. from lint.
744 ok djm@
d5b5b8f6 745 - stevesk@cvs.openbsd.org 2008/07/07 23:32:51
746 [key.c]
747 /*NOTREACHED*/ for lint warning:
748 warning: function key_equal falls off bottom without returning value
749 ok djm@
6eb3f18c 750 - markus@cvs.openbsd.org 2008/07/10 18:05:58
751 [channels.c]
752 missing bzero; from mickey; ok djm@
e8e08a80 753 - markus@cvs.openbsd.org 2008/07/10 18:08:11
754 [clientloop.c monitor.c monitor_wrap.c packet.c packet.h sshd.c]
755 sync v1 and v2 traffic accounting; add it to sshd, too;
756 ok djm@, dtucker@
971deff8 757
17969fcc 75820080709
759 - (djm) [Makefile.in] Print "all tests passed" when all regress tests pass
b5fc5d94 760 - (djm) [auth1.c] Fix format string vulnerability in protocol 1 PAM
761 account check failure path. The vulnerable format buffer is supplied
762 from PAM and should not contain attacker-supplied data.
78cb4705 763 - (djm) [auth.c] Missing unistd.h for close()
b5902374 764 - (djm) [configure.ac] Add -Wformat-security to CFLAGS for gcc 3.x and 4.x
17969fcc 765
3fde0623 76620080705
767 - (djm) [auth.c] Fixed test for locked account on HP/UX with shadowed
768 passwords disabled. bz#1083 report & patch from senthilkumar_sen AT
769 hotpop.com, w/ dtucker@
e8983917 770 - (djm) [atomicio.c configure.ac] Disable poll() fallback in atomiciov for
771 Tru64. readv doesn't seem to be a comparable object there.
772 bz#1386, patch from dtucker@ ok me
b8d635d0 773 - (djm) [Makefile.in] Pass though pass to conch for interop tests
6ed8a3ae 774 - (djm) [configure.ac] unbreak: remove extra closing brace
d38d9a80 775 - (djm) OpenBSD CVS Sync
776 - djm@cvs.openbsd.org 2008/07/04 23:08:25
777 [packet.c]
778 handle EINTR in packet_write_poll()l ok dtucker@
71709bcd 779 - djm@cvs.openbsd.org 2008/07/04 23:30:16
780 [auth1.c auth2.c]
781 Make protocol 1 MaxAuthTries logic match protocol 2's.
782 Do not treat the first protocol 2 authentication attempt as
783 a failure IFF it is for method "none".
784 Makes MaxAuthTries' user-visible behaviour identical for
785 protocol 1 vs 2.
786 ok dtucker@
3086db6e 787 - djm@cvs.openbsd.org 2008/07/05 05:16:01
788 [PROTOCOL]
789 grammar
3fde0623 790
a0d38609 79120080704
792 - (dtucker) OpenBSD CVS Sync
793 - djm@cvs.openbsd.org 2008/07/02 13:30:34
794 [auth2.c]
795 really really remove the freebie "none" auth try for protocol 2
6c777090 796 - djm@cvs.openbsd.org 2008/07/02 13:47:39
797 [ssh.1 ssh.c]
798 When forking after authentication ("ssh -f") with ExitOnForwardFailure
799 enabled, delay the fork until after replies for any -R forwards have
800 been seen. Allows for robust detection of -R forward failure when
801 using -f (similar to bz#92); ok dtucker@
f0b9fde3 802 - otto@cvs.openbsd.org 2008/07/03 21:46:58
803 [auth2-pubkey.c]
804 avoid nasty double free; ok dtucker@ djm@
cece208b 805 - djm@cvs.openbsd.org 2008/07/04 03:44:59
806 [servconf.c groupaccess.h groupaccess.c]
807 support negation of groups in "Match group" block (bz#1315); ok dtucker@
c54d3d1c 808 - dtucker@cvs.openbsd.org 2008/07/04 03:47:02
809 [monitor.c]
810 Make debug a little clearer. ok djm@
c7cbf377 811 - djm@cvs.openbsd.org 2008/06/30 08:07:34
812 [regress/key-options.sh]
813 shell portability: use "=" instead of "==" in test(1) expressions,
814 double-quote string with backslash escaped /
8a972082 815 - djm@cvs.openbsd.org 2008/06/30 10:31:11
816 [regress/{putty-transfer,putty-kex,putty-ciphers}.sh]
817 remove "set -e" left over from debugging
9b0c87d9 818 - djm@cvs.openbsd.org 2008/06/30 10:43:03
819 [regress/conch-ciphers.sh]
820 explicitly disable conch options that could interfere with the test
97e61398 821 - (dtucker) [sftp-server.c] Bug #1447: fall back to racy rename if link
822 returns EXDEV. Patch from Mike Garrison, ok djm@
5a0c8771 823 - (djm) [atomicio.c channels.c clientloop.c defines.h includes.h]
824 [packet.c scp.c serverloop.c sftp-client.c ssh-agent.c ssh-keyscan.c]
825 [sshd.c] Explicitly handle EWOULDBLOCK wherever we handle EAGAIN, on
826 some platforms (HP nonstop) it is a distinct errno;
827 bz#1467 reported by sconeu AT yahoo.com; ok dtucker@
828
8f02e0be 82920080702
830 - (dtucker) OpenBSD CVS Sync
831 - djm@cvs.openbsd.org 2008/06/30 08:05:59
832 [PROTOCOL.agent]
833 typo: s/constraint_date/constraint_data/
fb5582f7 834 - djm@cvs.openbsd.org 2008/06/30 12:15:39
835 [serverloop.c]
836 only pass channel requests on session channels through to the session
837 channel handler, avoiding spurious log messages; ok! markus@
4d92dbc1 838 - djm@cvs.openbsd.org 2008/06/30 12:16:02
839 [nchan.c]
840 only send eow@openssh.com notifications for session channels; ok! markus@
8fb1ddc9 841 - djm@cvs.openbsd.org 2008/06/30 12:18:34
842 [PROTOCOL]
843 clarify that eow@openssh.com is only sent on session channels
979b31ed 844 - dtucker@cvs.openbsd.org 2008/07/01 07:20:52
845 [sshconnect.c]
846 Check ExitOnForwardFailure if forwardings are disabled due to a failed
847 host key check. ok djm@
f9b45eaf 848 - dtucker@cvs.openbsd.org 2008/07/01 07:24:22
849 [sshconnect.c sshd.c]
850 Send CR LF during protocol banner exchanges, but only for Protocol 2 only,
851 in order to comply with RFC 4253. bz #1443, ok djm@
5ebed98d 852 - stevesk@cvs.openbsd.org 2008/07/01 23:12:47
853 [PROTOCOL.agent]
854 fix some typos; ok djm@
39ceddb7 855 - djm@cvs.openbsd.org 2008/07/02 02:24:18
856 [sshd_config sshd_config.5 sshd.8 servconf.c]
857 increase default size of ssh protocol 1 ephemeral key from 768 to 1024
858 bits; prodded by & ok dtucker@ ok deraadt@
f7c2a004 859 - dtucker@cvs.openbsd.org 2008/07/02 12:03:51
860 [auth-rsa.c auth.c auth2-pubkey.c auth.h]
861 Merge duplicate host key file checks, based in part on a patch from Rob
862 Holland via bz #1348 . Also checks for non-regular files during protocol
863 1 RSA auth. ok djm@
221fc73c 864 - djm@cvs.openbsd.org 2008/07/02 12:36:39
865 [auth2-none.c auth2.c]
866 Make protocol 2 MaxAuthTries behaviour a little more sensible:
867 Check whether client has exceeded MaxAuthTries before running
868 an authentication method and skip it if they have, previously it
869 would always allow one try (for "none" auth).
870 Preincrement failure count before post-auth test - previously this
871 checked and postincremented, also to allow one "none" try.
872 Together, these two changes always count the "none" auth method
873 which could be skipped by a malicious client (e.g. an SSH worm)
874 to get an extra attempt at a real auth method. They also make
875 MaxAuthTries=0 a useful way to block users entirely (esp. in a
876 sshd_config Match block).
877 Also, move sending of any preauth banner from "none" auth method
878 to the first call to input_userauth_request(), so worms that skip
879 the "none" method get to see it too.
8f02e0be 880
00b7389d 88120080630
882 - (djm) OpenBSD CVS Sync
883 - dtucker@cvs.openbsd.org 2008/06/10 23:13:43
884 [regress/Makefile regress/key-options.sh]
885 Add regress test for key options. ok djm@
86d745dc 886 - dtucker@cvs.openbsd.org 2008/06/11 23:11:40
014f1b23 887 [regress/Makefile]
86d745dc 888 Don't run cipher-speed test by default; mistakenly enabled by me
014f1b23 889 - djm@cvs.openbsd.org 2008/06/28 13:57:25
890 [regress/Makefile regress/test-exec.sh regress/conch-ciphers.sh]
891 very basic regress test against Twisted Conch in "make interop"
892 target (conch is available in ports/devel/py-twisted/conch);
893 ok markus@
8476b024 894 - (djm) [regress/Makefile] search for conch by path, like we do putty
00b7389d 895
aa47edcc 89620080629
897 - (djm) OpenBSD CVS Sync
898 - martynas@cvs.openbsd.org 2008/06/21 07:46:46
899 [sftp.c]
900 use optopt to get invalid flag, instead of return value of getopt,
901 which is always '?'; ok djm@
ccf0fcb6 902 - otto@cvs.openbsd.org 2008/06/25 11:13:43
903 [key.c]
904 add key length to visual fingerprint; zap magical constants;
905 ok grunk@ djm@
681efe9f 906 - djm@cvs.openbsd.org 2008/06/26 06:10:09
907 [sftp-client.c sftp-server.c]
908 allow the sftp chmod(2)-equivalent operation to set set[ug]id/sticky
909 bits. Note that this only affects explicit setting of modes (e.g. via
910 sftp(1)'s chmod command) and not file transfers. (bz#1310)
911 ok deraadt@ at c2k8
b080d398 912 - djm@cvs.openbsd.org 2008/06/26 09:19:40
913 [dh.c dh.h moduli.c]
914 when loading moduli from /etc/moduli in sshd(8), check that they
915 are of the expected "safe prime" structure and have had
916 appropriate primality tests performed;
917 feedback and ok dtucker@
7b3999b8 918 - grunk@cvs.openbsd.org 2008/06/26 11:46:31
919 [readconf.c readconf.h ssh.1 ssh_config.5 sshconnect.c]
920 Move SSH Fingerprint Visualization away from sharing the config option
921 CheckHostIP to an own config option named VisualHostKey.
922 While there, fix the behaviour that ssh would draw a random art picture
923 on every newly seen host even when the option was not enabled.
924 prodded by deraadt@, discussions,
925 help and ok markus@ djm@ dtucker@
2e8d3306 926 - jmc@cvs.openbsd.org 2008/06/26 21:11:46
927 [ssh.1]
928 add VisualHostKey to the list of options listed in -o;
cda43f66 929 - djm@cvs.openbsd.org 2008/06/28 07:25:07
930 [PROTOCOL]
931 spelling fixes
c525650a 932 - djm@cvs.openbsd.org 2008/06/28 13:58:23
933 [ssh-agent.c]
934 refuse to add a key that has unknown constraints specified;
935 ok markus
9ee2fb0e 936 - djm@cvs.openbsd.org 2008/06/28 14:05:15
937 [ssh-agent.c]
938 reset global compat flag after processing a protocol 2 signature
939 request with the legacy DSA encoding flag set; ok markus
ab3eb078 940 - djm@cvs.openbsd.org 2008/06/28 14:08:30
941 [PROTOCOL PROTOCOL.agent]
942 document the protocol used by ssh-agent; "looks ok" markus@
aa47edcc 943
f6351d4d 94420080628
945 - (djm) [RFC.nroff contrib/cygwin/Makefile contrib/suse/openssh.spec]
946 RFC.nroff lacks a license, remove it (it is long gone in OpenBSD).
947
bd6b3feb 94820080626
949 - (djm) [Makefile.in moduli.5] Include moduli(5) manpage from OpenBSD.
950 (bz#1372)
a32d8b38 951 - (djm) [ contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
952 [contrib/suse/openssh.spec] Include moduli.5 in RPM spec files.
bd6b3feb 953
b3784859 95420080616
955 - (dtucker) OpenBSD CVS Sync
956 - dtucker@cvs.openbsd.org 2008/06/16 13:22:53
957 [session.c channels.c]
958 Rename the isatty argument to is_tty so we don't shadow
959 isatty(3). ok markus@
245f4d36 960 - (dtucker) [channels.c] isatty -> is_tty here too.
b3784859 961
b55b0285 96220080615
963 - (dtucker) [configure.ac] Enable -fno-builtin-memset when using gcc.
081573fe 964 - OpenBSD CVS Sync
965 - dtucker@cvs.openbsd.org 2008/06/14 15:49:48
966 [sshd.c]
967 wrap long line at 80 chars
26512357 968 - dtucker@cvs.openbsd.org 2008/06/14 17:07:11
969 [sshd.c]
970 ensure default umask disallows at least group and world write; ok djm@
2608aa2b 971 - djm@cvs.openbsd.org 2008/06/14 18:33:43
972 [session.c]
973 suppress the warning message from chdir(homedir) failures
974 when chrooted (bz#1461); ok dtucker
49c5f262 975 - dtucker@cvs.openbsd.org 2008/06/14 19:42:10
976 [scp.1]
977 Mention that scp follows symlinks during -r. bz #1466,
978 from nectar at apple
d97287d3 979 - dtucker@cvs.openbsd.org 2008/06/15 16:55:38
980 [sshd_config.5]
981 MaxSessions is allowed in a Match block too
8086aeb2 982 - dtucker@cvs.openbsd.org 2008/06/15 16:58:40
983 [servconf.c sshd_config.5]
984 Allow MaxAuthTries within a Match block. ok djm@
c9478090 985 - djm@cvs.openbsd.org 2008/06/15 20:06:26
986 [channels.c channels.h session.c]
987 don't call isatty() on a pty master, instead pass a flag down to
988 channel_set_fds() indicating that te fds refer to a tty. Fixes a
989 hang on exit on Solaris (bz#1463) in portable but is actually
990 a generic bug; ok dtucker deraadt markus
b55b0285 991
add357c6 99220080614
993 - (djm) [openbsd-compat/sigact.c] Avoid NULL derefs in ancient sigaction
994 replacement code; patch from ighighi AT gmail.com in bz#1240;
995 ok dtucker
996
849d3ceb 99720080613
998 - (dtucker) OpenBSD CVS Sync
999 - deraadt@cvs.openbsd.org 2008/06/13 09:44:36
1000 [packet.c]
1001 compile on older gcc; no decl after code
52ad6b9a 1002 - dtucker@cvs.openbsd.org 2008/06/13 13:56:59
1003 [monitor.c]
1004 Clear key options in the monitor on failed authentication, prevents
1005 applying additional restrictions to non-pubkey authentications in
1006 the case where pubkey fails but another method subsequently succeeds.
1007 bz #1472, found by Colin Watson, ok markus@ djm@
1d0b7aaa 1008 - dtucker@cvs.openbsd.org 2008/06/13 14:18:51
1009 [auth2-pubkey.c auth-rhosts.c]
1010 Include unistd.h for close(), prevents warnings in -portable
a3f13d60 1011 - dtucker@cvs.openbsd.org 2008/06/13 17:21:20
1012 [mux.c]
1013 Friendlier error messages for mux fallback. ok djm@
a15e7da1 1014 - dtucker@cvs.openbsd.org 2008/06/13 18:55:22
1015 [scp.c]
1016 Prevent -Wsign-compare warnings on LP64 systems. bz #1192, ok deraadt@
990ada29 1017 - grunk@cvs.openbsd.org 2008/06/13 20:13:26
1018 [ssh.1]
1019 Explain the use of SSH fpr visualization using random art, and cite the
1020 original scientific paper inspiring that technique.
1021 Much help with English and nroff by jmc@, thanks.
596a825b 1022 - (dtucker) [configure.ac] Bug #1276: avoid linking against libgssapi, which
1023 despite its name doesn't seem to implement all of GSSAPI. Patch from
1024 Jan Engelhardt, sanity checked by Simon Wilkinson.
849d3ceb 1025
9754b94b 102620080612
1027 - (dtucker) OpenBSD CVS Sync
1028 - jmc@cvs.openbsd.org 2008/06/11 07:30:37
1029 [sshd.8]
1030 kill trailing whitespace;
aff73c5f 1031 - grunk@cvs.openbsd.org 2008/06/11 21:01:35
1032 [ssh_config.5 key.h readconf.c readconf.h ssh-keygen.1 ssh-keygen.c key.c
1033 sshconnect.c]
1034 Introduce SSH Fingerprint ASCII Visualization, a technique inspired by the
1035 graphical hash visualization schemes known as "random art", and by
1036 Dan Kaminsky's musings on the subject during a BlackOp talk at the
1037 23C3 in Berlin.
1038 Scientific publication (original paper):
1039 "Hash Visualization: a New Technique to improve Real-World Security",
1040 Perrig A. and Song D., 1999, International Workshop on Cryptographic
1041 Techniques and E-Commerce (CrypTEC '99)
1042 http://sparrow.ece.cmu.edu/~adrian/projects/validation/validation.pdf
1043 The algorithm used here is a worm crawling over a discrete plane,
1044 leaving a trace (augmenting the field) everywhere it goes.
1045 Movement is taken from dgst_raw 2bit-wise. Bumping into walls
1046 makes the respective movement vector be ignored for this turn,
1047 thus switching to the other color of the chessboard.
1048 Graphs are not unambiguous for now, because circles in graphs can be
1049 walked in either direction.
1050 discussions with several people,
1051 help, corrections and ok markus@ djm@
93778882 1052 - grunk@cvs.openbsd.org 2008/06/11 21:38:25
1053 [ssh-keygen.c]
1054 ssh-keygen -lv -f /etc/ssh/ssh_host_rsa_key.pub
1055 would not display you the random art as intended, spotted by canacar@
639211b7 1056 - grunk@cvs.openbsd.org 2008/06/11 22:20:46
1057 [ssh-keygen.c ssh-keygen.1]
1058 ssh-keygen would write fingerprints to STDOUT, and random art to STDERR,
1059 that is not how it was envisioned.
1060 Also correct manpage saying that -v is needed along with -l for it to work.
1061 spotted by naddy@
e3115002 1062 - otto@cvs.openbsd.org 2008/06/11 23:02:22
1063 [key.c]
1064 simpler way of computing the augmentations; ok grunk@
fe88400f 1065 - grunk@cvs.openbsd.org 2008/06/11 23:03:56
1066 [ssh_config.5]
1067 CheckHostIP set to ``fingerprint'' will display both hex and random art
1068 spotted by naddy@
97841001 1069 - grunk@cvs.openbsd.org 2008/06/11 23:51:57
1070 [key.c]
1071 #define statements that are not atoms need braces around them, else they
1072 will cause trouble in some cases.
1073 Also do a computation of -1 once, and not in a loop several times.
1074 spotted by otto@
e907df41 1075 - dtucker@cvs.openbsd.org 2008/06/12 00:03:49
1076 [dns.c canohost.c sshconnect.c]
1077 Do not pass "0" strings as ports to getaddrinfo because the lookups
1078 can slow things down and we never use the service info anyway. bz
1079 #859, patch from YOSHIFUJI Hideaki and John Devitofranceschi. ok
1080 deraadt@ djm@
1081 djm belives that the reason for the "0" strings is to ensure that
1082 it's not possible to call getaddrinfo with both host and port being
1083 NULL. In the case of canohost.c host is a local array. In the
1084 case of sshconnect.c, it's checked for null immediately before use.
1085 In dns.c it ultimately comes from ssh.c:main() and is guaranteed to
1086 be non-null but it's not obvious, so I added a warning message in
1087 case it is ever passed a null.
1088 - grunk@cvs.openbsd.org 2008/06/12 00:13:55
1089 [sshconnect.c]
1090 Make ssh print the random art also when ssh'ing to a host using IP only.
1091 spotted by naddy@, ok and help djm@ dtucker@
208cc0ee 1092 - otto@cvs.openbsd.org 2008/06/12 00:13:13
1093 [key.c]
1094 use an odd number of rows and columns and a separate start marker, looks
1095 better; ok grunk@
f17f705b 1096 - djm@cvs.openbsd.org 2008/06/12 03:40:52
1097 [clientloop.h mux.c channels.c clientloop.c channels.h]
1098 Enable ~ escapes for multiplex slave sessions; give each channel
1099 its own escape state and hook the escape filters up to muxed
1100 channels. bz #1331
1101 Mux slaves do not currently support the ~^Z and ~& escapes.
1102 NB. this change cranks the mux protocol version, so a new ssh
1103 mux client will not be able to connect to a running old ssh
1104 mux master.
1105 ok dtucker@
72becb62 1106 - djm@cvs.openbsd.org 2008/06/12 04:06:00
1107 [clientloop.h ssh.c clientloop.c]
1108 maintain an ordered queue of outstanding global requests that we
1109 expect replies to, similar to the per-channel confirmation queue.
1110 Use this queue to verify success or failure for remote forward
1111 establishment in a race free way.
1112 ok dtucker@
344f1d3d 1113 - djm@cvs.openbsd.org 2008/06/12 04:17:47
1114 [clientloop.c]
1115 thall shalt not code past the eightieth column
e8097dc9 1116 - djm@cvs.openbsd.org 2008/06/12 04:24:06
1117 [ssh.c]
1118 thal shalt not code past the eightieth column
9bcf03ce 1119 - djm@cvs.openbsd.org 2008/06/12 05:15:41
1120 [PROTOCOL]
1121 document tun@openssh.com forwarding method
aacab402 1122 - djm@cvs.openbsd.org 2008/06/12 05:32:30
1123 [mux.c]
1124 some more TODO for me
2bb50d23 1125 - grunk@cvs.openbsd.org 2008/06/12 05:42:46
1126 [key.c]
1127 supply the key type (rsa1, rsa, dsa) as a caption in the frame of the
1128 random art. while there, stress the fact that the field base should at
1129 least be 8 characters for the pictures to make sense.
1130 comment and ok djm@
1131 - grunk@cvs.openbsd.org 2008/06/12 06:32:59
1132 [key.c]
1133 We already mark the start of the worm, now also mark the end of the worm
1134 in our random art drawings.
1135 ok djm@
e74caf1e 1136 - djm@cvs.openbsd.org 2008/06/12 15:19:17
1137 [clientloop.h channels.h clientloop.c channels.c mux.c]
1138 The multiplexing escape char handler commit last night introduced a
1139 small memory leak per session; plug it.
e9d0b573 1140 - dtucker@cvs.openbsd.org 2008/06/12 16:35:31
1141 [ssh_config.5 ssh.c]
1142 keyword expansion for localcommand. ok djm@
a64f8307 1143 - jmc@cvs.openbsd.org 2008/06/12 19:10:09
1144 [ssh_config.5 ssh-keygen.1]
1145 tweak the ascii art text; ok grunk
bc2d97c8 1146 - dtucker@cvs.openbsd.org 2008/06/12 20:38:28
1147 [sshd.c sshconnect.c packet.h misc.c misc.h packet.c]
1148 Make keepalive timeouts apply while waiting for a packet, particularly
1149 during key renegotiation (bz #1363). With djm and Matt Day, ok djm@
ad39a852 1150 - djm@cvs.openbsd.org 2008/06/12 20:47:04
1151 [sftp-client.c]
1152 print extension revisions for extensions that we understand
07d8d480 1153 - djm@cvs.openbsd.org 2008/06/12 21:06:25
1154 [clientloop.c]
1155 I was coalescing expected global request confirmation replies at
1156 the wrong end of the queue - fix; prompted by markus@
31de76cc 1157 - grunk@cvs.openbsd.org 2008/06/12 21:14:46
1158 [ssh-keygen.c]
1159 make ssh-keygen -lf show the key type just as ssh-add -l would do it
1160 ok djm@ markus@
f97fb6ca 1161 - grunk@cvs.openbsd.org 2008/06/12 22:03:36
1162 [key.c]
1163 add my copyright, ok djm@
6d8216ff 1164 - ian@cvs.openbsd.org 2008/06/12 23:24:58
1165 [sshconnect.c]
1166 tweak wording in message, ok deraadt@ jmc@
2c83cd01 1167 - dtucker@cvs.openbsd.org 2008/06/13 00:12:02
1168 [sftp.h log.h]
1169 replace __dead with __attribute__((noreturn)), makes things
1170 a little easier to port. Also, add it to sigdie(). ok djm@
b97ea6eb 1171 - djm@cvs.openbsd.org 2008/06/13 00:16:49
1172 [mux.c]
1173 fall back to creating a new TCP connection on most multiplexing errors
1174 (socket connect fail, invalid version, refused permittion, corrupted
1175 messages, etc.); bz #1329 ok dtucker@
243cc316 1176 - dtucker@cvs.openbsd.org 2008/06/13 00:47:53
1177 [mux.c]
1178 upcast size_t to u_long to match format arg; ok djm@
041f11dc 1179 - dtucker@cvs.openbsd.org 2008/06/13 00:51:47
1180 [mac.c]
1181 upcast another size_t to u_long to match format
852eb76b 1182 - dtucker@cvs.openbsd.org 2008/06/13 01:38:23
1183 [misc.c]
1184 upcast uid to long with matching %ld, prevents warnings in portable
632f2669 1185 - djm@cvs.openbsd.org 2008/06/13 04:40:22
1186 [auth2-pubkey.c auth-rhosts.c]
1187 refuse to read ~/.shosts or ~/.ssh/authorized_keys that are not
1188 regular files; report from Solar Designer via Colin Watson in bz#1471
1189 ok dtucker@ deraadt
136d0181 1190 - (dtucker) [clientloop.c serverloop.c] channel_register_filter now
1191 takes 2 more args. with djm@
49190c3d 1192 - (dtucker) [defines.h] Bug #1112: __dead is, well dead. Based on a patch
1193 from Todd Vierling.
02e605ed 1194 - (dtucker) [auth-sia.c] Bug #1241: support password expiry on Tru64 SIA
1195 systems. Patch from R. Scott Bailey.
c694c610 1196 - (dtucker) [umac.c] STORE_UINT32_REVERSED and endian_convert are never used
1197 on big endian machines, so ifdef them for little-endian only to prevent
1198 unused function warnings on big-endians.
56f77432 1199 - (dtucker) [openbsd-compat/setenv.c] Make offsets size_t to prevent
1200 compiler warnings on some platforms. Based on a discussion with otto@
9754b94b 1201
554ebbed 120220080611
1203 - (djm) [channels.c configure.ac]
1204 Do not set SO_REUSEADDR on wildcard X11 listeners (X11UseLocalhost=no)
1205 bz#1464; ok dtucker
1206
15b5fa9b 120720080610
1208 - (dtucker) OpenBSD CVS Sync
1209 - djm@cvs.openbsd.org 2008/06/10 03:57:27
1210 [servconf.c match.h sshd_config.5]
1211 support CIDR address matching in sshd_config "Match address" blocks, with
1212 full support for negation and fall-back to classic wildcard matching.
1213 For example:
1214 Match address 192.0.2.0/24,3ffe:ffff::/32,!10.*
1215 PasswordAuthentication yes
1216 addrmatch.c code mostly lifted from flowd's addr.c
1217 feedback and ok dtucker@
8b671558 1218 - djm@cvs.openbsd.org 2008/06/10 04:17:46
1219 [sshd_config.5]
1220 better reference for pattern-list
1760c982 1221 - dtucker@cvs.openbsd.org 2008/06/10 04:50:25
1222 [sshd.c channels.h channels.c log.c servconf.c log.h servconf.h sshd.8]
1223 Add extended test mode (-T) and connection parameters for test mode (-C).
1224 -T causes sshd to write its effective configuration to stdout and exit.
1225 -C causes any relevant Match rules to be applied before output. The
1226 combination allows tesing of the parser and config files. ok deraadt djm
01e9e424 1227 - jmc@cvs.openbsd.org 2008/06/10 07:12:00
1228 [sshd_config.5]
1229 tweak previous;
3b42e3ac 1230 - jmc@cvs.openbsd.org 2008/06/10 08:17:40
1231 [sshd.8 sshd.c]
1232 - update usage()
1233 - fix SYNOPSIS, and sort options
1234 - some minor additional fixes
f0528444 1235 - dtucker@cvs.openbsd.org 2008/06/09 18:06:32
1236 [regress/test-exec.sh]
1237 Don't generate putty keys if we're not going to use them. ok djm
16d46c30 1238 - dtucker@cvs.openbsd.org 2008/06/10 05:23:32
1239 [regress/addrmatch.sh regress/Makefile]
1240 Regress test for Match CIDR rules. ok djm@
94edc013 1241 - dtucker@cvs.openbsd.org 2008/06/10 15:21:41
1242 [test-exec.sh]
1243 Use a more portable construct for checking if we're running a putty test
64c576e9 1244 - dtucker@cvs.openbsd.org 2008/06/10 15:28:49
1245 [test-exec.sh]
1246 Add quotes
f6748d7b 1247 - dtucker@cvs.openbsd.org 2008/06/10 18:21:24
1248 [ssh_config.5]
1249 clarify that Host patterns are space-separated. ok deraadt
3f0444ca 1250 - djm@cvs.openbsd.org 2008/06/10 22:15:23
1251 [PROTOCOL ssh.c serverloop.c]
1252 Add a no-more-sessions@openssh.com global request extension that the
1253 client sends when it knows that it will never request another session
1254 (i.e. when session multiplexing is disabled). This allows a server to
1255 disallow further session requests and terminate the session.
1256 Why would a non-multiplexing client ever issue additional session
1257 requests? It could have been attacked with something like SSH'jack:
1258 http://www.storm.net.nz/projects/7
1259 feedback & ok markus
b3b048d6 1260 - djm@cvs.openbsd.org 2008/06/10 23:06:19
1261 [auth-options.c match.c servconf.c addrmatch.c sshd.8]
1262 support CIDR address matching in .ssh/authorized_keys from="..." stanzas
1263 ok and extensive testing dtucker@
8fb12ef0 1264 - dtucker@cvs.openbsd.org 2008/06/10 23:21:34
1265 [bufaux.c]
1266 Use '\0' for a nul byte rather than unadorned 0. ok djm@
a6d05adf 1267 - dtucker@cvs.openbsd.org 2008/06/10 23:13:43
1268 [Makefile regress/key-options.sh]
1269 Add regress test for key options. ok djm@
edee47f5 1270 - (dtucker) [openbsd-compat/fake-rfc2553.h] Add sin6_scope_id to sockaddr_in6
1271 since the new CIDR code in addmatch.c references it.
1272 - (dtucker) [Makefile.in configure.ac regress/addrmatch.sh] Skip IPv6
1273 specific tests on platforms that don't do IPv6.
8ac1d2eb 1274 - (dtucker) [Makefile.in] Define TEST_SSH_IPV6 in make's arguments as well
1275 as environment.
0694c78f 1276 - (dtucker) [Makefile.in] Move addrmatch.o to libssh.a where it's needed now.
15b5fa9b 1277
10e804f4 127820080609
1279 - (dtucker) OpenBSD CVS Sync
1280 - dtucker@cvs.openbsd.org 2008/06/08 17:04:41
1281 [sftp-server.c]
1282 Add case for ENOSYS in errno_to_portable; ok deraadt
5a3cde15 1283 - dtucker@cvs.openbsd.org 2008/06/08 20:15:29
1284 [sftp.c sftp-client.c sftp-client.h]
1285 Have the sftp client store the statvfs replies in wire format,
1286 which prevents problems when the server's native sizes exceed the
1287 client's.
1288 Also extends the sizes of the remaining 32bit wire format to 64bit,
1289 they're specified as unsigned long in the standard.
7290afcb 1290 - dtucker@cvs.openbsd.org 2008/06/09 13:02:39
2626070f 1291 [sftp-server.c]
7290afcb 1292 Extend 32bit -> 64bit values for statvfs extension missed in previous
1293 commit.
2626070f 1294 - dtucker@cvs.openbsd.org 2008/06/09 13:38:46
1295 [PROTOCOL]
1296 Use a $OpenBSD tag so our scripts will sync changes.
10e804f4 1297
22f5e872 129820080608
1299 - (dtucker) [configure.ac defines.h sftp-client.c sftp-server.c sftp.c
1300 openbsd-compat/Makefile.in openbsd-compat/openbsd-compat.h
1301 openbsd-compat/bsd-statvfs.{c,h}] Add a null implementation of statvfs and
1302 fstatvfs and remove #defines around statvfs code. ok djm@
7a4f468b 1303 - (dtucker) [configure.ac defines.h sftp-client.c M sftp-server.c] Add a
1304 macro to convert fsid to unsigned long for platforms where fsid is a
1305 2-member array.
22f5e872 1306
0894bbed 130720080607
1308 - (dtucker) [mux.c] Include paths.h inside ifdef HAVE_PATHS_H.
4538e135 1309 - (dtucker) [configure.ac defines.h sftp-client.c sftp-server.c sftp.c]
1310 Do not enable statvfs extensions on platforms that do not have statvfs.
2abb1ef5 1311 - (dtucker) OpenBSD CVS Sync
1312 - djm@cvs.openbsd.org 2008/05/19 06:14:02
1313 [packet.c] unbreak protocol keepalive timeouts bz#1465; ok dtucker@
82bb6f20 1314 - djm@cvs.openbsd.org 2008/05/19 15:45:07
1315 [sshtty.c ttymodes.c sshpty.h]
1316 Fix sending tty modes when stdin is not a tty (bz#1199). Previously
1317 we would send the modes corresponding to a zeroed struct termios,
1318 whereas we should have been sending an empty list of modes.
1319 Based on patch from daniel.ritz AT alcatel.ch; ok dtucker@ markus@
048acbeb 1320 - djm@cvs.openbsd.org 2008/05/19 15:46:31
1321 [ssh-keygen.c]
1322 support -l (print fingerprint) in combination with -F (find host) to
1323 search for a host in ~/.ssh/known_hosts and display its fingerprint;
1324 ok markus@
4651c790 1325 - djm@cvs.openbsd.org 2008/05/19 20:53:52
1326 [clientloop.c]
1327 unbreak tree by committing this bit that I missed from:
1328 Fix sending tty modes when stdin is not a tty (bz#1199). Previously
1329 we would send the modes corresponding to a zeroed struct termios,
1330 whereas we should have been sending an empty list of modes.
1331 Based on patch from daniel.ritz AT alcatel.ch; ok dtucker@ markus@
0894bbed 1332
07e61b8a 133320080604
1334 - (djm) [openbsd-compat/bsd-arc4random.c] Fix math bug that caused bias
1335 in arc4random_uniform with upper_bound in (2^30,2*31). Note that
1336 OpenSSH did not make requests with upper bounds in this range.
1337
b3ef88dc 133820080519
1339 - (djm) [configure.ac mux.c sftp.c openbsd-compat/Makefile.in]
1340 [openbsd-compat/fmt_scaled.c openbsd-compat/openbsd-compat.h]
1341 Fix compilation on Linux, including pulling in fmt_scaled(3)
1342 implementation from OpenBSD's libutil.
1343
9b04dbaa 134420080518
1345 - (djm) OpenBSD CVS Sync
1346 - djm@cvs.openbsd.org 2008/04/04 05:14:38
1347 [sshd_config.5]
1348 ChrootDirectory is supported in Match blocks (in fact, it is most useful
1349 there). Spotted by Minstrel AT minstrel.org.uk
5b76e3ef 1350 - djm@cvs.openbsd.org 2008/04/04 06:44:26
1351 [sshd_config.5]
1352 oops, some unrelated stuff crept into that commit - backout.
1353 spotted by jmc@
ade21243 1354 - djm@cvs.openbsd.org 2008/04/05 02:46:02
1355 [sshd_config.5]
1356 HostbasedAuthentication is supported under Match too
185adaf8 1357 - (djm) [openbsd-compat/bsd-arc4random.c openbsd-compat/openbsd-compat.c]
1358 [configure.ac] Implement arc4random_buf(), import implementation of
1359 arc4random_uniform() from OpenBSD
936e7c8c 1360 - (djm) [openbsd-compat/bsd-arc4random.c] Warning fixes
c49ce62e 1361 - (djm) [openbsd-compat/port-tun.c] needs sys/queue.h
c1d152b8 1362 - (djm) OpenBSD CVS Sync
1363 - djm@cvs.openbsd.org 2008/04/13 00:22:17
1364 [dh.c sshd.c]
1365 Use arc4random_buf() when requesting more than a single word of output
1366 Use arc4random_uniform() when the desired random number upper bound
1367 is not a power of two
1368 ok deraadt@ millert@
360b43ab 1369 - djm@cvs.openbsd.org 2008/04/18 12:32:11
1370 [sftp-client.c sftp-client.h sftp-server.c sftp.1 sftp.c sftp.h]
1371 introduce sftp extension methods statvfs@openssh.com and
1372 fstatvfs@openssh.com that implement statvfs(2)-like operations,
1373 based on a patch from miklos AT szeredi.hu (bz#1399)
1374 also add a "df" command to the sftp client that uses the
1375 statvfs@openssh.com to produce a df(1)-like display of filesystem
1376 space and inode utilisation
1377 ok markus@
ea530517 1378 - jmc@cvs.openbsd.org 2008/04/18 17:15:47
1379 [sftp.1]
1380 macro fixage;
48fbfda0 1381 - djm@cvs.openbsd.org 2008/04/18 22:01:33
1382 [session.c]
1383 remove unneccessary parentheses
0bb7755b 1384 - otto@cvs.openbsd.org 2008/04/29 11:20:31
1385 [monitor_mm.h]
1386 garbage collect two unused fields in struct mm_master; ok markus@
c47ff7a6 1387 - djm@cvs.openbsd.org 2008/04/30 10:14:03
1388 [ssh-keyscan.1 ssh-keyscan.c]
1389 default to rsa (protocol 2) keys, instead of rsa1 keys; spotted by
1390 larsnooden AT openoffice.org
43c3f85c 1391 - pyr@cvs.openbsd.org 2008/05/07 05:49:37
1392 [servconf.c servconf.h session.c sshd_config.5]
1393 Enable the AllowAgentForwarding option in sshd_config (global and match
1394 context), to specify if agents should be permitted on the server.
1395 As the man page states:
1396 ``Note that disabling Agent forwarding does not improve security
1397 unless users are also denied shell access, as they can always install
1398 their own forwarders.''
1399 ok djm@, ok and a mild frown markus@
5c7e2b47 1400 - pyr@cvs.openbsd.org 2008/05/07 06:43:35
1401 [sshd_config]
1402 push the sshd_config bits in, spotted by ajacoutot@
94569631 1403 - jmc@cvs.openbsd.org 2008/05/07 08:00:14
1404 [sshd_config.5]
1405 sort;
17f02f0a 1406 - markus@cvs.openbsd.org 2008/05/08 06:59:01
1407 [bufaux.c buffer.h channels.c packet.c packet.h]
1408 avoid extra malloc/copy/free when receiving data over the net;
1409 ~10% speedup for localhost-scp; ok djm@
3593bdc0 1410 - djm@cvs.openbsd.org 2008/05/08 12:02:23
1411 [auth-options.c auth1.c channels.c channels.h clientloop.c gss-serv.c]
1412 [monitor.c monitor_wrap.c nchan.c servconf.c serverloop.c session.c]
1413 [ssh.c sshd.c]
1414 Implement a channel success/failure status confirmation callback
1415 mechanism. Each channel maintains a queue of callbacks, which will
1416 be drained in order (RFC4253 guarantees confirm messages are not
1417 reordered within an channel).
1418 Also includes a abandonment callback to clean up if a channel is
1419 closed without sending confirmation messages. This probably
1420 shouldn't happen in compliant implementations, but it could be
1421 abused to leak memory.
1422 ok markus@ (as part of a larger diff)
c6dca55e 1423 - djm@cvs.openbsd.org 2008/05/08 12:21:16
1424 [monitor.c monitor_wrap.c session.h servconf.c servconf.h session.c]
1425 [sshd_config sshd_config.5]
1426 Make the maximum number of sessions run-time controllable via
1427 a sshd_config MaxSessions knob. This is useful for disabling
1428 login/shell/subsystem access while leaving port-forwarding working
1429 (MaxSessions 0), disabling connection multiplexing (MaxSessions 1) or
1430 simply increasing the number of allows multiplexed sessions.
1431 Because some bozos are sure to configure MaxSessions in excess of the
1432 number of available file descriptors in sshd (which, at peak, might be
1433 as many as 9*MaxSessions), audit sshd to ensure that it doesn't leak fds
1434 on error paths, and make it fail gracefully on out-of-fd conditions -
1435 sending channel errors instead of than exiting with fatal().
1436 bz#1090; MaxSessions config bits and manpage from junyer AT gmail.com
1437 ok markus@
95d3c124 1438 - djm@cvs.openbsd.org 2008/05/08 13:06:11
1439 [clientloop.c clientloop.h ssh.c]
1440 Use new channel status confirmation callback system to properly deal
1441 with "important" channel requests that fail, in particular command exec,
1442 shell and subsystem requests. Previously we would optimistically assume
1443 that the requests would always succeed, which could cause hangs if they
1444 did not (e.g. when the server runs out of fds) or were unimplemented by
1445 the server (bz #1384)
1446 Also, properly report failing multiplex channel requests via the mux
1447 client stderr (subject to LogLevel in the mux master) - better than
1448 silently failing.
1449 most bits ok markus@ (as part of a larger diff)
e07e21ad 1450 - djm@cvs.openbsd.org 2008/05/09 04:55:56
1451 [channels.c channels.h clientloop.c serverloop.c]
1452 Try additional addresses when connecting to a port forward destination
1453 whose DNS name resolves to more than one address. The previous behaviour
1454 was to try the first address and give up.
1455 Reported by stig AT venaas.com in bz#343
1456 great feedback and ok markus@
3bcced4c 1457 - djm@cvs.openbsd.org 2008/05/09 14:18:44
1458 [clientloop.c clientloop.h ssh.c mux.c]
1459 tidy up session multiplexing code, moving it into its own file and
1460 making the function names more consistent - making ssh.c and
1461 clientloop.c a fair bit more readable.
1462 ok markus@
6cd3e678 1463 - djm@cvs.openbsd.org 2008/05/09 14:26:08
1464 [ssh.c]
1465 dingo stole my diff hunk
ee7c3e92 1466 - markus@cvs.openbsd.org 2008/05/09 16:16:06
1467 [session.c]
1468 re-add the USE_PIPES code and enable it.
1469 without pipes shutdown-read from the sshd does not trigger
1470 a SIGPIPE when the forked program does a write.
1471 ok djm@
1472 (Id sync only, USE_PIPES never left portable OpenSSH)
271f4a13 1473 - markus@cvs.openbsd.org 2008/05/09 16:17:51
1474 [channels.c]
1475 error-fd race: don't enable the error fd in the select bitmask
1476 for channels with both in- and output closed, since the channel
1477 will go away before we call select();
1478 report, lots of debugging help and ok djm@
50c96367 1479 - markus@cvs.openbsd.org 2008/05/09 16:21:13
1480 [channels.h clientloop.c nchan.c serverloop.c]
1481 unbreak
1482 ssh -2 localhost od /bin/ls | true
1483 ignoring SIGPIPE by adding a new channel message (EOW) that signals
1484 the peer that we're not interested in any data it might send.
1485 fixes bz #85; discussion, debugging and ok djm@
d5820099 1486 - pvalchev@cvs.openbsd.org 2008/05/12 20:52:20
1487 [umac.c]
1488 Ensure nh_result lies on a 64-bit boundary (fixes warnings observed
1489 on Itanium on Linux); from Dale Talcott (bug #1462); ok djm@
56b12440 1490 - djm@cvs.openbsd.org 2008/05/15 23:52:24
1491 [nchan2.ms]
1492 document eow message in ssh protocol 2 channel state machine;
1493 feedback and ok markus@
f8db3345 1494 - djm@cvs.openbsd.org 2008/05/18 21:29:05
1495 [sftp-server.c]
1496 comment extension announcement
8be03682 1497 - djm@cvs.openbsd.org 2008/05/16 08:30:42
1498 [PROTOCOL]
1499 document our protocol extensions and deviations; ok markus@
1500 - djm@cvs.openbsd.org 2008/05/17 01:31:56
1501 [PROTOCOL]
1502 grammar and correctness fixes from stevesk@
9b04dbaa 1503
490c3105 150420080403
1505 - (djm) [openbsd-compat/bsd-poll.c] Include stdlib.h to avoid compile-
1506 time warnings on LynxOS. Patch from ops AT iki.fi
1ebb73e4 1507 - (djm) Force string arguments to replacement setproctitle() though
1508 strnvis first. Ok dtucker@
490c3105 1509
2b363e83 151020080403
1511 - (djm) OpenBSD CVS sync:
1512 - markus@cvs.openbsd.org 2008/04/02 15:36:51
1513 [channels.c]
1514 avoid possible hijacking of x11-forwarded connections (back out 1.183)
1515 CVE-2008-1483; ok djm@
adb7acbc 1516 - jmc@cvs.openbsd.org 2008/03/27 22:37:57
1517 [sshd.8]
1518 remove trailing whitespace;
53e0dc70 1519 - djm@cvs.openbsd.org 2008/04/03 09:50:14
1520 [version.h]
1521 openssh-5.0
31b1b2c8 1522 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
1523 [contrib/suse/openssh.spec] Crank version numbers in RPM spec files
dd052df9 1524 - (djm) [README] Update link to release notes
098ebea7 1525 - (djm) Release 5.0p1
This page took 0.437983 seconds and 5 git commands to generate.