]> andersk Git - openssh.git/blame - ChangeLog
- Added 'DESTDIR' option to Makefile to ease package building. Patch from
[openssh.git] / ChangeLog
CommitLineData
bfae20ad 120000125
2 - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
3 <andre.lucas@dial.pipex.com>
07b0cb78 4 - Reorder PAM initialisation so it does not mess up lastlog. Reported
5 by Andre Lucas <andre.lucas@dial.pipex.com>
9755cbdb 6 - Use preformatted manpages on SCO, report from Gary E. Miller
7 <gem@rellim.com>
8 - New URL for x11-ssh-askpass.
7e31dc81 9 - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
10 <jmknoble@pobox.com>
ff8ecdb8 11 - Added 'DESTDIR' option to Makefile to ease package building. Patch from
12 Jim Knoble <jmknoble@pobox.com>
13 - Updated RPM spec files to use DESTDIR
bfae20ad 14
bb58aa4b 1520000124
16 - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
17 increment)
18
d45317d8 1920000123
20 - OpenBSD CVS:
21 - [packet.c]
22 getsockname() requires initialized tolen; andy@guildsoftware.com
4c40f834 23 - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
24 <drankin@bohemians.lexington.ky.us>
12aa90af 25 - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
d45317d8 26
e844f761 2720000122
28 - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
29 <bent@clark.net>
c54a6257 30 - Merge preformatted manpage patch from Andre Lucas
31 <andre.lucas@dial.pipex.com>
8eb34e02 32 - Make IPv4 use the default in RPM packages
33 - Irix uses preformatted manpages
1e64903d 34 - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
35 <Holger.Trapp@Informatik.TU-Chemnitz.DE>
9bc5ddfe 36 - OpenBSD CVS updates:
37 - [packet.c]
38 use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
39 from Holger.Trapp@Informatik.TU-Chemnitz.DE
40 - [sshd.c]
41 log with level log() not fatal() if peer behaves badly.
42 - [readpass.c]
43 instead of blocking SIGINT, catch it ourselves, so that we can clean
44 the tty modes up and kill ourselves -- instead of our process group
45 leader (scp, cvs, ...) going away and leaving us in noecho mode.
46 people with cbreak shells never even noticed..
399d9d44 47 - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
48 ie. -> i.e.,
e844f761 49
4c8ef3fb 5020000120
51 - Don't use getaddrinfo on AIX
7b2ea3a1 52 - Update to latest OpenBSD CVS:
53 - [auth-rsa.c]
54 - fix user/1056, sshd keeps restrictions; dbt@meat.net
55 - [sshconnect.c]
56 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
57 - destroy keys earlier
d468fc76 58 - split key exchange (kex) and user authentication (user-auth),
59 ok: provos@
7b2ea3a1 60 - [sshd.c]
61 - no need for poll.h; from bright@wintelcom.net
62 - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
d468fc76 63 - split key exchange (kex) and user authentication (user-auth),
64 ok: provos@
f3bba493 65 - Big manpage and config file cleanup from Andre Lucas
66 <andre.lucas@dial.pipex.com>
5f4fdfae 67 - Re-added latest (unmodified) OpenBSD manpages
47f9a56a 68 - Doc updates
d468fc76 69 - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
70 Christos Zoulas <christos@netbsd.org>
4c8ef3fb 71
082bbfb3 7220000119
20af321f 73 - SCO compile fixes from Gary E. Miller <gem@rellim.com>
082bbfb3 74 - Compile fix from Darren_Hall@progressive.com
59e76f33 75 - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
76 addresses using getaddrinfo(). Added a configure switch to make the
77 default lookup mode AF_INET
082bbfb3 78
a63a7f37 7920000118
80 - Fixed --with-pid-dir option
51a6baf8 81 - Makefile fix from Gary E. Miller <gem@rellim.com>
976f7e19 82 - Compile fix for HPUX and Solaris from Andre Lucas
83 <andre.lucas@dial.pipex.com>
a63a7f37 84
f914c7fb 8520000117
86 - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
87 port, ignore EINVAL errors (Linux) when searching for free port.
de93b046 88 - Revert __snprintf -> snprintf aliasing. Apparently Solaris
89 __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
9b363e1c 90 - Document location of Redhat PAM file in INSTALL.
80a44451 91 - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
92 INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
f4a7cf29 93 deliver (no IPv6 kernel support)
80a44451 94 - Released 1.2.1pre27
f914c7fb 95
f4a7cf29 96 - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
cf8ad170 97 - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
98 <jhuuskon@hytti.uku.fi>
691a8a9f 99 - Fix hang on logout if processes are still using the pty. Needs
100 further testing.
5957fd29 101 - Patch from Christos Zoulas <christos@zoulas.com>
102 - Try $prefix first when looking for OpenSSL.
103 - Include sys/types.h when including sys/socket.h in test programs
19d9ac2a 104 - Substitute PID directory in sshd.8. Suggestion from Andrew
105 Stribblehill <a.d.stribblehill@durham.ac.uk>
f4a7cf29 106
47e45e44 10720000116
108 - Renamed --with-xauth-path to --with-xauth
109 - Added --with-pid-dir option
110 - Released 1.2.1pre26
111
a82ef8ae 112 - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
66be05a1 113 - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
114 openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
a82ef8ae 115
5cdfe03f 11620000115
117 - Add --with-xauth-path configure directive and explicit test for
118 /usr/openwin/bin/xauth for Solaris systems. Report from Anders
119 Nordby <anders@fix.no>
120 - Fix incorrect detection of /dev/ptmx on Linux systems that lack
121 openpty. Report from John Seifarth <john@waw.be>
122 - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
123 sys/types.h. Fixes problems on SCO, report from Gary E. Miller
124 <gem@rellim.com>
125 - Use __snprintf and __vnsprintf if they are found where snprintf and
126 vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
127 and others.
128
48e671d5 12920000114
130 - Merged OpenBSD IPv6 patch:
131 - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
132 [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
133 [hostfile.c sshd_config]
134 ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
135 features: sshd allows multiple ListenAddress and Port options. note
136 that libwrap is not IPv6-ready. (based on patches from
137 fujiwara@rcac.tdi.co.jp)
138 - [ssh.c canohost.c]
139 more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
140 from itojun@
141 - [channels.c]
142 listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
143 - [packet.h]
144 allow auth-kerberos for IPv4 only
145 - [scp.1 sshd.8 servconf.h scp.c]
146 document -4, -6, and 'ssh -L 2022/::1/22'
147 - [ssh.c]
148 'ssh @host' is illegal (null user name), from
149 karsten@gedankenpolizei.de
150 - [sshconnect.c]
151 better error message
152 - [sshd.c]
153 allow auth-kerberos for IPv4 only
154 - Big IPv6 merge:
155 - Cleanup overrun in sockaddr copying on RHL 6.1
156 - Replacements for getaddrinfo, getnameinfo, etc based on versions
157 from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
158 - Replacement for missing structures on systems that lack IPv6
159 - record_login needed to know about AF_INET6 addresses
160 - Borrowed more code from OpenBSD: rresvport_af and requisites
161
2598df62 16220000110
163 - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
164
b8a0310d 16520000107
166 - New config.sub and config.guess to fix problems on SCO. Supplied
167 by Gary E. Miller <gem@rellim.com>
b6a98a85 168 - SCO build fix from Gary E. Miller <gem@rellim.com>
2598df62 169 - Released 1.2.1pre25
b8a0310d 170
dfb95100 17120000106
172 - Documentation update & cleanup
173 - Better KrbIV / AFS detection, based on patch from:
174 Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
175
b9795b89 17620000105
177 - Fixed annoying DES corruption problem. libcrypt has been
178 overriding symbols in libcrypto. Removed libcrypt and crypt.h
179 altogether (libcrypto includes its own crypt(1) replacement)
180 - Added platform-specific rules for Irix 6.x. Included warning that
181 they are untested.
182
a1ec4d79 18320000103
184 - Add explicit make rules for files proccessed by fixpaths.
185 - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
186 <tnh@kondara.org>
607d73e6 187 - Removed "nullok" directive from default PAM configuration files.
188 Added information on enabling EmptyPasswords on openssh+PAM in
189 UPGRADING file.
e02735bb 190 - OpenBSD CVS updates
191 - [ssh-agent.c]
192 cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
193 dgaudet@arctic.org
194 - [sshconnect.c]
195 compare correct version for 1.3 compat mode
a1ec4d79 196
93c7f644 19720000102
198 - Prevent multiple inclusion of config.h and defines.h. Suggested
199 by Andre Lucas <andre.lucas@dial.pipex.com>
200 - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
201 <dgaudet@arctic.org>
202
76b8607f 20319991231
204 - Fix password support on systems with a mixture of shadowed and
205 non-shadowed passwords (e.g. NIS). Report and fix from
206 HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
723221b5 207 - Fix broken autoconf typedef detection. Report from Marc G.
208 Fournier <marc.fournier@acadiau.ca>
b92964b7 209 - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
210 <Franz.Sirl-kernel@lauterbach.com>
a6ddc88b 211 - Prevent typedefs from being compiled more than once. Report from
212 Marc G. Fournier <marc.fournier@acadiau.ca>
4811cc0b 213 - Fill in ut_utaddr utmp field. Report from Benjamin Charron
214 <iretd@bigfoot.com>
c43d69a9 215 - Really fix broken default path. Fix from Jim Knoble
216 <jmknoble@pobox.com>
ae3a3d31 217 - Remove test for quad_t. No longer needed.
76a8e733 218 - Released 1.2.1pre24
219
220 - Added support for directory-based lastlogs
221 - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
76b8607f 222
13f825f4 22319991230
224 - OpenBSD CVS updates:
225 - [auth-passwd.c]
226 check for NULL 1st
a5c9cd31 227 - Removed most of the pam code into its own file auth-pam.[ch]. This
228 cleaned up sshd.c up significantly.
76b8607f 229 - PAM authentication was incorrectly interpreting
230 "PermitRootLogin without-password". Report from Matthias Andree
231 <ma@dt.e-technik.uni-dortmund.de
a5c9cd31 232 - Several other cleanups
0bc5b6fb 233 - Merged Dante SOCKS support patch from David Rankin
234 <drankin@bohemians.lexington.ky.us>
235 - Updated documentation with ./configure options
76b8607f 236 - Released 1.2.1pre23
13f825f4 237
c73a0cb5 23819991229
239 - Applied another NetBSD portability patch from David Rankin
240 <drankin@bohemians.lexington.ky.us>
241 - Fix --with-default-path option.
a0f84251 242 - Autodetect perl, patch from David Rankin
243 <drankin@bohemians.lexington.ky.us>
0a2ff95d 244 - Print whether OpenSSH was compiled with RSARef, patch from
245 Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
f91bacbd 246 - Calls to pam_setcred, patch from Nalin Dahyabhai
247 <nalin@thermo.stat.ncsu.edu>
e3a93db0 248 - Detect missing size_t and typedef it.
5ab44a92 249 - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
250 - Minor Makefile cleaning
c73a0cb5 251
b6019d68 25219991228
253 - Replacement for getpagesize() for systems which lack it
70e0115b 254 - NetBSD login.c compile fix from David Rankin
255 <drankin@bohemians.lexington.ky.us>
256 - Fully set ut_tv if present in utmp or utmpx
d94aa2ae 257 - Portability fixes for Irix 5.3 (now compiles OK!)
258 - autoconf and other misc cleanups
ea1970a3 259 - Merged AIX patch from Darren Hall <dhall@virage.org>
260 - Cleaned up defines.h
fa9a2dd6 261 - Released 1.2.1pre22
b6019d68 262
d2dcff5f 26319991227
264 - Automatically correct paths in manpages and configuration files. Patch
265 and script from Andre Lucas <andre.lucas@dial.pipex.com>
266 - Removed credits from README to CREDITS file, updated.
cb807f40 267 - Added --with-default-path to specify custom path for server
268 - Removed #ifdef trickery from acconfig.h into defines.h
36a5b38e 269 - PAM bugfix. PermitEmptyPassword was being ignored.
270 - Fixed PAM config files to allow empty passwords if server does.
271 - Explained spurious PAM auth warning workaround in UPGRADING
21feb5fa 272 - Use last few chars of tty line as ut_id
5a7794be 273 - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
00e6dd70 274 - OpenBSD CVS updates:
275 - [packet.h auth-rhosts.c]
276 check format string for packet_disconnect and packet_send_debug, too
277 - [channels.c]
278 use packet_get_maxsize for channels. consistence.
d2dcff5f 279
f74efc8d 28019991226
281 - Enabled utmpx support by default for Solaris
282 - Cleanup sshd.c PAM a little more
bc7ea646 283 - Revised RPM package to include Jim Knoble's <jmknoble@pobox.com>
284 X11 ssh-askpass program.
20c43d8c 285 - Disable logging of PAM success and failures, PAM is verbose enough.
286 Unfortunatly there is currently no way to disable auth failure
287 messages. Mention this in UPGRADING file and sent message to PAM
288 developers
83b7f649 289 - OpenBSD CVS update:
290 - [ssh-keygen.1 ssh.1]
291 remove ref to .ssh/random_seed, mention .ssh/environment in
292 .Sh FILES, too
72251cb6 293 - Released 1.2.1pre21
294 - Fixed implicit '.' in default path, report from Jim Knoble
295 <jmknoble@pobox.com>
30a39691 296 - Redhat RPM spec fixes from Jim Knoble <jmknoble@pobox.com>
f74efc8d 297
f498ed15 29819991225
299 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
300 - Cleanup of auth-passwd.c for shadow and MD5 passwords
301 - Cleanup and bugfix of PAM authentication code
f74efc8d 302 - Released 1.2.1pre20
303
304 - Merged fixes from Ben Taylor <bent@clark.net>
305 - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
306 - Disabled logging of PAM password authentication failures when password
307 is empty. (e.g start of authentication loop). Reported by Naz
308 <96na@eng.cam.ac.uk>)
f498ed15 309
31019991223
311 - Merged later HPUX patch from Andre Lucas
312 <andre.lucas@dial.pipex.com>
313 - Above patch included better utmpx support from Ben Taylor
f74efc8d 314 <bent@clark.net>
f498ed15 315
eef6f7e9 31619991222
317 - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
318 <pope@netguide.dk>
ae28776a 319 - Fix login.c breakage on systems which lack ut_host in struct
320 utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
eef6f7e9 321
a7effaac 32219991221
323 - Integration of large HPUX patch from Andre Lucas
324 <andre.lucas@dial.pipex.com>. Integrating it had a few other
325 benefits:
326 - Ability to disable shadow passwords at configure time
327 - Ability to disable lastlog support at configure time
328 - Support for IP address in $DISPLAY
ae2f7af7 329 - OpenBSD CVS update:
330 - [sshconnect.c]
331 say "REMOTE HOST IDENTIFICATION HAS CHANGED"
59dd7a31 332 - Fix DISABLE_SHADOW support
333 - Allow MD5 passwords even if shadow passwords are disabled
16034de9 334 - Release 1.2.1pre19
a7effaac 335
3f1d9bcd 33619991218
337 - Redhat init script patch from Chun-Chung Chen
338 <cjj@u.washington.edu>
7e1c2490 339 - Avoid breakage on systems without IPv6 headers
3f1d9bcd 340
60d804c8 34119991216
342 - Makefile changes for Solaris from Peter Kocks
343 <peter.kocks@baygate.com>
89cafde6 344 - Minor updates to docs
345 - Merged OpenBSD CVS changes:
346 - [authfd.c ssh-agent.c]
347 keysize warnings talk about identity files
348 - [packet.c]
349 "Connection closed by x.x.x.x": fatal() -> log()
c9d323f0 350 - Correctly handle empty passwords in shadow file. Patch from:
351 "Chris, the Young One" <cky@pobox.com>
352 - Released 1.2.1pre18
60d804c8 353
7dc6fc6d 35419991215
355 - Integrated patchs from Juergen Keil <jk@tools.de>
356 - Avoid void* pointer arithmatic
357 - Use LDFLAGS correctly
68227e6d 358 - Fix SIGIO error in scp
359 - Simplify status line printing in scp
906a2515 360 - Added better test for inline functions compiler support from
361 Darren_Hall@progressive.com
7dc6fc6d 362
95f1eccc 36319991214
364 - OpenBSD CVS Changes
365 - [canohost.c]
366 fix get_remote_port() and friends for sshd -i;
367 Holger.Trapp@Informatik.TU-Chemnitz.DE
368 - [mpaux.c]
369 make code simpler. no need for memcpy. niels@ ok
370 - [pty.c]
371 namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
372 fix proto; markus
373 - [ssh.1]
374 typo; mark.baushke@solipsa.com
375 - [channels.c ssh.c ssh.h sshd.c]
376 type conflict for 'extern Type *options' in channels.c; dot@dotat.at
377 - [sshconnect.c]
378 move checking of hostkey into own function.
379 - [version.h]
380 OpenSSH-1.2.1
884bcb37 381 - Clean up broken includes in pty.c
7303768f 382 - Some older systems don't have poll.h, they use sys/poll.h instead
383 - Doc updates
95f1eccc 384
847e8865 38519991211
386 - Fix compilation on systems with AFS. Reported by
387 aloomis@glue.umd.edu
388 - Fix installation on Solaris. Reported by
389 Gordon Rowell <gordonr@gormand.com.au>
390 - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
391 patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
392 - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
393 - Compile fix from David Agraz <dagraz@jahoopa.com>
394 - Avoid compiler warning in bsd-snprintf.c
395 - Added pam_limits.so to default PAM config. Suggested by
396 Jim Knoble <jmknoble@pobox.com>
397
8946db53 39819991209
399 - Import of patch from Ben Taylor <bent@clark.net>:
400 - Improved PAM support
401 - "uninstall" rule for Makefile
402 - utmpx support
403 - Should fix PAM problems on Solaris
2d86a6cc 404 - OpenBSD CVS updates:
405 - [readpass.c]
406 avoid stdio; based on work by markus, millert, and I
407 - [sshd.c]
408 make sure the client selects a supported cipher
409 - [sshd.c]
410 fix sighup handling. accept would just restart and daemon handled
411 sighup only after the next connection was accepted. use poll on
412 listen sock now.
413 - [sshd.c]
414 make that a fatal
87e91331 415 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
416 to fix libwrap support on NetBSD
5001b9e4 417 - Released 1.2pre17
8946db53 418
6d8c4ea4 41919991208
420 - Compile fix for Solaris with /dev/ptmx from
421 David Agraz <dagraz@jahoopa.com>
422
4285816a 42319991207
424 - sshd Redhat init script patch from Jim Knoble <jmknoble@pobox.com>
425 fixes compatability with 4.x and 5.x
db28aeb5 426 - Fixed default SSH_ASKPASS
d465f2ca 427 - Fix PAM account and session being called multiple times. Problem
428 reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
a408af76 429 - Merged more OpenBSD changes:
430 - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
431 move atomicio into it's own file. wrap all socket write()s which
432 were doing write(sock, buf, len) != len, with atomicio() calls.
433 - [auth-skey.c]
434 fd leak
435 - [authfile.c]
436 properly name fd variable
437 - [channels.c]
438 display great hatred towards strcpy
439 - [pty.c pty.h sshd.c]
440 use openpty() if it exists (it does on BSD4_4)
441 - [tildexpand.c]
442 check for ~ expansion past MAXPATHLEN
443 - Modified helper.c to use new atomicio function.
444 - Reformat Makefile a little
445 - Moved RC4 routines from rc4.[ch] into helper.c
446 - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
9983a8ca 447 - Updated SuSE spec from Chris Saia <csaia@wtower.com>
448 - Tweaked Redhat spec
9158d92f 449 - Clean up bad imports of a few files (forgot -kb)
450 - Released 1.2pre16
4285816a 451
9c7b6dfd 45219991204
453 - Small cleanup of PAM code in sshd.c
57112b5a 454 - Merged OpenBSD CVS changes:
455 - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
456 move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
457 - [auth-rsa.c]
458 warn only about mismatch if key is _used_
459 warn about keysize-mismatch with log() not error()
460 channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
461 ports are u_short
462 - [hostfile.c]
463 indent, shorter warning
464 - [nchan.c]
465 use error() for internal errors
466 - [packet.c]
467 set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
468 serverloop.c
469 indent
470 - [ssh-add.1 ssh-add.c ssh.h]
471 document $SSH_ASKPASS, reasonable default
472 - [ssh.1]
473 CheckHostIP is not available for connects via proxy command
474 - [sshconnect.c]
475 typo
476 easier to read client code for passwd and skey auth
477 turn of checkhostip for proxy connects, since we don't know the remote ip
9c7b6dfd 478
dad3b556 47919991126
480 - Add definition for __P()
481 - Added [v]snprintf() replacement for systems that lack it
482
0ce43ae4 48319991125
484 - More reformatting merged from OpenBSD CVS
485 - Merged OpenBSD CVS changes:
486 - [channels.c]
487 fix packet_integrity_check() for !have_hostname_in_open.
488 report from mrwizard@psu.edu via djm@ibs.com.au
489 - [channels.c]
490 set SO_REUSEADDR and SO_LINGER for forwarded ports.
491 chip@valinux.com via damien@ibs.com.au
492 - [nchan.c]
493 it's not an error() if shutdown_write failes in nchan.
494 - [readconf.c]
495 remove dead #ifdef-0-code
496 - [readconf.c servconf.c]
497 strcasecmp instead of tolower
498 - [scp.c]
499 progress meter overflow fix from damien@ibs.com.au
500 - [ssh-add.1 ssh-add.c]
501 SSH_ASKPASS support
502 - [ssh.1 ssh.c]
503 postpone fork_after_authentication until command execution,
504 request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
505 plus: use daemon() for backgrounding
cf8dd513 506 - Added BSD compatible install program and autoconf test, thanks to
507 Niels Kristian Bech Jensen <nkbj@image.dk>
508 - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
09041313 509 - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
3dbefdb8 510 - Release 1.2pre15
0ce43ae4 511
5260325f 51219991124
513 - Merged very large OpenBSD source code reformat
514 - OpenBSD CVS updates
515 - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
516 [ssh.h sshd.8 sshd.c]
517 syslog changes:
518 * Unified Logmessage for all auth-types, for success and for failed
519 * Standard connections get only ONE line in the LOG when level==LOG:
520 Auth-attempts are logged only, if authentication is:
521 a) successfull or
522 b) with passwd or
523 c) we had more than AUTH_FAIL_LOG failues
524 * many log() became verbose()
525 * old behaviour with level=VERBOSE
526 - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
527 tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
528 messages. allows use of s/key in windows (ttssh, securecrt) and
529 ssh-1.2.27 clients without 'ssh -v', ok: niels@
530 - [sshd.8]
531 -V, for fallback to openssh in SSH2 compatibility mode
532 - [sshd.c]
533 fix sigchld race; cjc5@po.cwru.edu
534
4655fe80 53519991123
536 - Added SuSE package files from Chris Saia <csaia@wtower.com>
8b241e50 537 - Restructured package-related files under packages/*
4655fe80 538 - Added generic PAM config
8b241e50 539 - Numerous little Solaris fixes
9c08d6ce 540 - Add recommendation to use GNU make to INSTALL document
4655fe80 541
60bed5fd 54219991122
543 - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
2f2cc3f9 544 - OpenBSD CVS Changes
545 - [ssh-keygen.c]
546 don't create ~/.ssh only if the user wants to store the private
547 key there. show fingerprint instead of public-key after
548 keygeneration. ok niels@
b09a984b 549 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
96ad4350 550 - Added timersub() macro
b09a984b 551 - Tidy RCSIDs of bsd-*.c
96ad4350 552 - Added autoconf test and macro to deal with old PAM libraries
553 pam_strerror definition (one arg vs two).
530f1889 554 - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
555 - Retry /dev/urandom reads interrupted by signal (report from
556 Robert Hardy <rhardy@webcon.net>)
1647c2b5 557 - Added a setenv replacement for systems which lack it
d84a9a44 558 - Only display public key comment when presenting ssh-askpass dialog
559 - Released 1.2pre14
60bed5fd 560
2ddcfdf3 561 - Configure, Make and changelog corrections from Tudor Bosman
562 <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
563
9d6b7add 56419991121
2f2cc3f9 565 - OpenBSD CVS Changes:
60bed5fd 566 - [channels.c]
567 make this compile, bad markus
568 - [log.c readconf.c servconf.c ssh.h]
569 bugfix: loglevels are per host in clientconfig,
570 factor out common log-level parsing code.
571 - [servconf.c]
572 remove unused index (-Wall)
573 - [ssh-agent.c]
574 only one 'extern char *__progname'
575 - [sshd.8]
576 document SIGHUP, -Q to synopsis
577 - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
578 [channels.c clientloop.c]
579 SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
580 [hope this time my ISP stays alive during commit]
581 - [OVERVIEW README] typos; green@freebsd
582 - [ssh-keygen.c]
583 replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
584 exit if writing the key fails (no infinit loop)
585 print usage() everytime we get bad options
586 - [ssh-keygen.c] overflow, djm@mindrot.org
587 - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
588
2b942fe0 58919991120
590 - Merged more Solaris support from Marc G. Fournier
591 <marc.fournier@acadiau.ca>
592 - Wrote autoconf tests for integer bit-types
593 - Fixed enabling kerberos support
13c36c4c 594 - Fix segfault in ssh-keygen caused by buffer overrun in filename
595 handling.
2b942fe0 596
06479889 59719991119
598 - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
2ad77510 599 - Merged OpenBSD CVS changes
600 - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
601 more %d vs. %s in fmt-strings
602 - [authfd.c]
603 Integers should not be printed with %s
7b1cc56c 604 - EGD uses a socket, not a named pipe. Duh.
605 - Fix includes in fingerprint.c
29dbde15 606 - Fix scp progress bar bug again.
2ddcfdf3 607 - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
736890c4 608 David Rankin <drankin@bohemians.lexington.ky.us>
91b8065d 609 - Added autoconf option to enable Kerberos 4 support (untested)
610 - Added autoconf option to enable AFS support (untested)
611 - Added autoconf option to enable S/Key support (untested)
612 - Added autoconf option to enable TCP wrappers support (compiles OK)
beb43d31 613 - Renamed BSD helper function files to bsd-*
caf3bc51 614 - Added tests for login and daemon and enable OpenBSD replacements for
615 when they are absent.
616 - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
06479889 617
2bd61362 61819991118
619 - Merged OpenBSD CVS changes
620 - [scp.c] foregroundproc() in scp
621 - [sshconnect.h] include fingerprint.h
622 - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
623 changes.
0c16a097 624 - [ssh.1] Spell my name right.
2bd61362 625 - Added openssh.com info to README
626
f095fcc7 62719991117
628 - Merged OpenBSD CVS changes
629 - [ChangeLog.Ylonen] noone needs this anymore
630 - [authfd.c] close-on-exec for auth-socket, ok deraadt
631 - [hostfile.c]
632 in known_hosts key lookup the entry for the bits does not need
633 to match, all the information is contained in n and e. This
634 solves the problem with buggy servers announcing the wrong
635 modulus length. markus and me.
636 - [serverloop.c]
637 bugfix: check for space if child has terminated, from:
638 iedowse@maths.tcd.ie
639 - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
640 [fingerprint.c fingerprint.h]
641 rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
642 - [ssh-agent.1] typo
643 - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
644 - [sshd.c]
645 force logging to stderr while loading private key file
646 (lost while converting to new log-levels)
647
4d195447 64819991116
649 - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
650 - Merged OpenBSD CVS changes:
651 - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
652 [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
653 the keysize of rsa-parameter 'n' is passed implizit,
654 a few more checks and warnings about 'pretended' keysizes.
655 - [cipher.c cipher.h packet.c packet.h sshd.c]
656 remove support for cipher RC4
657 - [ssh.c]
658 a note for legay systems about secuity issues with permanently_set_uid(),
659 the private hostkey and ptrace()
660 - [sshconnect.c]
661 more detailed messages about adding and checking hostkeys
662
dad9a31e 66319991115
664 - Merged OpenBSD CVS changes:
665 - [ssh-add.c] change passphrase loop logic and remove ref to
666 $DISPLAY, ok niels
667 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
668 modular.
669 - Revised autoconf support for enabling/disabling askpass support.
e7c0f9d5 670 - Merged more OpenBSD CVS changes:
671 [auth-krb4.c]
672 - disconnect if getpeername() fails
673 - missing xfree(*client)
674 [canohost.c]
675 - disconnect if getpeername() fails
676 - fix comment: we _do_ disconnect if ip-options are set
677 [sshd.c]
678 - disconnect if getpeername() fails
679 - move checking of remote port to central place
680 [auth-rhosts.c] move checking of remote port to central place
681 [log-server.c] avoid extra fd per sshd, from millert@
682 [readconf.c] print _all_ bad config-options in ssh(1), too
683 [readconf.h] print _all_ bad config-options in ssh(1), too
684 [ssh.c] print _all_ bad config-options in ssh(1), too
685 [sshconnect.c] disconnect if getpeername() fails
686 - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
c75a1a66 687 - Various small cleanups to bring diff (against OpenBSD) size down.
f601d847 688 - Merged more Solaris compability from Marc G. Fournier
689 <marc.fournier@acadiau.ca>
690 - Wrote autoconf tests for __progname symbol
8c119fd0 691 - RPM spec file fixes from Jim Knoble <jmknoble@pobox.com>
0c372277 692 - Released 1.2pre12
693
694 - Another OpenBSD CVS update:
695 - [ssh-keygen.1] fix .Xr
dad9a31e 696
92da7197 69719991114
698 - Solaris compilation fixes (still imcomplete)
699
94f7bb9e 70019991113
dd092f97 701 - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
702 - Don't install config files if they already exist
703 - Fix inclusion of additional preprocessor directives from acconfig.h
94f7bb9e 704 - Removed redundant inclusions of config.h
e9c75a39 705 - Added 'Obsoletes' lines to RPM spec file
94f7bb9e 706 - Merged OpenBSD CVS changes:
707 - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
708 - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
709 totalsize, ok niels,aaron
710 - Delay fork (-f option) in ssh until after port forwarded connections
711 have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
b2344d54 712 - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
713 - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
dd092f97 714 - Tidied default config file some more
715 - Revised Redhat initscript to fix bug: sshd (re)start would fail
716 if executed from inside a ssh login.
94f7bb9e 717
e35c1dc2 71819991112
719 - Merged changes from OpenBSD CVS
720 - [sshd.c] session_key_int may be zero
b4748e2f 721 - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
722 IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
723 deraadt,millert
724 - Brought default sshd_config more in line with OpenBSD's
547c9f30 725 - Grab server in gnome-ssh-askpass (Debian bug #49872)
726 - Released 1.2pre10
e35c1dc2 727
8bc7973f 728 - Added INSTALL documentation
6fa724bc 729 - Merged yet more changes from OpenBSD CVS
730 - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
731 [ssh.c ssh.h sshconnect.c sshd.c]
732 make all access to options via 'extern Options options'
733 and 'extern ServerOptions options' respectively;
734 options are no longer passed as arguments:
735 * make options handling more consistent
736 * remove #include "readconf.h" from ssh.h
737 * readconf.h is only included if necessary
738 - [mpaux.c] clear temp buffer
739 - [servconf.c] print _all_ bad options found in configfile
045672f9 740 - Make ssh-askpass support optional through autoconf
59b0f0d4 741 - Fix nasty division-by-zero error in scp.c
742 - Released 1.2pre11
8bc7973f 743
4cca272e 74419991111
745 - Added (untested) Entropy Gathering Daemon (EGD) support
67d68e3a 746 - Fixed /dev/urandom fd leak (Debian bug #49722)
5bbb5681 747 - Merged OpenBSD CVS changes:
748 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
749 - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
750 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
505fed0a 751 - Fix integer overflow which was messing up scp's progress bar for large
3f1d9bcd 752 file transfers. Fix submitted to OpenBSD developers. Report and fix
753 from Kees Cook <cook@cpoint.net>
6a17f9c2 754 - Merged more OpenBSD CVS changes:
755 - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
756 + krb-cleanup cleanup
757 - [clientloop.c log-client.c log-server.c ]
758 [readconf.c readconf.h servconf.c servconf.h ]
759 [ssh.1 ssh.c ssh.h sshd.8]
760 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
761 obsoletes QuietMode and FascistLogging in sshd.
e35c1dc2 762 - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
763 allow session_key_int != sizeof(session_key)
764 [this should fix the pre-assert-removal-core-files]
765 - Updated default config file to use new LogLevel option and to improve
766 readability
767
f370266e 76819991110
67d68e3a 769 - Merged several minor fixes:
f370266e 770 - ssh-agent commandline parsing
771 - RPM spec file now installs ssh setuid root
772 - Makefile creates libdir
4cca272e 773 - Merged beginnings of Solaris compability from Marc G. Fournier
774 <marc.fournier@acadiau.ca>
f370266e 775
d4f11b59 77619991109
777 - Autodetection of SSL/Crypto library location via autoconf
778 - Fixed location of ssh-askpass to follow autoconf
779 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
780 - Autodetection of RSAref library for US users
781 - Minor doc updates
560557bb 782 - Merged OpenBSD CVS changes:
783 - [rsa.c] bugfix: use correct size for memset()
784 - [sshconnect.c] warn if announced size of modulus 'n' != real size
f025becb 785 - Added GNOME passphrase requestor (use --with-gnome-askpass)
d397b172 786 - RPM build now creates subpackages
aa51e7cc 787 - Released 1.2pre9
d4f11b59 788
e1a9c08d 78919991108
790 - Removed debian/ directory. This is now being maintained separately.
791 - Added symlinks for slogin in RPM spec file
792 - Fixed permissions on manpages in RPM spec file
793 - Added references to required libraries in README file
794 - Removed config.h.in from CVS
795 - Removed pwdb support (better pluggable auth is provided by glibc)
796 - Made PAM and requisite libdl optional
797 - Removed lots of unnecessary checks from autoconf
798 - Added support and autoconf test for openpty() function (Unix98 pty support)
799 - Fix for scp not finding ssh if not installed as /usr/bin/ssh
800 - Added TODO file
801 - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
802 - Added ssh-askpass program
803 - Added ssh-askpass support to ssh-add.c
804 - Create symlinks for slogin on install
805 - Fix "distclean" target in makefile
806 - Added example for ssh-agent to manpage
807 - Added support for PAM_TEXT_INFO messages
808 - Disable internal /etc/nologin support if PAM enabled
809 - Merged latest OpenBSD CVS changes:
5bae4ab8 810 - [all] replace assert() with error, fatal or packet_disconnect
e1a9c08d 811 - [sshd.c] don't send fail-msg but disconnect if too many authentication
812 failures
e1a9c08d 813 - [sshd.c] remove unused argument. ok dugsong
814 - [sshd.c] typo
815 - [rsa.c] clear buffers used for encryption. ok: niels
816 - [rsa.c] replace assert() with error, fatal or packet_disconnect
ade6fccd 817 - [auth-krb4.c] remove unused argument. ok dugsong
e1a9c08d 818 - Fixed coredump after merge of OpenBSD rsa.c patch
9010d60a 819 - Released 1.2pre8
e1a9c08d 820
3028328e 82119991102
822 - Merged change from OpenBSD CVS
823 - One-line cleanup in sshd.c
824
474832c5 82519991030
826 - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
69256d9d 827 - Merged latest updates for OpenBSD CVS:
828 - channels.[ch] - remove broken x11 fix and document istate/ostate
829 - ssh-agent.c - call setsid() regardless of argv[]
830 - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
831 - Documentation cleanups
832 - Renamed README -> README.Ylonen
833 - Renamed README.openssh ->README
474832c5 834
339660f6 83519991029
836 - Renamed openssh* back to ssh* at request of Theo de Raadt
837 - Incorporated latest changes from OpenBSD's CVS
838 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
839 - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
549b3eed 840 - Make distclean now removed configure script
841 - Improved PAM logging
842 - Added some debug() calls for PAM
4ecd19ea 843 - Removed redundant subdirectories
844 - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
845 building on Debian.
242588e6 846 - Fixed off-by-one error in PAM env patch
847 - Released 1.2pre6
339660f6 848
5881cd60 84919991028
850 - Further PAM enhancements.
851 - Much cleaner
852 - Now uses account and session modules for all logins.
853 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
854 - Build fixes
855 - Autoconf
856 - Change binary names to open*
857 - Fixed autoconf script to detect PAM on RH6.1
858 - Added tests for libpwdb, and OpenBSD functions to autoconf
221395b3 859 - Released 1.2pre4
fca82d2e 860
861 - Imported latest OpenBSD CVS code
862 - Updated README.openssh
93f04616 863 - Released 1.2pre5
fca82d2e 864
5881cd60 86519991027
866 - Adapted PAM patch.
867 - Released 1.0pre2
868
869 - Excised my buggy replacements for strlcpy and mkdtemp
870 - Imported correct OpenBSD strlcpy and mkdtemp routines.
871 - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
872 - Picked up correct version number from OpenBSD
873 - Added sshd.pam PAM configuration file
874 - Added sshd.init Redhat init script
875 - Added openssh.spec RPM spec file
876 - Released 1.2pre3
877
87819991026
879 - Fixed include paths of OpenSSL functions
880 - Use OpenSSL MD5 routines
881 - Imported RC4 code from nanocrypt
882 - Wrote replacements for OpenBSD arc4random* functions
883 - Wrote replacements for strlcpy and mkdtemp
884 - Released 1.0pre1
This page took 0.213991 seconds and 5 git commands to generate.