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