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