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