]> andersk Git - openssh.git/blob - ChangeLog
- (djm) Add workaround for Linux 2.4's gratuitious errno change. Patch
[openssh.git] / ChangeLog
1 20001014
2  - (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth
3  - (djm) Revert SSH2 serverloop hack, will find a better way.
4  - (djm) Add workaround for Linux 2.4's gratuitious errno change. Patch
5    from Martin Johansson <fatbob@acc.umu.se>
6
7 20001007
8  - (stevesk) Print PAM return value in PAM log messages to aid
9    with debugging.
10  - (stevesk) Fix detection of pw_class struct member in configure;
11    patch from KAMAHARA Junzo <kamahara@cc.kshosen.ac.jp>
12
13 20001002
14  - (djm) Fix USER_PATH, report from Kevin Steves <stevesk@sweden.hp.com>
15  - (djm) Add host system and CC to end-of-configure report. Suggested by
16    Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
17
18 20000931
19  - (djm) Cygwin fixes from Corinna Vinschen <vinschen@cygnus.com>
20
21 20000930
22  - (djm) Irix ssh_prng_cmds path fix from Pekka Savola <pekkas@netcore.fi>
23  - (djm) Support in bsd-snprintf.c for long long conversions from 
24    Ben Lindstrom <mouring@pconline.com>
25  - (djm) Cleanup NeXT support from Ben Lindstrom <mouring@pconline.com>
26  - (djm) Ignore SIGPIPEs from serverloop to child. Fixes crashes with
27    very short lived X connections. Bug report from Tobias Oetiker 
28    <oetiker@ee.ethz.ch>. Fix from Markus Friedl <markus@cvs.openbsd.org>
29  - (djm) Add recent InitScripts as a RPM dependancy for openssh-server
30    patch from Pekka Savola <pekkas@netcore.fi>
31  - (djm) Forgot to cvs add LICENSE file
32  - (djm) Add LICENSE to RPM spec files
33  - (djm) CVS OpenBSD sync:
34    - markus@cvs.openbsd.org  2000/09/26 13:59:59
35      [clientloop.c]
36      use debug2
37    - markus@cvs.openbsd.org  2000/09/27 15:41:34
38      [auth2.c sshconnect2.c]
39      use key_type()
40    - markus@cvs.openbsd.org  2000/09/28 12:03:18
41      [channels.c]
42      debug -> debug2 cleanup
43  - (djm) Irix strips "/dev/tty" from [uw]tmp entries (other systems only 
44    strip "/dev/"). Fix loginrec.c based on patch from Alain St-Denis
45    <Alain.St-Denis@ec.gc.ca>
46  - (djm) Fix 9 character passphrase failure with gnome-ssh-askpass. 
47    Problem was caused by interrupted read in ssh-add. Report from Donald 
48    J. Barry <don@astro.cornell.edu>
49
50 20000929
51  - (djm) Fix SSH2 not terminating until all background tasks done problem.
52  - (djm) Another off-by-one fix from Pavel Kankovsky 
53    <peak@argo.troja.mff.cuni.cz> 
54  - (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,
55    tidy necessary differences. Use Markus' new debugN() in entropy.c
56  - (djm) Merged big SCO portability patch from Tim Rice 
57    <tim@multitalents.net>
58
59 20000926
60  - (djm) Update X11-askpass to 1.0.2 in RPM spec file
61  - (djm) Define _REENTRANT to pickup strtok_r() on HP/UX
62  - (djm) Security: fix off-by-one buffer overrun in fake-getnameinfo.c. 
63    Report and fix from Pavel Kankovsky <peak@argo.troja.mff.cuni.cz> 
64
65 20000924
66  - (djm) Merged cleanup patch from Mark Miller <markm@swoon.net>
67  - (djm) A bit more cleanup - created cygwin_util.h
68  - (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller
69    <markm@swoon.net>
70
71 20000923
72  - (djm) Fix address logging in utmp from Kevin Steves 
73    <stevesk@sweden.hp.com>
74  - (djm) Redhat spec and manpage fixes from Pekka Savola <pekkas@netcore.fi>
75  - (djm) Seperate tests for int64_t and u_int64_t types
76  - (djm) Tweak password expiry checking at suggestion of Kevin Steves 
77    <stevesk@sweden.hp.com>
78  - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
79  - (djm) Use printf %lld instead of %qd in sftp-server.c. Fix from 
80    Michael Stone <mstone@cs.loyola.edu>
81  - (djm) OpenBSD CVS sync:
82    - markus@cvs.openbsd.org  2000/09/17 09:38:59
83      [sshconnect2.c sshd.c]
84      fix DEBUG_KEXDH
85    - markus@cvs.openbsd.org  2000/09/17 09:52:51
86      [sshconnect.c]
87      yes no; ok niels@
88    - markus@cvs.openbsd.org  2000/09/21 04:55:11
89      [sshd.8]
90      typo
91    - markus@cvs.openbsd.org  2000/09/21 05:03:54
92      [serverloop.c]
93      typo
94    - markus@cvs.openbsd.org  2000/09/21 05:11:42
95      scp.c
96      utime() to utimes(); mouring@pconline.com
97    - markus@cvs.openbsd.org  2000/09/21 05:25:08
98      sshconnect2.c
99      change login logic in ssh2, allows plugin of other auth methods
100    - markus@cvs.openbsd.org  2000/09/21 05:25:35
101      [auth2.c channels.c channels.h clientloop.c dispatch.c dispatch.h]
102      [serverloop.c]
103      add context to dispatch_run
104    - markus@cvs.openbsd.org  2000/09/21 05:07:52
105      authfd.c authfd.h ssh-agent.c
106      bug compat for old ssh.com software
107
108 20000920
109  - (djm) Fix bad path substitution. Report from Andrew Miner
110    <asminer@cs.iastate.edu>
111
112 20000916
113  - (djm) Fix SSL search order from Lutz Jaenicke 
114    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
115  - (djm) New SuSE spec from Corinna Vinschen <corinna@vinschen.de>
116  - (djm) Update CygWin support from Corinna Vinschen <vinschen@cygnus.com>
117  - (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage.
118    Patch from Larry Jones <larry.jones@sdrc.com>
119  - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM 
120    password change patch.
121  - (djm) Bring licenses on my stuff in line with OpenBSD's
122  - (djm) Cleanup auth-passwd.c and unify HP/UX authentication. Patch from
123    Kevin Steves <stevesk@sweden.hp.com>
124  - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>
125  - (djm) Re-enable int64_t types - we need them for sftp
126  - (djm) Use libexecdir from configure , rather than libexecdir/ssh
127  - (djm) Update Redhat SPEC file accordingly
128  - (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files
129  - (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch
130  - (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter 
131    <Dirk.DeWachter@rug.ac.be>
132  - (djm) Fixprogs and entropy list fixes from Larry Jones 
133    <larry.jones@sdrc.com>
134  - (djm) Fix for SuSE spec file from Takashi YOSHIDA
135    <tyoshida@gemini.rc.kyushu-u.ac.jp>
136  - (djm) Merge OpenBSD changes:
137    - markus@cvs.openbsd.org  2000/09/05 02:59:57
138      [session.c]
139      print hostname (not hushlogin)
140    - markus@cvs.openbsd.org  2000/09/05 13:18:48
141      [authfile.c ssh-add.c]
142      enable ssh-add -d for DSA keys
143    - markus@cvs.openbsd.org  2000/09/05 13:20:49
144      [sftp-server.c]
145      cleanup
146    - markus@cvs.openbsd.org  2000/09/06 03:46:41
147      [authfile.h]
148      prototype
149    - deraadt@cvs.openbsd.org 2000/09/07 14:27:56
150      [ALL]
151      cleanup copyright notices on all files.  I have attempted to be 
152      accurate with the details.  everything is now under Tatu's licence 
153      (which I copied from his readme), and/or the core-sdi bsd-ish thing 
154      for deattack, or various openbsd developers under a 2-term bsd 
155      licence.  We're not changing any rules, just being accurate.
156    - markus@cvs.openbsd.org  2000/09/07 14:40:30
157      [channels.c channels.h clientloop.c serverloop.c ssh.c]
158      cleanup window and packet sizes for ssh2 flow control; ok niels
159    - markus@cvs.openbsd.org  2000/09/07 14:53:00
160      [scp.c]
161      typo
162    - markus@cvs.openbsd.org  2000/09/07 15:13:37
163      [auth-options.c auth-options.h auth-rh-rsa.c auth-rsa.c auth.c]
164      [authfile.h canohost.c channels.h compat.c hostfile.h log.c match.h]
165      [pty.c readconf.c]
166      some more Copyright fixes
167    - markus@cvs.openbsd.org  2000/09/08 03:02:51
168      [README.openssh2]
169      bye bye
170    - deraadt@cvs.openbsd.org 2000/09/11 18:38:33
171      [LICENCE cipher.c]
172      a few more comments about it being ARC4 not RC4
173    - markus@cvs.openbsd.org  2000/09/12 14:53:11
174      [log-client.c log-server.c log.c ssh.1 ssh.c ssh.h sshd.8 sshd.c]
175      multiple debug levels
176    - markus@cvs.openbsd.org  2000/09/14 14:25:15
177      [clientloop.c]
178      typo
179    - deraadt@cvs.openbsd.org 2000/09/15 01:13:51
180      [ssh-agent.c]
181      check return value for setenv(3) for failure, and deal appropriately
182
183 20000913
184  - (djm) Fix server not exiting with jobs in background.
185
186 20000905
187  - (djm) Import OpenBSD CVS changes
188    - markus@cvs.openbsd.org  2000/08/31 15:52:24
189      [Makefile sshd.8 sshd_config sftp-server.8 sftp-server.c]
190      implement a SFTP server. interops with sftp2, scp2 and the windows
191      client from ssh.com
192    - markus@cvs.openbsd.org  2000/08/31 15:56:03
193      [README.openssh2]
194      sync
195    - markus@cvs.openbsd.org  2000/08/31 16:05:42
196      [session.c]
197      Wall
198    - markus@cvs.openbsd.org  2000/08/31 16:09:34
199      [authfd.c ssh-agent.c]
200      add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions
201    - deraadt@cvs.openbsd.org 2000/09/01 09:25:13
202      [scp.1 scp.c]
203      cleanup and fix -S support; stevesk@sweden.hp.com
204    - markus@cvs.openbsd.org  2000/09/01 16:29:32
205      [sftp-server.c]
206      portability fixes
207    - markus@cvs.openbsd.org  2000/09/01 16:32:41
208      [sftp-server.c]
209      fix cast; mouring@pconline.com
210    - itojun@cvs.openbsd.org  2000/09/03 09:23:28
211      [ssh-add.1 ssh.1]
212      add missing .El against .Bl.
213    - markus@cvs.openbsd.org  2000/09/04 13:03:41
214      [session.c]
215      missing close; ok theo
216    - markus@cvs.openbsd.org  2000/09/04 13:07:21
217      [session.c]
218      fix get_last_login_time order; from andre@van-veen.de
219    - markus@cvs.openbsd.org  2000/09/04 13:10:09
220      [sftp-server.c]
221      more cast fixes; from mouring@pconline.com
222    - markus@cvs.openbsd.org  2000/09/04 13:06:04
223      [session.c]
224      set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.net
225  - (djm) Cleanup after import. Fix sftp-server compilation, Makefile
226  - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>
227
228 20000903
229  - (djm) Fix Redhat init script
230
231 20000901
232  - (djm) Pick up Jim's new X11-askpass
233  - (djm) Release 2.2.0p1
234
235 20000831
236  - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
237    <acox@cv.telegroup.com>
238  - (djm) Pick up new version (2.2.0) from OpenBSD CVS
239
240 20000830
241  - (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
242  - (djm) Periodically rekey arc4random
243  - (djm) Clean up diff against OpenBSD.
244  - (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
245    <stevesk@sweden.hp.com>
246  - (djm) Quieten the pam delete credentials error message
247  - (djm) Fix printing of $DISPLAY hack if set by system type. Report from
248    Kevin Steves <stevesk@sweden.hp.com>
249  - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
250  - (djm) Fix doh in bsd-arc4random.c
251
252 20000829
253  - (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert
254    Doering <gert@greenie.muc.de>, John Horne <J.Horne@plymouth.ac.uk> and
255    Garrick James <garrick@james.net>
256  - (djm) Check for SCO pty naming style (ptyp%d/ttyp%d). Based on fix from
257    Bastian Trompetter <btrompetter@firemail.de>
258  - (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com>
259  - More OpenBSD updates:
260    - deraadt@cvs.openbsd.org 2000/08/24 15:46:59
261      [scp.c]
262      off_t in sink, to fix files > 2GB, i think, test is still running ;-)
263    - deraadt@cvs.openbsd.org 2000/08/25 10:10:06
264      [session.c]
265      Wall
266    - markus@cvs.openbsd.org  2000/08/26 04:33:43
267      [compat.c]
268      ssh.com-2.3.0
269    - markus@cvs.openbsd.org  2000/08/27 12:18:05
270      [compat.c]
271      compatibility with future ssh.com versions
272    - deraadt@cvs.openbsd.org 2000/08/27 21:50:55
273      [auth-krb4.c session.c ssh-add.c sshconnect.c uidswap.c]
274      print uid/gid as unsigned
275    - markus@cvs.openbsd.org  2000/08/28 13:51:00
276      [ssh.c]
277      enable -n and -f for ssh2
278    - markus@cvs.openbsd.org  2000/08/28 14:19:53
279      [ssh.c]
280      allow combination of -N and -f
281    - markus@cvs.openbsd.org  2000/08/28 14:20:56
282      [util.c]
283      util.c
284    - markus@cvs.openbsd.org  2000/08/28 14:22:02
285      [util.c]
286      undo
287    - markus@cvs.openbsd.org  2000/08/28 14:23:38
288      [util.c]
289      don't complain if setting NONBLOCK fails with ENODEV
290
291 20000823
292  - (djm) Define USE_PIPES to avoid socketpair problems on HPUX 10 and SunOS 4
293    Avoids "scp never exits" problem. Reports from Lutz Jaenicke
294    <Lutz.Jaenicke@aet.TU-Cottbus.DE> and Tamito KAJIYAMA
295    <kajiyama@grad.sccs.chukyo-u.ac.jp>
296  - (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers
297  - (djm) Add local version to version.h
298  - (djm) Don't reseed arc4random everytime it is used
299  - (djm) OpenBSD CVS updates:
300    - deraadt@cvs.openbsd.org 2000/08/18 20:07:23
301      [ssh.c]
302      accept remsh as a valid name as well; roman@buildpoint.com
303    - deraadt@cvs.openbsd.org 2000/08/18 20:17:13
304      [deattack.c crc32.c packet.c]
305      rename crc32() to ssh_crc32() to avoid zlib name clash.  do not move to
306      libz crc32 function yet, because it has ugly "long"'s in it;
307      oneill@cs.sfu.ca
308    - deraadt@cvs.openbsd.org 2000/08/18 20:26:08
309      [scp.1 scp.c]
310      -S prog support; tv@debian.org
311    - deraadt@cvs.openbsd.org 2000/08/18 20:50:07
312      [scp.c]
313      knf
314    - deraadt@cvs.openbsd.org 2000/08/18 20:57:33
315      [log-client.c]
316      shorten
317    - markus@cvs.openbsd.org  2000/08/19 12:48:11
318      [channels.c channels.h clientloop.c ssh.c ssh.h]
319      support for ~. in ssh2
320    - deraadt@cvs.openbsd.org 2000/08/19 15:29:40
321      [crc32.h]
322      proper prototype
323    - markus@cvs.openbsd.org  2000/08/19 15:34:44
324      [authfd.c authfd.h key.c key.h ssh-add.1 ssh-add.c ssh-agent.1]
325      [ssh-agent.c ssh-keygen.c sshconnect1.c sshconnect2.c Makefile]
326      [fingerprint.c fingerprint.h]
327      add SSH2/DSA support to the agent and some other DSA related cleanups.
328      (note that we cannot talk to ssh.com's ssh2 agents)
329    - markus@cvs.openbsd.org  2000/08/19 15:55:52
330      [channels.c channels.h clientloop.c]
331      more ~ support for ssh2
332    - markus@cvs.openbsd.org  2000/08/19 16:21:19
333      [clientloop.c]
334      oops
335    - millert@cvs.openbsd.org 2000/08/20 12:25:53
336      [session.c]
337      We have to stash the result of get_remote_name_or_ip() before we
338      close our socket or getpeername() will get EBADF and the process
339      will exit.  Only a problem for "UseLogin yes".
340    - millert@cvs.openbsd.org 2000/08/20 12:30:59
341      [session.c]
342      Only check /etc/nologin if "UseLogin no" since login(1) may have its
343      own policy on determining who is allowed to login when /etc/nologin
344      is present.  Also use the _PATH_NOLOGIN define.
345    - millert@cvs.openbsd.org 2000/08/20 12:42:43
346      [auth1.c auth2.c session.c ssh.c]
347      Add calls to setusercontext() and login_get*().  We basically call
348      setusercontext() in most places where previously we did a setlogin().
349      Add default login.conf file and put root in the "daemon" login class.
350    - millert@cvs.openbsd.org 2000/08/21 10:23:31
351      [session.c]
352      Fix incorrect PATH setting; noted by Markus.
353
354 20000818
355  - (djm) OpenBSD CVS changes:
356    - markus@cvs.openbsd.org  2000/07/22 03:14:37
357      [servconf.c servconf.h sshd.8 sshd.c sshd_config]
358      random early drop; ok theo, niels
359    - deraadt@cvs.openbsd.org 2000/07/26 11:46:51
360      [ssh.1]
361      typo
362    - deraadt@cvs.openbsd.org 2000/08/01 11:46:11
363      [sshd.8]
364      many fixes from pepper@mail.reppep.com
365    - provos@cvs.openbsd.org  2000/08/01 13:01:42
366      [Makefile.in util.c aux.c]
367      rename aux.c to util.c to help with cygwin port
368    - deraadt@cvs.openbsd.org 2000/08/02 00:23:31
369      [authfd.c]
370      correct sun_len; Alexander@Leidinger.net
371    - provos@cvs.openbsd.org  2000/08/02 10:27:17
372      [readconf.c sshd.8]
373      disable kerberos authentication by default
374    - provos@cvs.openbsd.org  2000/08/02 11:27:05
375      [sshd.8 readconf.c auth-krb4.c]
376      disallow kerberos authentication if we can't verify the TGT; from
377      dugsong@
378      kerberos authentication is on by default only if you have a srvtab.
379    - markus@cvs.openbsd.org  2000/08/04 14:30:07
380      [auth.c]
381      unused
382    - markus@cvs.openbsd.org  2000/08/04 14:30:35
383      [sshd_config]
384      MaxStartups
385    - markus@cvs.openbsd.org  2000/08/15 13:20:46
386      [authfd.c]
387      cleanup; ok niels@
388    - markus@cvs.openbsd.org  2000/08/17 14:05:10
389      [session.c]
390      cleanup login(1)-like jobs, no duplicate utmp entries
391    - markus@cvs.openbsd.org  2000/08/17 14:06:34
392      [session.c sshd.8 sshd.c]
393       sshd -u len, similar to telnetd
394  - (djm) Lastlog was not getting closed after writing login entry
395  - (djm) Add Solaris package support from Rip Loomis <loomisg@cist.saic.com>
396
397 20000816
398  - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)
399  - (djm) Fix strerror replacement for old SunOS. Based on patch from
400    Charles Levert <charles@comm.polymtl.ca>
401  - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4
402    implementation.
403  - (djm) SUN_LEN macro for systems which lack it
404
405 20000815
406  - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>
407  - (djm) Avoid failures on Irix when ssh is not setuid. Fix from
408    Michael Stone <mstone@cs.loyola.edu>
409  - (djm) Don't seek in directory based lastlogs
410  - (djm) Fix --with-ipaddr-display configure option test. Patch from
411    Jarno Huuskonen <jhuuskon@messi.uku.fi>
412  - (djm) Fix AIX limits from Alexandre Oliva <oliva@lsd.ic.unicamp.br>
413
414 20000813
415  - (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from
416    Fabrice bacchella <fabrice.bacchella@marchfirst.fr>
417
418 20000809
419  - (djm) Define AIX hard limits if headers don't. Report from
420    Bill Painter <william.t.painter@lmco.com>
421  - (djm) utmp direct write & SunOS 4 patch from Charles Levert
422    <charles@comm.polymtl.ca>
423
424 20000808
425  - (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than install
426    time, spec file cleanup.
427
428 20000807
429  - (djm) Set 0755 on binaries during install. Report from Lutz Jaenicke
430  - (djm) Suppress error messages on channel close shutdown() failurs
431    works around Linux bug. Patch from Zack Weinberg <zack@wolery.cumb.org>
432  - (djm) Add some more entropy collection commands from Lutz Jaenicke
433
434 20000725
435  - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF
436
437 20000721
438  - (djm) OpenBSD CVS updates:
439    - markus@cvs.openbsd.org  2000/07/16 02:27:22
440      [authfd.c authfd.h channels.c clientloop.c ssh-add.c ssh-agent.c ssh.c]
441      [sshconnect1.c sshconnect2.c]
442      make ssh-add accept dsa keys (the agent does not)
443    - djm@cvs.openbsd.org     2000/07/17 19:25:02
444      [sshd.c]
445      Another closing of stdin; ok deraadt
446    - markus@cvs.openbsd.org  2000/07/19 18:33:12
447      [dsa.c]
448      missing free, reorder
449    - markus@cvs.openbsd.org  2000/07/20 16:23:14
450      [ssh-keygen.1]
451      document input and output files
452
453 20000720
454  - (djm) Spec file fix from Petr Novotny <Petr.Novotny@antek.cz>
455
456 20000716
457  - (djm) Release 2.1.1p4
458
459 20000715
460  - (djm) OpenBSD CVS updates
461    - provos@cvs.openbsd.org  2000/07/13 16:53:22
462      [aux.c readconf.c servconf.c ssh.h]
463      allow multiple whitespace but only one '=' between tokens, bug report from
464      Ralf S. Engelschall <rse@engelschall.com> but different fix. okay deraadt@
465    - provos@cvs.openbsd.org  2000/07/13 17:14:09
466      [clientloop.c]
467      typo; todd@fries.net
468    - provos@cvs.openbsd.org  2000/07/13 17:19:31
469      [scp.c]
470      close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu>
471    - markus@cvs.openbsd.org  2000/07/14 16:59:46
472      [readconf.c servconf.c]
473      allow leading whitespace. ok niels
474    - djm@cvs.openbsd.org     2000/07/14 22:01:38
475      [ssh-keygen.c ssh.c]
476      Always create ~/.ssh with mode 700; ok Markus
477  - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>
478    - Include floatingpoint.h for entropy.c
479    - strerror replacement
480
481 20000712
482  - (djm) Remove -lresolve for Reliant Unix
483  - (djm) OpenBSD CVS Updates:
484    - deraadt@cvs.openbsd.org 2000/07/11 02:11:34
485      [session.c sshd.c ]
486      make MaxStartups code still work with -d; djm
487    - deraadt@cvs.openbsd.org 2000/07/11 13:17:45
488      [readconf.c ssh_config]
489      disable FallBackToRsh by default
490  - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from
491    Ben Lindstrom <mouring@pconline.com>
492  - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM
493    spec file.
494  - (djm) Released 2.1.1p3
495
496 20000711
497  - (djm) Fixup for AIX getuserattr() support from Tom Bertelson
498    <tbert@abac.com>
499  - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>
500  - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
501    <mouring@pconline.com>
502  - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
503    from Jim Watt <jimw@peisj.pebio.com>
504  - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known
505    to compile on more platforms (incl NeXT).
506  - (djm) Added bsd-inet_aton and configure support for NeXT
507  - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>
508  - (djm) OpenBSD CVS updates:
509    - markus@cvs.openbsd.org  2000/06/26 03:22:29
510      [authfd.c]
511      cleanup, less cut&paste
512    - markus@cvs.openbsd.org  2000/06/26 15:59:19
513      [servconf.c servconf.h session.c sshd.8 sshd.c]
514      MaxStartups: limit number of unauthenticated connections, work by
515      theo and me
516    - deraadt@cvs.openbsd.org 2000/07/05 14:18:07
517      [session.c]
518      use no_x11_forwarding_flag correctly; provos ok
519    - provos@cvs.openbsd.org  2000/07/05 15:35:57
520      [sshd.c]
521      typo
522    - aaron@cvs.openbsd.org   2000/07/05 22:06:58
523      [scp.1 ssh-agent.1 ssh-keygen.1 sshd.8]
524      Insert more missing .El directives. Our troff really should identify
525      these and spit out a warning.
526    - todd@cvs.openbsd.org    2000/07/06 21:55:04
527      [auth-rsa.c auth2.c ssh-keygen.c]
528      clean code is good code
529    - deraadt@cvs.openbsd.org 2000/07/07 02:14:29
530      [serverloop.c]
531      sense of port forwarding flag test was backwards
532    - provos@cvs.openbsd.org  2000/07/08 17:17:31
533      [compat.c readconf.c]
534      replace strtok with strsep; from David Young <dyoung@onthejob.net>
535    - deraadt@cvs.openbsd.org 2000/07/08 19:21:15
536      [auth.h]
537      KNF
538    - ho@cvs.openbsd.org      2000/07/08 19:27:33
539      [compat.c readconf.c]
540      Better conditions for strsep() ending.
541    - ho@cvs.openbsd.org      2000/07/10 10:27:05
542      [readconf.c]
543      Get the correct message on errors. (niels@ ok)
544    - ho@cvs.openbsd.org      2000/07/10 10:30:25
545      [cipher.c kex.c servconf.c]
546      strtok() --> strsep(). (niels@ ok)
547  - (djm) Fix problem with debug mode and MaxStartups
548  - (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPM
549    builds)
550  - (djm) Add strsep function from OpenBSD libc for systems that lack it
551
552 20000709
553  - (djm) Only enable PAM_TTY kludge for Linux. Problem report from
554    Kevin Steves <stevesk@sweden.hp.com>
555  - (djm) Match prototype and function declaration for rresvport_af.
556    Problem report from Niklas Edmundsson <nikke@ing.umu.se>
557  - (djm) Missing $(DESTDIR) on host-key target causing problems with RPM
558    builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu>
559  - (djm) Replace ut_name with ut_user. Patch from Jim Watt
560    <jimw@peisj.pebio.com>
561  - (djm) Fix pam sprintf fix
562  - (djm) Cleanup entropy collection code a little more. Split initialisation
563    from seeding, perform intialisation immediatly at start, be careful with
564    uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
565  - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
566    Including sigaction() et al. replacements
567  - (djm) AIX getuserattr() session initialisation from Tom Bertelson
568    <tbert@abac.com>
569
570 20000708
571  - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
572    Aaron Hopkins <aaron@die.net>
573  - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
574    Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
575  - (djm) Fixed undefined variables for OSF SIA. Report from
576    Baars, Henk <Hendrik.Baars@nl.origin-it.com>
577  - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c
578    Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL>
579  - (djm) Don't use inet_addr.
580
581 20000702
582  - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
583  - (djm) Stop shadow expiry checking from preventing logins with NIS. Based
584    on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
585  - (djm) Use standard OpenSSL functions in auth-skey.c. Patch from
586    Chris, the Young One <cky@pobox.com>
587  - (djm) Fix scp progress meter on really wide terminals. Based on patch
588    from James H. Cloos Jr. <cloos@jhcloos.com>
589
590 20000701
591  - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
592  - (djm) Login fixes from Tom Bertelson <tbert@abac.com>
593  - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
594    <vinschen@cygnus.com>
595  - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
596  - (djm) Added check for broken snprintf() functions which do not correctly
597    terminate output string and attempt to use replacement.
598  - (djm) Released 2.1.1p2
599
600 20000628
601  - (djm) Fixes to lastlog code for Irix
602  - (djm) Use atomicio in loginrec
603  - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
604    Irix 6.x array sessions, project id's, and system audit trail id.
605  - (djm) Added 'distprep' make target to simplify packaging
606  - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
607    support. Enable using "USE_SIA=1 ./configure [options]"
608   
609 20000627
610  - (djm) Fixes to login code - not setting li->uid, cleanups
611  - (djm) Formatting
612
613 20000626
614  - (djm) Better fix to aclocal tests from Garrick James <garrick@james.net>
615  - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
616  - (djm) Added password expiry checking (no password change support)
617  - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
618    based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
619  - (djm) Fix fixed EGD code.
620  - OpenBSD CVS update
621    - provos@cvs.openbsd.org  2000/06/25 14:17:58
622      [channels.c]
623      correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>
624
625 20000623
626  - (djm) Use sa_family_t in prototype for rresvport_af. Patch from
627    Svante Signell <svante.signell@telia.com>
628  - (djm) Autoconf logic to define sa_family_t if it is missing
629  - OpenBSD CVS Updates:
630    - markus@cvs.openbsd.org  2000/06/22 10:32:27
631      [sshd.c]
632      missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL
633    - djm@cvs.openbsd.org     2000/06/22 17:55:00
634      [auth-krb4.c key.c radix.c uuencode.c]
635      Missing CVS idents; ok markus
636
637 20000622
638  - (djm) Automatically generate host key during "make install". Suggested
639    by Gary E. Miller <gem@rellim.com>
640  - (djm) Paranoia before kill() system call
641  - OpenBSD CVS Updates:
642    - markus@cvs.openbsd.org  2000/06/18 18:50:11
643      [auth2.c compat.c compat.h sshconnect2.c]
644      make userauth+pubkey interop with ssh.com-2.2.0
645    - markus@cvs.openbsd.org  2000/06/18 20:56:17
646      [dsa.c]
647      mem leak + be more paranoid in dsa_verify.
648    - markus@cvs.openbsd.org  2000/06/18 21:29:50
649      [key.c]
650      cleanup fingerprinting, less hardcoded sizes
651    - markus@cvs.openbsd.org  2000/06/19 19:39:45
652      [atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
653      [auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h]
654      [buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h]
655      [clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h]
656      [deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c]
657      [kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c]
658      [nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c]
659      [rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c]
660      [ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h]
661      OpenBSD tag
662    - markus@cvs.openbsd.org  2000/06/21 10:46:10
663      sshconnect2.c missing free; nuke old comment
664
665 20000620
666  - (djm) Replace use of '-o' and '-a' logical operators in configure tests
667    with '||' and '&&'. As suggested by Jim Knoble <jmknoble@pint-stowp.cx>
668    to fix SCO Unixware problem reported by Gary E. Miller <gem@rellim.com>
669  - (djm) Typo in loginrec.c
670
671 20000618
672  - (djm) Add summary of configure options to end of ./configure run
673  - (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from
674    Michael Stone <mstone@cs.loyola.edu>
675  - (djm) rusage is a privileged operation on some Unices (incl.
676    Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com>
677  - (djm) Avoid PAM failures when running without a TTY. Report from
678    Martin Petrak <petrak@spsknm.schools.sk>
679  - (djm) Include sys/types.h when including netinet/in.h in configure tests.
680    Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>
681  - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
682  - OpenBSD CVS updates:
683    - deraadt@cvs.openbsd.org 2000/06/17 09:58:46
684      [channels.c]
685      everyone says "nix it" (remove protocol 2 debugging message)
686    - markus@cvs.openbsd.org  2000/06/17 13:24:34
687      [sshconnect.c]
688      allow extended server banners
689    - markus@cvs.openbsd.org  2000/06/17 14:30:10
690      [sshconnect.c]
691      missing atomicio, typo
692    - jakob@cvs.openbsd.org   2000/06/17 16:52:34
693      [servconf.c servconf.h session.c sshd.8 sshd_config]
694      add support for ssh v2 subsystems. ok markus@.
695    - deraadt@cvs.openbsd.org 2000/06/17 18:57:48
696      [readconf.c servconf.c]
697      include = in WHITESPACE; markus ok
698    - markus@cvs.openbsd.org  2000/06/17 19:09:10
699      [auth2.c]
700      implement bug compatibility with ssh-2.0.13 pubkey, server side
701    - markus@cvs.openbsd.org  2000/06/17 21:00:28
702      [compat.c]
703      initial support for ssh.com's 2.2.0
704    - markus@cvs.openbsd.org  2000/06/17 21:16:09
705      [scp.c]
706      typo
707    - markus@cvs.openbsd.org  2000/06/17 22:05:02
708      [auth-rsa.c auth2.c serverloop.c session.c auth-options.c auth-options.h]
709      split auth-rsa option parsing into auth-options
710      add options support to authorized_keys2
711    - markus@cvs.openbsd.org  2000/06/17 22:42:54
712      [session.c]
713      typo
714
715 20000613
716  - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:
717   - Platform define for SCO 3.x which breaks on /dev/ptmx
718   - Detect and try to fix missing MAXPATHLEN
719  - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp
720    <P.S.S.Camp@ukc.ac.uk>
721
722 20000612
723  - (djm) Glob manpages in RPM spec files to catch compressed files
724  - (djm) Full license in auth-pam.c
725  - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
726  - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>:
727   - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is
728      def'd
729   - Set AIX to use preformatted manpages
730   
731 20000610
732  - (djm) Minor doc tweaks
733  - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>
734
735 20000609
736  - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage
737    (in favour of utmpx) on Solaris 8
738
739 20000606
740  - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
741    list of commands (by default). Removed verbose debugging (by default).
742  - (djm) Increased command entropy estimates and default entropy collection
743    timeout
744  - (djm) Remove duplicate headers from loginrec.c
745  - (djm) Don't add /usr/local/lib to library search path on Irix
746  - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
747    <tibbs@math.uh.edu>
748  - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
749    <zack@wolery.cumb.org>
750  - (djm) OpenBSD CVS updates:
751   - todd@cvs.openbsd.org
752     [sshconnect2.c]
753     teach protocol v2 to count login failures properly and also enable an
754     explanation of why the password prompt comes up again like v1; this is NOT
755     crypto
756   - markus@cvs.openbsd.org 
757     [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
758     xauth_location support; pr 1234
759     [readconf.c sshconnect2.c]
760     typo, unused
761     [session.c]
762     allow use_login only for login sessions, otherwise remote commands are
763     execed with uid==0
764     [sshd.8]
765     document UseLogin better
766     [version.h]
767     OpenSSH 2.1.1
768     [auth-rsa.c]
769     fix match_hostname() logic for auth-rsa: deny access if we have a
770     negative match or no match at all
771     [channels.c hostfile.c match.c]
772     don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via
773     kris@FreeBSD.org
774
775 20000606
776  - (djm) Added --with-cflags, --with-ldflags and --with-libs options to
777    configure.
778
779 20000604
780  - Configure tweaking for new login code on Irix 5.3
781  - (andre) login code changes based on djm feedback
782
783 20000603
784  - (andre) New login code
785     - Remove bsd-login.[ch] and all the OpenBSD-derived code in login.c
786     - Add loginrec.[ch], logintest.c and autoconf code
787   
788 20000531
789  - Cleanup of auth.c, login.c and fake-*
790  - Cleanup of auth-pam.c, save and print "account expired" error messages
791  - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>
792  - Rewrote bsd-login to use proper utmp API if available. Major cleanup
793    of fallback DIY code.
794
795 20000530
796  - Define atexit for old Solaris
797  - Fix buffer overrun in login.c for systems which use syslen in utmpx.
798    patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp>
799  - OpenBSD CVS updates:
800   - markus@cvs.openbsd.org
801     [session.c]
802     make x11-fwd work w/ localhost (xauth add host/unix:11)
803     [cipher.c compat.c readconf.c servconf.c]
804     check strtok() != NULL; ok niels@
805     [key.c]
806     fix key_read() for uuencoded keys w/o '='
807     [serverloop.c]
808     group ssh1 vs. ssh2 in serverloop
809     [kex.c kex.h myproposal.h sshconnect2.c sshd.c]
810     split kexinit/kexdh, factor out common code
811     [readconf.c ssh.1 ssh.c]
812     forwardagent defaults to no, add ssh -A
813   - theo@cvs.openbsd.org
814     [session.c]
815     just some line shortening
816  - Released 2.1.0p3
817
818 20000520
819  - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
820  - Don't touch utmp if USE_UTMPX defined
821  - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>
822  - SIGCHLD fix for AIX and HPUX from Tom Bertelson <tbert@abac.com>
823  - HPUX and Configure fixes from Lutz Jaenicke
824    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
825  - Use mkinstalldirs script to make directories instead of non-portable
826    "install -d". Suggested by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
827  - Doc cleanup
828
829 20000518
830  - Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterday
831  - OpenBSD CVS updates:
832   - markus@cvs.openbsd.org
833     [sshconnect.c]
834     copy only ai_addrlen bytes; misiek@pld.org.pl
835     [auth.c]
836     accept an empty shell in authentication; bug reported by
837     chris@tinker.ucr.edu
838     [serverloop.c]
839     we don't have stderr for interactive terminal sessions (fcntl errors)
840
841 20000517
842  - Fix from Andre Lucas <andre.lucas@dial.pipex.com>
843   - Fixes command line printing segfaults (spotter: Bladt Norbert)
844   - Fixes erroneous printing of debug messages to syslog
845   - Fixes utmp for MacOS X (spotter: Aristedes Maniatis)
846   - Gives useful error message if PRNG initialisation fails
847   - Reduced ssh startup delay
848   - Measures cumulative command time rather than the time between reads
849     after select()
850   - 'fixprogs' perl script to eliminate non-working entropy commands, and
851     optionally run 'ent' to measure command entropy
852  - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix
853  - Avoid WCOREDUMP complation errors for systems that lack it
854  - Avoid SIGCHLD warnings from entropy commands
855  - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>
856  - OpenBSD CVS update:
857   - markus@cvs.openbsd.org
858     [ssh.c]
859     fix usage()
860     [ssh2.h]
861     draft-ietf-secsh-architecture-05.txt
862     [ssh.1]
863     document ssh -T -N (ssh2 only)
864     [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c]
865     enable nonblocking IO for sshd w/ proto 1, too; split out common code
866     [aux.c]
867     missing include
868  - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
869   - INSTALL typo and URL fix
870   - Makefile fix
871   - Solaris fixes
872  - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka
873    <ksakai@kso.netwk.ntt-at.co.jp>
874  - RSAless operation patch from kevin_oconnor@standardandpoors.com
875  - Detect OpenSSL seperatly from RSA
876  - Better test for RSA (more compatible with RSAref). Based on work by
877    Ed Eden <ede370@stl.rural.usda.gov>
878
879 20000513
880  - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz
881    <misiek@pld.org.pl>
882
883 20000511
884  - Fix for prng_seed permissions checking from Lutz Jaenicke
885    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
886  - "make host-key" fix for Irix
887
888 20000509
889  - OpenBSD CVS update
890   - markus@cvs.openbsd.org
891     [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c]
892     [ssh.h sshconnect1.c sshconnect2.c sshd.8]
893     - complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
894   - hugh@cvs.openbsd.org
895     [ssh.1]
896     - zap typo
897     [ssh-keygen.1]
898     - One last nit fix. (markus approved)
899     [sshd.8]
900     - some markus certified spelling adjustments
901   - markus@cvs.openbsd.org
902     [auth2.c channels.c clientloop.c compat compat.h dsa.c kex.c]
903     [sshconnect2.c ]
904     - bug compat w/ ssh-2.0.13 x11, split out bugs
905     [nchan.c]
906     - no drain if ibuf_empty, fixes x11fwd problems; tests by fries@
907     [ssh-keygen.c]
908     - handle escapes in real and original key format, ok millert@
909     [version.h]
910     - OpenSSH-2.1
911  - Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
912  - Doc updates
913  - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported
914    by Andre Lucas <andre.lucas@dial.pipex.com>
915
916 20000508
917  - Makefile and RPM spec fixes
918  - Generate DSA host keys during "make key" or RPM installs
919  - OpenBSD CVS update
920   - markus@cvs.openbsd.org
921     [clientloop.c sshconnect2.c]
922     - make x11-fwd interop w/ ssh-2.0.13
923     [README.openssh2]
924     - interop w/ SecureFX
925  - Release 2.0.0beta2
926
927  - Configure caching and cleanup patch from Andre Lucas'
928    <andre.lucas@dial.pipex.com>
929
930 20000507
931  - Remove references to SSLeay.
932  - Big OpenBSD CVS update
933   - markus@cvs.openbsd.org
934     [clientloop.c]
935     - typo
936     [session.c]
937     - update proctitle on pty alloc/dealloc, e.g. w/ windows client
938     [session.c]
939     - update proctitle for proto 1, too
940     [channels.h nchan.c serverloop.c session.c sshd.c]
941     - use c-style comments
942   - deraadt@cvs.openbsd.org
943     [scp.c]
944     - more atomicio
945   - markus@cvs.openbsd.org
946     [channels.c]
947     - set O_NONBLOCK
948     [ssh.1]
949     - update AUTHOR
950     [readconf.c ssh-keygen.c ssh.h]
951     - default DSA key file ~/.ssh/id_dsa
952     [clientloop.c]
953     - typo, rm verbose debug
954   - deraadt@cvs.openbsd.org
955     [ssh-keygen.1]
956     - document DSA use of ssh-keygen
957     [sshd.8]
958     - a start at describing what i understand of the DSA side
959     [ssh-keygen.1]
960     - document -X and -x
961     [ssh-keygen.c]
962     - simplify usage
963   - markus@cvs.openbsd.org
964     [sshd.8]
965     - there is no rhosts_dsa
966     [ssh-keygen.1]
967     - document -y, update -X,-x
968     [nchan.c]
969     - fix close for non-open ssh1 channels
970     [servconf.c servconf.h ssh.h sshd.8 sshd.c ]
971     - s/DsaKey/HostDSAKey/, document option
972     [sshconnect2.c]
973     - respect number_of_password_prompts
974     [channels.c channels.h servconf.c servconf.h session.c sshd.8]
975     - GatewayPorts for sshd, ok deraadt@
976     [ssh-add.1 ssh-agent.1 ssh.1]
977     - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2
978     [ssh.1]
979     - more info on proto 2
980     [sshd.8]
981     - sync AUTHOR w/ ssh.1
982     [key.c key.h sshconnect.c]
983     - print key type when talking about host keys
984     [packet.c]
985     - clear padding in ssh2
986     [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h]
987     - replace broken uuencode w/ libc b64_ntop
988     [auth2.c]
989     - log failure before sending the reply
990     [key.c radix.c uuencode.c]
991     - remote trailing comments before calling __b64_pton
992     [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1]
993     [sshconnect2.c sshd.8]
994     - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8
995  - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
996
997 20000502
998  - OpenBSD CVS update
999    [channels.c]
1000    - init all fds, close all fds.
1001    [sshconnect2.c]
1002    - check whether file exists before asking for passphrase
1003    [servconf.c servconf.h sshd.8 sshd.c]
1004    - PidFile, pr 1210
1005    [channels.c]
1006    - EINTR
1007    [channels.c]
1008    - unbreak, ok niels@
1009    [sshd.c]
1010    - unlink pid file, ok niels@
1011    [auth2.c]
1012    - Add missing #ifdefs; ok - markus
1013  - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy
1014    gathering commands from a text file
1015  - Release 2.0.0beta1
1016
1017 20000501
1018  - OpenBSD CVS update
1019    [packet.c]
1020    - send debug messages in SSH2 format
1021    [scp.c]
1022    - fix very rare EAGAIN/EINTR issues; based on work by djm
1023    [packet.c]
1024    - less debug, rm unused
1025    [auth2.c]
1026    - disable kerb,s/key in ssh2
1027    [sshd.8]
1028    - Minor tweaks and typo fixes.
1029    [ssh-keygen.c]
1030    - Put -d into usage and reorder. markus ok.
1031  - Include missing headers for OpenSSL tests. Fix from Phil Karn
1032    <karn@ka9q.ampr.org>
1033  - Fixed __progname symbol collisions reported by Andre Lucas
1034    <andre.lucas@dial.pipex.com>
1035  - Merged bsd-login ttyslot and AIX utmp patch from Gert Doering
1036    <gd@hilb1.medat.de>
1037  - Add some missing ifdefs to auth2.c
1038  - Deprecate perl-tk askpass.
1039  - Irix portability fixes - don't include netinet headers more than once
1040  - Make sure we don't save PRNG seed more than once
1041
1042 20000430
1043  - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
1044  - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
1045    patch.
1046    - Adds timeout to entropy collection
1047    - Disables slow entropy sources
1048    - Load and save seed file
1049  - Changed entropy seed code to user per-user seeds only (server seed is
1050    saved in root's .ssh directory)
1051  - Use atexit() and fatal cleanups to save seed on exit
1052  - More OpenBSD updates:
1053    [session.c]
1054    - don't call chan_write_failed() if we are not writing
1055    [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c]
1056    - keysize warnings error() -> log()
1057
1058 20000429
1059  - Merge big update to OpenSSH-2.0 from OpenBSD CVS
1060    [README.openssh2]
1061    - interop w/ F-secure windows client
1062    - sync documentation
1063    - ssh_host_dsa_key not ssh_dsa_key
1064    [auth-rsa.c]
1065    - missing fclose
1066    [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
1067    [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
1068    [sshd.c uuencode.c uuencode.h authfile.h]
1069    - add DSA pubkey auth and other SSH2 fixes.  use ssh-keygen -[xX]
1070      for trading keys with the real and the original SSH, directly from the
1071      people who invented the SSH protocol.
1072    [auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
1073    [sshconnect1.c sshconnect2.c]
1074    - split auth/sshconnect in one file per protocol version
1075    [sshconnect2.c]
1076    - remove debug
1077    [uuencode.c]
1078    - add trailing =
1079    [version.h]
1080    - OpenSSH-2.0
1081    [ssh-keygen.1 ssh-keygen.c]
1082    - add -R flag: exit code indicates if RSA is alive
1083    [sshd.c]
1084    - remove unused
1085      silent if -Q is specified
1086    [ssh.h]
1087    - host key becomes /etc/ssh_host_dsa_key
1088    [readconf.c servconf.c ]
1089    - ssh/sshd default to proto 1 and 2
1090    [uuencode.c]
1091    - remove debug
1092    [auth2.c ssh-keygen.c sshconnect2.c sshd.c]
1093    - xfree DSA blobs
1094    [auth2.c serverloop.c session.c]
1095    - cleanup logging for sshd/2, respect PasswordAuth no
1096    [sshconnect2.c]
1097    - less debug, respect .ssh/config
1098    [README.openssh2 channels.c channels.h]
1099    - clientloop.c session.c ssh.c
1100    - support for x11-fwding, client+server
1101
1102 20000421
1103  - Merge fix from OpenBSD CVS
1104   [ssh-agent.c]
1105   - Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>
1106     via Debian bug #59926
1107  - Define __progname in session.c if libc doesn't
1108  - Remove indentation on autoconf #include statements to avoid bug in
1109    DEC Tru64 compiler. Report and fix from David Del Piero
1110    <David.DelPiero@qed.qld.gov.au>
1111
1112 20000420
1113  - Make fixpaths work with perl4, patch from Andre Lucas
1114    <andre.lucas@dial.pipex.com>
1115  - Sync with OpenBSD CVS:
1116   [clientloop.c login.c serverloop.c ssh-agent.c ssh.h sshconnect.c sshd.c]
1117   - pid_t
1118   [session.c]
1119   - remove bogus chan_read_failed. this could cause data
1120     corruption (missing data) at end of a SSH2 session.
1121  - Merge fixes from Debian patch from Phil Hands <phil@hands.com>
1122   - Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE)
1123   - Use vhangup to clean up Linux ttys
1124   - Force posix getopt processing on GNU libc systems
1125  - Debian bug #55910 - remove references to ssl(8) manpages
1126  - Debian bug #58031 - ssh_config lies about default cipher
1127
1128 20000419
1129  - OpenBSD CVS updates
1130    [channels.c]
1131    - fix pr 1196, listen_port and port_to_connect interchanged
1132    [scp.c]
1133    - after completion, replace the progress bar ETA counter with a final
1134      elapsed time; my idea, aaron wrote the patch
1135    [ssh_config sshd_config]
1136    - show 'Protocol' as an example, ok markus@
1137    [sshd.c]
1138    - missing xfree()
1139  - Add missing header to bsd-misc.c
1140
1141 20000416
1142  - Reduce diff against OpenBSD source
1143    - All OpenSSL includes are now unconditionally referenced as
1144      openssl/foo.h
1145    - Pick up formatting changes
1146    - Other minor changed (typecasts, etc) that I missed
1147
1148 20000415
1149  - OpenBSD CVS updates.
1150    [ssh.1 ssh.c]
1151    - ssh -2
1152    [auth.c channels.c clientloop.c packet.c packet.h serverloop.c]
1153    [session.c sshconnect.c]
1154    - check payload for (illegal) extra data
1155    [ALL]
1156    whitespace cleanup
1157
1158 20000413
1159  - INSTALL doc updates
1160  - Merged OpenBSD updates to include paths.
1161
1162 20000412
1163  - OpenBSD CVS updates:
1164    - [channels.c]
1165      repair x11-fwd
1166    - [sshconnect.c]
1167      fix passwd prompt for ssh2, less debugging output.
1168    - [clientloop.c compat.c dsa.c kex.c sshd.c]
1169      less debugging output
1170    - [kex.c kex.h sshconnect.c sshd.c]
1171      check for reasonable public DH values
1172    - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
1173      [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
1174      add Cipher and Protocol options to ssh/sshd, e.g.:
1175      ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
1176      arcfour,3des-cbc'
1177    - [sshd.c]
1178      print 1.99 only if server supports both
1179
1180 20000408
1181  - Avoid some compiler warnings in fake-get*.c
1182  - Add IPTOS macros for systems which lack them
1183  - Only set define entropy collection macros if they are found
1184  - More large OpenBSD CVS updates:
1185    - [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
1186      [session.h ssh.h sshd.c README.openssh2]
1187      ssh2 server side, see README.openssh2; enable with 'sshd -2'
1188    - [channels.c]
1189      no adjust after close
1190    - [sshd.c compat.c ]
1191      interop w/ latest ssh.com windows client.
1192  
1193 20000406
1194  - OpenBSD CVS update:
1195    - [channels.c]
1196      close efd on eof
1197    - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
1198      ssh2 client implementation, interops w/ ssh.com and lsh servers.
1199    - [sshconnect.c]
1200      missing free.
1201    - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
1202      remove unused argument, split cipher_mask()
1203    - [clientloop.c]
1204      re-order: group ssh1 vs. ssh2
1205  - Make Redhat spec require openssl >= 0.9.5a
1206
1207 20000404
1208  - Add tests for RAND_add function when searching for OpenSSL
1209  - OpenBSD CVS update:
1210    - [packet.h packet.c]
1211      ssh2 packet format
1212    - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
1213      [channels.h channels.c]
1214      channel layer support for ssh2
1215    - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
1216      DSA, keyexchange, algorithm agreement for ssh2
1217  - Generate manpages before make install not at the end of make all
1218  - Don't seed the rng quite so often
1219  - Always reseed rng when requested
1220
1221 20000403
1222  - Wrote entropy collection routines for systems that lack /dev/random
1223    and EGD
1224  - Disable tests and typedefs for 64 bit types. They are currently unused.
1225
1226 20000401
1227  - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
1228    - [auth.c session.c sshd.c auth.h]
1229      split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
1230    - [bufaux.c bufaux.h]
1231      support ssh2 bignums
1232    - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
1233      [readconf.c ssh.c ssh.h serverloop.c]
1234      replace big switch() with function tables (prepare for ssh2)
1235    - [ssh2.h]
1236      ssh2 message type codes
1237    - [sshd.8]
1238      reorder Xr to avoid cutting
1239    - [serverloop.c]
1240      close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
1241    - [channels.c]
1242      missing close
1243      allow bigger packets
1244    - [cipher.c cipher.h]
1245      support ssh2 ciphers
1246    - [compress.c]
1247      cleanup, less code
1248    - [dispatch.c dispatch.h]
1249      function tables for different message types
1250    - [log-server.c]
1251      do not log() if debuggin to stderr
1252      rename a cpp symbol, to avoid param.h collision
1253    - [mpaux.c]
1254      KNF
1255    - [nchan.c]
1256      sync w/ channels.c
1257
1258 20000326
1259  - Better tests for OpenSSL w/ RSAref
1260  - Added replacement setenv() function from OpenBSD libc. Suggested by
1261    Ben Lindstrom <mouring@pconline.com>
1262  - OpenBSD CVS update
1263    - [auth-krb4.c]
1264      -Wall
1265    - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
1266      [match.h ssh.c ssh.h sshconnect.c sshd.c]
1267      initial support for DSA keys. ok deraadt@, niels@
1268    - [cipher.c cipher.h]
1269      remove unused cipher_attack_detected code
1270    - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
1271      Fix some formatting problems I missed before.
1272    - [ssh.1 sshd.8]
1273      fix spelling errors, From: FreeBSD
1274    - [ssh.c]
1275      switch to raw mode only if he _get_ a pty (not if we _want_ a pty).
1276
1277 20000324
1278  - Released 1.2.3
1279
1280 20000317
1281  - Clarified --with-default-path option.
1282  - Added -blibpath handling for AIX to work around stupid runtime linking.
1283    Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
1284    <jmknoble@pobox.com>
1285  - Checks for 64 bit int types. Problem report from Mats Fredholm
1286    <matsf@init.se>
1287  - OpenBSD CVS updates:
1288    - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c]
1289      [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
1290      [sshd.c]
1291      pedantic: signed vs. unsigned, void*-arithm, etc
1292    - [ssh.1 sshd.8]
1293      Various cleanups and standardizations.
1294  - Runtime error fix for HPUX from Otmar Stahl
1295    <O.Stahl@lsw.uni-heidelberg.de>
1296
1297 20000316
1298  - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
1299    Hesprich <dghespri@sprintparanet.com>
1300  - Propogate LD through to Makefile
1301  - Doc cleanups
1302  - Added blurb about "scp: command not found" errors to UPGRADING
1303
1304 20000315
1305  - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
1306    problems with gcc/Solaris.
1307  - Don't free argument to putenv() after use (in setenv() replacement).
1308    Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
1309  - Created contrib/ subdirectory. Included helpers from Phil Hands'
1310    Debian package, README file and chroot patch from Ricardo Cerqueira
1311    <rmcc@clix.pt>
1312  - Moved gnome-ssh-askpass.c to contrib directory and removed config
1313    option.
1314  - Slight cleanup to doc files
1315  - Configure fix from Bratislav ILICH <bilic@zepter.ru>
1316
1317 20000314
1318  - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
1319    peter@frontierflying.com
1320  - Include /usr/local/include and /usr/local/lib for systems that don't
1321    do it themselves
1322  - -R/usr/local/lib for Solaris
1323  - Fix RSAref detection
1324  - Fix IN6_IS_ADDR_V4MAPPED macro
1325
1326 20000311
1327  - Detect RSAref
1328  - OpenBSD CVS change
1329    [sshd.c]
1330     - disallow guessing of root password
1331  - More configure fixes
1332  - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
1333
1334 20000309
1335  - OpenBSD CVS updates to v1.2.3
1336    [ssh.h atomicio.c]
1337     - int atomicio -> ssize_t (for alpha). ok deraadt@
1338    [auth-rsa.c]
1339     - delay MD5 computation until client sends response, free() early, cleanup.
1340    [cipher.c]
1341     - void* -> unsigned char*, ok niels@
1342    [hostfile.c]
1343     - remove unused variable 'len'. fix comments.
1344     - remove unused variable
1345    [log-client.c log-server.c]
1346     - rename a cpp symbol, to avoid param.h collision
1347    [packet.c]
1348     - missing xfree()
1349     - getsockname() requires initialized tolen; andy@guildsoftware.com
1350     - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
1351    from Holger.Trapp@Informatik.TU-Chemnitz.DE
1352    [pty.c pty.h]
1353     - register cleanup for pty earlier. move code for pty-owner handling to
1354       pty.c ok provos@, dugsong@
1355    [readconf.c]
1356     - turn off x11-fwd for the client, too.
1357    [rsa.c]
1358     - PKCS#1 padding
1359    [scp.c]
1360     - allow '.' in usernames; from jedgar@fxp.org
1361    [servconf.c]
1362     - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
1363     - sync with sshd_config
1364    [ssh-keygen.c]
1365     - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
1366    [ssh.1]
1367     - Change invalid 'CHAT' loglevel to 'VERBOSE'
1368    [ssh.c]
1369     - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
1370     - turn off x11-fwd for the client, too.
1371    [sshconnect.c]
1372     - missing xfree()
1373     - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
1374     - read error vs. "Connection closed by remote host"
1375    [sshd.8]
1376     - ie. -> i.e.,
1377     - do not link to a commercial page..
1378     - sync with sshd_config
1379    [sshd.c]
1380     - no need for poll.h; from bright@wintelcom.net
1381     - log with level log() not fatal() if peer behaves badly.
1382     - don't panic if client behaves strange. ok deraadt@
1383     - make no-port-forwarding for RSA keys deny both -L and -R style fwding
1384     - delay close() of pty until the pty has been chowned back to root
1385     - oops, fix comment, too.
1386     - missing xfree()
1387     - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
1388       (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
1389     - register cleanup for pty earlier. move code for pty-owner handling to
1390       pty.c ok provos@, dugsong@
1391     - create x11 cookie file
1392     - fix pr 1113, fclose() -> pclose(), todo: remote popen()
1393     - version 1.2.3
1394  - Cleaned up
1395  - Removed warning workaround for Linux and devpts filesystems (no longer
1396    required after OpenBSD updates)
1397
1398 20000308
1399  - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
1400
1401 20000307
1402  - Released 1.2.2p1
1403
1404 20000305
1405  - Fix DEC compile fix
1406  - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
1407  - Check for getpagesize in libucb.a if not found in libc. Fix for old
1408    Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
1409  - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
1410    Mate Wierdl <mw@moni.msci.memphis.edu>
1411
1412 20000303
1413  - Added "make host-key" target, Suggestion from Dominik Brettnacher
1414  <domi@saargate.de>
1415  - Don't permanently fail on bind() if getaddrinfo has more choices left for
1416    us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
1417    Miskiewicz <misiek@pld.org.pl>
1418  - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
1419  - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
1420
1421 20000302
1422  - Big cleanup of autoconf code
1423    - Rearranged to be a little more logical
1424    - Added -R option for Solaris
1425    - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
1426      to detect library and header location _and_ ensure library has proper
1427      RSA support built in (this is a problem with OpenSSL 0.9.5).
1428  - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
1429  - Avoid warning message with Unix98 ptys
1430  - Warning was valid - possible race condition on PTYs. Avoided using
1431    platform-specific code.
1432  - Document some common problems
1433  - Allow root access to any key. Patch from
1434    markus.friedl@informatik.uni-erlangen.de
1435
1436 20000207
1437  - Removed SOCKS code. Will support through a ProxyCommand.
1438
1439 20000203
1440  - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu
1441  - Add --with-ssl-dir option
1442
1443 20000202
1444  - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
1445    <jmd@aoe.vt.edu>
1446  - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
1447  - Added URLs to Japanese translations of documents by HARUYAMA Seigo
1448    <haruyama@nt.phys.s.u-tokyo.ac.jp>
1449
1450 20000201
1451  - Use socket pairs by default (instead of pipes). Prevents race condition
1452    on several (buggy) OSs. Report and fix from tridge@linuxcare.com
1453
1454 20000127
1455  - Seed OpenSSL's random number generator before generating RSA keypairs
1456  - Split random collector into seperate file
1457  - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>
1458
1459 20000126
1460  - Released 1.2.2 stable
1461
1462  - NeXT keeps it lastlog in /usr/adm. Report from
1463    mouring@newton.pconline.com
1464  - Added note in UPGRADING re interop with commercial SSH using idea.
1465    Report from Jim Knoble <jmknoble@pobox.com>
1466  - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
1467    <Holger.Trapp@Informatik.TU-Chemnitz.DE>
1468
1469 20000125
1470  - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
1471    <andre.lucas@dial.pipex.com>
1472  - Reorder PAM initialisation so it does not mess up lastlog. Reported
1473    by Andre Lucas <andre.lucas@dial.pipex.com>
1474  - Use preformatted manpages on SCO, report from Gary E. Miller
1475    <gem@rellim.com>
1476  - New URL for x11-ssh-askpass.
1477  - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
1478    <jmknoble@pobox.com>
1479  - Added 'DESTDIR' option to Makefile to ease package building. Patch from
1480    Jim Knoble <jmknoble@pobox.com>
1481  - Updated RPM spec files to use DESTDIR
1482
1483 20000124
1484  - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
1485    increment)
1486
1487 20000123
1488  - OpenBSD CVS:
1489    - [packet.c]
1490      getsockname() requires initialized tolen; andy@guildsoftware.com
1491  - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
1492    <drankin@bohemians.lexington.ky.us>
1493  - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
1494
1495 20000122
1496  - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
1497    <bent@clark.net>
1498  - Merge preformatted manpage patch from Andre Lucas
1499    <andre.lucas@dial.pipex.com>
1500  - Make IPv4 use the default in RPM packages
1501  - Irix uses preformatted manpages
1502  - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
1503    <Holger.Trapp@Informatik.TU-Chemnitz.DE>
1504  - OpenBSD CVS updates:
1505    - [packet.c]
1506      use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
1507      from Holger.Trapp@Informatik.TU-Chemnitz.DE
1508    - [sshd.c]
1509      log with level log() not fatal() if peer behaves badly.
1510    - [readpass.c]
1511      instead of blocking SIGINT, catch it ourselves, so that we can clean
1512      the tty modes up and kill ourselves -- instead of our process group
1513      leader (scp, cvs, ...) going away and leaving us in noecho mode. 
1514      people with cbreak shells never even noticed..
1515    - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
1516      ie. -> i.e.,
1517
1518 20000120
1519  - Don't use getaddrinfo on AIX
1520  - Update to latest OpenBSD CVS:
1521    - [auth-rsa.c]
1522      - fix user/1056, sshd keeps restrictions; dbt@meat.net
1523    - [sshconnect.c]
1524      - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
1525      - destroy keys earlier
1526      - split key exchange (kex) and user authentication (user-auth),
1527        ok: provos@
1528    - [sshd.c]
1529      - no need for poll.h; from bright@wintelcom.net
1530      - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
1531      - split key exchange (kex) and user authentication (user-auth),
1532        ok: provos@
1533  - Big manpage and config file cleanup from Andre Lucas
1534    <andre.lucas@dial.pipex.com>
1535    - Re-added latest (unmodified) OpenBSD manpages
1536  - Doc updates
1537  - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
1538    Christos Zoulas <christos@netbsd.org>
1539
1540 20000119
1541  - SCO compile fixes from Gary E. Miller <gem@rellim.com>
1542  - Compile fix from Darren_Hall@progressive.com
1543  - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
1544    addresses using getaddrinfo(). Added a configure switch to make the
1545    default lookup mode AF_INET
1546
1547 20000118
1548  - Fixed --with-pid-dir option
1549  - Makefile fix from Gary E. Miller <gem@rellim.com>
1550  - Compile fix for HPUX and Solaris from Andre Lucas   
1551    <andre.lucas@dial.pipex.com>
1552
1553 20000117
1554  - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
1555    port, ignore EINVAL errors (Linux) when searching for free port.
1556  - Revert __snprintf -> snprintf aliasing. Apparently Solaris
1557    __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
1558  - Document location of Redhat PAM file in INSTALL.
1559  - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
1560    INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
1561    deliver (no IPv6 kernel support)
1562  - Released 1.2.1pre27
1563
1564  - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
1565  - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
1566    <jhuuskon@hytti.uku.fi>
1567  - Fix hang on logout if processes are still using the pty. Needs
1568    further testing.
1569  - Patch from Christos Zoulas <christos@zoulas.com>
1570    - Try $prefix first when looking for OpenSSL.
1571    - Include sys/types.h when including sys/socket.h in test programs
1572  - Substitute PID directory in sshd.8. Suggestion from Andrew
1573    Stribblehill <a.d.stribblehill@durham.ac.uk>
1574
1575 20000116
1576  - Renamed --with-xauth-path to --with-xauth
1577  - Added --with-pid-dir option
1578  - Released 1.2.1pre26
1579
1580  - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
1581  - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
1582    openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
1583
1584 20000115
1585  - Add --with-xauth-path configure directive and explicit test for
1586    /usr/openwin/bin/xauth for Solaris systems. Report from Anders
1587    Nordby <anders@fix.no>
1588  - Fix incorrect detection of /dev/ptmx on Linux systems that lack
1589    openpty. Report from John Seifarth <john@waw.be>
1590  - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
1591    sys/types.h. Fixes problems on SCO, report from Gary E. Miller
1592    <gem@rellim.com>
1593  - Use __snprintf and __vnsprintf if they are found where snprintf and
1594    vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
1595    and others.
1596
1597 20000114
1598  - Merged OpenBSD IPv6 patch:
1599    - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
1600      [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
1601      [hostfile.c sshd_config]
1602      ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
1603      features: sshd allows multiple ListenAddress and Port options. note
1604      that libwrap is not IPv6-ready. (based on patches from
1605      fujiwara@rcac.tdi.co.jp)
1606    - [ssh.c canohost.c]
1607      more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
1608      from itojun@
1609    - [channels.c]
1610      listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
1611    - [packet.h]
1612      allow auth-kerberos for IPv4 only
1613    - [scp.1 sshd.8 servconf.h scp.c]
1614      document -4, -6, and 'ssh -L 2022/::1/22'
1615    - [ssh.c]
1616      'ssh @host' is illegal (null user name), from
1617      karsten@gedankenpolizei.de
1618    - [sshconnect.c]
1619      better error message
1620    - [sshd.c]
1621      allow auth-kerberos for IPv4 only
1622  - Big IPv6 merge:
1623    - Cleanup overrun in sockaddr copying on RHL 6.1
1624    - Replacements for getaddrinfo, getnameinfo, etc based on versions
1625      from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
1626    - Replacement for missing structures on systems that lack IPv6
1627    - record_login needed to know about AF_INET6 addresses
1628    - Borrowed more code from OpenBSD: rresvport_af and requisites
1629
1630 20000110
1631  - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
1632
1633 20000107
1634  - New config.sub and config.guess to fix problems on SCO. Supplied
1635    by Gary E. Miller <gem@rellim.com>
1636  - SCO build fix from Gary E. Miller <gem@rellim.com>
1637  - Released 1.2.1pre25
1638
1639 20000106
1640  - Documentation update & cleanup
1641  - Better KrbIV / AFS detection, based on patch from:
1642    Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
1643
1644 20000105
1645  - Fixed annoying DES corruption problem. libcrypt has been
1646    overriding symbols in libcrypto. Removed libcrypt and crypt.h
1647    altogether (libcrypto includes its own crypt(1) replacement)
1648  - Added platform-specific rules for Irix 6.x. Included warning that
1649    they are untested.
1650
1651 20000103
1652  - Add explicit make rules for files proccessed by fixpaths.
1653  - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori 
1654    <tnh@kondara.org>
1655  - Removed "nullok" directive from default PAM configuration files.
1656    Added information on enabling EmptyPasswords on openssh+PAM in
1657    UPGRADING file.
1658  - OpenBSD CVS updates
1659    - [ssh-agent.c]
1660      cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
1661      dgaudet@arctic.org
1662    - [sshconnect.c]
1663      compare correct version for 1.3 compat mode
1664
1665 20000102
1666  - Prevent multiple inclusion of config.h and defines.h. Suggested
1667    by Andre Lucas <andre.lucas@dial.pipex.com>
1668  - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
1669    <dgaudet@arctic.org>
1670
1671 19991231
1672  - Fix password support on systems with a mixture of shadowed and
1673    non-shadowed passwords (e.g. NIS). Report and fix from
1674    HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
1675  - Fix broken autoconf typedef detection. Report from Marc G.
1676    Fournier <marc.fournier@acadiau.ca>
1677  - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
1678    <Franz.Sirl-kernel@lauterbach.com>
1679  - Prevent typedefs from being compiled more than once. Report from
1680    Marc G. Fournier <marc.fournier@acadiau.ca>
1681  - Fill in ut_utaddr utmp field. Report from Benjamin Charron
1682    <iretd@bigfoot.com>
1683  - Really fix broken default path. Fix from Jim Knoble
1684    <jmknoble@pobox.com>
1685  - Remove test for quad_t. No longer needed.
1686  - Released 1.2.1pre24
1687
1688  - Added support for directory-based lastlogs
1689  - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
1690
1691 19991230
1692  - OpenBSD CVS updates:
1693    - [auth-passwd.c]
1694      check for NULL 1st
1695  - Removed most of the pam code into its own file auth-pam.[ch]. This
1696    cleaned up sshd.c up significantly.
1697  - PAM authentication was incorrectly interpreting
1698    "PermitRootLogin without-password". Report from Matthias Andree
1699    <ma@dt.e-technik.uni-dortmund.de
1700  - Several other cleanups
1701  - Merged Dante SOCKS support patch from David Rankin
1702   <drankin@bohemians.lexington.ky.us>
1703  - Updated documentation with ./configure options
1704  - Released 1.2.1pre23
1705
1706 19991229
1707  - Applied another NetBSD portability patch from David Rankin
1708    <drankin@bohemians.lexington.ky.us>
1709  - Fix --with-default-path option.
1710  - Autodetect perl, patch from David Rankin
1711    <drankin@bohemians.lexington.ky.us>
1712  - Print whether OpenSSH was compiled with RSARef, patch from
1713    Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
1714  - Calls to pam_setcred, patch from Nalin Dahyabhai
1715    <nalin@thermo.stat.ncsu.edu>
1716  - Detect missing size_t and typedef it.
1717  - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
1718  - Minor Makefile cleaning
1719
1720 19991228
1721  - Replacement for getpagesize() for systems which lack it
1722  - NetBSD login.c compile fix from David Rankin
1723   <drankin@bohemians.lexington.ky.us>
1724  - Fully set ut_tv if present in utmp or utmpx
1725  - Portability fixes for Irix 5.3 (now compiles OK!)
1726  - autoconf and other misc cleanups
1727  - Merged AIX patch from Darren Hall <dhall@virage.org>
1728  - Cleaned up defines.h
1729  - Released 1.2.1pre22
1730
1731 19991227
1732  - Automatically correct paths in manpages and configuration files. Patch
1733    and script from Andre Lucas <andre.lucas@dial.pipex.com>
1734  - Removed credits from README to CREDITS file, updated.
1735  - Added --with-default-path to specify custom path for server
1736  - Removed #ifdef trickery from acconfig.h into defines.h
1737  - PAM bugfix. PermitEmptyPassword was being ignored.
1738  - Fixed PAM config files to allow empty passwords if server does.
1739  - Explained spurious PAM auth warning workaround in UPGRADING
1740  - Use last few chars of tty line as ut_id
1741  - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
1742  - OpenBSD CVS updates:
1743    - [packet.h auth-rhosts.c]
1744      check format string for packet_disconnect and packet_send_debug, too
1745    - [channels.c]
1746      use packet_get_maxsize for channels. consistence.
1747
1748 19991226
1749  - Enabled utmpx support by default for Solaris
1750  - Cleanup sshd.c PAM a little more
1751  - Revised RPM package to include Jim Knoble's <jmknoble@pobox.com>
1752    X11 ssh-askpass program.
1753  - Disable logging of PAM success and failures, PAM is verbose enough.
1754    Unfortunatly there is currently no way to disable auth failure
1755    messages. Mention this in UPGRADING file and sent message to PAM
1756    developers
1757  - OpenBSD CVS update:
1758    - [ssh-keygen.1 ssh.1]
1759      remove ref to .ssh/random_seed, mention .ssh/environment in
1760      .Sh FILES, too
1761  - Released 1.2.1pre21
1762  - Fixed implicit '.' in default path, report from Jim Knoble
1763    <jmknoble@pobox.com>
1764  - Redhat RPM spec fixes from Jim Knoble <jmknoble@pobox.com>
1765
1766 19991225
1767  - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
1768  - Cleanup of auth-passwd.c for shadow and MD5 passwords
1769  - Cleanup and bugfix of PAM authentication code
1770  - Released 1.2.1pre20
1771
1772  - Merged fixes from Ben Taylor <bent@clark.net>
1773  - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
1774  - Disabled logging of PAM password authentication failures when password
1775    is empty. (e.g start of authentication loop). Reported by Naz
1776    <96na@eng.cam.ac.uk>)
1777
1778 19991223
1779  - Merged later HPUX patch from Andre Lucas
1780    <andre.lucas@dial.pipex.com>
1781  - Above patch included better utmpx support from Ben Taylor
1782    <bent@clark.net>
1783
1784 19991222
1785  - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
1786    <pope@netguide.dk>
1787  - Fix login.c breakage on systems which lack ut_host in struct
1788    utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
1789
1790 19991221
1791  - Integration of large HPUX patch from Andre Lucas
1792    <andre.lucas@dial.pipex.com>. Integrating it had a few other
1793    benefits:
1794    - Ability to disable shadow passwords at configure time
1795    - Ability to disable lastlog support at configure time
1796    - Support for IP address in $DISPLAY
1797  - OpenBSD CVS update:
1798    - [sshconnect.c]
1799    say "REMOTE HOST IDENTIFICATION HAS CHANGED"
1800  - Fix DISABLE_SHADOW support
1801  - Allow MD5 passwords even if shadow passwords are disabled
1802  - Release 1.2.1pre19
1803
1804 19991218
1805  - Redhat init script patch from Chun-Chung Chen
1806    <cjj@u.washington.edu>
1807  - Avoid breakage on systems without IPv6 headers
1808
1809 19991216
1810  - Makefile changes for Solaris from Peter Kocks
1811    <peter.kocks@baygate.com>
1812  - Minor updates to docs
1813  - Merged OpenBSD CVS changes:
1814    - [authfd.c ssh-agent.c]
1815      keysize warnings talk about identity files
1816    - [packet.c]
1817      "Connection closed by x.x.x.x": fatal() -> log()
1818  - Correctly handle empty passwords in shadow file. Patch from:
1819    "Chris, the Young One" <cky@pobox.com>
1820  - Released 1.2.1pre18
1821
1822 19991215
1823  - Integrated patchs from Juergen Keil <jk@tools.de>
1824    - Avoid void* pointer arithmatic
1825    - Use LDFLAGS correctly
1826    - Fix SIGIO error in scp
1827    - Simplify status line printing in scp
1828  - Added better test for inline functions compiler support from 
1829    Darren_Hall@progressive.com
1830
1831 19991214
1832  - OpenBSD CVS Changes
1833    - [canohost.c]
1834      fix get_remote_port() and friends for sshd -i;
1835      Holger.Trapp@Informatik.TU-Chemnitz.DE
1836    - [mpaux.c]
1837      make code simpler. no need for memcpy. niels@ ok
1838    - [pty.c]
1839      namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
1840      fix proto; markus
1841    - [ssh.1]
1842       typo; mark.baushke@solipsa.com
1843    - [channels.c ssh.c ssh.h sshd.c]
1844      type conflict for 'extern Type *options' in channels.c; dot@dotat.at
1845    - [sshconnect.c]
1846      move checking of hostkey into own function.
1847    - [version.h]
1848      OpenSSH-1.2.1
1849  - Clean up broken includes in pty.c
1850  - Some older systems don't have poll.h, they use sys/poll.h instead
1851  - Doc updates
1852
1853 19991211
1854  - Fix compilation on systems with AFS. Reported by
1855    aloomis@glue.umd.edu
1856  - Fix installation on Solaris. Reported by
1857    Gordon Rowell <gordonr@gormand.com.au>
1858  - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
1859    patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
1860  - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
1861  - Compile fix from David Agraz <dagraz@jahoopa.com>
1862  - Avoid compiler warning in bsd-snprintf.c
1863  - Added pam_limits.so to default PAM config. Suggested by
1864    Jim Knoble <jmknoble@pobox.com>
1865
1866 19991209
1867  - Import of patch from Ben Taylor <bent@clark.net>:
1868    - Improved PAM support
1869    - "uninstall" rule for Makefile
1870    - utmpx support
1871    - Should fix PAM problems on Solaris
1872  - OpenBSD CVS updates:
1873    - [readpass.c]
1874      avoid stdio; based on work by markus, millert, and I
1875    - [sshd.c]
1876      make sure the client selects a supported cipher
1877    - [sshd.c]
1878      fix sighup handling.  accept would just restart and daemon handled
1879      sighup only after the next connection was accepted. use poll on
1880      listen sock now.
1881    - [sshd.c]
1882      make that a fatal
1883  - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
1884    to fix libwrap support on NetBSD
1885  - Released 1.2pre17
1886
1887 19991208
1888  - Compile fix for Solaris with /dev/ptmx from
1889    David Agraz <dagraz@jahoopa.com>
1890
1891 19991207
1892  - sshd Redhat init script patch from Jim Knoble <jmknoble@pobox.com>
1893    fixes compatability with 4.x and 5.x
1894  - Fixed default SSH_ASKPASS
1895  - Fix PAM account and session being called multiple times. Problem
1896    reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
1897  - Merged more OpenBSD changes:
1898    - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
1899      move atomicio into it's own file.  wrap all socket write()s which
1900      were doing write(sock, buf, len) != len, with atomicio() calls.
1901    - [auth-skey.c]
1902      fd leak
1903    - [authfile.c]
1904      properly name fd variable
1905    - [channels.c]
1906      display great hatred towards strcpy
1907    - [pty.c pty.h sshd.c]
1908      use openpty() if it exists (it does on BSD4_4)
1909    - [tildexpand.c]
1910      check for ~ expansion past MAXPATHLEN
1911  - Modified helper.c to use new atomicio function.
1912  - Reformat Makefile a little
1913  - Moved RC4 routines from rc4.[ch] into helper.c
1914  - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
1915  - Updated SuSE spec from Chris Saia <csaia@wtower.com>
1916  - Tweaked Redhat spec
1917  - Clean up bad imports of a few files (forgot -kb)
1918  - Released 1.2pre16
1919
1920 19991204
1921  - Small cleanup of PAM code in sshd.c
1922  - Merged OpenBSD CVS changes:
1923    - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
1924      move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
1925    - [auth-rsa.c]
1926      warn only about mismatch if key is _used_
1927      warn about keysize-mismatch with log() not error()
1928      channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
1929      ports are u_short
1930    - [hostfile.c]
1931      indent, shorter warning
1932    - [nchan.c]
1933      use error() for internal errors
1934    - [packet.c]
1935      set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
1936      serverloop.c
1937      indent
1938    - [ssh-add.1 ssh-add.c ssh.h]
1939      document $SSH_ASKPASS, reasonable default
1940    - [ssh.1]
1941      CheckHostIP is not available for connects via proxy command
1942    - [sshconnect.c]
1943      typo
1944      easier to read client code for passwd and skey auth
1945      turn of checkhostip for proxy connects, since we don't know the remote ip
1946
1947 19991126
1948  - Add definition for __P()
1949  - Added [v]snprintf() replacement for systems that lack it
1950
1951 19991125
1952  - More reformatting merged from OpenBSD CVS
1953  - Merged OpenBSD CVS changes:
1954    - [channels.c]
1955      fix packet_integrity_check() for !have_hostname_in_open.
1956      report from mrwizard@psu.edu via djm@ibs.com.au
1957    - [channels.c]
1958      set SO_REUSEADDR and SO_LINGER for forwarded ports.
1959      chip@valinux.com via damien@ibs.com.au
1960    - [nchan.c]
1961      it's not an error() if shutdown_write failes in nchan.
1962    - [readconf.c]
1963      remove dead #ifdef-0-code
1964    - [readconf.c servconf.c]
1965      strcasecmp instead of tolower
1966    - [scp.c]
1967      progress meter overflow fix from damien@ibs.com.au
1968    - [ssh-add.1 ssh-add.c]
1969      SSH_ASKPASS support
1970    - [ssh.1 ssh.c]
1971      postpone fork_after_authentication until command execution,
1972      request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
1973      plus: use daemon() for backgrounding
1974  - Added BSD compatible install program and autoconf test, thanks to
1975    Niels Kristian Bech Jensen <nkbj@image.dk>
1976  - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
1977  - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
1978  - Release 1.2pre15
1979
1980 19991124
1981  - Merged very large OpenBSD source code reformat
1982  - OpenBSD CVS updates
1983    - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
1984      [ssh.h sshd.8 sshd.c]
1985      syslog changes:
1986      * Unified Logmessage for all auth-types, for success and for failed
1987      * Standard connections get only ONE line in the LOG when level==LOG:
1988        Auth-attempts are logged only, if authentication is:
1989           a) successfull or
1990           b) with passwd or
1991           c) we had more than AUTH_FAIL_LOG failues
1992      * many log() became verbose()
1993      * old behaviour with level=VERBOSE
1994    - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
1995      tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
1996      messages. allows use of s/key in windows (ttssh, securecrt) and
1997      ssh-1.2.27 clients without 'ssh -v', ok: niels@
1998    - [sshd.8]
1999      -V, for fallback to openssh in SSH2 compatibility mode
2000    - [sshd.c]
2001      fix sigchld race; cjc5@po.cwru.edu
2002
2003 19991123
2004  - Added SuSE package files from Chris Saia <csaia@wtower.com>
2005  - Restructured package-related files under packages/*
2006  - Added generic PAM config
2007  - Numerous little Solaris fixes
2008  - Add recommendation to use GNU make to INSTALL document
2009
2010 19991122
2011  - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
2012  - OpenBSD CVS Changes
2013    - [ssh-keygen.c]
2014      don't create ~/.ssh only if the user wants to store the private
2015      key there. show fingerprint instead of public-key after
2016      keygeneration. ok niels@
2017  - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
2018  - Added timersub() macro
2019  - Tidy RCSIDs of bsd-*.c
2020  - Added autoconf test and macro to deal with old PAM libraries
2021    pam_strerror definition (one arg vs two).
2022  - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
2023  - Retry /dev/urandom reads interrupted by signal (report from
2024    Robert Hardy <rhardy@webcon.net>)
2025  - Added a setenv replacement for systems which lack it
2026  - Only display public key comment when presenting ssh-askpass dialog
2027  - Released 1.2pre14
2028
2029  - Configure, Make and changelog corrections from Tudor Bosman
2030    <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
2031
2032 19991121
2033  - OpenBSD CVS Changes:
2034    - [channels.c]
2035      make this compile, bad markus
2036    - [log.c readconf.c servconf.c ssh.h]
2037      bugfix: loglevels are per host in clientconfig,
2038      factor out common log-level parsing code.
2039    - [servconf.c]
2040      remove unused index (-Wall)
2041    - [ssh-agent.c]
2042      only one 'extern char *__progname'
2043    - [sshd.8]
2044      document SIGHUP, -Q to synopsis
2045    - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
2046      [channels.c clientloop.c]
2047      SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
2048      [hope this time my ISP stays alive during commit]
2049    - [OVERVIEW README] typos; green@freebsd
2050    - [ssh-keygen.c]
2051      replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
2052      exit if writing the key fails (no infinit loop)
2053      print usage() everytime we get bad options
2054    - [ssh-keygen.c] overflow, djm@mindrot.org
2055    - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
2056     
2057 19991120
2058  - Merged more Solaris support from Marc G. Fournier
2059    <marc.fournier@acadiau.ca>
2060  - Wrote autoconf tests for integer bit-types
2061  - Fixed enabling kerberos support
2062  - Fix segfault in ssh-keygen caused by buffer overrun in filename
2063    handling.
2064
2065 19991119
2066  - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
2067  - Merged OpenBSD CVS changes
2068    - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
2069      more %d vs. %s in fmt-strings
2070    - [authfd.c]
2071      Integers should not be printed with %s
2072  - EGD uses a socket, not a named pipe. Duh.
2073  - Fix includes in fingerprint.c
2074  - Fix scp progress bar bug again.
2075  - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
2076    David Rankin <drankin@bohemians.lexington.ky.us>
2077  - Added autoconf option to enable Kerberos 4 support (untested)
2078  - Added autoconf option to enable AFS support (untested)
2079  - Added autoconf option to enable S/Key support (untested)
2080  - Added autoconf option to enable TCP wrappers support (compiles OK)
2081  - Renamed BSD helper function files to bsd-*
2082  - Added tests for login and daemon and enable OpenBSD replacements for
2083    when they are absent.
2084  - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
2085
2086 19991118
2087  - Merged OpenBSD CVS changes
2088    - [scp.c] foregroundproc() in scp
2089    - [sshconnect.h] include fingerprint.h
2090    - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
2091      changes.
2092    - [ssh.1] Spell my name right.
2093  - Added openssh.com info to README
2094
2095 19991117
2096  - Merged OpenBSD CVS changes
2097    - [ChangeLog.Ylonen] noone needs this anymore
2098    - [authfd.c] close-on-exec for auth-socket, ok deraadt
2099    - [hostfile.c]
2100      in known_hosts key lookup the entry for the bits does not need
2101      to match, all the information is contained in n and e. This
2102      solves the problem with buggy servers announcing the wrong
2103      modulus length.  markus and me.
2104    - [serverloop.c]
2105      bugfix: check for space if child has terminated, from:
2106      iedowse@maths.tcd.ie
2107    - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
2108      [fingerprint.c fingerprint.h]
2109      rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
2110    - [ssh-agent.1] typo
2111    - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
2112    - [sshd.c]
2113      force logging to stderr while loading private key file
2114      (lost while converting to new log-levels)
2115
2116 19991116
2117  - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
2118  - Merged OpenBSD CVS changes:
2119    - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
2120      [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
2121      the keysize of rsa-parameter 'n' is passed implizit,
2122      a few more checks and warnings about 'pretended' keysizes.
2123    - [cipher.c cipher.h packet.c packet.h sshd.c]
2124      remove support for cipher RC4
2125    - [ssh.c]
2126      a note for legay systems about secuity issues with permanently_set_uid(),
2127      the private hostkey and ptrace()
2128    - [sshconnect.c]
2129      more detailed messages about adding and checking hostkeys
2130
2131 19991115
2132  - Merged OpenBSD CVS changes:
2133    - [ssh-add.c] change passphrase loop logic and remove ref to
2134      $DISPLAY, ok niels
2135  - Changed to ssh-add.c broke askpass support. Revised it to be a little more
2136    modular.
2137  - Revised autoconf support for enabling/disabling askpass support.
2138  - Merged more OpenBSD CVS changes:
2139    [auth-krb4.c]
2140      - disconnect if getpeername() fails
2141      - missing xfree(*client)
2142    [canohost.c]
2143      - disconnect if getpeername() fails
2144      - fix comment: we _do_ disconnect if ip-options are set
2145    [sshd.c]
2146      - disconnect if getpeername() fails
2147      - move checking of remote port to central place
2148    [auth-rhosts.c] move checking of remote port to central place
2149    [log-server.c] avoid extra fd per sshd, from millert@
2150    [readconf.c] print _all_ bad config-options in ssh(1), too
2151    [readconf.h] print _all_ bad config-options in ssh(1), too
2152    [ssh.c] print _all_ bad config-options in ssh(1), too
2153    [sshconnect.c] disconnect if getpeername() fails
2154  - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
2155  - Various small cleanups to bring diff (against OpenBSD) size down.
2156  - Merged more Solaris compability from Marc G. Fournier
2157    <marc.fournier@acadiau.ca>
2158  - Wrote autoconf tests for __progname symbol
2159  - RPM spec file fixes from Jim Knoble <jmknoble@pobox.com>
2160  - Released 1.2pre12
2161
2162  - Another OpenBSD CVS update:
2163    - [ssh-keygen.1] fix .Xr
2164
2165 19991114
2166  - Solaris compilation fixes (still imcomplete)
2167
2168 19991113
2169  - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
2170    - Don't install config files if they already exist
2171    - Fix inclusion of additional preprocessor directives from acconfig.h
2172  - Removed redundant inclusions of config.h
2173  - Added 'Obsoletes' lines to RPM spec file
2174  - Merged OpenBSD CVS changes:
2175    - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
2176    - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
2177      totalsize, ok niels,aaron
2178  - Delay fork (-f option) in ssh until after port forwarded connections
2179    have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
2180  - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
2181  - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
2182  - Tidied default config file some more
2183  - Revised Redhat initscript to fix bug: sshd (re)start would fail
2184    if executed from inside a ssh login.
2185
2186 19991112
2187  - Merged changes from OpenBSD CVS
2188    - [sshd.c] session_key_int may be zero
2189    - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
2190      IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
2191      deraadt,millert
2192  - Brought default sshd_config more in line with OpenBSD's
2193  - Grab server in gnome-ssh-askpass (Debian bug #49872)
2194  - Released 1.2pre10
2195
2196  - Added INSTALL documentation
2197  - Merged yet more changes from OpenBSD CVS
2198    - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
2199      [ssh.c ssh.h sshconnect.c sshd.c]
2200      make all access to options via 'extern Options options'
2201      and 'extern ServerOptions options' respectively;
2202      options are no longer passed as arguments:
2203       * make options handling more consistent
2204       * remove #include "readconf.h" from ssh.h
2205       * readconf.h is only included if necessary
2206    - [mpaux.c] clear temp buffer
2207    - [servconf.c] print _all_ bad options found in configfile
2208  - Make ssh-askpass support optional through autoconf
2209  - Fix nasty division-by-zero error in scp.c
2210  - Released 1.2pre11
2211
2212 19991111
2213  - Added (untested) Entropy Gathering Daemon (EGD) support
2214  - Fixed /dev/urandom fd leak (Debian bug #49722)
2215  - Merged OpenBSD CVS changes:
2216    - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
2217    - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
2218    - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
2219  - Fix integer overflow which was messing up scp's progress bar for large
2220    file transfers. Fix submitted to OpenBSD developers. Report and fix
2221    from Kees Cook <cook@cpoint.net>
2222  - Merged more OpenBSD CVS changes:
2223    - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
2224      + krb-cleanup cleanup
2225    - [clientloop.c log-client.c log-server.c ]
2226      [readconf.c readconf.h servconf.c servconf.h ]
2227      [ssh.1 ssh.c ssh.h sshd.8]
2228      add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
2229      obsoletes QuietMode and FascistLogging in sshd.
2230    - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
2231      allow session_key_int != sizeof(session_key)
2232      [this should fix the pre-assert-removal-core-files]
2233  - Updated default config file to use new LogLevel option and to improve
2234    readability
2235
2236 19991110
2237  - Merged several minor fixes:
2238    - ssh-agent commandline parsing
2239    - RPM spec file now installs ssh setuid root
2240    - Makefile creates libdir
2241    - Merged beginnings of Solaris compability from Marc G. Fournier
2242      <marc.fournier@acadiau.ca>
2243
2244 19991109
2245  - Autodetection of SSL/Crypto library location via autoconf
2246  - Fixed location of ssh-askpass to follow autoconf
2247  - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
2248  - Autodetection of RSAref library for US users
2249  - Minor doc updates
2250  - Merged OpenBSD CVS changes:
2251    - [rsa.c] bugfix: use correct size for memset()
2252    - [sshconnect.c] warn if announced size of modulus 'n' != real size
2253  - Added GNOME passphrase requestor (use --with-gnome-askpass)
2254  - RPM build now creates subpackages
2255  - Released 1.2pre9
2256
2257 19991108
2258  - Removed debian/ directory. This is now being maintained separately.
2259  - Added symlinks for slogin in RPM spec file
2260  - Fixed permissions on manpages in RPM spec file
2261  - Added references to required libraries in README file
2262  - Removed config.h.in from CVS
2263  - Removed pwdb support (better pluggable auth is provided by glibc)
2264  - Made PAM and requisite libdl optional
2265  - Removed lots of unnecessary checks from autoconf
2266  - Added support and autoconf test for openpty() function (Unix98 pty support)
2267  - Fix for scp not finding ssh if not installed as /usr/bin/ssh
2268  - Added TODO file
2269  - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
2270    - Added ssh-askpass program
2271    - Added ssh-askpass support to ssh-add.c
2272    - Create symlinks for slogin on install
2273    - Fix "distclean" target in makefile
2274    - Added example for ssh-agent to manpage
2275    - Added support for PAM_TEXT_INFO messages
2276    - Disable internal /etc/nologin support if PAM enabled
2277  - Merged latest OpenBSD CVS changes:
2278    - [all] replace assert() with error, fatal or packet_disconnect
2279    - [sshd.c] don't send fail-msg but disconnect if too many authentication
2280      failures
2281    - [sshd.c] remove unused argument. ok dugsong
2282    - [sshd.c] typo
2283    - [rsa.c] clear buffers used for encryption. ok: niels
2284    - [rsa.c] replace assert() with error, fatal or packet_disconnect
2285    - [auth-krb4.c] remove unused argument. ok dugsong
2286  - Fixed coredump after merge of OpenBSD rsa.c patch
2287  - Released 1.2pre8
2288
2289 19991102
2290  - Merged change from OpenBSD CVS
2291   - One-line cleanup in sshd.c
2292
2293 19991030
2294  - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
2295  - Merged latest updates for OpenBSD CVS:
2296    - channels.[ch] - remove broken x11 fix and document istate/ostate
2297    - ssh-agent.c - call setsid() regardless of argv[]
2298    - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
2299  - Documentation cleanups
2300  - Renamed README -> README.Ylonen
2301  - Renamed README.openssh ->README
2302
2303 19991029
2304  - Renamed openssh* back to ssh* at request of Theo de Raadt
2305  - Incorporated latest changes from OpenBSD's CVS
2306  - Integrated Makefile patch from  Niels Kristian Bech Jensen <nkbj@image.dk>
2307  - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
2308  - Make distclean now removed configure script
2309  - Improved PAM logging
2310  - Added some debug() calls for PAM
2311  - Removed redundant subdirectories
2312  - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
2313    building on Debian.
2314  - Fixed off-by-one error in PAM env patch
2315  - Released 1.2pre6
2316
2317 19991028
2318  - Further PAM enhancements.
2319    - Much cleaner
2320    - Now uses account and session modules for all logins.
2321  - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
2322    - Build fixes
2323    - Autoconf
2324    - Change binary names to open*
2325  - Fixed autoconf script to detect PAM on RH6.1
2326  - Added tests for libpwdb, and OpenBSD functions to autoconf
2327  - Released 1.2pre4
2328
2329  - Imported latest OpenBSD CVS code
2330  - Updated README.openssh
2331  - Released 1.2pre5
2332
2333 19991027
2334  - Adapted PAM patch.
2335  - Released 1.0pre2
2336
2337  - Excised my buggy replacements for strlcpy and mkdtemp
2338  - Imported correct OpenBSD strlcpy and mkdtemp routines.
2339  - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
2340  - Picked up correct version number from OpenBSD
2341  - Added sshd.pam PAM configuration file
2342  - Added sshd.init Redhat init script
2343  - Added openssh.spec RPM spec file
2344  - Released 1.2pre3
2345
2346 19991026
2347  - Fixed include paths of OpenSSL functions
2348  - Use OpenSSL MD5 routines
2349  - Imported RC4 code from nanocrypt
2350  - Wrote replacements for OpenBSD arc4random* functions
2351  - Wrote replacements for strlcpy and mkdtemp
2352  - Released 1.0pre1
This page took 1.030202 seconds and 5 git commands to generate.