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