]> andersk Git - openssh.git/blob - ChangeLog
- OpenBSD CVS updates:
[openssh.git] / ChangeLog
1 19991230
2  - OpenBSD CVS updates:
3    - [auth-passwd.c]
4      check for NULL 1st
5
6 19991229
7  - Applied another NetBSD portability patch from David Rankin 
8    <drankin@bohemians.lexington.ky.us>
9  - Fix --with-default-path option.
10  - Autodetect perl, patch from David Rankin 
11    <drankin@bohemians.lexington.ky.us>
12  - Print whether OpenSSH was compiled with RSARef, patch from 
13    Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
14  - Calls to pam_setcred, patch from Nalin Dahyabhai 
15    <nalin@thermo.stat.ncsu.edu>
16  - Detect missing size_t and typedef it.
17  - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
18  - Minor Makefile cleaning
19
20 19991228
21  - Replacement for getpagesize() for systems which lack it
22  - NetBSD login.c compile fix from David Rankin 
23   <drankin@bohemians.lexington.ky.us>
24  - Fully set ut_tv if present in utmp or utmpx
25  - Portability fixes for Irix 5.3 (now compiles OK!)
26  - autoconf and other misc cleanups
27  - Merged AIX patch from Darren Hall <dhall@virage.org>
28  - Cleaned up defines.h
29  - Released 1.2.1pre22
30
31 19991227
32  - Automatically correct paths in manpages and configuration files. Patch
33    and script from Andre Lucas <andre.lucas@dial.pipex.com>
34  - Removed credits from README to CREDITS file, updated.
35  - Added --with-default-path to specify custom path for server
36  - Removed #ifdef trickery from acconfig.h into defines.h
37  - PAM bugfix. PermitEmptyPassword was being ignored.
38  - Fixed PAM config files to allow empty passwords if server does.
39  - Explained spurious PAM auth warning workaround in UPGRADING
40  - Use last few chars of tty line as ut_id
41  - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
42  - OpenBSD CVS updates:
43    - [packet.h auth-rhosts.c]
44      check format string for packet_disconnect and packet_send_debug, too
45    - [channels.c]
46      use packet_get_maxsize for channels. consistence.
47
48 19991226
49  - Enabled utmpx support by default for Solaris
50  - Cleanup sshd.c PAM a little more
51  - Revised RPM package to include Jim Knoble's <jmknoble@pobox.com>
52    X11 ssh-askpass program.
53  - Disable logging of PAM success and failures, PAM is verbose enough.
54    Unfortunatly there is currently no way to disable auth failure 
55    messages. Mention this in UPGRADING file and sent message to PAM 
56    developers
57  - OpenBSD CVS update:
58    - [ssh-keygen.1 ssh.1]
59      remove ref to .ssh/random_seed, mention .ssh/environment in 
60      .Sh FILES, too
61  - Released 1.2.1pre21
62  - Fixed implicit '.' in default path, report from Jim Knoble 
63    <jmknoble@pobox.com>
64  - Redhat RPM spec fixes from Jim Knoble <jmknoble@pobox.com>
65
66 19991225
67  - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
68  - Cleanup of auth-passwd.c for shadow and MD5 passwords
69  - Cleanup and bugfix of PAM authentication code
70  - Released 1.2.1pre20
71
72  - Merged fixes from Ben Taylor <bent@clark.net>
73  - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
74  - Disabled logging of PAM password authentication failures when password
75    is empty. (e.g start of authentication loop). Reported by Naz
76    <96na@eng.cam.ac.uk>)
77
78 19991223
79  - Merged later HPUX patch from Andre Lucas 
80    <andre.lucas@dial.pipex.com>
81  - Above patch included better utmpx support from Ben Taylor
82    <bent@clark.net>
83
84 19991222
85  - Fix undefined fd_set type in ssh.h from Povl H. Pedersen 
86    <pope@netguide.dk>
87  - Fix login.c breakage on systems which lack ut_host in struct
88    utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
89
90 19991221
91  - Integration of large HPUX patch from Andre Lucas 
92    <andre.lucas@dial.pipex.com>. Integrating it had a few other 
93    benefits:
94    - Ability to disable shadow passwords at configure time
95    - Ability to disable lastlog support at configure time
96    - Support for IP address in $DISPLAY
97  - OpenBSD CVS update:
98    - [sshconnect.c]
99    say "REMOTE HOST IDENTIFICATION HAS CHANGED"
100  - Fix DISABLE_SHADOW support
101  - Allow MD5 passwords even if shadow passwords are disabled
102  - Release 1.2.1pre19
103
104 19991218
105  - Redhat init script patch from Chun-Chung Chen 
106    <cjj@u.washington.edu>
107  - Avoid breakage on systems without IPv6 headers
108
109 19991216
110  - Makefile changes for Solaris from Peter Kocks 
111    <peter.kocks@baygate.com>
112  - Minor updates to docs
113  - Merged OpenBSD CVS changes:
114    - [authfd.c ssh-agent.c]
115      keysize warnings talk about identity files
116    - [packet.c]
117      "Connection closed by x.x.x.x": fatal() -> log()
118  - Correctly handle empty passwords in shadow file. Patch from: 
119    "Chris, the Young One" <cky@pobox.com>
120  - Released 1.2.1pre18
121
122 19991215
123  - Integrated patchs from Juergen Keil <jk@tools.de>
124    - Avoid void* pointer arithmatic
125    - Use LDFLAGS correctly
126    - Fix SIGIO error in scp
127    - Simplify status line printing in scp
128  - Added better test for inline functions compiler support from  
129    Darren_Hall@progressive.com
130
131 19991214
132  - OpenBSD CVS Changes
133    - [canohost.c]
134      fix get_remote_port() and friends for sshd -i; 
135      Holger.Trapp@Informatik.TU-Chemnitz.DE
136    - [mpaux.c]
137      make code simpler. no need for memcpy. niels@ ok
138    - [pty.c]
139      namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
140      fix proto; markus
141    - [ssh.1]
142       typo; mark.baushke@solipsa.com
143    - [channels.c ssh.c ssh.h sshd.c]
144      type conflict for 'extern Type *options' in channels.c; dot@dotat.at
145    - [sshconnect.c]
146      move checking of hostkey into own function.
147    - [version.h]
148      OpenSSH-1.2.1
149  - Clean up broken includes in pty.c
150  - Some older systems don't have poll.h, they use sys/poll.h instead
151  - Doc updates
152
153 19991211
154  - Fix compilation on systems with AFS. Reported by 
155    aloomis@glue.umd.edu
156  - Fix installation on Solaris. Reported by 
157    Gordon Rowell <gordonr@gormand.com.au>
158  - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
159    patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
160  - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
161  - Compile fix from David Agraz <dagraz@jahoopa.com>
162  - Avoid compiler warning in bsd-snprintf.c
163  - Added pam_limits.so to default PAM config. Suggested by 
164    Jim Knoble <jmknoble@pobox.com>
165
166 19991209
167  - Import of patch from Ben Taylor <bent@clark.net>:
168    - Improved PAM support
169    - "uninstall" rule for Makefile
170    - utmpx support
171    - Should fix PAM problems on Solaris
172  - OpenBSD CVS updates:
173    - [readpass.c]
174      avoid stdio; based on work by markus, millert, and I
175    - [sshd.c]
176      make sure the client selects a supported cipher
177    - [sshd.c]
178      fix sighup handling.  accept would just restart and daemon handled 
179      sighup only after the next connection was accepted. use poll on 
180      listen sock now.
181    - [sshd.c]
182      make that a fatal
183  - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
184    to fix libwrap support on NetBSD
185  - Released 1.2pre17
186
187 19991208
188  - Compile fix for Solaris with /dev/ptmx from 
189    David Agraz <dagraz@jahoopa.com>
190
191 19991207
192  - sshd Redhat init script patch from Jim Knoble <jmknoble@pobox.com>
193    fixes compatability with 4.x and 5.x
194  - Fixed default SSH_ASKPASS
195  - Fix PAM account and session being called multiple times. Problem 
196    reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
197  - Merged more OpenBSD changes:
198    - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
199      move atomicio into it's own file.  wrap all socket write()s which 
200      were doing write(sock, buf, len) != len, with atomicio() calls.
201    - [auth-skey.c]
202      fd leak
203    - [authfile.c]
204      properly name fd variable
205    - [channels.c]
206      display great hatred towards strcpy
207    - [pty.c pty.h sshd.c]
208      use openpty() if it exists (it does on BSD4_4)
209    - [tildexpand.c]
210      check for ~ expansion past MAXPATHLEN
211  - Modified helper.c to use new atomicio function.
212  - Reformat Makefile a little
213  - Moved RC4 routines from rc4.[ch] into helper.c
214  - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
215  - Updated SuSE spec from Chris Saia <csaia@wtower.com>
216  - Tweaked Redhat spec
217  - Clean up bad imports of a few files (forgot -kb)
218  - Released 1.2pre16
219
220 19991204
221  - Small cleanup of PAM code in sshd.c
222  - Merged OpenBSD CVS changes:
223    - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
224      move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
225    - [auth-rsa.c]
226      warn only about mismatch if key is _used_
227      warn about keysize-mismatch with log() not error()
228      channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
229      ports are u_short
230    - [hostfile.c]
231      indent, shorter warning
232    - [nchan.c]
233      use error() for internal errors
234    - [packet.c]
235      set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
236      serverloop.c
237      indent
238    - [ssh-add.1 ssh-add.c ssh.h]
239      document $SSH_ASKPASS, reasonable default
240    - [ssh.1]
241      CheckHostIP is not available for connects via proxy command
242    - [sshconnect.c]
243      typo
244      easier to read client code for passwd and skey auth
245      turn of checkhostip for proxy connects, since we don't know the remote ip
246
247 19991126
248  - Add definition for __P()
249  - Added [v]snprintf() replacement for systems that lack it
250
251 19991125
252  - More reformatting merged from OpenBSD CVS
253  - Merged OpenBSD CVS changes:
254    - [channels.c]
255      fix packet_integrity_check() for !have_hostname_in_open.
256      report from mrwizard@psu.edu via djm@ibs.com.au
257    - [channels.c]
258      set SO_REUSEADDR and SO_LINGER for forwarded ports.
259      chip@valinux.com via damien@ibs.com.au
260    - [nchan.c]
261      it's not an error() if shutdown_write failes in nchan.
262    - [readconf.c]
263      remove dead #ifdef-0-code
264    - [readconf.c servconf.c]
265      strcasecmp instead of tolower
266    - [scp.c]
267      progress meter overflow fix from damien@ibs.com.au
268    - [ssh-add.1 ssh-add.c]
269      SSH_ASKPASS support
270    - [ssh.1 ssh.c]
271      postpone fork_after_authentication until command execution,
272      request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
273      plus: use daemon() for backgrounding
274  - Added BSD compatible install program and autoconf test, thanks to
275    Niels Kristian Bech Jensen <nkbj@image.dk>
276  - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
277  - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
278  - Release 1.2pre15
279
280 19991124
281  - Merged very large OpenBSD source code reformat
282  - OpenBSD CVS updates
283    - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
284      [ssh.h sshd.8 sshd.c]
285      syslog changes:
286      * Unified Logmessage for all auth-types, for success and for failed
287      * Standard connections get only ONE line in the LOG when level==LOG:
288        Auth-attempts are logged only, if authentication is:
289           a) successfull or
290           b) with passwd or
291           c) we had more than AUTH_FAIL_LOG failues
292      * many log() became verbose()
293      * old behaviour with level=VERBOSE
294    - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
295      tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
296      messages. allows use of s/key in windows (ttssh, securecrt) and
297      ssh-1.2.27 clients without 'ssh -v', ok: niels@
298    - [sshd.8]
299      -V, for fallback to openssh in SSH2 compatibility mode
300    - [sshd.c]
301      fix sigchld race; cjc5@po.cwru.edu
302
303 19991123
304  - Added SuSE package files from Chris Saia <csaia@wtower.com>
305  - Restructured package-related files under packages/*
306  - Added generic PAM config
307  - Numerous little Solaris fixes
308  - Add recommendation to use GNU make to INSTALL document
309
310 19991122
311  - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
312  - OpenBSD CVS Changes
313    - [ssh-keygen.c] 
314      don't create ~/.ssh only if the user wants to store the private 
315      key there. show fingerprint instead of public-key after 
316      keygeneration. ok niels@
317  - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
318  - Added timersub() macro
319  - Tidy RCSIDs of bsd-*.c
320  - Added autoconf test and macro to deal with old PAM libraries 
321    pam_strerror definition (one arg vs two).
322  - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
323  - Retry /dev/urandom reads interrupted by signal (report from 
324    Robert Hardy <rhardy@webcon.net>)
325  - Added a setenv replacement for systems which lack it
326  - Only display public key comment when presenting ssh-askpass dialog
327  - Released 1.2pre14
328
329  - Configure, Make and changelog corrections from Tudor Bosman 
330    <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
331
332 19991121
333  - OpenBSD CVS Changes:
334    - [channels.c]
335      make this compile, bad markus
336    - [log.c readconf.c servconf.c ssh.h]
337      bugfix: loglevels are per host in clientconfig,
338      factor out common log-level parsing code.
339    - [servconf.c]
340      remove unused index (-Wall)
341    - [ssh-agent.c]
342      only one 'extern char *__progname'
343    - [sshd.8]
344      document SIGHUP, -Q to synopsis
345    - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
346      [channels.c clientloop.c]
347      SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
348      [hope this time my ISP stays alive during commit]
349    - [OVERVIEW README] typos; green@freebsd
350    - [ssh-keygen.c]
351      replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
352      exit if writing the key fails (no infinit loop)
353      print usage() everytime we get bad options
354    - [ssh-keygen.c] overflow, djm@mindrot.org
355    - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
356      
357 19991120
358  - Merged more Solaris support from Marc G. Fournier 
359    <marc.fournier@acadiau.ca>
360  - Wrote autoconf tests for integer bit-types
361  - Fixed enabling kerberos support
362  - Fix segfault in ssh-keygen caused by buffer overrun in filename 
363    handling.
364
365 19991119
366  - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
367  - Merged OpenBSD CVS changes
368    - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
369      more %d vs. %s in fmt-strings
370    - [authfd.c]
371      Integers should not be printed with %s
372  - EGD uses a socket, not a named pipe. Duh.
373  - Fix includes in fingerprint.c
374  - Fix scp progress bar bug again.
375  - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of 
376    David Rankin <drankin@bohemians.lexington.ky.us>
377  - Added autoconf option to enable Kerberos 4 support (untested)
378  - Added autoconf option to enable AFS support (untested)
379  - Added autoconf option to enable S/Key support (untested)
380  - Added autoconf option to enable TCP wrappers support (compiles OK)
381  - Renamed BSD helper function files to bsd-*
382  - Added tests for login and daemon and enable OpenBSD replacements for 
383    when they are absent.
384  - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
385
386 19991118
387  - Merged OpenBSD CVS changes
388    - [scp.c] foregroundproc() in scp
389    - [sshconnect.h] include fingerprint.h
390    - [sshd.c] bugfix: the log() for passwd-auth escaped during logging 
391      changes.
392    - [ssh.1] Spell my name right.
393  - Added openssh.com info to README
394
395 19991117
396  - Merged OpenBSD CVS changes
397    - [ChangeLog.Ylonen] noone needs this anymore
398    - [authfd.c] close-on-exec for auth-socket, ok deraadt
399    - [hostfile.c] 
400      in known_hosts key lookup the entry for the bits does not need 
401      to match, all the information is contained in n and e. This 
402      solves the problem with buggy servers announcing the wrong 
403      modulus length.  markus and me.
404    - [serverloop.c] 
405      bugfix: check for space if child has terminated, from: 
406      iedowse@maths.tcd.ie
407    - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
408      [fingerprint.c fingerprint.h]
409      rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
410    - [ssh-agent.1] typo
411    - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
412    - [sshd.c] 
413      force logging to stderr while loading private key file
414      (lost while converting to new log-levels)
415
416 19991116
417  - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
418  - Merged OpenBSD CVS changes:
419    - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
420      [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
421      the keysize of rsa-parameter 'n' is passed implizit,
422      a few more checks and warnings about 'pretended' keysizes.
423    - [cipher.c cipher.h packet.c packet.h sshd.c]
424      remove support for cipher RC4
425    - [ssh.c]
426      a note for legay systems about secuity issues with permanently_set_uid(),
427      the private hostkey and ptrace()
428    - [sshconnect.c]
429      more detailed messages about adding and checking hostkeys
430
431 19991115
432  - Merged OpenBSD CVS changes:
433    - [ssh-add.c] change passphrase loop logic and remove ref to 
434      $DISPLAY, ok niels
435  - Changed to ssh-add.c broke askpass support. Revised it to be a little more
436    modular. 
437  - Revised autoconf support for enabling/disabling askpass support.
438  - Merged more OpenBSD CVS changes:
439         [auth-krb4.c]
440           - disconnect if getpeername() fails
441           - missing xfree(*client)
442         [canohost.c]
443           - disconnect if getpeername() fails
444           - fix comment: we _do_ disconnect if ip-options are set
445         [sshd.c]
446           - disconnect if getpeername() fails
447           - move checking of remote port to central place
448         [auth-rhosts.c] move checking of remote port to central place
449         [log-server.c] avoid extra fd per sshd, from millert@
450         [readconf.c] print _all_ bad config-options in ssh(1), too
451         [readconf.h] print _all_ bad config-options in ssh(1), too
452         [ssh.c] print _all_ bad config-options in ssh(1), too
453         [sshconnect.c] disconnect if getpeername() fails
454  - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
455  - Various small cleanups to bring diff (against OpenBSD) size down.
456  - Merged more Solaris compability from Marc G. Fournier
457    <marc.fournier@acadiau.ca>
458  - Wrote autoconf tests for __progname symbol
459  - RPM spec file fixes from Jim Knoble <jmknoble@pobox.com>
460  - Released 1.2pre12
461
462  - Another OpenBSD CVS update:
463    - [ssh-keygen.1] fix .Xr
464
465 19991114
466  - Solaris compilation fixes (still imcomplete)
467
468 19991113
469  - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
470    - Don't install config files if they already exist
471    - Fix inclusion of additional preprocessor directives from acconfig.h
472  - Removed redundant inclusions of config.h
473  - Added 'Obsoletes' lines to RPM spec file
474  - Merged OpenBSD CVS changes:
475    - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
476    - [scp.c] fix overflow reported by damien@ibs.com.au: off_t 
477      totalsize, ok niels,aaron
478  - Delay fork (-f option) in ssh until after port forwarded connections 
479    have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
480  - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
481  - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
482  - Tidied default config file some more
483  - Revised Redhat initscript to fix bug: sshd (re)start would fail
484    if executed from inside a ssh login.
485
486 19991112
487  - Merged changes from OpenBSD CVS
488    - [sshd.c] session_key_int may be zero
489    - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
490      IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok 
491      deraadt,millert
492  - Brought default sshd_config more in line with OpenBSD's
493  - Grab server in gnome-ssh-askpass (Debian bug #49872)
494  - Released 1.2pre10
495
496  - Added INSTALL documentation
497  - Merged yet more changes from OpenBSD CVS
498    - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
499      [ssh.c ssh.h sshconnect.c sshd.c]
500      make all access to options via 'extern Options options'
501      and 'extern ServerOptions options' respectively;
502      options are no longer passed as arguments:
503       * make options handling more consistent
504       * remove #include "readconf.h" from ssh.h
505       * readconf.h is only included if necessary
506    - [mpaux.c] clear temp buffer
507    - [servconf.c] print _all_ bad options found in configfile
508  - Make ssh-askpass support optional through autoconf
509  - Fix nasty division-by-zero error in scp.c
510  - Released 1.2pre11
511
512 19991111
513  - Added (untested) Entropy Gathering Daemon (EGD) support
514  - Fixed /dev/urandom fd leak (Debian bug #49722)
515  - Merged OpenBSD CVS changes:
516    - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
517    - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
518    - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
519  - Fix integer overflow which was messing up scp's progress bar for large 
520    file transfers. Fix submitted to OpenBSD developers. Report and fix
521    from Kees Cook <cook@cpoint.net>
522  - Merged more OpenBSD CVS changes:
523    - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal() 
524      + krb-cleanup cleanup
525    - [clientloop.c log-client.c log-server.c ]
526      [readconf.c readconf.h servconf.c servconf.h ]
527      [ssh.1 ssh.c ssh.h sshd.8]
528      add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
529      obsoletes QuietMode and FascistLogging in sshd.
530    - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
531      allow session_key_int != sizeof(session_key)
532      [this should fix the pre-assert-removal-core-files]
533  - Updated default config file to use new LogLevel option and to improve
534    readability
535
536 19991110
537  - Merged several minor fixes:
538    - ssh-agent commandline parsing
539    - RPM spec file now installs ssh setuid root
540    - Makefile creates libdir
541    - Merged beginnings of Solaris compability from Marc G. Fournier
542      <marc.fournier@acadiau.ca>
543
544 19991109
545  - Autodetection of SSL/Crypto library location via autoconf
546  - Fixed location of ssh-askpass to follow autoconf
547  - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
548  - Autodetection of RSAref library for US users
549  - Minor doc updates
550  - Merged OpenBSD CVS changes:
551    - [rsa.c] bugfix: use correct size for memset()
552    - [sshconnect.c] warn if announced size of modulus 'n' != real size
553  - Added GNOME passphrase requestor (use --with-gnome-askpass)
554  - RPM build now creates subpackages
555  - Released 1.2pre9
556
557 19991108
558  - Removed debian/ directory. This is now being maintained separately.
559  - Added symlinks for slogin in RPM spec file
560  - Fixed permissions on manpages in RPM spec file
561  - Added references to required libraries in README file
562  - Removed config.h.in from CVS
563  - Removed pwdb support (better pluggable auth is provided by glibc)
564  - Made PAM and requisite libdl optional
565  - Removed lots of unnecessary checks from autoconf
566  - Added support and autoconf test for openpty() function (Unix98 pty support)
567  - Fix for scp not finding ssh if not installed as /usr/bin/ssh
568  - Added TODO file
569  - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
570    - Added ssh-askpass program
571    - Added ssh-askpass support to ssh-add.c
572    - Create symlinks for slogin on install
573    - Fix "distclean" target in makefile
574    - Added example for ssh-agent to manpage
575    - Added support for PAM_TEXT_INFO messages
576    - Disable internal /etc/nologin support if PAM enabled
577  - Merged latest OpenBSD CVS changes:
578    - [all] replace assert() with error, fatal or packet_disconnect
579    - [sshd.c] don't send fail-msg but disconnect if too many authentication
580      failures
581    - [sshd.c] remove unused argument. ok dugsong
582    - [sshd.c] typo
583    - [rsa.c] clear buffers used for encryption. ok: niels
584    - [rsa.c] replace assert() with error, fatal or packet_disconnect
585    - [auth-krb4.c] remove unused argument. ok dugsong
586  - Fixed coredump after merge of OpenBSD rsa.c patch
587  - Released 1.2pre8
588
589 19991102
590  - Merged change from OpenBSD CVS
591   - One-line cleanup in sshd.c
592
593 19991030
594  - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
595  - Merged latest updates for OpenBSD CVS:
596    - channels.[ch] - remove broken x11 fix and document istate/ostate
597    - ssh-agent.c - call setsid() regardless of argv[]
598    - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
599  - Documentation cleanups
600  - Renamed README -> README.Ylonen
601  - Renamed README.openssh ->README
602
603 19991029
604  - Renamed openssh* back to ssh* at request of Theo de Raadt
605  - Incorporated latest changes from OpenBSD's CVS
606  - Integrated Makefile patch from  Niels Kristian Bech Jensen <nkbj@image.dk>
607  - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
608  - Make distclean now removed configure script
609  - Improved PAM logging
610  - Added some debug() calls for PAM
611  - Removed redundant subdirectories
612  - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for 
613    building on Debian.
614  - Fixed off-by-one error in PAM env patch
615  - Released 1.2pre6
616
617 19991028
618  - Further PAM enhancements.
619    - Much cleaner
620    - Now uses account and session modules for all logins.
621  - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
622    - Build fixes
623    - Autoconf
624    - Change binary names to open*
625  - Fixed autoconf script to detect PAM on RH6.1
626  - Added tests for libpwdb, and OpenBSD functions to autoconf
627  - Released 1.2pre4
628
629  - Imported latest OpenBSD CVS code
630  - Updated README.openssh
631  - Released 1.2pre5
632
633 19991027
634  - Adapted PAM patch.
635  - Released 1.0pre2
636
637  - Excised my buggy replacements for strlcpy and mkdtemp
638  - Imported correct OpenBSD strlcpy and mkdtemp routines.
639  - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
640  - Picked up correct version number from OpenBSD
641  - Added sshd.pam PAM configuration file
642  - Added sshd.init Redhat init script
643  - Added openssh.spec RPM spec file
644  - Released 1.2pre3
645
646 19991026
647  - Fixed include paths of OpenSSL functions
648  - Use OpenSSL MD5 routines
649  - Imported RC4 code from nanocrypt
650  - Wrote replacements for OpenBSD arc4random* functions
651  - Wrote replacements for strlcpy and mkdtemp
652  - Released 1.0pre1
This page took 0.100452 seconds and 5 git commands to generate.