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