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