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