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