]> andersk Git - openssh.git/blob - ChangeLog
- (stevesk) wrap munmap() with HAVE_MMAP also.
[openssh.git] / ChangeLog
1 20020407
2  - (stevesk) HAVE_CONTROL_IN_MSGHDR; not used right now.
3    Future: we may want to test if fd passing works correctly.
4  - (stevesk) [monitor_fdpass.c] fatal() for UsePrivilegeSeparation=yes
5    and no fd passing support.
6  - (stevesk) HAVE_MMAP and HAVE_SYS_MMAN_H and use them in
7    monitor_mm.c
8  - (stevesk) remove configure support for poll.h; it was removed
9    from sshd.c a long time ago.
10  - (stevesk) --with-privsep-user; default sshd
11  - (stevesk) wrap munmap() with HAVE_MMAP also.
12
13 20020406
14  - (djm) Typo in Suse SPEC file. Fix from Carsten Grohmann 
15    <carsten.grohmann@dr-baldeweg.de>
16  - (bal) Added MAP_FAILED to allow AIX and Trusted HP to compile.
17  - (bal) OpenBSD CVS Sync
18    - djm@cvs.openbsd.org 2002/04/06 00:30:08
19      [sftp-client.c]
20      Fix occasional corruption on upload due to bad reuse of request id, spotted
21      by chombier@mac.com; ok markus@
22    - mouring@cvs.openbsd.org 2002/04/06 18:24:09
23      [scp.c]
24      Fixes potental double // within path.
25      http://bugzilla.mindrot.org/show_bug.cgi?id=76
26  - (bal) Slight update to OpenSC support.  Better version checking. patch
27    by Juha Yrjölä <jyrjola@cc.hut.fi> 
28  - (bal) Revered out of runtime IRIX detection of joblimits.  Code is
29    incomplete.
30  - (bal) Quiet down configure.ac if /bin/test does not exist.
31  - (bal) We no longer use atexit()/xatexit()/on_exit()
32
33 20020405
34  - (bal) Patch for OpenSC SmartCard library; ok markus@; patch by
35    Juha Yrjölä <jyrjola@cc.hut.fi>
36  - (bal) Minor documentation update to reflect smartcard library
37    support changes.
38  - (bal) Too many <sys/queue.h> issues.  Remove all workarounds and
39    using internal version only.
40  - (bal) OpenBSD CVS Sync
41    - stevesk@cvs.openbsd.org 2002/04/05 20:56:21
42      [sshd.8]
43      clarify sshrc some and handle X11UseLocalhost=yes; ok markus@
44
45 20020404
46  - (stevesk) [auth-pam.c auth-pam.h auth-passwd.c auth-sia.c auth-sia.h
47     auth1.c auth2.c] PAM, OSF_SIA password auth cleanup; from djm.
48  - (bal) OpenBSD CVS Sync
49    - markus@cvs.openbsd.org 2002/04/03 09:26:11
50      [cipher.c myproposal.h]
51      re-add rijndael-cbc@lysator.liu.se for MacSSH; ash@lab.poc.net
52
53 20020402
54  - (bal) Hand Sync of scp.c (reverted to upstream code)
55    - deraadt@cvs.openbsd.org 2002/03/30 17:45:46
56      [scp.c]
57      stretch banners
58  - (bal) CVS ID sync of uidswap.c
59  - (bal) OpenBSD CVS Sync (now for the real sync)
60    - markus@cvs.openbsd.org 2002/03/27 22:21:45
61      [ssh-keygen.c]
62      try to import keys with extra trailing === (seen with ssh.com < 2.0.12)
63    - markus@cvs.openbsd.org 2002/03/28 15:34:51
64      [session.c]
65      do not call record_login twice (for use_privsep)
66    - markus@cvs.openbsd.org 2002/03/29 18:59:32
67      [session.c session.h]
68      retrieve last login time before the pty is allocated, store per session
69    - stevesk@cvs.openbsd.org 2002/03/29 19:16:22
70      [sshd.8]
71      RSA key modulus size minimum 768; ok markus@
72    - stevesk@cvs.openbsd.org 2002/03/29 19:18:33
73      [auth-rsa.c ssh-rsa.c ssh.h]
74      make RSA modulus minimum #define; ok markus@
75    - markus@cvs.openbsd.org 2002/03/30 18:51:15
76      [monitor.c serverloop.c sftp-int.c sftp.c sshd.c]
77      check waitpid for EINTR; based on patch from peter@ifm.liu.se
78    - markus@cvs.openbsd.org 2002/04/01 22:02:16
79      [sftp-client.c]
80      20480 is an upper limit for older server
81    - markus@cvs.openbsd.org 2002/04/01 22:07:17
82      [sftp-client.c]
83      fallback to stat if server does not support lstat
84    - markus@cvs.openbsd.org 2002/04/02 11:49:39
85      [ssh-agent.c]
86      check $SHELL for -k and -d, too;
87      http://bugzilla.mindrot.org/show_bug.cgi?id=199
88    - markus@cvs.openbsd.org 2002/04/02 17:37:48
89      [sftp.c]
90      always call log_init()
91    - markus@cvs.openbsd.org 2002/04/02 20:11:38
92      [ssh-rsa.c]
93      ignore SSH_BUG_SIGBLOB for ssh-rsa; #187
94  - (bal) mispelling in uidswap.c (portable only)
95
96 20020401
97  - (stevesk) [monitor.c] PAM should work again; will *not* work with
98    UsePrivilegeSeparation=yes.
99  - (stevesk) [auth1.c] fix password auth for protocol 1 when
100    !USE_PAM && !HAVE_OSF_SIA; merge issue.
101
102 20020331
103  - (tim) [configure.ac] use /bin/test -L to work around broken builtin on
104    Solaris 8
105  - (tim) [sshconnect2.c] change uint32_t to u_int32_t
106
107 20020330
108  - (stevesk) [configure.ac] remove header check for sys/ttcompat.h
109    bug 167
110
111 20020327
112  - (bal) 'pw' should be 'authctxt->pw' in auth1.c spotted by 
113    kent@lysator.liu.se
114  - (bal) OpenBSD CVS Sync
115    - markus@cvs.openbsd.org 2002/03/26 11:34:49
116      [ssh.1 sshd.8]
117      update to recent drafts
118    - markus@cvs.openbsd.org 2002/03/26 11:37:05
119      [ssh.c]
120      update Copyright
121    - markus@cvs.openbsd.org 2002/03/26 15:23:40
122      [bufaux.c]
123      do not talk about packets in bufaux
124    - rees@cvs.openbsd.org 2002/03/26 18:46:59
125      [scard.c]
126      try_AUT0 in read_pubkey too, for those paranoid few who want to acl 'sh'
127    - markus@cvs.openbsd.org 2002/03/26 22:50:39
128      [channels.h]
129      CHANNEL_EFD_OUTPUT_ACTIVE is false for CHAN_CLOSE_RCVD, too
130    - markus@cvs.openbsd.org 2002/03/26 23:13:03
131      [auth-rsa.c]
132      disallow RSA keys < 768 for protocol 1, too (rhosts-rsa and rsa auth)
133    - markus@cvs.openbsd.org 2002/03/26 23:14:51
134      [kex.c]
135      generate a new cookie for each SSH2_MSG_KEXINIT message we send out
136    - mouring@cvs.openbsd.org 2002/03/27 11:45:42
137      [monitor.c]
138      monitor_allowed_key() returns int instead of pointer.  ok markus@
139   
140 20020325
141  - (stevesk) import OpenBSD <sys/tree.h> as "openbsd-compat/tree.h"
142  - (bal) OpenBSD CVS Sync
143    - stevesk@cvs.openbsd.org 2002/03/23 20:57:26
144      [sshd.c]
145      setproctitle() after preauth child; ok markus@
146    - markus@cvs.openbsd.org 2002/03/24 16:00:27
147      [serverloop.c]
148      remove unused debug
149    - markus@cvs.openbsd.org 2002/03/24 16:01:13
150      [packet.c]
151      debug->debug3 for extra padding
152    - stevesk@cvs.openbsd.org 2002/03/24 17:27:03
153      [kexgex.c]
154      typo; ok markus@
155    - stevesk@cvs.openbsd.org 2002/03/24 17:53:16
156      [monitor_fdpass.c]
157      minor cleanup and more error checking; ok markus@
158    - markus@cvs.openbsd.org 2002/03/24 18:05:29
159      [scard.c]
160      we need to figure out AUT0 for sc_private_encrypt, too
161    - stevesk@cvs.openbsd.org 2002/03/24 23:20:00
162      [monitor.c]
163      remove "\n" from fatal()
164    - markus@cvs.openbsd.org 2002/03/25 09:21:13
165      [auth-rsa.c]
166      return 0 (not NULL); tomh@po.crl.go.jp
167    - markus@cvs.openbsd.org 2002/03/25 09:25:06
168      [auth-rh-rsa.c]
169      rm bogus comment
170    - markus@cvs.openbsd.org 2002/03/25 17:34:27
171      [scard.c scard.h ssh-agent.c ssh-keygen.c ssh.c]
172      change sc_get_key to sc_get_keys and hide smartcard details in scard.c
173    - stevesk@cvs.openbsd.org 2002/03/25 20:12:10
174      [monitor_mm.c monitor_wrap.c]
175      ssize_t args use "%ld" and cast to (long)
176      size_t args use "%lu" and cast to (u_long)
177      ok markus@ and thanks millert@
178    - markus@cvs.openbsd.org 2002/03/25 21:04:02
179      [ssh.c]
180      simplify num_identity_files handling
181    - markus@cvs.openbsd.org 2002/03/25 21:13:51
182      [channels.c channels.h compat.c compat.h nchan.c]
183      don't send stderr data after EOF, accept this from older known (broken)
184      sshd servers only, fixes http://bugzilla.mindrot.org/show_bug.cgi?id=179
185    - stevesk@cvs.openbsd.org 2002/03/26 03:24:01
186      [monitor.h monitor_fdpass.h monitor_mm.h monitor_wrap.h]
187      $OpenBSD$
188
189 20020324
190  - (stevesk) [session.c] disable LOGIN_NEEDS_TERM until we are sure
191    it can be removed. only used on solaris. will no longer compile with
192    privsep shuffling.
193
194 20020322
195  - (stevesk) HAVE_ACCRIGHTS_IN_MSGHDR configure support
196  - (stevesk) [monitor.c monitor_wrap.c] #ifdef HAVE_PW_CLASS_IN_PASSWD
197  - (stevesk) configure and cpp __FUNCTION__ gymnastics to handle nielsisms
198  - (stevesk) [monitor_fdpass.c] support for access rights style file
199    descriptor passing
200  - (stevesk) [auth2.c] merge cleanup/sync
201  - (stevesk) [defines.h] hp-ux 11 has ancillary data style fd passing, but
202    is missing CMSG_LEN() and CMSG_SPACE() macros.
203  - (stevesk) [defines.h] #define MAP_ANON MAP_ANONYMOUS for HP-UX; other
204    platforms may need this--I'm not sure.  mmap() issues will need to be
205    addressed further.
206  - (tim) [cipher.c] fix problem with OpenBSD sync
207  - (stevesk) [LICENCE] OpenBSD sync
208
209 20020321
210  - (bal) OpenBSD CVS Sync
211    - itojun@cvs.openbsd.org 2002/03/08 06:10:16
212      [sftp-client.c]
213      printf type mismatch
214    - itojun@cvs.openbsd.org 2002/03/11 03:18:49
215      [sftp-client.c]
216      correct type mismatches (u_int64_t != unsigned long long)
217    - itojun@cvs.openbsd.org 2002/03/11 03:19:53
218      [sftp-client.c]
219      indent
220    - markus@cvs.openbsd.org 2002/03/14 15:24:27
221      [sshconnect1.c]
222      don't trust size sent by (rogue) server; noted by s.esser@e-matters.de
223    - markus@cvs.openbsd.org 2002/03/14 16:38:26
224      [sshd.c]
225      split out ssh1 session key decryption; ok provos@
226    - markus@cvs.openbsd.org 2002/03/14 16:56:33
227      [auth-rh-rsa.c auth-rsa.c auth.h]
228      split auth_rsa() for better readability and privsep; ok provos@
229    - itojun@cvs.openbsd.org 2002/03/15 11:00:38
230      [auth.c]
231      fix file type checking (use S_ISREG).  ok by markus
232    - markus@cvs.openbsd.org 2002/03/16 11:24:53
233      [compress.c]
234      skip inflateEnd if inflate fails; ok provos@
235    - markus@cvs.openbsd.org 2002/03/16 17:22:09
236      [auth-rh-rsa.c auth.h]
237      split auth_rhosts_rsa(), ok provos@
238    - stevesk@cvs.openbsd.org 2002/03/16 17:41:25
239      [auth-krb5.c]
240      BSD license.  from Daniel Kouril via Dug Song.  ok markus@
241    - provos@cvs.openbsd.org 2002/03/17 20:25:56
242      [auth.c auth.h auth1.c auth2.c]
243      getpwnamallow returns struct passwd * only if user valid; okay markus@
244    - provos@cvs.openbsd.org 2002/03/18 01:12:14
245      [auth.h auth1.c auth2.c sshd.c]
246      have the authentication functions return the authentication context
247      and then do_authenticated; okay millert@
248    - dugsong@cvs.openbsd.org 2002/03/18 01:30:10
249      [auth-krb4.c]
250      set client to NULL after xfree(), from Rolf Braun 
251      <rbraun+ssh@andrew.cmu.edu>
252    - provos@cvs.openbsd.org 2002/03/18 03:41:08
253      [auth.c session.c]
254      move auth_approval into getpwnamallow with help from millert@
255    - markus@cvs.openbsd.org 2002/03/18 17:13:15
256      [cipher.c cipher.h]
257      export/import cipher states; needed by ssh-privsep
258    - markus@cvs.openbsd.org 2002/03/18 17:16:38
259      [packet.c packet.h]
260      export/import cipher state, iv and ssh2 seqnr; needed by ssh-privsep
261    - markus@cvs.openbsd.org 2002/03/18 17:23:31
262      [key.c key.h]
263      add key_demote() for ssh-privsep
264    - provos@cvs.openbsd.org 2002/03/18 17:25:29
265      [bufaux.c bufaux.h]
266      buffer_skip_string and extra sanity checking; needed by ssh-privsep
267    - provos@cvs.openbsd.org 2002/03/18 17:31:54
268      [compress.c]
269      export compression streams for ssh-privsep
270    - provos@cvs.openbsd.org 2002/03/18 17:50:31
271      [auth-bsdauth.c auth-options.c auth-rh-rsa.c auth-rsa.c auth-skey.c auth.h
272       auth1.c auth2-chall.c auth2.c kex.c kex.h kexdh.c kexgex.c servconf.c
273       session.h servconf.h serverloop.c session.c sshd.c]
274      integrate privilege separated openssh; its turned off by default for now.
275      work done by me and markus@
276    - provos@cvs.openbsd.org 2002/03/18 17:53:08
277      [sshd.8]
278      credits for privsep
279    - provos@cvs.openbsd.org 2002/03/18 17:59:09
280      [sshd.8]
281      document UsePrivilegeSeparation
282    - stevesk@cvs.openbsd.org 2002/03/18 23:52:51
283      [servconf.c]
284      UnprivUser/UnprivGroup usable now--specify numeric user/group; ok
285      provos@
286    - stevesk@cvs.openbsd.org 2002/03/19 03:03:43
287      [pathnames.h servconf.c servconf.h sshd.c]
288      _PATH_PRIVSEP_CHROOT_DIR; ok provos@
289    - stevesk@cvs.openbsd.org 2002/03/19 05:23:08
290      [sshd.8]
291      Banner has no default.
292    - mpech@cvs.openbsd.org 2002/03/19 06:32:56
293      [sftp-int.c]
294      use xfree() after xstrdup().
295
296      markus@ ok
297    - markus@cvs.openbsd.org 2002/03/19 10:35:39
298      [auth-options.c auth.h session.c session.h sshd.c]
299      clean up prototypes
300    - markus@cvs.openbsd.org 2002/03/19 10:49:35
301      [auth-krb5.c auth-rh-rsa.c auth.c cipher.c key.c misc.h packet.c session.c
302       sftp-client.c sftp-glob.h sftp.c ssh-add.c ssh.c sshconnect2.c sshd.c
303       ttymodes.c]
304      KNF whitespace
305    - markus@cvs.openbsd.org 2002/03/19 14:27:39
306      [auth.c auth1.c auth2.c]
307      make getpwnamallow() allways call pwcopy()
308    - markus@cvs.openbsd.org 2002/03/19 15:31:47
309      [auth.c]
310      check for NULL; from provos@
311    - stevesk@cvs.openbsd.org 2002/03/20 19:12:25
312      [servconf.c servconf.h ssh.h sshd.c]
313      for unprivileged user, group do:
314      pw=getpwnam(SSH_PRIVSEP_USER); do_setusercontext(pw).  ok provos@
315    - stevesk@cvs.openbsd.org 2002/03/20 21:08:08
316      [sshd.c]
317      strerror() on chdir() fail; ok provos@
318    - markus@cvs.openbsd.org 2002/03/21 10:21:20
319      [ssh-add.c]
320      ignore errors for nonexisting default keys in ssh-add,
321      fixes http://bugzilla.mindrot.org/show_bug.cgi?id=158
322    - jakob@cvs.openbsd.org 2002/03/21 15:17:26
323      [clientloop.c ssh.1]
324      add built-in command line for adding new port forwardings on the fly.
325      based on a patch from brian wellington. ok markus@.
326    - markus@cvs.openbsd.org 2002/03/21 16:38:06
327      [scard.c]
328      make compile w/ openssl 0.9.7
329    - markus@cvs.openbsd.org 2002/03/21 16:54:53
330      [scard.c scard.h ssh-keygen.c]
331      move key upload to scard.[ch]
332    - markus@cvs.openbsd.org 2002/03/21 16:57:15
333      [scard.c]
334      remove const
335    - markus@cvs.openbsd.org 2002/03/21 16:58:13
336      [clientloop.c]
337      remove unused
338    - rees@cvs.openbsd.org 2002/03/21 18:08:15
339      [scard.c]
340      In sc_put_key(), sc_reader_id should be id.
341    - markus@cvs.openbsd.org 2002/03/21 20:51:12
342      [sshd_config]
343      add privsep (off)
344    - markus@cvs.openbsd.org 2002/03/21 21:23:34
345      [sshd.c]
346      add privsep_preauth() and remove 1 goto; ok provos@
347    - rees@cvs.openbsd.org 2002/03/21 21:54:34
348      [scard.c scard.h ssh-keygen.c]
349      Add PIN-protection for secret key.
350    - rees@cvs.openbsd.org 2002/03/21 22:44:05
351      [authfd.c authfd.h ssh-add.c ssh-agent.c ssh.c]
352      Add PIN-protection for secret key.
353    - markus@cvs.openbsd.org 2002/03/21 23:07:37
354      [clientloop.c]
355      remove unused, sync w/ cmdline patch in my tree.
356
357 20020317
358  - (tim) [configure.ac] Assume path given with --with-pid-dir=PATH is wanted,
359    warn if directory does not exist. Put system directories in front of
360    PATH for finding entorpy commands.
361  - (tim) [contrib/aix/buildbff.sh contrib/aix/inventory.sh] AIX package
362    build fixes.  Patch by Darren Tucker <dtucker@zip.com.au>
363    [contrib/solaris/buildpkg.sh] add missing dirs to SYSTEM_DIR. Have
364    postinstall check for $piddir and add if necessary.
365
366 20020311
367  - (tim) [contrib/solaris/buildpkg.sh, contrib/solaris/README] Updated to
368    build on all platforms that support SVR4 style package tools. Now runs
369    from build dir. Parts are based on patches from Antonio Navarro, and
370    Darren Tucker.
371
372 20020308
373  - (djm) Revert bits of Markus' OpenSSL compat patch which was 
374    accidentally committed.
375  - (djm) Add Markus' patch for compat wih OpenSSL < 0.9.6. 
376    Known issue: Blowfish for SSH1 does not work
377  - (stevesk) entropy.c: typo in debug message
378  - (djm) ssh-keygen -i needs seeded RNG; report from markus@
379
380 20020307
381  - (djm) OpenBSD CVS Sync
382    - markus@cvs.openbsd.org 2002/03/06 00:20:54
383      [compat.c dh.c]
384      compat.c
385    - markus@cvs.openbsd.org 2002/03/06 00:23:27
386      [compat.c dh.c]
387      undo
388    - markus@cvs.openbsd.org 2002/03/06 00:24:39
389      [compat.c]
390      compat.c
391    - markus@cvs.openbsd.org 2002/03/06 00:25:55
392      [version.h]
393      OpenSSH_3.1
394  - (djm) Update RPM spec files with new version number
395  - (bal) Updated INSTALL to reflect 0.9.6 OpenSSL requirement
396  - (bal) Add in check for rpc/types.h since it is needed on
397    some platforms for INADDR_LOOPBACK.  We should retest
398    SCO 3 to see if this fixes their problem also.
399  - (bal) Test for IRIX JOBS support at runtime.  Patch provided
400    by David Kaelbling <drk@sgi.com>
401  
402 20020305
403    - stevesk@cvs.openbsd.org 2002/03/02 09:34:42
404      [LICENCE]
405      correct copyright dates for scp license; ok markus@
406
407 20020304
408  - OpenBSD CVS Sync
409    - deraadt@cvs.openbsd.org 2002/02/26 18:52:32
410      [sftp.1]
411      Ic cannot have that many arguments; spotted by mouring@etoh.eviladmin.org
412    - mouring@cvs.openbsd.org 2002/02/26 19:04:37
413      [sftp.1]
414      > Ic cannot have that many arguments; spotted by mouring@etoh.eviladmin.org
415      Last Ic on the first line should not have a space between it and the final
416      comma.
417    - deraadt@cvs.openbsd.org 2002/02/26 19:06:43
418      [sftp.1]
419      no, look closely.  the comma was highlighted. split .Ic even more
420    - stevesk@cvs.openbsd.org 2002/02/26 20:03:51
421      [misc.c]
422      use socklen_t
423    - stevesk@cvs.openbsd.org 2002/02/27 21:23:13
424      [canohost.c channels.c packet.c sshd.c]
425      remove unneeded casts in [gs]etsockopt(); ok markus@
426    - markus@cvs.openbsd.org 2002/02/28 15:46:33
427      [authfile.c kex.c kexdh.c kexgex.c key.c ssh-dss.c]
428      add some const EVP_MD for openssl-0.9.7
429    - stevesk@cvs.openbsd.org 2002/02/28 19:36:28
430      [auth.c match.c match.h]
431      delay hostname lookup until we see a ``@'' in DenyUsers and AllowUsers
432      for sshd -u0; ok markus@
433    - stevesk@cvs.openbsd.org 2002/02/28 20:36:42
434      [sshd.8]
435      DenyUsers allows user@host pattern also
436    - stevesk@cvs.openbsd.org 2002/02/28 20:46:10
437      [sshd.8]
438      -u0 DNS for user@host
439    - stevesk@cvs.openbsd.org 2002/02/28 20:56:00
440      [auth.c]
441      log user not allowed details, from dwd@bell-labs.com; ok markus@
442    - markus@cvs.openbsd.org 2002/03/01 13:12:10
443      [auth.c match.c match.h]
444      undo the 'delay hostname lookup' change
445      match.c must not use compress.c (via canonhost.c/packet.c)
446      thanks to wilfried@
447    - markus@cvs.openbsd.org 2002/03/04 12:43:06
448      [auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
449    - markus@cvs.openbsd.org 2002/03/04 13:10:46
450      [misc.c]
451      error-> debug, because O_NONBLOCK for /dev/null causes too many different 
452      errnos; ok stevesk@, deraadt@
453      unused include
454    - stevesk@cvs.openbsd.org 2002/03/04 17:27:39
455      [auth-krb5.c auth-options.h auth.h authfd.h authfile.h bufaux.h buffer.h 
456       channels.h cipher.h compat.h compress.h crc32.h deattack.c getput.h 
457       groupaccess.c misc.c mpaux.h packet.h readconf.h rsa.h scard.h 
458       servconf.h ssh-agent.c ssh.h ssh2.h sshpty.h sshtty.c ttymodes.h 
459       uuencode.c xmalloc.h]
460      $OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; add
461      missing RCSID() to .c files and remove dup /*$OpenBSD$*/ from .c
462      files.  ok markus@
463    - stevesk@cvs.openbsd.org 2002/03/04 18:30:23
464      [ssh-keyscan.c]
465      handle connection close during read of protocol version string.
466      fixes erroneous "bad greeting".  ok markus@
467    - markus@cvs.openbsd.org 2002/03/04 19:37:58
468      [channels.c]
469      off by one; thanks to joost@pine.nl
470  - (bal) Added contrib/aix/ to support BFF package generation provided
471    by Darren Tucker <dtucker@zip.com.au>
472 20020226
473  - (tim) Bug 12 [configure.ac] add sys/bitypes.h to int64_t tests
474    based on patch by mooney@dogbert.cc.ndsu.nodak.edu (Tim Mooney)
475    Bug 45 [configure.ac] modify skey test to work around conflict with autoconf
476    reported by nolan@naic.edu (Michael Nolan)
477    patch by  Pekka Savola <pekkas@netcore.fi>
478    Bug 74 [configure.ac defines.h] add sig_atomic_t test
479    reported by dwd@bell-labs.com (Dave Dykstra)
480    Bug 102 [defines.h] UNICOS fixes. patch by wendyp@cray.com
481    [configure.ac Makefile.in] link libwrap only with sshd
482    based on patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>
483    Bug 123 link libpam only with sshd
484    reported by peak@argo.troja.mff.cuni.cz (Pavel Kankovsky)
485    [configure.ac defines.h] modify previous SCO3 fix to not break Solaris 7
486    [acconfig.h] remove unused HAVE_REGCOMP
487    [configure.ac] put back in search for prngd-socket
488  - (stevesk) openbsd-compat/base64.h: typo in comment
489  - (bal) Update sshd_config CVSID
490  - (bal) OpenBSD CVS Sync
491    - markus@cvs.openbsd.org 2002/02/15 23:54:10
492      [auth-krb5.c]
493      krb5_get_err_text() does not like context==NULL; he@nordu.net via google; 
494      ok provos@
495    - markus@cvs.openbsd.org 2002/02/22 12:20:34
496      [log.c log.h ssh-keyscan.c]
497      overwrite fatal() in ssh-keyscan.c; fixes pr 2354; ok provos@
498    - markus@cvs.openbsd.org 2002/02/23 17:59:02
499      [kex.c kexdh.c kexgex.c]
500      don't allow garbage after payload.
501    - stevesk@cvs.openbsd.org 2002/02/24 16:09:52
502      [sshd.c]
503      use u_char* here; ok markus@
504    - markus@cvs.openbsd.org 2002/02/24 16:57:19
505      [sftp-client.c]
506      early close(), missing free; ok stevesk@
507    - markus@cvs.openbsd.org 2002/02/24 16:58:32
508      [packet.c]
509      make 'cp' unsigned and merge with 'ucp'; ok stevesk@
510    - markus@cvs.openbsd.org 2002/02/24 18:31:09
511      [uuencode.c]
512      typo in comment
513    - markus@cvs.openbsd.org 2002/02/24 19:14:59
514      [auth2.c authfd.c authfd.h authfile.c kexdh.c kexgex.c key.c key.h 
515       ssh-dss.c ssh-dss.h ssh-keygen.c ssh-rsa.c ssh-rsa.h sshconnect2.c]
516      signed vs. unsigned: make size arguments u_int, ok stevesk@
517    - stevesk@cvs.openbsd.org 2002/02/24 19:59:42
518      [channels.c misc.c]
519      disable Nagle in connect_to() and channel_post_port_listener() (port
520      forwarding endpoints).  the intention is to preserve the on-the-wire
521      appearance to applications at either end; the applications can then
522      enable TCP_NODELAY according to their requirements. ok markus@
523    - markus@cvs.openbsd.org 2002/02/25 16:33:27
524      [ssh-keygen.c sshconnect2.c uuencode.c uuencode.h]
525      more u_* fixes
526  - (bal) Imported missing fatal.c and fixed up Makefile.in
527  - (tim) [configure.ac] correction to Bug 123 fix
528      [configure.ac] correction to sig_atomic_t test
529
530 20020225
531  - (bal) Last AIX patch.  Moved aix_usrinfo() outside of do_setuserconext()
532    since we need more session information than provided by that function.
533
534 20020224
535  - (bal) Drop Session *s usage in ports-aix.[ch] and pass just what we
536    need to do the jobs (AIX still does not fully compile, but that is
537    coming).
538  - (bal) Part two.. Drop unused AIX header, fix up missing char *cp.  All
539    that is left is handling aix_usrinfo().
540  - (tim) [loginrec.c session.c sshlogin.c sshlogin.h] Bug 84
541    patch by wknox@mitre.org (William Knox).
542    [sshlogin.h] declare record_utmp_only for session.c
543
544 20020221
545  - (bal) Minor session.c fixup for cygwin.  mispelt 'is_winnt' variable.
546
547 20020219
548  - (djm) OpenBSD CVS Sync
549    - mpech@cvs.openbsd.org 2002/02/13 08:33:47
550      [ssh-keyscan.1]
551      When you give command examples and etc., in a manual page prefix them with:     $ command
552      or
553      # command
554    - markus@cvs.openbsd.org 2002/02/14 23:27:59
555      [channels.c]
556      increase the SSH v2 window size to 4 packets. comsumes a little
557      bit more memory for slow receivers but increases througput.
558    - markus@cvs.openbsd.org 2002/02/14 23:28:00
559      [channels.h session.c ssh.c]
560      increase the SSH v2 window size to 4 packets. comsumes a little
561      bit more memory for slow receivers but increases througput.
562    - markus@cvs.openbsd.org 2002/02/14 23:41:01
563      [authfile.c cipher.c cipher.h kex.c kex.h packet.c]
564      hide some more implementation details of cipher.[ch] and prepares for move
565      to EVP, ok deraadt@
566    - stevesk@cvs.openbsd.org 2002/02/16 14:53:37
567      [ssh-keygen.1]
568      -t required now for key generation
569    - stevesk@cvs.openbsd.org 2002/02/16 20:40:08
570      [ssh-keygen.c]
571      default to rsa keyfile path for non key generation operations where
572      keyfile not specified.  fixes core dump in those cases.  ok markus@
573    - millert@cvs.openbsd.org 2002/02/16 21:27:53
574      [auth.h]
575      Part one of userland __P removal.  Done with a simple regexp with 
576      some minor hand editing to make comments line up correctly.  Another 
577      pass is forthcoming that handles the cases that could not be done 
578      automatically.
579    - millert@cvs.openbsd.org 2002/02/17 19:42:32
580      [auth.h]
581      Manual cleanup of remaining userland __P use (excluding packages 
582      maintained outside the tree)
583    - markus@cvs.openbsd.org 2002/02/18 13:05:32
584      [cipher.c cipher.h]
585      switch to EVP, ok djm@ deraadt@
586    - markus@cvs.openbsd.org 2002/02/18 17:55:20
587      [ssh.1]
588      -q: Fatal errors are _not_ displayed.
589    - deraadt@cvs.openbsd.org 2002/02/19 02:50:59
590      [sshd_config]
591      stategy is not an english word
592  - (bal) Migrated IRIX jobs/projects/audit/etc code to 
593    openbsd-compat/port-irix.[ch] to improve readiblity of do_child()
594  - (bal) Migrated AIX getuserattr and usrinfo code to 
595    openbsd-compat/port-aix.[c] to improve readilbity of do_child() and
596    simplify our diffs against upstream source.
597  - (bal) OpenBSD CVS Sync
598    - markus@cvs.openbsd.org 2002/02/15 23:11:26
599      [session.c]
600      split do_child(), ok mouring@
601    - markus@cvs.openbsd.org 2002/02/16 00:51:44
602      [session.c]
603      typo
604  - (bal) CVS ID sync since the last two patches were merged mistakenly
605
606 20020218
607  - (tim) newer config.guess from ftp://ftp.gnu.org/gnu/config/config.guess
608
609 20020213
610  - (djm) Don't use system sys/queue.h on AIX. Report from 
611    gert@greenie.muc.de
612  - (djm) Bug #114 - not starting PAM for SSH protocol 1 invalid users
613
614 20020213
615  - (djm) OpenBSD CVS Sync
616    - markus@cvs.openbsd.org 2002/02/11 16:10:15
617      [kex.c]
618      restore kexinit handler if we reset the dispatcher, this unbreaks
619      rekeying s/kex_clear_dispatch/kex_reset_dispatch/
620    - markus@cvs.openbsd.org 2002/02/11 16:15:46
621      [sshconnect1.c]
622      include md5.h, not evp.h
623    - markus@cvs.openbsd.org 2002/02/11 16:17:55
624      [sshd.c]
625      do not complain about port > 1024 if rhosts-auth is disabled
626    - markus@cvs.openbsd.org 2002/02/11 16:19:39
627      [sshd.c]
628      include md5.h not hmac.h
629    - markus@cvs.openbsd.org 2002/02/11 16:21:42
630      [match.c]
631      support up to 40 algorithms per proposal
632    - djm@cvs.openbsd.org 2002/02/12 12:32:27
633      [sftp.1 sftp.c sftp-client.c sftp-client.h sftp-int.c]
634      Perform multiple overlapping read/write requests in file transfer. Mostly
635      done by Tobias Ringstrom <tori@ringstrom.mine.nu>; ok markus@
636    - djm@cvs.openbsd.org 2002/02/12 12:44:46
637      [sftp-client.c]
638      Let overlapped upload path handle servers which reorder ACKs. This may be
639      permitted by the protocol spec; ok markus@
640    - markus@cvs.openbsd.org 2002/02/13 00:28:13
641      [sftp-server.c]
642      handle SSH2_FILEXFER_ATTR_SIZE in SSH2_FXP_(F)SETSTAT; ok djm@
643    - markus@cvs.openbsd.org 2002/02/13 00:39:15
644      [readpass.c]
645      readpass.c is not longer from UCB, since we now use readpassphrase(3)
646    - djm@cvs.openbsd.org 2002/02/13 00:59:23
647      [sftp-client.c sftp-client.h sftp-glob.c sftp-glob.h sftp.h]
648      [sftp-int.c sftp-int.h]
649      API cleanup and backwards compat for filexfer v.0 servers; ok markus@
650  - (djm) Sync openbsd-compat with OpenBSD CVS too
651  - (djm) Bug #106: Add --without-rpath configure option. Patch from 
652    Nicolas.Williams@ubsw.com
653  - (tim) [configure.ac, defines.h ] add rpc/rpc.h for INADDR_LOOPBACK
654     on SCO OSR3
655
656 20020210
657  - (djm) OpenBSD CVS Sync
658    - deraadt@cvs.openbsd.org 2002/02/09 17:37:34
659      [pathnames.h session.c ssh.1 sshd.8 sshd_config ssh-keyscan.1]
660      move ssh config files to /etc/ssh
661  - (djm) Adjust portable Makefile.in tnd ssh-rand-helper.c o match
662    - deraadt@cvs.openbsd.org 2002/02/10 01:07:05
663      [readconf.h sshd.8]
664      more /etc/ssh; openbsd@davidkrause.com
665
666 20020208
667  - (djm) OpenBSD CVS Sync
668    - markus@cvs.openbsd.org 2002/02/04 12:15:25
669      [sshd.c]
670      add SYSLOG_FACILITY_NOT_SET = -1, SYSLOG_LEVEL_NOT_SET = -1,
671      fixes arm/netbsd; based on patch from bjh21@netbsd.org; ok djm@
672    - stevesk@cvs.openbsd.org 2002/02/04 20:41:16
673      [ssh-agent.1]
674      more sync for default ssh-add identities; ok markus@
675    - djm@cvs.openbsd.org 2002/02/05 00:00:46
676      [sftp.1 sftp.c sftp-client.c sftp-client.h sftp-int.c]
677      Add "-B" option to specify copy buffer length (default 32k); ok markus@
678    - markus@cvs.openbsd.org 2002/02/05 14:32:55
679      [channels.c channels.h ssh.c]
680      merge channel_request() into channel_request_start()
681    - markus@cvs.openbsd.org 2002/02/06 14:22:42
682      [sftp.1]
683      sort options; ok mpech@, stevesk@
684    - mpech@cvs.openbsd.org 2002/02/06 14:27:23
685      [sftp.c]
686      sync usage() with manual.
687    - markus@cvs.openbsd.org 2002/02/06 14:37:22
688      [session.c]
689      minor KNF
690    - markus@cvs.openbsd.org 2002/02/06 14:55:16
691      [channels.c clientloop.c serverloop.c ssh.c]
692      channel_new never returns NULL, mouring@; ok djm@
693    - markus@cvs.openbsd.org 2002/02/07 09:35:39
694      [ssh.c]
695      remove bogus comments
696
697 20020205
698  - (djm) Cleanup after sync:
699    - :%s/reverse_mapping_check/verify_reverse_mapping/g
700  - (djm) OpenBSD CVS Sync
701    - stevesk@cvs.openbsd.org 2002/01/24 21:09:25
702      [channels.c misc.c misc.h packet.c]
703      add set_nodelay() to set TCP_NODELAY on a socket (prep for nagle tuning).
704      no nagle changes just yet; ok djm@ markus@
705    - stevesk@cvs.openbsd.org 2002/01/24 21:13:23
706      [packet.c]
707      need misc.h for set_nodelay()
708    - markus@cvs.openbsd.org 2002/01/25 21:00:24
709      [sshconnect2.c]
710      unused include
711    - markus@cvs.openbsd.org 2002/01/25 21:42:11
712      [ssh-dss.c ssh-rsa.c]
713      use static EVP_MAX_MD_SIZE buffers for EVP_DigestFinal; ok stevesk@
714      don't use evp_md->md_size, it's not public.
715    - markus@cvs.openbsd.org 2002/01/25 22:07:40
716      [kex.c kexdh.c kexgex.c key.c mac.c]
717      use EVP_MD_size(evp_md) and not evp_md->md_size; ok steveks@
718    - stevesk@cvs.openbsd.org 2002/01/26 16:44:22
719      [includes.h session.c]
720      revert code to add x11 localhost display authorization entry for
721      hostname/unix:d and uts.nodename/unix:d if nodename was different than
722      hostname.  just add entry for unix:d instead.  ok markus@
723    - stevesk@cvs.openbsd.org 2002/01/27 14:57:46
724      [channels.c servconf.c servconf.h session.c sshd.8 sshd_config]
725      add X11UseLocalhost; ok markus@
726    - stevesk@cvs.openbsd.org 2002/01/27 18:08:17
727      [ssh.c]
728      handle simple case to identify FamilyLocal display; ok markus@
729    - markus@cvs.openbsd.org 2002/01/29 14:27:57
730      [ssh-add.c]
731      exit 2 if no agent, exit 1 if list fails; debian#61078; ok djm@
732    - markus@cvs.openbsd.org 2002/01/29 14:32:03
733      [auth2.c auth.c auth-options.c auth-rhosts.c auth-rh-rsa.c canohost.c]
734      [servconf.c servconf.h session.c sshd.8 sshd_config]
735      s/ReverseMappingCheck/VerifyReverseMapping/ and avoid confusion; 
736      ok stevesk@
737    - stevesk@cvs.openbsd.org 2002/01/29 16:29:02
738      [session.c]
739      limit subsystem length in log; ok markus@
740    - markus@cvs.openbsd.org 2002/01/29 16:41:19
741      [ssh-add.1]
742      add DIAGNOSTICS; ok stevesk@
743    - markus@cvs.openbsd.org 2002/01/29 22:46:41
744      [session.c]
745      don't depend on servconf.c; ok djm@
746    - markus@cvs.openbsd.org 2002/01/29 23:50:37
747      [scp.1 ssh.1]
748      mention exit status; ok stevesk@
749    - markus@cvs.openbsd.org 2002/01/31 13:35:11
750      [kexdh.c kexgex.c]
751      cross check announced key type and type from key blob
752    - markus@cvs.openbsd.org 2002/01/31 15:00:05
753      [serverloop.c]
754      no need for WNOHANG; ok stevesk@
755    - markus@cvs.openbsd.org 2002/02/03 17:53:25
756      [auth1.c serverloop.c session.c session.h]
757      don't use channel_input_channel_request and callback
758      use new server_input_channel_req() instead:
759         server_input_channel_req does generic request parsing on server side
760         session_input_channel_req handles just session specific things now
761      ok djm@
762    - markus@cvs.openbsd.org 2002/02/03 17:55:55
763      [channels.c channels.h]
764      remove unused channel_input_channel_request
765    - markus@cvs.openbsd.org 2002/02/03 17:58:21
766      [channels.c channels.h ssh.c]
767      generic callbacks are not really used, remove and
768      add a callback for msg of type SSH2_MSG_CHANNEL_OPEN_CONFIRMATION
769      ok djm@
770    - markus@cvs.openbsd.org 2002/02/03 17:59:23
771      [sshconnect2.c]
772      more cross checking if announced vs. used key type; ok stevesk@
773    - stevesk@cvs.openbsd.org 2002/02/03 22:35:57
774      [ssh.1 sshd.8]
775      some KeepAlive cleanup/clarify; ok markus@
776    - stevesk@cvs.openbsd.org 2002/02/03 23:22:59
777      [ssh-agent.1]
778      ssh-add also adds $HOME/.ssh/id_rsa and $HOME/.ssh/id_dsa now.
779    - stevesk@cvs.openbsd.org 2002/02/04 00:53:39
780      [ssh-agent.c]
781      unneeded includes
782    - markus@cvs.openbsd.org 2002/02/04 11:58:10
783      [auth2.c]
784      cross checking of announced vs actual pktype in pubkey/hostbaed auth; 
785      ok stevesk@
786    - markus@cvs.openbsd.org 2002/02/04 12:15:25
787      [log.c log.h readconf.c servconf.c]
788      add SYSLOG_FACILITY_NOT_SET = -1, SYSLOG_LEVEL_NOT_SET = -1,
789      fixes arm/netbsd; based on patch from bjh21@netbsd.org; ok djm@
790    - stevesk@cvs.openbsd.org 2002/02/04 20:41:16
791      [ssh-add.1]
792      more sync for default ssh-add identities; ok markus@
793    - djm@cvs.openbsd.org 2002/02/04 21:53:12
794      [sftp.1 sftp.c]
795      Add "-P" option to directly connect to a local sftp-server. Should be 
796      useful for regression testing; ok markus@
797    - djm@cvs.openbsd.org 2002/02/05 00:00:46
798      [sftp.1 sftp.c sftp-client.c sftp-client.h sftp-int.c]
799      Add "-B" option to specify copy buffer length (default 32k); ok markus@
800
801 20020130
802  - (djm) Delay PRNG seeding until we need it in ssh-keygen, from markus@
803  - (tim) [configure.ac] fix logic on when ssh-rand-helper is installed.
804    [sshd_config] put back in line that tells what PATH was compiled into sshd.
805
806 20020125
807  - (djm) Don't grab Xserver or pointer by default. x11-ssh-askpass doesn't 
808    and grabbing can cause deadlocks with kinput2. 
809
810 20020124
811  - (stevesk) Makefile.in: bug #61; delete commented line for now.
812
813 20020123
814  - (djm) Fix non-standard shell syntax in autoconf. Patch from 
815    Dave Dykstra <dwd@bell-labs.com>
816  - (stevesk) fix --with-zlib=
817  - (djm) Use case statements in autoconf to clean up some tests
818  - (bal) reverted out of 5/2001 change to atexit().  I assume I
819    did it to handle SonyOS.  If that is the case than we will
820    do a special case for them.
821
822 20020122
823  - (djm) autoconf hacking:
824    - We don't support --without-zlib currently, so don't allow it.
825    - Rework cryptographic random number support detection. We now detect 
826      whether OpenSSL seeds itself. If it does, then we don't bother with 
827      the ssh-rand-helper program. You can force the use of ssh-rand-helper
828      using the --with-rand-helper configure argument
829    - Simplify and clean up ssh-rand-helper configuration
830    - Add OpenSSL sanity check: verify that header version matches version
831      reported by library
832  - (djm) Fix some bugs I introduced into ssh-rand-helper yesterday
833  - OpenBSD CVS Sync
834    - djm@cvs.openbsd.org 2001/12/21 08:52:22
835      [ssh-keygen.1 ssh-keygen.c]
836      Remove default (rsa1) key type; ok markus@
837    - djm@cvs.openbsd.org 2001/12/21 08:53:45
838      [readpass.c]
839      Avoid interruptable passphrase read; ok markus@
840    - djm@cvs.openbsd.org 2001/12/21 10:06:43
841      [ssh-add.1 ssh-add.c]
842      Try all standard key files (id_rsa, id_dsa, identity) when invoked with
843      no arguments; ok markus@
844    - markus@cvs.openbsd.org 2001/12/21 12:17:33
845      [serverloop.c]
846      remove ifdef for USE_PIPES since fdin != fdout; ok djm@
847    - deraadt@cvs.openbsd.org 2001/12/24 07:29:43
848      [ssh-add.c]
849      try all listed keys.. how did this get broken?
850    - markus@cvs.openbsd.org 2001/12/25 18:49:56
851      [key.c]
852      be more careful on allocation
853    - markus@cvs.openbsd.org 2001/12/25 18:53:00
854      [auth1.c]
855      be more carefull on allocation
856    - markus@cvs.openbsd.org 2001/12/27 18:10:29
857      [ssh-keygen.c]
858      -t is only needed for key generation (unbreaks -i, -e, etc).
859    - markus@cvs.openbsd.org 2001/12/27 18:22:16
860      [auth1.c authfile.c auth-rsa.c dh.c kexdh.c kexgex.c key.c rsa.c]
861      [scard.c ssh-agent.c sshconnect1.c sshd.c ssh-dss.c]
862      call fatal() for openssl allocation failures
863    - stevesk@cvs.openbsd.org 2001/12/27 18:22:53
864      [sshd.8]
865      clarify -p; ok markus@
866    - markus@cvs.openbsd.org 2001/12/27 18:26:13
867      [authfile.c]
868      missing include
869    - markus@cvs.openbsd.org 2001/12/27 19:37:23
870      [dh.c kexdh.c kexgex.c]
871      always use BN_clear_free instead of BN_free
872    - markus@cvs.openbsd.org 2001/12/27 19:54:53
873      [auth1.c auth.h auth-rh-rsa.c]
874      auth_rhosts_rsa now accept generic keys.
875    - markus@cvs.openbsd.org 2001/12/27 20:39:58
876      [auth1.c auth-rsa.c channels.c clientloop.c packet.c packet.h]
877      [serverloop.c session.c ssh.c sshconnect1.c sshd.c ttymodes.c]
878      get rid of packet_integrity_check, use packet_done() instead.
879    - markus@cvs.openbsd.org 2001/12/28 12:14:27
880      [auth1.c auth2.c auth2-chall.c auth-rsa.c channels.c clientloop.c]
881      [kex.c kexdh.c kexgex.c packet.c packet.h serverloop.c session.c]
882      [ssh.c sshconnect1.c sshconnect2.c sshd.c]
883      s/packet_done/packet_check_eom/ (end-of-message); ok djm@
884    - markus@cvs.openbsd.org 2001/12/28 13:57:33
885      [auth1.c kexdh.c kexgex.c packet.c packet.h sshconnect1.c sshd.c]
886      packet_get_bignum* no longer returns a size
887    - markus@cvs.openbsd.org 2001/12/28 14:13:13
888      [bufaux.c bufaux.h packet.c]
889      buffer_get_bignum: int -> void
890    - markus@cvs.openbsd.org 2001/12/28 14:50:54
891      [auth1.c auth-rsa.c channels.c dispatch.c kex.c kexdh.c kexgex.c]
892      [packet.c packet.h serverloop.c session.c ssh.c sshconnect1.c]
893      [sshconnect2.c sshd.c]
894      packet_read* no longer return the packet length, since it's not used.
895    - markus@cvs.openbsd.org 2001/12/28 15:06:00
896      [auth2.c auth2-chall.c channels.c channels.h clientloop.c dispatch.c]
897      [dispatch.h kex.c kex.h serverloop.c ssh.c sshconnect2.c]
898      remove plen from the dispatch fn. it's no longer used.
899    - stevesk@cvs.openbsd.org 2001/12/28 22:37:48
900      [ssh.1 sshd.8]
901      document LogLevel DEBUG[123]; ok markus@
902    - stevesk@cvs.openbsd.org 2001/12/29 21:56:01
903      [authfile.c channels.c compress.c packet.c sftp-server.c]
904      [ssh-agent.c ssh-keygen.c]
905      remove unneeded casts and some char->u_char cleanup; ok markus@
906    - stevesk@cvs.openbsd.org 2002/01/03 04:11:08
907      [ssh_config]
908      grammar in comment
909    - stevesk@cvs.openbsd.org 2002/01/04 17:59:17
910      [readconf.c servconf.c]
911      remove #ifdef _PATH_XAUTH/#endif; ok markus@
912    - stevesk@cvs.openbsd.org 2002/01/04 18:14:16
913      [servconf.c sshd.8]
914      protocol 2 HostKey code default is now /etc/ssh_host_rsa_key and
915      /etc/ssh_host_dsa_key like we have in sshd_config.  ok markus@
916    - markus@cvs.openbsd.org 2002/01/05 10:43:40
917      [channels.c]
918      fix hanging x11 channels for rejected cookies (e.g. 
919      XAUTHORITY=/dev/null xbiff) bug #36, based on patch from
920      djast@cs.toronto.edu
921    - stevesk@cvs.openbsd.org 2002/01/05 21:51:56
922      [ssh.1 sshd.8]
923      some missing and misplaced periods
924    - markus@cvs.openbsd.org 2002/01/09 13:49:27
925      [ssh-keygen.c]
926      append \n only for public keys
927    - markus@cvs.openbsd.org 2002/01/09 17:16:00
928      [channels.c]
929      merge channel_pre_open_15/channel_pre_open_20; ok provos@
930    - markus@cvs.openbsd.org 2002/01/09 17:26:35
931      [channels.c nchan.c]
932      replace buffer_consume(b, buffer_len(b)) with buffer_clear(b); 
933      ok provos@
934    - markus@cvs.openbsd.org 2002/01/10 11:13:29
935      [serverloop.c]
936      skip client_alive_check until there are channels; ok beck@
937    - markus@cvs.openbsd.org 2002/01/10 11:24:04
938      [clientloop.c]
939      handle SSH2_MSG_GLOBAL_REQUEST (just reply with failure); ok djm@
940    - markus@cvs.openbsd.org 2002/01/10 12:38:26
941      [nchan.c]
942      remove dead code (skip drain)
943    - markus@cvs.openbsd.org 2002/01/10 12:47:59
944      [nchan.c]
945      more unused code (with channels.c:1.156)
946    - markus@cvs.openbsd.org 2002/01/11 10:31:05
947      [packet.c]
948      handle received SSH2_MSG_UNIMPLEMENTED messages; ok djm@
949    - markus@cvs.openbsd.org 2002/01/11 13:36:43
950      [ssh2.h]
951      add defines for msg type ranges
952    - markus@cvs.openbsd.org 2002/01/11 13:39:36
953      [auth2.c dispatch.c dispatch.h kex.c]
954      a single dispatch_protocol_error() that sends a message of 
955      type 'UNIMPLEMENTED'
956      dispatch_range(): set handler for a ranges message types
957      use dispatch_protocol_ignore() for authentication requests after
958      successful authentication (the drafts requirement).
959      serverloop/clientloop now send a 'UNIMPLEMENTED' message instead 
960      of exiting.
961    - markus@cvs.openbsd.org 2002/01/11 20:14:11
962      [auth2-chall.c auth-skey.c]
963      use strlcpy not strlcat; mouring@
964    - markus@cvs.openbsd.org 2002/01/11 23:02:18
965      [readpass.c]
966      use _PATH_TTY
967    - markus@cvs.openbsd.org 2002/01/11 23:02:51
968      [auth2-chall.c]
969      use snprintf; mouring@
970    - markus@cvs.openbsd.org 2002/01/11 23:26:30
971      [auth-skey.c]
972      use snprintf; mouring@
973    - markus@cvs.openbsd.org 2002/01/12 13:10:29
974      [auth-skey.c]
975      undo local change
976    - provos@cvs.openbsd.org 2002/01/13 17:27:07
977      [ssh-agent.c]
978      change to use queue.h macros; okay markus@
979    - markus@cvs.openbsd.org 2002/01/13 17:57:37
980      [auth2.c auth2-chall.c compat.c sshconnect2.c sshd.c]
981      use buffer API and avoid static strings of fixed size; 
982      ok provos@/mouring@
983    - markus@cvs.openbsd.org 2002/01/13 21:31:20
984      [channels.h nchan.c]
985      add chan_set_[io]state(), order states, state is now an u_int,
986      simplifies debugging messages; ok provos@
987    - markus@cvs.openbsd.org 2002/01/14 13:22:35
988      [nchan.c]
989      chan_send_oclose1() no longer calls chan_shutdown_write(); ok provos@
990    - markus@cvs.openbsd.org 2002/01/14 13:34:07
991      [nchan.c]
992      merge chan_[io]buf_empty[12]; ok provos@
993    - markus@cvs.openbsd.org 2002/01/14 13:40:10
994      [nchan.c]
995      correct fn names for ssh2, do not switch from closed to closed; 
996      ok provos@
997    - markus@cvs.openbsd.org 2002/01/14 13:41:13
998      [nchan.c]
999      remove duplicated code; ok provos@
1000    - markus@cvs.openbsd.org 2002/01/14 13:55:55
1001      [channels.c channels.h nchan.c]
1002      remove function pointers for events, remove chan_init*; ok provos@
1003    - markus@cvs.openbsd.org 2002/01/14 13:57:03
1004      [channels.h nchan.c]
1005      (c) 2002
1006    - markus@cvs.openbsd.org 2002/01/16 13:17:51
1007      [channels.c channels.h serverloop.c ssh.c]
1008      wrapper for channel_setup_fwd_listener
1009    - stevesk@cvs.openbsd.org 2002/01/16 17:40:23
1010      [sshd_config]
1011      The stategy now used for options in the default sshd_config shipped
1012      with OpenSSH is to specify options with their default value where
1013      possible, but leave them commented.  Uncommented options change a
1014      default value.  Subsystem is currently the only default option
1015      changed.  ok markus@
1016    - stevesk@cvs.openbsd.org 2002/01/16 17:42:33
1017      [ssh.1]
1018      correct defaults for -i/IdentityFile; ok markus@
1019    - stevesk@cvs.openbsd.org 2002/01/16 17:55:33
1020      [ssh_config]
1021      correct some commented defaults.  add Ciphers default.  ok markus@
1022    - stevesk@cvs.openbsd.org 2002/01/17 04:27:37
1023      [log.c]
1024      casts to silence enum type warnings for bugzilla bug 37; ok markus@
1025    - stevesk@cvs.openbsd.org 2002/01/18 17:14:16
1026      [sshd.8]
1027      correct Ciphers default; paola.mannaro@ubs.com
1028    - stevesk@cvs.openbsd.org 2002/01/18 18:14:17
1029      [authfd.c bufaux.c buffer.c cipher.c packet.c ssh-agent.c ssh-keygen.c]
1030      unneeded cast cleanup; ok markus@
1031    - stevesk@cvs.openbsd.org 2002/01/18 20:46:34
1032      [sshd.8]
1033      clarify Allow(Groups|Users) and Deny(Groups|Users); suggestion from
1034      allard@oceanpark.com; ok markus@
1035    - markus@cvs.openbsd.org 2002/01/21 15:13:51
1036      [sshconnect.c]
1037      use read_passphrase+ECHO in confirm(), allows use of ssh-askpass
1038      for hostkey confirm.
1039    - markus@cvs.openbsd.org 2002/01/21 22:30:12
1040      [cipher.c compat.c myproposal.h]
1041      remove "rijndael-*", just use "aes-" since this how rijndael is called
1042      in the drafts; ok stevesk@
1043    - markus@cvs.openbsd.org 2002/01/21 23:27:10
1044      [channels.c nchan.c]
1045      cleanup channels faster if the are empty and we are in drain-state; 
1046      ok deraadt@
1047    - stevesk@cvs.openbsd.org 2002/01/22 02:52:41
1048      [servconf.c]
1049      typo in error message; from djast@cs.toronto.edu
1050  - (djm) Make auth2-pam.c compile again after dispatch.h and packet.h 
1051    changes
1052  - (djm) Recent Glibc includes an incompatible sys/queue.h. Treat it as 
1053    bogus in configure
1054  - (djm) Use local sys/queue.h if necessary in ssh-agent.c
1055
1056 20020121
1057  - (djm) Rework ssh-rand-helper:
1058    - Reduce quantity of ifdef code, in preparation for ssh_rand_conf
1059    - Always seed from system calls, even when doing PRNGd seeding
1060    - Tidy and comment #define knobs
1061    - Remove unused facility for multiple runs through command list
1062    - KNF, cleanup, update copyright
1063
1064 20020114
1065  - (djm) Bug #50 - make autoconf entropy path checks more robust
1066
1067 20020108
1068  - (djm) Merge Cygwin copy_environment with do_pam_environment, removing 
1069    fixed env var size limit in the process. Report from Corinna Vinschen 
1070    <vinschen@redhat.com>
1071  - (stevesk) defines.h: use "/var/spool/sockets/X11/%u" for HP-UX.  does
1072    not depend on transition links.  from Lutz Jaenicke.
1073
1074 20020106
1075  - (stevesk) defines.h: determine _PATH_UNIX_X; currently "/tmp/.X11-unix/X%u"
1076    for all platforms except HP-UX, which is "/usr/spool/sockets/X11/%u".
1077
1078 20020105
1079  - (bal) NCR requies use_pipes to operate correctly.
1080  - (stevesk) fix spurious ; from NCR change.
1081
1082 20020103
1083  - (djm) Use bigcrypt() on systems with SCO_PROTECTED_PW. Patch from 
1084    Roger Cornelius <rac@tenzing.org>
1085
1086 20011229
1087  - (djm) Apply Cygwin pointer deref fix from Corinna Vinschen 
1088    <vinschen@redhat.com> Could be abused to guess valid usernames
1089  - (djm) Typo in contrib/cygwin/README Fix from Corinna Vinschen
1090    <vinschen@redhat.com>
1091
1092 20011228
1093  - (djm) Remove recommendation to use GNU make, we should support most
1094    make programs.
1095
1096 20011225
1097  - (stevesk) [Makefile.in ssh-rand-helper.c]
1098    portable lib and __progname support for ssh-rand-helper; ok djm@
1099
1100 20011223
1101  - (bal) Removed contrib/chroot.diff and noted in contrib/README that it
1102    was not being maintained.
1103
1104 20011222
1105  - (djm) Ignore fix & patchlevel in OpenSSL version check. Patch from 
1106    solar@openwall.com
1107  - (djm) Rework entropy code. If the OpenSSL PRNG is has not been 
1108    internally seeded, execute a subprogram "ssh-rand-helper" to obtain
1109    some entropy for us. Rewrite the old in-process entropy collecter as
1110    an example ssh-rand-helper.
1111  - (djm) Always perform ssh_prng_cmds path lookups in configure, even if
1112    we don't end up using ssh_prng_cmds (so we always get a valid file) 
1113       
1114 20011221
1115  - (djm) Add option to gnome-ssh-askpass to stop it from grabbing the X
1116    server. I have found this necessary to avoid server hangs with X input
1117    extensions (e.g. kinput2). Enable by setting the environment variable
1118    "GNOME_SSH_ASKPASS_NOGRAB"
1119   - OpenBSD CVS Sync
1120    - stevesk@cvs.openbsd.org 2001/12/08 17:49:28
1121      [channels.c pathnames.h]
1122      use only one path to X11 UNIX domain socket vs. an array of paths
1123      to try.  report from djast@cs.toronto.edu.  ok markus@
1124    - markus@cvs.openbsd.org 2001/12/09 18:45:56
1125      [auth2.c auth2-chall.c auth.h]
1126      add auth2_challenge_stop(), simplifies cleanup of kbd-int sessions,
1127      fixes memleak.
1128    - stevesk@cvs.openbsd.org 2001/12/10 16:45:04
1129      [sshd.c]
1130      possible fd leak on error; ok markus@
1131    - markus@cvs.openbsd.org 2001/12/10 20:34:31
1132      [ssh-keyscan.c]
1133      check that server supports v1 for -t rsa1, report from wirth@dfki.de
1134    - jakob@cvs.openbsd.org 2001/12/18 10:04:21
1135      [auth.h hostfile.c hostfile.h]
1136      remove auth_rsa_read_key, make hostfile_ready_key non static; ok markus@
1137    - jakob@cvs.openbsd.org 2001/12/18 10:05:15
1138      [auth2.c]
1139      log fingerprint on successful public key authentication; ok markus@
1140    - jakob@cvs.openbsd.org 2001/12/18 10:06:24
1141      [auth-rsa.c]
1142      log fingerprint on successful public key authentication, simplify 
1143      usage of key structs; ok markus@
1144    - deraadt@cvs.openbsd.org 2001/12/19 07:18:56
1145      [auth1.c auth2.c auth2-chall.c auth-bsdauth.c auth.c authfile.c auth.h]
1146      [auth-krb4.c auth-rhosts.c auth-skey.c bufaux.c canohost.c channels.c]
1147      [cipher.c clientloop.c compat.c compress.c deattack.c key.c log.c mac.c]
1148      [match.c misc.c nchan.c packet.c readconf.c rijndael.c rijndael.h scard.c]
1149      [servconf.c servconf.h serverloop.c session.c sftp.c sftp-client.c]
1150      [sftp-glob.c sftp-int.c sftp-server.c ssh-add.c ssh-agent.c ssh.c]
1151      [sshconnect1.c sshconnect2.c sshconnect.c sshd.8 sshd.c sshd_config]
1152      [ssh-keygen.c sshlogin.c sshpty.c sshtty.c ttymodes.c uidswap.c]
1153      basic KNF done while i was looking for something else
1154    - markus@cvs.openbsd.org 2001/12/19 16:09:39
1155      [serverloop.c]
1156      fix race between SIGCHLD and select with an additional pipe.  writing
1157      to the pipe on SIGCHLD wakes up select(). using pselect() is not
1158      portable and siglongjmp() ugly. W. R. Stevens suggests similar solution.
1159      initial idea by pmenage@ensim.com; ok deraadt@, djm@
1160    - stevesk@cvs.openbsd.org 2001/12/19 17:16:13
1161      [authfile.c bufaux.c bufaux.h buffer.c buffer.h packet.c packet.h ssh.c]
1162      change the buffer/packet interface to use void* vs. char*; ok markus@
1163    - markus@cvs.openbsd.org 2001/12/20 16:37:29
1164      [channels.c channels.h session.c]
1165      setup x11 listen socket for just one connect if the client requests so.
1166      (v2 only, but the openssh client does not support this feature).
1167    - djm@cvs.openbsd.org 2001/12/20 22:50:24
1168      [auth2.c auth2-chall.c channels.c channels.h clientloop.c dispatch.c]
1169      [dispatch.h kex.c kex.h packet.c packet.h serverloop.c ssh.c]
1170      [sshconnect2.c]
1171      Conformance fix: we should send failing packet sequence number when
1172      responding with a SSH_MSG_UNIMPLEMENTED message. Spotted by
1173      yakk@yakk.dot.net; ok markus@
1174
1175 20011219
1176  - (stevesk) OpenBSD CVS sync X11 localhost display
1177    - stevesk@cvs.openbsd.org 2001/11/29 14:10:51
1178      [channels.h channels.c session.c]
1179      sshd X11 fake server will now listen on localhost by default:
1180      $ echo $DISPLAY
1181      localhost:12.0
1182      $ netstat -an|grep 6012
1183      tcp        0      0  127.0.0.1.6012         *.*                    LISTEN
1184      tcp6       0      0  ::1.6012               *.*                    LISTEN
1185      sshd_config gatewayports=yes can be used to revert back to the old
1186      behavior.  will control this with another option later.  ok markus@
1187    - stevesk@cvs.openbsd.org 2001/12/19 08:43:11
1188      [includes.h session.c]
1189      handle utsname.nodename case for FamilyLocal X authorization; ok markus@
1190         
1191 20011207
1192  - (bal) PCRE no longer required.  Banished from the source along with
1193    fake-regex.h
1194  - (bal) OpenBSD CVS Sync
1195    - stevesk@cvs.openbsd.org 2001/12/06 18:02:32
1196      [channels.c sshconnect.c]
1197      shutdown(sock, SHUT_RDWR) not needed here; ok markus@
1198    - stevesk@cvs.openbsd.org 2001/12/06 18:09:23
1199      [channels.c session.c]
1200      strncpy->strlcpy.  remaining strncpy's are necessary.  ok markus@
1201    - stevesk@cvs.openbsd.org 2001/12/06 18:20:32
1202      [channels.c]
1203      disable nagle for X11 fake server and client TCPs.  from netbsd.
1204      ok markus@
1205
1206 20011206
1207  - (bal) OpenBSD CVS Sync
1208    - deraadt@cvs.openbsd.org 2001/11/14 20:45:08
1209      [sshd.c]
1210      errno saving wrapping in a signal handler
1211    - markus@cvs.openbsd.org 2001/11/16 12:46:13
1212      [ssh-keyscan.c]
1213      handle empty lines instead of dumping core; report from sha@sha-1.net
1214    - stevesk@cvs.openbsd.org 2001/11/17 19:14:34
1215      [auth2.c auth.c readconf.c servconf.c ssh-agent.c ssh-keygen.c]
1216      enum/int type cleanup where it made sense to do so; ok markus@
1217    - markus@cvs.openbsd.org 2001/11/19 11:20:21
1218      [sshd.c]
1219      fd leak on HUP; ok stevesk@
1220    - stevesk@cvs.openbsd.org 2001/11/19 18:40:46
1221      [ssh-agent.1]
1222      clarify/state that private keys are not exposed to clients using the 
1223      agent; ok markus@
1224    - mpech@cvs.openbsd.org 2001/11/19 19:02:16
1225      [deattack.c radix.c]
1226      kill more registers
1227      millert@ ok
1228    - markus@cvs.openbsd.org 2001/11/21 15:51:24
1229      [key.c]
1230      mem leak
1231    - stevesk@cvs.openbsd.org 2001/11/21 18:49:14
1232      [ssh-keygen.1]
1233      more on passphrase construction; ok markus@
1234    - stevesk@cvs.openbsd.org 2001/11/22 05:27:29
1235      [ssh-keyscan.c]
1236      don't use "\n" in fatal()
1237    - markus@cvs.openbsd.org 2001/11/22 12:34:22
1238      [clientloop.c serverloop.c sshd.c]
1239      volatile sig_atomic_t
1240    - stevesk@cvs.openbsd.org 2001/11/29 19:06:39
1241      [channels.h]
1242      remove dead function prototype; ok markus@
1243    - markus@cvs.openbsd.org 2001/11/29 22:08:48
1244      [auth-rsa.c]
1245      fix protocol error: send 'failed' message instead of a 2nd challenge
1246      (happens if the same key is in authorized_keys twice).
1247      reported Ralf_Meister@genua.de; ok djm@
1248    - stevesk@cvs.openbsd.org 2001/11/30 20:39:28
1249      [ssh.c]
1250      sscanf() length dependencies are clearer now; can also shrink proto
1251      and data if desired, but i have not done that.  ok markus@
1252    - markus@cvs.openbsd.org 2001/12/01 21:41:48
1253      [session.c sshd.8]
1254      don't pass user defined variables to /usr/bin/login
1255    - deraadt@cvs.openbsd.org 2001/12/02 02:08:32
1256      [sftp-common.c]
1257      zap };
1258    - itojun@cvs.openbsd.org 2001/12/05 03:50:01
1259      [clientloop.c serverloop.c sshd.c]
1260      deal with LP64 printf issue with sig_atomic_t.  from thorpej
1261    - itojun@cvs.openbsd.org 2001/12/05 03:56:39
1262      [auth1.c auth2.c canohost.c channels.c deattack.c packet.c scp.c 
1263       sshconnect2.c]
1264      make it compile with more strict prototype checking
1265    - deraadt@cvs.openbsd.org 2001/12/05 10:06:12
1266      [authfd.c authfile.c bufaux.c channels.c compat.c kex.c kexgex.c 
1267       key.c misc.c packet.c servconf.c ssh-agent.c sshconnect2.c 
1268       sshconnect.c sshd.c ssh-dss.c ssh-keygen.c ssh-rsa.c]
1269      minor KNF
1270    - markus@cvs.openbsd.org 2001/12/05 15:04:48
1271      [version.h]
1272      post 3.0.2
1273    - markus@cvs.openbsd.org 2001/12/05 16:54:51
1274      [compat.c match.c match.h]
1275      make theo and djm happy: bye bye regexp
1276    - markus@cvs.openbsd.org 2001/12/06 13:30:06
1277      [servconf.c servconf.h sshd.8 sshd.c]
1278      add -o to sshd, too. ok deraadt@
1279  - (bal) Minor white space fix up in servconf.c
1280
1281 20011126
1282  - (tim) [contrib/cygwin/README, openbsd-compat/bsd-cygwin_util.c,
1283    openbsd-compat/bsd-cygwin_util.h, openbsd-compat/daemon.c]
1284    Allow SSHD to install as service under WIndows 9x/Me
1285    [configure.ac] Fix to allow linking against PCRE on Cygwin
1286    Patches by Corinna Vinschen <vinschen@redhat.com>
1287
1288 20011115
1289  - (djm) Fix IPv4 default in ssh-keyscan. Spotted by Dan Astoorian 
1290    <djast@cs.toronto.edu> Fix from markus@
1291  - (djm) Release 3.0.1p1
1292
1293 20011113
1294  - (djm) Fix early (and double) free of remote user when using Kerberos. 
1295    Patch from Simon Wilkinson <simon@sxw.org.uk>
1296  - (djm) AIX login{success,failed} changes. Move loginsuccess call to 
1297    do_authenticated. Call loginfailed for protocol 2 failures > MAX like 
1298    we do for protocol 1. Reports from Ralf Wenk <wera0003@fh-karlsruhe.de>,
1299    K.Wolkersdorfer@fz-juelich.de and others
1300  - (djm) OpenBSD CVS Sync
1301    - dugsong@cvs.openbsd.org 2001/11/11 18:47:10
1302      [auth-krb5.c]
1303      fix krb5 authorization check. found by <jhawk@MIT.EDU>. from 
1304      art@, deraadt@ ok
1305    - markus@cvs.openbsd.org  2001/11/12 11:17:07
1306      [servconf.c]
1307      enable authorized_keys2 again. tested by fries@
1308    - markus@cvs.openbsd.org  2001/11/13 02:03:57
1309      [version.h]
1310      enter 3.0.1
1311  - (djm) Bump RPM package versions
1312
1313 20011112
1314  - (djm) Makefile correctness fix from Mark D. Baushke <mdb@juniper.net>
1315  - (djm) Cygwin config patch from Corinna Vinschen <vinschen@redhat.com>
1316  - OpenBSD CVS Sync
1317    - markus@cvs.openbsd.org 2001/10/24 08:41:41
1318      [sshd.c]
1319      mention remote port in debug message
1320    - markus@cvs.openbsd.org 2001/10/24 08:41:20
1321      [ssh.c]
1322      remove unused
1323    - markus@cvs.openbsd.org 2001/10/24 08:51:35
1324      [clientloop.c ssh.c]
1325      ignore SIGPIPE early, makes ssh work if agent dies, netbsd-pr via itojun@
1326    - markus@cvs.openbsd.org 2001/10/24 19:57:40
1327      [clientloop.c]
1328      make ~& (backgrounding) work again for proto v1; add support ~& for v2, too
1329    - markus@cvs.openbsd.org 2001/10/25 21:14:32
1330      [ssh-keygen.1 ssh-keygen.c]
1331      better docu for fingerprinting, ok deraadt@
1332    - markus@cvs.openbsd.org 2001/10/29 19:27:15
1333      [sshconnect2.c]
1334      hostbased: check for client hostkey before building chost
1335    - markus@cvs.openbsd.org 2001/10/30 20:29:09
1336      [ssh.1]
1337      ssh.1
1338    - markus@cvs.openbsd.org 2001/11/07 16:03:17
1339      [packet.c packet.h sshconnect2.c]
1340      pad using the padding field from the ssh2 packet instead of sending
1341      extra ignore messages. tested against several other ssh servers.
1342    - markus@cvs.openbsd.org 2001/11/07 21:40:21
1343      [ssh-rsa.c]
1344      ssh_rsa_sign/verify: SSH_BUG_SIGBLOB not supported
1345    - markus@cvs.openbsd.org 2001/11/07 22:10:28
1346      [ssh-dss.c ssh-rsa.c]
1347      missing free and sync dss/rsa code.
1348    - markus@cvs.openbsd.org 2001/11/07 22:12:01
1349      [sshd.8]
1350      s/Keepalive/KeepAlive/; from openbsd@davidkrause.com
1351    - markus@cvs.openbsd.org 2001/11/07 22:41:51
1352      [auth2.c auth-rh-rsa.c]
1353      unused includes
1354    - markus@cvs.openbsd.org 2001/11/07 22:53:21
1355      [channels.h]
1356      crank c->path to 256 so they can hold a full hostname; dwd@bell-labs.com
1357    - markus@cvs.openbsd.org 2001/11/08 10:51:08
1358      [readpass.c]
1359      don't strdup too much data; from gotoh@taiyo.co.jp; ok millert.
1360    - markus@cvs.openbsd.org 2001/11/08 17:49:53
1361      [ssh.1]
1362      mention setuid root requirements; noted by cnorris@csc.UVic.ca; ok stevesk@
1363    - markus@cvs.openbsd.org 2001/11/08 20:02:24
1364      [auth.c]
1365      don't print ROOT in CAPS for the authentication messages, i.e.
1366         Accepted publickey for ROOT from 127.0.0.1 port 42734 ssh2
1367      becomes
1368         Accepted publickey for root from 127.0.0.1 port 42734 ssh2
1369    - markus@cvs.openbsd.org 2001/11/09 18:59:23
1370      [clientloop.c serverloop.c]
1371      don't memset too much memory, ok millert@
1372      original patch from jlk@kamens.brookline.ma.us via nalin@redhat.com
1373    - markus@cvs.openbsd.org 2001/11/10 13:19:45
1374      [sshd.c]
1375      cleanup libwrap support (remove bogus comment, bogus close(), add 
1376      debug, etc).
1377    - markus@cvs.openbsd.org 2001/11/10 13:22:42
1378      [ssh-rsa.c]
1379      KNF (unexpand)
1380    - markus@cvs.openbsd.org 2001/11/10 13:37:20
1381      [packet.c]
1382      remove extra debug()
1383    - markus@cvs.openbsd.org 2001/11/11 13:02:31
1384      [servconf.c]
1385      make AuthorizedKeysFile2 fallback to AuthorizedKeysFile if 
1386      AuthorizedKeysFile is specified.
1387  - (djm) Reorder portable-specific server options so that they come first. 
1388    This should help reduce diff collisions for new server options (as they
1389    will appear at the end)
1390
1391 20011109
1392  - (stevesk) auth-pam.c: use do_pam_authenticate(PAM_DISALLOW_NULL_AUTHTOK)
1393    if permit_empty_passwd == 0 so null password check cannot be bypassed.
1394    jayaraj@amritapuri.com OpenBSD bug 2168
1395    - markus@cvs.openbsd.org 2001/11/09 19:08:35
1396      [sshd.c]
1397      remove extra trailing dot from log message; pilot@naughty.monkey.org
1398
1399 20011103
1400  - (tim) [ contrib/caldera/openssh.spec contrib/caldera/sshd.init] Updates 
1401    from Raymund Will <ray@caldera.de>
1402    [acconfig.h configure.in] Clean up login checks.
1403    Problem reported by Jim Knoble <jmknoble@pobox.com>
1404
1405 20011101
1406  - (djm) Compat define for OpenSSL < 0.9.6 (No OPENSSL_free)
1407
1408 20011031
1409  - (djm) Unsmoke drugs: config files should be noreplace.
1410
1411 20011030
1412  - (djm) Redhat RPM spec: remove noreplace from config files, allow IPv6 
1413    by default (can force IPv4 using --define "noipv6 1")
1414
1415 20011029
1416  - (tim) [TODO defines.h loginrec.c] Change the references to configure.in
1417    to configure.ac
1418
1419 20011028
1420  - (djm) Avoid bug in Solaris PAM libs
1421  - (djm) Disconnect if no tty and PAM reports password expired
1422  - (djm) Fix for PAM password changes being echoed (from stevesk)
1423  - (stevesk) Fix compile problem with PAM password change fix
1424  - (stevesk) README: zlib location is http://www.gzip.org/zlib/
1425
1426 20011027
1427  - (tim) [configure.ac] Fixes for ReliantUNIX (don't use libucb)
1428    Patch by Robert Dahlem <Robert.Dahlem@siemens.com>
1429
1430 20011026
1431  - (bal) Set the correct current time in login_utmp_only().  Patch by
1432    Wayne Davison <wayned@users.sourceforge.net>
1433  - (tim) [scard/Makefile.in] Fix install: when building outside of source
1434          tree and using --src=/full_path/to/openssh
1435          Patch by Mark D. Baushke <mdb@juniper.net>
1436
1437 20011025
1438  - (bal) Use VDISABLE if _POSIX_VDISABLE is set in readpassphrase.c.  Patch
1439    by todd@
1440  - (tim) [configure.ac] Give path given in --with-xxx= for pcre,zlib, and
1441          tcp-wrappers precedence over system libraries and includes.
1442          Report from Dave Dykstra <dwd@bell-labs.com>
1443
1444 20011024
1445  - (bal) Should be 3.0p1 not 3.0p2.  Corrected version.h already.
1446  - (tim) configure.in -> configure.ac
1447
1448 20011023
1449  - (bal) Updated version to 3.0p1 in preparing for release.
1450  - (bal) Added 'PAM_TTY_KLUDGE' to Solaris platform.
1451  - (tim) [configure.in] Fix test for broken dirname. Based on patch from
1452          Dave Dykstra <dwd@bell-labs.com>. Remove un-needed test for zlib.h.
1453          [contrib/caldera/openssh.spec, contrib/redhat/openssh.spec,
1454          contrib/suse/openssh.spec] Update version to match version.h
1455
1456 20011022
1457  - (djm) Fix fd leak in loginrec.c (ro fd to lastlog was left open).
1458    Report from Michal Zalewski <lcamtuf@coredump.cx>
1459
1460 20011021
1461  - (tim) [configure.in] Clean up library testing. Add optional PATH to
1462          --with-pcre, --with-zlib, and --with-tcp-wrappers. Based on
1463          patch by albert chin (china@thewrittenword.com)
1464          Re-arange AC_CHECK_HEADERS and AC_CHECK_FUNCS for eaiser reading
1465          of patches to configure.in. Replace obsolete AC_STRUCT_ST_BLKSIZE
1466          with AC_CHECK_MEMBERS. Add test for broken dirname() on
1467          Solaris 2.5.1 by Dan Astoorian <djast@cs.toronto.edu>
1468          [acconfig.h aclocal.m4 defines.h configure.in] Better socklen_t test.
1469          patch by albert chin (china@thewrittenword.com)
1470          [scp.c] Replace obsolete HAVE_ST_BLKSIZE with
1471          HAVE_STRUCT_STAT_ST_BLKSIZE.
1472          [Makefile.in] When running make in top level, always do make
1473          in openbsd-compat. patch by Dave Dykstra <dwd@bell-labs.com>
1474
1475 20011019
1476  - (bal) Fixed up init.d symlink issue and piddir stuff.  Patches by
1477    Zoran Milojevic <Zoran.Milojevic@SS8.com> and j.petersen@msh.de 
1478
1479 20011012
1480  - (djm) OpenBSD CVS Sync
1481    - markus@cvs.openbsd.org 2001/10/10 22:18:47
1482      [channels.c channels.h clientloop.c nchan.c serverloop.c]
1483      [session.c session.h]
1484      try to keep channels open until an exit-status message is sent.
1485      don't kill the login shells if the shells stdin/out/err is closed.
1486      this should now work:
1487      ssh -2n localhost 'exec > /dev/null 2>&1; sleep 10; exit 5'; echo ?
1488    - markus@cvs.openbsd.org 2001/10/11 13:45:21
1489      [session.c]
1490      delay detach of session if a channel gets closed but the child is 
1491      still alive.  however, release pty, since the fd's to the child are 
1492      already closed.
1493    - markus@cvs.openbsd.org 2001/10/11 15:24:00
1494      [clientloop.c]
1495      clear select masks if we return before calling select().
1496  - (djm) "make veryclean" fix from Tom Holroyd <tomh@po.crl.go.jp>
1497  - (djm) Clean some autoconf-2.52 junk when doing "make distclean"
1498  - (djm) Cleanup sshpty.c a little
1499  - (bal) First wave of contrib/solaris/ package upgrades.  Still more
1500    work needs to be done, but it is a 190% better then the stuff we
1501    had before!
1502  - (bal) Minor bug fix in contrib/solaris/opensshd.in .. $etcdir was not
1503    set right.
1504
1505 20011010
1506  - (djm) OpenBSD CVS Sync
1507    - markus@cvs.openbsd.org 2001/10/04 14:34:16
1508      [key.c]
1509      call OPENSSL_free() for memory allocated by openssl; from chombier@mac.com
1510    - markus@cvs.openbsd.org 2001/10/04 15:05:40
1511      [channels.c serverloop.c]
1512      comment out bogus conditions for selecting on connection_in
1513    - markus@cvs.openbsd.org 2001/10/04 15:12:37
1514      [serverloop.c]
1515      client_alive_check cleanup
1516    - markus@cvs.openbsd.org 2001/10/06 00:14:50
1517      [sshconnect.c]
1518      remove unused argument
1519    - markus@cvs.openbsd.org 2001/10/06 00:36:42
1520      [session.c]
1521      fix typo in error message, sync with do_exec_nopty
1522    - markus@cvs.openbsd.org 2001/10/06 11:18:19
1523      [sshconnect1.c sshconnect2.c sshconnect.c]
1524      unify hostkey check error messages, simplify prompt.
1525    - markus@cvs.openbsd.org 2001/10/07 10:29:52
1526      [authfile.c]
1527      grammer; Matthew_Clarke@mindlink.bc.ca
1528    - markus@cvs.openbsd.org 2001/10/07 17:49:40
1529      [channels.c channels.h]
1530      avoid possible FD_ISSET overflow for channels established
1531      during channnel_after_select() (used for dynamic channels).
1532    - markus@cvs.openbsd.org 2001/10/08 11:48:57
1533      [channels.c]
1534      better debug
1535    - markus@cvs.openbsd.org 2001/10/08 16:15:47
1536      [sshconnect.c]
1537      use correct family for -b option
1538    - markus@cvs.openbsd.org 2001/10/08 19:05:05
1539      [ssh.c sshconnect.c sshconnect.h ssh-keyscan.c]
1540      some more IPv4or6 cleanup
1541    - markus@cvs.openbsd.org 2001/10/09 10:12:08
1542      [session.c]
1543      chdir $HOME after krb_afslog(); from bbense@networking.stanford.edu
1544    - markus@cvs.openbsd.org 2001/10/09 19:32:49
1545      [session.c]
1546      stat subsystem command before calling do_exec, and return error to client.
1547    - markus@cvs.openbsd.org 2001/10/09 19:51:18
1548      [serverloop.c]
1549      close all channels if the connection to the remote host has been closed,
1550      should fix sshd's hanging with WCHAN==wait
1551    - markus@cvs.openbsd.org 2001/10/09 21:59:41
1552      [channels.c channels.h serverloop.c session.c session.h]
1553      simplify session close: no more delayed session_close, no more 
1554      blocking wait() calls.
1555  - (bal) removed two unsed headers in openbsd-compat/bsd-misc.c 
1556  - (bal) seed_init() and seed_rng() required in ssh-keyscan.c
1557
1558 20011007
1559  - (bal) ssh-copy-id corrected permissions for .ssh/ and authorized_keys.
1560    Prompted by Matthew Vernon <matthew@sel.cam.ac.uk> 
1561
1562 20011005
1563  - (bal) AES works under Cray, no more hack. 
1564
1565 20011004
1566  - (bal) nchan2.ms resync.  BSD License applied.
1567
1568 20011003
1569  - (bal) CVS ID fix up in version.h
1570  - (bal) OpenBSD CVS Sync:
1571    - markus@cvs.openbsd.org 2001/09/27 11:58:16
1572      [compress.c]
1573      mem leak; chombier@mac.com
1574    - markus@cvs.openbsd.org 2001/09/27 11:59:37
1575      [packet.c]
1576      missing called=1; chombier@mac.com
1577    - markus@cvs.openbsd.org 2001/09/27 15:31:17
1578      [auth2.c auth2-chall.c sshconnect1.c]
1579      typos; from solar
1580    - camield@cvs.openbsd.org 2001/09/27 17:53:24
1581      [sshd.8]
1582      don't talk about compile-time options
1583      ok markus@
1584    - djm@cvs.openbsd.org 2001/09/28 12:07:09
1585      [ssh-keygen.c]
1586      bzero private key after loading to smartcard; ok markus@
1587    - markus@cvs.openbsd.org 2001/09/28 15:46:29
1588      [ssh.c]
1589      bug: read user config first; report kaukasoi@elektroni.ee.tut.fi
1590    - markus@cvs.openbsd.org 2001/10/01 08:06:28
1591      [scp.c]
1592      skip filenames containing \n; report jdamery@chiark.greenend.org.uk
1593      and matthew@debian.org
1594    - markus@cvs.openbsd.org 2001/10/01 21:38:53
1595      [channels.c channels.h ssh.c sshd.c]
1596      remove ugliness; vp@drexel.edu via angelos
1597    - markus@cvs.openbsd.org 2001/10/01 21:51:16
1598      [readconf.c readconf.h ssh.1 sshconnect.c]
1599      add NoHostAuthenticationForLocalhost; note that the hostkey is
1600      now check for localhost, too.
1601    - djm@cvs.openbsd.org 2001/10/02 08:38:50
1602      [ssh-add.c]
1603      return non-zero exit code on error; ok markus@
1604    - stevesk@cvs.openbsd.org 2001/10/02 22:56:09
1605      [sshd.c]
1606      #include "channels.h" for channel_set_af()
1607    - markus@cvs.openbsd.org 2001/10/03 10:01:20
1608      [auth.c]
1609      use realpath() for homedir, too. from jinmei@isl.rdc.toshiba.co.jp
1610
1611 20011001
1612  - (stevesk) loginrec.c: fix type conversion problems exposed when using
1613    64-bit off_t.
1614         
1615 20010929
1616  - (bal) move reading 'config.h' up higher.  Patch by albert chin
1617    <china@thewrittenword.com)
1618
1619 20010928
1620  - (djm) OpenBSD CVS sync:
1621    - djm@cvs.openbsd.org 2001/09/28 09:49:31
1622      [scard.c]
1623      Fix segv when smartcard communication error occurs during key load. 
1624      ok markus@
1625  - (djm) Update spec files for new x11-askpass
1626
1627 20010927
1628  - (stevesk) session.c: declare do_pre_login() before use
1629    wayned@users.sourceforge.net
1630
1631 20010925
1632  - (djm) Pull in auth-krb5.c from OpenBSD CVS. NB. it is not currently used.
1633  - (djm) Sync $sysconfdir/moduli
1634  - (djm) Add AC_SYS_LARGEFILE configure test
1635  - (djm) Avoid bad and unportable sprintf usage in compat code
1636
1637 20010923
1638  - (bal) updated ssh.c to mirror minor getopts 'extern int' formating done
1639    by stevesk@
1640  - (bal) Removed 'extern int optopt;' since it is dead wood.
1641  - (bal) Updated all *.specs for 2.9.9p1 and updated version.h
1642
1643 20010923
1644  - (bal) OpenBSD CVS Sync
1645    - markus@cvs.openbsd.org 2001/09/23 11:09:13
1646      [authfile.c]
1647      relax permission check for private key files.
1648    - markus@cvs.openbsd.org 2001/09/23 09:58:13
1649      [LICENCE]
1650      new rijndael implementation
1651
1652 20010920
1653  - (tim) [scard/Makefile.in] Don't strip the Java binary
1654  - (stevesk) sun_len, SUN_LEN() configure stuff no longer required
1655  - (bal) OpenBSD CVS Sync
1656    - stevesk@cvs.openbsd.org 2001/09/20 00:15:54
1657      [sshd.8]
1658      fix ClientAliveCountMax
1659    - markus@cvs.openbsd.org 2001/09/20 13:46:48
1660      [auth2.c]
1661      key_read returns now -1 or 1
1662    - markus@cvs.openbsd.org 2001/09/20 13:50:40
1663      [compat.c compat.h ssh.c]
1664      bug compat: request a dummy channel for -N (no shell) sessions + 
1665      cleanup; vinschen@redhat.com
1666    - mouring@cvs.openbsd.org 2001/09/20 20:57:51
1667      [sshd_config]
1668      CheckMail removed.  OKed stevesk@
1669
1670 20010919
1671  - (bal) OpenBSD Sync
1672    - markus@cvs.openbsd.org 2001/09/19 10:08:51
1673      [sshd.8]
1674      command=xxx applies to subsystem now, too
1675    - markus@cvs.openbsd.org 2001/09/19 13:23:29
1676      [key.c]
1677      key_read() now returns -1 on type mismatch, too
1678    - stevesk@cvs.openbsd.org 2001/09/19 19:24:19
1679      [readconf.c readconf.h scp.c sftp.c ssh.1]
1680      add ClearAllForwardings ssh option and set it in scp and sftp; ok 
1681      markus@
1682    - stevesk@cvs.openbsd.org 2001/09/19 19:35:30
1683      [authfd.c]
1684      use sizeof addr vs. SUN_LEN(addr) for sockaddr_un.  Stevens 
1685      blesses this and we do it this way elsewhere.  this helps in 
1686      portable because not all systems have SUN_LEN() and 
1687      sockaddr_un.sun_len.  ok markus@
1688    - stevesk@cvs.openbsd.org 2001/09/19 21:04:53
1689      [sshd.8]
1690      missing -t in usage
1691    - stevesk@cvs.openbsd.org 2001/09/19 21:41:57
1692      [sshd.8]
1693      don't advertise -V in usage; ok markus@
1694  - (bal) openbsd-compat/vis.[ch] is dead wood.  Removed.
1695
1696 20010918
1697  - (djm) Configure support for smartcards. Based on Ben's work.
1698  - (djm) Revert setgroups call, it causes problems on OS-X
1699  - (djm) Avoid warning on BSDgetopt
1700  - (djm) More makefile infrastructre for smartcard support, also based
1701    on Ben's work
1702  - (djm) Specify --datadir in RPM spec files so smartcard applet gets
1703     put somewhere sane. Add Ssh.bin to manifest.
1704  - (djm) Make smartcard support conditional in Redhat RPM spec
1705  - (bal) LICENCE update.  Has not been done in a while.
1706  - (stevesk) nchan.c: we use X/Open Sockets on HP-UX now so shutdown(2)
1707    returns ENOTCONN vs. EINVAL for socket not connected; remove EINVAL
1708    check. ok Lutz Jaenicke
1709  - (bal) OpenBSD CVS Sync
1710    - stevesk@cvs.openbsd.org 2001/09/17 17:57:57
1711      [scp.1 scp.c sftp.1 sftp.c]
1712      add -Fssh_config option; ok markus@
1713    - stevesk@cvs.openbsd.org 2001/09/17 19:27:15
1714      [kexdh.c kexgex.c key.c key.h ssh-dss.c ssh-keygen.c ssh-rsa.c]
1715      u_char*/char* cleanup; ok markus
1716    - markus@cvs.openbsd.org 2001/09/17 20:22:14
1717      [scard.c]
1718      never keep a connection to the smartcard open.
1719      allows ssh-keygen -D U while the agent is running; report from 
1720      jakob@
1721    - stevesk@cvs.openbsd.org 2001/09/17 20:38:09
1722      [sftp.1 sftp.c]
1723      cleanup and document -1, -s and -S; ok markus@
1724    - markus@cvs.openbsd.org 2001/09/17 20:50:22
1725      [key.c ssh-keygen.c]
1726      better error handling if you try to export a bad key to ssh.com
1727    - markus@cvs.openbsd.org 2001/09/17 20:52:47
1728      [channels.c channels.h clientloop.c]
1729      try to fix agent-forwarding-backconnection-bug, as seen on HPUX, 
1730      for example; with Lutz.Jaenicke@aet.TU-Cottbus.DE,
1731    - markus@cvs.openbsd.org 2001/09/17 21:04:02
1732      [channels.c serverloop.c]
1733      don't send fake dummy packets on CR (\r)
1734      bugreport from yyua@cs.sfu.ca via solar@@openwall.com
1735    - markus@cvs.openbsd.org 2001/09/17 21:09:47
1736      [compat.c]
1737      more versions suffering the SSH_BUG_DEBUG bug;
1738      3.0.x reported by dbutts@maddog.storability.com
1739    - stevesk@cvs.openbsd.org 2001/09/17 23:56:07
1740      [scp.1]
1741      missing -B in usage string
1742
1743 20010917
1744  - (djm) x11-ssh-askpass-1.2.4 in RPM spec, revert workarounds
1745  - (tim) [includes.h openbsd-compat/getopt.c openbsd-compat/getopt.h]
1746          rename getopt() to BSDgetopt() to keep form conflicting with
1747          system getopt().
1748          [Makefile.in configure.in] disable filepriv until I can add
1749          missing procpriv calls.
1750
1751 20010916
1752  - (djm) Workaround XFree breakage in RPM spec file
1753  - (bal) OpenBSD CVS Sync
1754     - markus@cvs.openbsd.org 2001/09/16 14:46:54
1755       [session.c]
1756       calls krb_afslog() after setting $HOME; mattiasa@e.kth.se; fixes
1757       pr 1943b
1758
1759 20010915
1760  - (djm) Make do_pre_login static to avoid prototype #ifdef hell
1761  - (djm) Sync scard/ stuff
1762  - (djm) Redhat spec file cleanups from Pekka Savola <pekkas@netcore.fi> and
1763    Redhat
1764  - (djm) Redhat initscript config sanity checking from Pekka Savola 
1765    <pekkas@netcore.fi>
1766  - (djm) Clear supplemental groups at sshd start to prevent them from 
1767    being propogated to random PAM modules. Based on patch from Redhat via
1768    Pekka Savola <pekkas@netcore.fi>
1769  - (djm) Make sure rijndael.c picks config.h
1770  - (djm) Ensure that u_char gets defined
1771
1772 20010914
1773  - (bal) OpenBSD CVS Sync
1774    - markus@cvs.openbsd.org 2001/09/13
1775      [rijndael.c rijndael.h]
1776      missing $OpenBSD
1777    - markus@cvs.openbsd.org 2001/09/14
1778      [session.c]
1779      command=xxx overwrites subsystems, too
1780    - markus@cvs.openbsd.org 2001/09/14
1781      [sshd.c]
1782      typo
1783
1784 20010913
1785  - (bal) OpenBSD CVS Sync
1786    - markus@cvs.openbsd.org 2001/08/23 11:31:59
1787      [cipher.c cipher.h]
1788      switch to the optimised AES reference code from
1789      http://www.esat.kuleuven.ac.be/~rijmen/rijndael/rijndael-fst-3.0.zip
1790
1791 20010912
1792  - (bal) OpenBSD CVS Sync
1793    - jakob@cvs.openbsd.org 2001/08/16 19:18:34
1794      [servconf.c servconf.h session.c sshd.8]
1795      deprecate CheckMail. ok markus@
1796    - stevesk@cvs.openbsd.org 2001/08/16 20:14:57
1797      [ssh.1 sshd.8]
1798      document case sensitivity for ssh, sshd and key file
1799      options and arguments; ok markus@
1800    - stevesk@cvs.openbsd.org 2001/08/17 18:59:47
1801      [servconf.h]
1802      typo in comment
1803    - stevesk@cvs.openbsd.org 2001/08/21 21:47:42
1804      [ssh.1 sshd.8]
1805      minor typos and cleanup
1806    - stevesk@cvs.openbsd.org 2001/08/22 16:21:21
1807      [ssh.1]
1808      hostname not optional; ok markus@
1809    - stevesk@cvs.openbsd.org 2001/08/22 16:30:02
1810      [sshd.8]
1811      no rexd; ok markus@
1812    - stevesk@cvs.openbsd.org 2001/08/22 17:45:16
1813      [ssh.1]
1814      document cipher des for protocol 1; ok deraadt@
1815    - camield@cvs.openbsd.org 2001/08/23 17:59:31
1816      [sshd.c]
1817      end request with 0, not NULL
1818      ok markus@
1819    - stevesk@cvs.openbsd.org 2001/08/23 18:02:48
1820      [ssh-agent.1]
1821      fix usage; ok markus@
1822    - stevesk@cvs.openbsd.org 2001/08/23 18:08:59
1823      [ssh-add.1 ssh-keyscan.1]
1824      minor cleanup
1825    - danh@cvs.openbsd.org 2001/08/27 22:02:13
1826      [ssh-keyscan.c]
1827      fix memory fault if non-existent filename is given to the -f option
1828      ok markus@
1829    - markus@cvs.openbsd.org 2001/08/28 09:51:26
1830      [readconf.c]
1831      don't set DynamicForward unless Host matches
1832    - markus@cvs.openbsd.org 2001/08/28 15:39:48
1833      [ssh.1 ssh.c]
1834      allow: ssh -F configfile host
1835    - markus@cvs.openbsd.org 2001/08/29 20:44:03
1836      [scp.c]
1837      clear the malloc'd buffer, otherwise source() will leak malloc'd 
1838      memory; ok theo@
1839    - stevesk@cvs.openbsd.org 2001/08/29 23:02:21
1840      [sshd.8]
1841      add text about -u0 preventing DNS requests; ok markus@
1842    - stevesk@cvs.openbsd.org 2001/08/29 23:13:10
1843      [ssh.1 ssh.c]
1844      document -D and DynamicForward; ok markus@
1845    - stevesk@cvs.openbsd.org 2001/08/29 23:27:23
1846      [ssh.c]
1847      validate ports for -L/-R; ok markus@
1848    - stevesk@cvs.openbsd.org 2001/08/29 23:39:40
1849      [ssh.1 sshd.8]
1850      additional documentation for GatewayPorts; ok markus@
1851    - naddy@cvs.openbsd.org 2001/08/30 15:42:36
1852      [ssh.1]
1853      add -D to synopsis line; ok markus@
1854    - stevesk@cvs.openbsd.org 2001/08/30 16:04:35
1855      [readconf.c ssh.1]
1856      validate ports for LocalForward/RemoteForward.
1857      add host/port alternative syntax for IPv6 (like -L/-R).
1858      ok markus@
1859    - stevesk@cvs.openbsd.org 2001/08/30 20:36:34
1860      [auth-options.c sshd.8]
1861      validate ports for permitopen key file option. add host/port
1862      alternative syntax for IPv6. ok markus@
1863    - markus@cvs.openbsd.org 2001/08/30 22:22:32
1864      [ssh-keyscan.c]
1865      do not pass pointers to longjmp; fix from wayne@blorf.net
1866    - markus@cvs.openbsd.org 2001/08/31 11:46:39
1867      [sshconnect2.c]
1868      disable kbd-interactive if we don't get SSH2_MSG_USERAUTH_INFO_REQUEST
1869      messages
1870    - stevesk@cvs.openbsd.org 2001/09/03 20:58:33
1871      [readconf.c readconf.h ssh.c]
1872      fatal() for nonexistent -Fssh_config. ok markus@
1873    - deraadt@cvs.openbsd.org 2001/09/05 06:23:07
1874      [scp.1 sftp.1 ssh.1 ssh-agent.1 sshd.8 ssh-keygen.1 ssh-keyscan.1]
1875      avoid first person in manual pages
1876    - stevesk@cvs.openbsd.org 2001/09/12 18:18:25
1877      [scp.c]
1878      don't forward agent for non third-party copies; ok markus@
1879
1880 20010815
1881  - (bal) Fixed stray code in readconf.c that went in by mistake.
1882  - OpenBSD CVS Sync
1883    - markus@cvs.openbsd.org 2001/08/07 10:37:46
1884      [authfd.c authfd.h]
1885      extended failure messages from galb@vandyke.com
1886    - deraadt@cvs.openbsd.org 2001/08/08 07:16:58
1887      [scp.1]
1888      when describing the -o option, give -o Protocol=1 as the specific example
1889      since we are SICK AND TIRED of clueless people who cannot have difficulty
1890      thinking on their own.
1891    - markus@cvs.openbsd.org 2001/08/08 18:20:15
1892      [uidswap.c]
1893      permanently_set_uid is a noop if user is not privilegued;
1894      fixes bug on solaris; from sbi@uchicago.edu
1895    - markus@cvs.openbsd.org 2001/08/08 21:34:19
1896      [uidswap.c]
1897      undo last change; does not work for sshd
1898    - jakob@cvs.openbsd.org 2001/08/11 22:51:27
1899      [ssh.c tildexpand.c]
1900      fix more paths beginning with "//"; <bradshaw@staff.crosswalk.com>. 
1901      ok markus@
1902    - stevesk@cvs.openbsd.org 2001/08/13 23:38:54
1903      [scp.c]
1904      don't need main prototype (also sync with rcp); ok markus@
1905    - markus@cvs.openbsd.org 2001/08/14 09:23:02
1906      [sftp.1 sftp-int.c]
1907      "bye"; hk63a@netscape.net
1908    - stevesk@cvs.openbsd.org 2001/08/14 17:54:29
1909      [scp.1 sftp.1 ssh.1]
1910      consistent documentation and example of ``-o ssh_option'' for sftp and
1911      scp; document keyword=argument for ssh.
1912  - (bal) QNX resync.   OK tim@
1913
1914 20010814
1915  - (stevesk) sshpty.c, cray.[ch]: whitespace, formatting and cleanup
1916    for some #ifdef _CRAY code; ok wendyp@cray.com
1917  - (stevesk) sshpty.c: return 0 on error in cray pty code;
1918    ok wendyp@cray.com
1919  - (stevesk) bsd-cray.c: utmp strings are not C strings
1920  - (stevesk) bsd-cray.c: more cleanup; ok wendyp@cray.com
1921
1922 20010812
1923  - (djm) Fix detection of long long int support. Based on patch from 
1924    Michael Stone <mstone@cs.loyola.edu>. ok stevesk, tim
1925
1926 20010808
1927  - (bal) Minor correction to inet_ntop.h.  _BSD_RRESVPORT_H should be
1928    _BSD_INET_NTOP_H.  Pointed out by Mark Miller <markm@swoon.net> 
1929
1930 20010807
1931  - (tim) [configure.in sshconnect.c openbsd-compat/Makefile.in
1932          openbsd-compat/openbsd-compat.h ] Add inet_ntop.c inet_ntop.h back
1933          in. Needed for sshconnect.c
1934          [sshconnect.c] fix INET6_ADDRSTRLEN for non IPv6 machines
1935          [configure.in] make tests with missing libraries fail
1936          patch by Wendy Palm <wendyp@cray.com>
1937          Added openbsd-compat/bsd-cray.h. Selective patches from
1938          William L. Jones <jones@mail.utexas.edu> 
1939
1940 20010806
1941  - OpenBSD CVS Sync
1942    - markus@cvs.openbsd.org 2001/07/22 21:32:27
1943      [sshpty.c]
1944      update comment
1945    - pvalchev@cvs.openbsd.org 2001/07/22 21:32:42
1946      [ssh.1]
1947      There is no option "Compress", point to "Compression" instead; ok 
1948      markus
1949    - markus@cvs.openbsd.org 2001/07/22 22:04:19
1950      [readconf.c ssh.1]
1951      enable challenge-response auth by default; ok millert@
1952    - markus@cvs.openbsd.org 2001/07/22 22:24:16
1953      [sshd.8]
1954      Xr login.conf
1955    - markus@cvs.openbsd.org 2001/07/23 09:06:28
1956      [sshconnect2.c]
1957      reorder default sequence of userauth methods to match ssh behaviour:
1958      hostbased,publickey,keyboard-interactive,password
1959    - markus@cvs.openbsd.org 2001/07/23 12:47:05
1960      [ssh.1]
1961      sync PreferredAuthentications
1962    - aaron@cvs.openbsd.org 2001/07/23 14:14:18
1963      [ssh-keygen.1]
1964      Fix typo.
1965    - stevesk@cvs.openbsd.org 2001/07/23 18:14:58
1966      [auth2.c auth-rsa.c]
1967      use %lu; ok markus@
1968    - stevesk@cvs.openbsd.org 2001/07/23 18:21:46
1969      [xmalloc.c]
1970      no zero size xstrdup() error; ok markus@
1971    - markus@cvs.openbsd.org 2001/07/25 11:59:35
1972      [scard.c]
1973      typo in comment
1974    - markus@cvs.openbsd.org 2001/07/25 14:35:18
1975      [readconf.c ssh.1 ssh.c sshconnect.c]
1976      cleanup connect(); connection_attempts 4 -> 1; from 
1977      eivind@freebsd.org
1978    - stevesk@cvs.openbsd.org 2001/07/26 17:18:22
1979      [sshd.8 sshd.c]
1980      add -t option to test configuration file and keys; pekkas@netcore.fi
1981      ok markus@
1982    - rees@cvs.openbsd.org 2001/07/26 20:04:27
1983      [scard.c ssh-keygen.c]
1984      Inquire Cyberflex class for 0xf0 cards
1985      change aid to conform to 7816-5
1986      remove gratuitous fid selects
1987    - millert@cvs.openbsd.org 2001/07/27 14:50:45
1988      [ssh.c]
1989      If smart card support is compiled in and a smart card is being used
1990      for authentication, make it the first method used.  markus@ OK
1991    - deraadt@cvs.openbsd.org 2001/07/27 17:26:16
1992      [scp.c]
1993      shorten lines
1994    - markus@cvs.openbsd.org 2001/07/28 09:21:15
1995      [sshd.8]
1996      cleanup some RSA vs DSA vs SSH1 vs SSH2 notes
1997    - mouring@cvs.openbsd.org 2001/07/29 17:02:46
1998      [scp.1]
1999      Clarified -o option in scp.1  OKed by Markus@
2000    - jakob@cvs.openbsd.org 2001/07/30 16:06:07
2001      [scard.c scard.h]
2002      better errorcodes from sc_*; ok markus@
2003    - stevesk@cvs.openbsd.org 2001/07/30 16:23:30
2004      [rijndael.c rijndael.h]
2005      new BSD-style license:
2006      Brian Gladman <brg@gladman.plus.com>:
2007      >I have updated my code at:
2008      >http://fp.gladman.plus.com/cryptography_technology/rijndael/index.htm
2009      >with a copyright notice as follows:
2010      >[...]
2011      >I am not sure which version of my old code you are using but I am
2012      >happy for the notice above to be substituted for my existing copyright
2013      >intent if this meets your purpose.
2014    - jakob@cvs.openbsd.org 2001/07/31 08:41:10
2015      [scard.c]
2016      do not complain about missing smartcards. ok markus@
2017    - jakob@cvs.openbsd.org 2001/07/31 09:28:44
2018      [readconf.c readconf.h ssh.1 ssh.c]
2019      add 'SmartcardDevice' client option to specify which smartcard device 
2020      is used to access a smartcard used for storing the user's private RSA 
2021      key. ok markus@.
2022    - jakob@cvs.openbsd.org 2001/07/31 12:42:50
2023      [sftp-int.c sftp-server.c]
2024      avoid paths beginning with "//"; <vinschen@redhat.com>
2025      ok markus@
2026    - jakob@cvs.openbsd.org 2001/07/31 12:53:34
2027      [scard.c]
2028      close smartcard connection if card is missing
2029    - markus@cvs.openbsd.org 2001/08/01 22:03:33
2030      [authfd.c authfd.h readconf.c readconf.h scard.c scard.h ssh-add.c 
2031       ssh-agent.c ssh.c]
2032      use strings instead of ints for smartcard reader ids
2033    - markus@cvs.openbsd.org 2001/08/01 22:16:45
2034      [ssh.1 sshd.8]
2035      refer to current ietf drafts for protocol v2
2036    - markus@cvs.openbsd.org 2001/08/01 23:33:09
2037      [ssh-keygen.c]
2038      allow uploading RSA keys for non-default AUT0 (sha1 over passphrase 
2039      like sectok).
2040   - markus@cvs.openbsd.org 2001/08/01 23:38:45
2041      [scard.c ssh.c]
2042      support finish rsa keys.
2043      free public keys after login -> call finish -> close smartcard.
2044    - markus@cvs.openbsd.org 2001/08/02 00:10:17
2045      [ssh-keygen.c]
2046      add -D readerid option (download, i.e. print public RSA key to stdout).
2047      check for card present when uploading keys.
2048      use strings instead of ints for smartcard reader ids, too.
2049    - jakob@cvs.openbsd.org 2001/08/02 08:58:35
2050      [ssh-keygen.c]
2051      change -u (upload smartcard key) to -U. ok markus@
2052    - jakob@cvs.openbsd.org 2001/08/02 15:06:52
2053      [ssh-keygen.c]
2054      more verbose usage(). ok markus@
2055    - jakob@cvs.openbsd.org 2001/08/02 15:07:23
2056      [ssh-keygen.1]
2057      document smartcard upload/download. ok markus@
2058    - jakob@cvs.openbsd.org 2001/08/02 15:32:10
2059      [ssh.c]
2060      add smartcard to usage(). ok markus@
2061    - jakob@cvs.openbsd.org 2001/08/02 15:43:57
2062      [ssh-agent.c ssh.c ssh-keygen.c]
2063      add /* SMARTCARD */ to #else/#endif. ok markus@
2064   - jakob@cvs.openbsd.org 2001/08/02 16:14:05
2065      [scard.c ssh-agent.c ssh.c ssh-keygen.c]
2066      clean up some /* SMARTCARD */. ok markus@
2067    - mpech@cvs.openbsd.org 2001/08/02 18:37:35
2068      [ssh-keyscan.1]
2069      o) .Sh AUTHOR -> .Sh AUTHORS;
2070      o) .Sh EXAMPLE -> .Sh EXAMPLES;
2071      o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION;
2072  
2073      millert@ ok
2074    - jakob@cvs.openbsd.org 2001/08/03 10:31:19
2075      [ssh-add.1]
2076      document smartcard options. ok markus@
2077    - jakob@cvs.openbsd.org 2001/08/03 10:31:30
2078      [ssh-add.c ssh-agent.c ssh-keyscan.c]
2079      improve usage(). ok markus@
2080    - markus@cvs.openbsd.org 2001/08/05 23:18:20
2081      [ssh-keyscan.1 ssh-keyscan.c]
2082      ssh 2 support; from wayned@users.sourceforge.net
2083    - markus@cvs.openbsd.org 2001/08/05 23:29:58
2084      [ssh-keyscan.c]
2085      make -t dsa work with commercial servers, too
2086    - stevesk@cvs.openbsd.org 2001/08/06 19:47:05
2087      [scp.c]
2088      use alarm vs. setitimer for portable; ok markus@
2089  - (bal) ssh-keyscan double -lssh hack due to seed_rng().
2090  - (bal) Second around of UNICOS patches.  A few other things left. 
2091    Patches by William L. Jones <jones@mail.utexas.edu> 
2092
2093 20010803
2094  - (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ on
2095    a fast UltraSPARC.
2096
2097 20010726
2098  - (stevesk) use mysignal() in protocol 1 loop now that the SIGCHLD
2099    handler has converged.
2100
2101 20010725
2102  - (bal) Added 'install-nokeys' to Makefile to assist package builders.
2103
2104 20010724
2105  - (bal) 4711 not 04711 for ssh binary.
2106
2107 20010722
2108  - (bal) Starting the Unicossmk merger.  File merged TODO, configure.in,
2109          myproposal.h, ssh_prng_cmds.in, and openbsd-compat/Makefile.in.
2110          Added openbsd-compat/bsd-cray.c.  Rest will be merged after
2111          approval.  Selective patches from William L. Jones 
2112          <jones@mail.utexas.edu> 
2113  - OpenBSD CVS Sync
2114    - markus@cvs.openbsd.org 2001/07/18 21:10:43
2115      [sshpty.c]
2116      pr #1946, allow sshd if /dev is readonly
2117    - stevesk@cvs.openbsd.org 2001/07/18 21:40:40
2118      [ssh-agent.c]
2119      chdir("/") from bbraun@synack.net; ok markus@
2120    - stevesk@cvs.openbsd.org 2001/07/19 00:41:44
2121      [ssh.1]
2122      escape chars are below now
2123    - markus@cvs.openbsd.org 2001/07/20 14:46:11
2124      [ssh-agent.c]
2125      do not exit() from signal handlers; ok deraadt@
2126    - stevesk@cvs.openbsd.org 2001/07/20 18:41:51
2127      [ssh.1]
2128      "the" command line
2129
2130 20010719
2131  - (tim) [configure.in] put inet_aton back in AC_CHECK_FUNCS.
2132          report from Mark Miller <markm@swoon.net>
2133
2134 20010718
2135  - OpenBSD CVS Sync
2136    - stevesk@cvs.openbsd.org 2001/07/14 15:10:17
2137      [readpass.c sftp-client.c sftp-common.c sftp-glob.c]
2138      delete spurious #includes; ok deraadt@ markus@
2139    - markus@cvs.openbsd.org 2001/07/15 16:17:08
2140      [serverloop.c]
2141      schedule client alive for ssh2 only, greg@cheers.bungi.com
2142    - stevesk@cvs.openbsd.org 2001/07/15 16:57:21
2143      [ssh-agent.1]
2144      -d will not fork; ok markus@
2145    - stevesk@cvs.openbsd.org 2001/07/15 16:58:29
2146      [ssh-agent.c]
2147      typo in usage; ok markus@
2148    - markus@cvs.openbsd.org 2001/07/17 20:48:42
2149      [ssh-agent.c]
2150      update maxfd if maxfd is closed; report from jmcelroy@dtgnet.com
2151    - markus@cvs.openbsd.org 2001/07/17 21:04:58
2152      [channels.c channels.h clientloop.c nchan.c serverloop.c]
2153      keep track of both maxfd and the size of the malloc'ed fdsets.
2154      update maxfd if maxfd gets closed.
2155    - mouring@cvs.openbsd.org 2001/07/18 16:45:52
2156      [scp.c]
2157      Missing -o in scp usage()
2158  - (bal) Cleaned up trailing spaces in ChangeLog.
2159  - (bal) Allow sshd to switch user context without password for Cygwin.
2160          Patch by Corinna Vinschen <vinschen@redhat.com>
2161  - (bal) Updated cygwin README and ssh-host-config.  Patch by
2162          Corinna Vinschen <vinschen@redhat.com>
2163
2164 20010715
2165  - (bal) Set "BROKEN_GETADDRINFO" for darwin platform.  Reported by
2166    Josh Larios <jdlarios@cac.washington.edu>
2167  - (tim) put openssh/openbsd-compat/inet_aton.[ch] back in.
2168          needed by openbsd-compat/fake-getaddrinfo.c
2169
2170 20010714
2171  - (stevesk) change getopt() declaration
2172  - (stevesk) configure.in: use ll suffix for long long constant
2173    in snprintf() test
2174
2175 20010713
2176  - (djm) Enable /etc/nologin check on PAM systems, as some lack the
2177    pam_nologin module. Report from William Yodlowsky
2178    <bsd@openbsd.rutgers.edu>
2179  - (djm) Revert dirname fix, a better one is on its way.
2180  - OpenBSD CVS Sync
2181    - markus@cvs.openbsd.org 2001/07/04 22:47:19
2182      [ssh-agent.c]
2183      ignore SIGPIPE when debugging, too
2184    - markus@cvs.openbsd.org 2001/07/04 23:13:10
2185      [scard.c scard.h ssh-agent.c]
2186      handle card removal more gracefully, add sc_close() to scard.h
2187    - markus@cvs.openbsd.org 2001/07/04 23:39:07
2188      [ssh-agent.c]
2189      for smartcards remove both RSA1/2 keys
2190    - markus@cvs.openbsd.org 2001/07/04 23:49:27
2191      [ssh-agent.c]
2192      handle mutiple adds of the same smartcard key
2193    - espie@cvs.openbsd.org 2001/07/05 11:43:33
2194      [sftp-glob.c]
2195      Directly cast to the right type. Ok markus@
2196    - stevesk@cvs.openbsd.org 2001/07/05 20:32:47
2197      [sshconnect1.c]
2198      statement after label; ok dugsong@
2199    - stevesk@cvs.openbsd.org 2001/07/08 15:23:38
2200      [servconf.c]
2201      fix ``MaxStartups max''; ok markus@
2202    - fgsch@cvs.openbsd.org 2001/07/09 05:58:47
2203      [ssh.c]
2204      Use getopt(3); markus@ ok.
2205    - deraadt@cvs.openbsd.org 2001/07/09 07:04:53
2206      [session.c sftp-int.c]
2207      correct type on last arg to execl(); nordin@cse.ogi.edu
2208    - markus@cvs.openbsd.org 2001/07/10 21:49:12
2209      [readpass.c]
2210      don't panic if fork or pipe fail (just return an empty passwd).
2211    - itojun@cvs.openbsd.org 2001/07/11 00:24:53
2212      [servconf.c]
2213      make it compilable in all 4 combination of KRB4/KRB5 settings.
2214      dugsong ok
2215      XXX isn't it sensitive to the order of -I/usr/include/kerberosIV and
2216      -I/usr/include/kerberosV?
2217    - markus@cvs.openbsd.org 2001/07/11 16:29:59
2218      [ssh.c]
2219      sort options string, fix -p, add -k
2220    - markus@cvs.openbsd.org 2001/07/11 18:26:15
2221      [auth.c]
2222      no need to call dirname(pw->pw_dir).
2223      note that dirname(3) modifies its argument on some systems.
2224  - (djm) Reorder Makefile.in so clean targets work a little better when
2225    run directly from Makefile.in
2226  - (djm) Pull in getopt(3) from OpenBSD libc for the optreset extension.
2227
2228 20010711
2229  - (djm) dirname(3) may modify its argument on glibc and other systems.
2230    Patch from markus@, spotted by Tom Holroyd <tomh@po.crl.go.jp>
2231
2232 20010704
2233  - OpenBSD CVS Sync
2234    - markus@cvs.openbsd.org 2001/06/25 08:25:41
2235      [channels.c channels.h cipher.c clientloop.c compat.c compat.h
2236       hostfile.c kex.c kex.h key.c key.h nchan.c packet.c serverloop.c
2237       session.c session.h sftp-server.c ssh-add.c ssh-agent.c uuencode.h]
2238      update copyright for 2001
2239    - markus@cvs.openbsd.org 2001/06/25 17:18:27
2240      [ssh-keygen.1]
2241      sshd(8) will never read the private keys, but ssh(1) does;
2242      hugh@mimosa.com
2243    - provos@cvs.openbsd.org 2001/06/25 17:54:47
2244      [auth.c auth.h auth-rsa.c]
2245      terminate secure_filename checking after checking homedir.  that way
2246      it works on AFS.  okay markus@
2247    - stevesk@cvs.openbsd.org 2001/06/25 20:26:37
2248      [auth2.c sshconnect2.c]
2249      prototype cleanup; ok markus@
2250    - markus@cvs.openbsd.org 2001/06/26 02:47:07
2251      [ssh-keygen.c]
2252      allow loading a private RSA key to a cyberflex card.
2253    - markus@cvs.openbsd.org 2001/06/26 04:07:06
2254      [ssh-agent.1 ssh-agent.c]
2255      add debug flag
2256    - markus@cvs.openbsd.org 2001/06/26 04:59:59
2257      [authfd.c authfd.h ssh-add.c]
2258      initial support for smartcards in the agent
2259    - markus@cvs.openbsd.org 2001/06/26 05:07:43
2260      [ssh-agent.c]
2261      update usage
2262    - markus@cvs.openbsd.org 2001/06/26 05:33:34
2263      [ssh-agent.c]
2264      more smartcard support.
2265    - mpech@cvs.openbsd.org 2001/06/26 05:48:07
2266      [sshd.8]
2267      remove unnecessary .Pp between .It;
2268      millert@ ok
2269    - markus@cvs.openbsd.org 2001/06/26 05:50:11
2270      [auth2.c]
2271      new interface for secure_filename()
2272    - itojun@cvs.openbsd.org 2001/06/26 06:32:58
2273      [atomicio.h authfd.h authfile.h auth.h auth-options.h bufaux.h
2274       buffer.h canohost.h channels.h cipher.h clientloop.h compat.h
2275       compress.h crc32.h deattack.h dh.h dispatch.h groupaccess.h
2276       hostfile.h kex.h key.h log.h mac.h match.h misc.h mpaux.h packet.h
2277       radix.h readconf.h readpass.h rsa.h]
2278      prototype pedant.  not very creative...
2279      - () -> (void)
2280      - no variable names
2281    - itojun@cvs.openbsd.org 2001/06/26 06:33:07
2282      [servconf.h serverloop.h session.h sftp-client.h sftp-common.h
2283       sftp-glob.h sftp-int.h sshconnect.h ssh-dss.h sshlogin.h sshpty.h
2284       ssh-rsa.h tildexpand.h uidswap.h uuencode.h xmalloc.h]
2285      prototype pedant.  not very creative...
2286      - () -> (void)
2287      - no variable names
2288    - dugsong@cvs.openbsd.org 2001/06/26 16:15:25
2289      [auth1.c auth.h auth-krb4.c auth-passwd.c readconf.c readconf.h
2290       servconf.c servconf.h session.c sshconnect1.c sshd.c]
2291      Kerberos v5 support for SSH1, mostly from Assar Westerlund
2292      <assar@freebsd.org> and Bjorn Gronvall <bg@sics.se>. markus@ ok
2293    - markus@cvs.openbsd.org 2001/06/26 17:25:34
2294      [ssh.1]
2295      document SSH_ASKPASS; fubob@MIT.EDU
2296    - markus@cvs.openbsd.org 2001/06/26 17:27:25
2297      [authfd.h authfile.h auth.h auth-options.h bufaux.h buffer.h
2298       canohost.h channels.h cipher.h clientloop.h compat.h compress.h
2299       crc32.h deattack.h dh.h dispatch.h groupaccess.c groupaccess.h
2300       hostfile.h kex.h key.h log.c log.h mac.h misc.c misc.h mpaux.h
2301       packet.h radix.h readconf.h readpass.h rsa.h servconf.h serverloop.h
2302       session.h sftp-common.c sftp-common.h sftp-glob.h sftp-int.h
2303       sshconnect.h ssh-dss.h sshlogin.h sshpty.h ssh-rsa.h sshtty.h
2304       tildexpand.h uidswap.h uuencode.h xmalloc.h]
2305      remove comments from .h, since they are cut&paste from the .c files
2306      and out of sync
2307    - dugsong@cvs.openbsd.org 2001/06/26 17:41:49
2308      [servconf.c]
2309      #include <kafs.h>
2310    - markus@cvs.openbsd.org 2001/06/26 20:14:11
2311      [key.c key.h ssh.c sshconnect1.c sshconnect2.c]
2312      add smartcard support to the client, too (now you can use both
2313      the agent and the client).
2314    - markus@cvs.openbsd.org 2001/06/27 02:12:54
2315      [serverloop.c serverloop.h session.c session.h]
2316      quick hack to make ssh2 work again.
2317    - markus@cvs.openbsd.org 2001/06/27 04:48:53
2318      [auth.c match.c sshd.8]
2319      tridge@samba.org
2320    - markus@cvs.openbsd.org 2001/06/27 05:35:42
2321      [ssh-keygen.c]
2322      use cyberflex_inq_class to inquire class.
2323    - markus@cvs.openbsd.org 2001/06/27 05:42:25
2324      [rsa.c rsa.h ssh-agent.c ssh-keygen.c]
2325      s/generate_additional_parameters/rsa_generate_additional_parameters/
2326      http://www.humppa.com/
2327    - markus@cvs.openbsd.org 2001/06/27 06:26:36
2328      [ssh-add.c]
2329      convert to getopt(3)
2330    - stevesk@cvs.openbsd.org 2001/06/28 19:57:35
2331      [ssh-keygen.c]
2332      '\0' terminated data[] is ok; ok markus@
2333    - markus@cvs.openbsd.org 2001/06/29 07:06:34
2334      [ssh-keygen.c]
2335      new error handling for cyberflex_*
2336    - markus@cvs.openbsd.org 2001/06/29 07:11:01
2337      [ssh-keygen.c]
2338      initialize early
2339    - stevesk@cvs.openbsd.org 2001/06/29 18:38:44
2340      [clientloop.c]
2341      sync function definition with declaration; ok markus@
2342    - stevesk@cvs.openbsd.org 2001/06/29 18:40:28
2343      [channels.c]
2344      use socklen_t for getsockopt arg #5; ok markus@
2345    - stevesk@cvs.openbsd.org 2001/06/30 18:08:40
2346      [channels.c channels.h clientloop.c]
2347      adress -> address; ok markus@
2348    - markus@cvs.openbsd.org 2001/07/02 13:59:15
2349      [serverloop.c session.c session.h]
2350      wait until !session_have_children(); bugreport from
2351      Lutz.Jaenicke@aet.TU-Cottbus.DE
2352    - markus@cvs.openbsd.org 2001/07/02 22:29:20
2353      [readpass.c]
2354      do not return NULL, use "" instead.
2355    - markus@cvs.openbsd.org 2001/07/02 22:40:18
2356      [ssh-keygen.c]
2357      update for sectok.h interface changes.
2358    - markus@cvs.openbsd.org 2001/07/02 22:52:57
2359      [channels.c channels.h serverloop.c]
2360      improve cleanup/exit logic in ssh2:
2361      stop listening to channels, detach channel users (e.g. sessions).
2362      wait for children (i.e. dying sessions), send exit messages,
2363      cleanup all channels.
2364  - (bal) forget a few new files in sync up.
2365  - (bal) Makefile fix up requires scard.c
2366  - (stevesk) sync misc.h
2367  - (stevesk) more sync for session.c
2368  - (stevesk) sync servconf.h (comments)
2369  - (tim) [contrib/caldera/openssh.spec] sync with Caldera
2370  - (tim) [openbsd-compat/dirname.h] Remove ^M causing some compilers to
2371          issue warning (line 1: tokens ignored at end of directive line)
2372  - (tim) [sshconnect1.c] give the compiler something to do for success:
2373          if KRB5 and AFS are not defined
2374          (ERROR: "sshconnect1.c", line 1274: Syntax error before or at: })
2375
2376 20010629
2377  - (bal) Removed net_aton() since we don't use it any more
2378  - (bal) Fixed _DISABLE_VPOSIX in readpassphrase.c.
2379  - (bal) Updated zlib's home.  Thanks to David Howe <DaveHowe@gmx.co.uk>.
2380  - (stevesk) remove _REENTRANT #define
2381  - (stevesk) session.c: use u_int for envsize
2382  - (stevesk) remove cli.[ch]
2383
2384 20010628
2385  - (djm) Sync openbsd-compat with -current libc
2386  - (djm) Fix from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> for my
2387    broken makefile
2388  - (bal) Removed strtok_r() and inet_ntop() since they are no longer used.
2389  - (bal) Remove getusershell() since it's no longer used.
2390
2391 20010627
2392  - (djm) Reintroduce pam_session call for non-pty sessions.
2393  - (djm) Remove redundant and incorrect test for max auth attempts in
2394    PAM kbdint code. Based on fix from Matthew Melvin
2395   <matthewm@webcentral.com.au>
2396  - (djm) Rename sysconfdir/primes => sysconfdir/moduli
2397  - (djm) Oops, forgot make logic for primes=>moduli. Also try to rename
2398    existing primes->moduli if it exists.
2399  - (djm) Sync with -current openbsd-compat/readpassphrase.c:
2400    - djm@cvs.openbsd.org 2001/06/27 13:23:30
2401      typo, spotted by Tom Holroyd <tomh@po.crl.go.jp>; ok deraadt@
2402  - (djm) Turn up warnings if gcc or egcs detected
2403  - (stevesk) for HP-UX 11.X use X/Open socket interface;
2404     pulls in modern socket prototypes and eliminates a number of compiler
2405     warnings.  see xopen_networking(7).
2406  - (stevesk) fix x11 forwarding from _PATH_XAUTH change
2407  - (stevesk) use X/Open socket interface for HP-UX 10.X also
2408
2409 20010625
2410  - OpenBSD CVS Sync
2411    - markus@cvs.openbsd.org 2001/06/21 21:08:25
2412      [session.c]
2413      don't reset forced_command (we allow multiple login shells in
2414      ssh2); dwd@bell-labs.com
2415    - mpech@cvs.openbsd.org 2001/06/22 10:17:51
2416      [ssh.1 sshd.8 ssh-keyscan.1]
2417      o) .Sh AUTHOR -> .Sh AUTHORS;
2418      o) remove unnecessary .Pp;
2419      o) better -mdoc style;
2420      o) typo;
2421      o) sort SEE ALSO;
2422      aaron@ ok
2423    - provos@cvs.openbsd.org 2001/06/22 21:27:08
2424      [dh.c pathnames.h]
2425      use /etc/moduli instead of /etc/primes, okay markus@
2426    - provos@cvs.openbsd.org 2001/06/22 21:28:53
2427      [sshd.8]
2428      document /etc/moduli
2429    - markus@cvs.openbsd.org 2001/06/22 21:55:49
2430      [auth2.c auth-rsa.c pathnames.h ssh.1 sshd.8 sshd_config
2431       ssh-keygen.1]
2432      merge authorized_keys2 into authorized_keys.
2433      authorized_keys2 is used for backward compat.
2434      (just append authorized_keys2 to authorized_keys).
2435    - provos@cvs.openbsd.org 2001/06/22 21:57:59
2436      [dh.c]
2437      increase linebuffer to deal with larger moduli; use rewind instead of
2438      close/open
2439    - markus@cvs.openbsd.org 2001/06/22 22:21:20
2440      [sftp-server.c]
2441      allow long usernames/groups in readdir
2442    - markus@cvs.openbsd.org 2001/06/22 23:35:21
2443      [ssh.c]
2444      don't overwrite argv (fixes ssh user@host in 'ps'), report by ericj@
2445    - deraadt@cvs.openbsd.org 2001/06/23 00:16:16
2446      [scp.c]
2447      slightly better care
2448    - markus@cvs.openbsd.org 2001/06/23 00:20:57
2449      [auth2.c auth.c auth.h auth-rh-rsa.c]
2450      *known_hosts2 is obsolete for hostbased authentication and
2451      only used for backward compat. merge ssh1/2 hostkey check
2452      and move it to auth.c
2453    - deraadt@cvs.openbsd.org 2001/06/23 02:33:05
2454      [sftp.1 sftp-server.8 ssh-keygen.1]
2455      join .%A entries; most by bk@rt.fm
2456    - markus@cvs.openbsd.org 2001/06/23 02:34:33
2457      [kexdh.c kexgex.c kex.h pathnames.h readconf.c servconf.h ssh.1
2458       sshconnect1.c sshconnect2.c sshconnect.c sshconnect.h sshd.8]
2459      get rid of known_hosts2, use it for hostkey lookup, but do not
2460      modify.
2461    - markus@cvs.openbsd.org 2001/06/23 03:03:59
2462      [sshd.8]
2463      draft-ietf-secsh-dh-group-exchange-01.txt
2464    - markus@cvs.openbsd.org 2001/06/23 03:04:42
2465      [auth2.c auth-rh-rsa.c]
2466      restore correct ignore_user_known_hosts logic.
2467    - markus@cvs.openbsd.org 2001/06/23 05:26:02
2468      [key.c]
2469      handle sigature of size 0 (some broken clients send this).
2470    - deraadt@cvs.openbsd.org 2001/06/23 05:57:09
2471      [sftp.1 sftp-server.8 ssh-keygen.1]
2472      ok, tmac is now fixed
2473    - markus@cvs.openbsd.org 2001/06/23 06:41:10
2474      [ssh-keygen.c]
2475      try to decode ssh-3.0.0 private rsa keys
2476      (allow migration to openssh, not vice versa), #910
2477    - itojun@cvs.openbsd.org 2001/06/23 15:12:20
2478      [auth1.c auth2.c auth2-chall.c authfd.c authfile.c auth-rhosts.c
2479       canohost.c channels.c cipher.c clientloop.c deattack.c dh.c
2480       hostfile.c kex.c kexdh.c kexgex.c key.c nchan.c packet.c radix.c
2481       readpass.c scp.c servconf.c serverloop.c session.c sftp.c
2482       sftp-client.c sftp-glob.c sftp-int.c sftp-server.c ssh-add.c
2483       ssh-agent.c ssh.c sshconnect1.c sshconnect2.c sshconnect.c sshd.c
2484       ssh-keygen.c ssh-keyscan.c]
2485      more strict prototypes.  raise warning level in Makefile.inc.
2486      markus ok'ed
2487      TODO; cleanup headers
2488    - markus@cvs.openbsd.org 2001/06/23 17:05:22
2489      [ssh-keygen.c]
2490      fix import for (broken?) ssh.com/f-secure private keys
2491      (i tested > 1000 RSA keys)
2492    - itojun@cvs.openbsd.org 2001/06/23 17:48:18
2493      [sftp.1 ssh.1 sshd.8 ssh-keyscan.1]
2494      kill whitespace at EOL.
2495    - markus@cvs.openbsd.org 2001/06/23 19:12:43
2496      [sshd.c]
2497      pidfile/sigterm race; bbraun@synack.net
2498    - markus@cvs.openbsd.org 2001/06/23 22:37:46
2499      [sshconnect1.c]
2500      consistent with ssh2: skip key if empty passphrase is entered,
2501      retry num_of_passwd_prompt times if passphrase is wrong. ok fgsch@
2502    - markus@cvs.openbsd.org 2001/06/24 05:25:10
2503      [auth-options.c match.c match.h]
2504      move ip+hostname check to match.c
2505    - markus@cvs.openbsd.org 2001/06/24 05:35:33
2506      [readpass.c readpass.h ssh-add.c sshconnect2.c ssh-keygen.c]
2507      switch to readpassphrase(3)
2508      2.7/8-stable needs readpassphrase.[ch] from libc
2509    - markus@cvs.openbsd.org 2001/06/24 05:47:13
2510      [sshconnect2.c]
2511      oops, missing format string
2512    - markus@cvs.openbsd.org 2001/06/24 17:18:31
2513      [ttymodes.c]
2514      passing modes works fine: debug2->3
2515  - (djm) -Wall fix for session.c
2516  - (djm) Bring in readpassphrase() from OpenBSD libc. Compiles OK on Linux and
2517    Solaris
2518
2519 20010622
2520  - (stevesk) handle systems without pw_expire and pw_change.
2521
2522 20010621
2523  - OpenBSD CVS Sync
2524    - markus@cvs.openbsd.org 2001/06/16 08:49:38
2525      [misc.c]
2526      typo; dunlap@apl.washington.edu
2527    - markus@cvs.openbsd.org 2001/06/16 08:50:39
2528      [channels.h]
2529      bad //-style comment; thx to stevev@darkwing.uoregon.edu
2530    - markus@cvs.openbsd.org 2001/06/16 08:57:35
2531      [scp.c]
2532      no stdio or exit() in signal handlers.
2533    - markus@cvs.openbsd.org 2001/06/16 08:58:34
2534      [misc.c]
2535      copy pw_expire and pw_change, too.
2536    - markus@cvs.openbsd.org 2001/06/19 12:34:09
2537      [session.c]
2538      cleanup forced command handling, from dwd@bell-labs.com
2539    - markus@cvs.openbsd.org 2001/06/19 14:09:45
2540      [session.c sshd.8]
2541      disable x11-fwd if use_login is enabled; from lukem@wasabisystems.com
2542    - markus@cvs.openbsd.org 2001/06/19 15:40:45
2543      [session.c]
2544      allocate and free at the same level.
2545    - markus@cvs.openbsd.org 2001/06/20 13:56:39
2546      [channels.c channels.h clientloop.c packet.c serverloop.c]
2547      move from channel_stop_listening to channel_free_all,
2548      call channel_free_all before calling waitpid() in serverloop.
2549      fixes the utmp handling; report from Lutz.Jaenicke@aet.TU-Cottbus.DE
2550
2551 20010615
2552  - (stevesk) don't set SA_RESTART and set SIGCHLD to SIG_DFL
2553    around grantpt().
2554  - (stevesk) update TODO: STREAMS pty systems don't call vhangup() now
2555
2556 20010614
2557  - OpenBSD CVS Sync
2558    - markus@cvs.openbsd.org 2001/06/13 09:10:31
2559      [session.c]
2560      typo, use pid not s->pid, mstone@cs.loyola.edu
2561
2562 20010613
2563  - OpenBSD CVS Sync
2564    - markus@cvs.openbsd.org 2001/06/12 10:58:29
2565      [session.c]
2566      merge session_free into session_close()
2567      merge pty_cleanup_proc into session_pty_cleanup()
2568    - markus@cvs.openbsd.org 2001/06/12 16:10:38
2569      [session.c]
2570      merge ssh1/ssh2 tty msg parse and alloc code
2571    - markus@cvs.openbsd.org 2001/06/12 16:11:26
2572      [packet.c]
2573      do not log() packet_set_maxsize
2574    - markus@cvs.openbsd.org 2001/06/12 21:21:29
2575      [session.c]
2576      remove xauth-cookie-in-tmp handling. use default $XAUTHORITY, since
2577      we do already trust $HOME/.ssh
2578      you can use .ssh/sshrc and .ssh/environment if you want to customize
2579      the location of the xauth cookies
2580    - markus@cvs.openbsd.org 2001/06/12 21:30:57
2581      [session.c]
2582      unused
2583
2584 20010612
2585  - scp.c ID update (upstream synced vfsprintf() from us)
2586  - OpenBSD CVS Sync
2587   - markus@cvs.openbsd.org 2001/06/10 11:29:20
2588      [dispatch.c]
2589      we support rekeying
2590      protocol errors are fatal.
2591    - markus@cvs.openbsd.org 2001/06/11 10:18:24
2592      [session.c]
2593      reset pointer to NULL after xfree(); report from solar@openwall.com
2594    - markus@cvs.openbsd.org 2001/06/11 16:04:38
2595      [sshd.8]
2596      typo; bdubreuil@crrel.usace.army.mil
2597
2598 20010611
2599  - (bal) NeXT/MacOS X lack libgen.h and dirname().  Patch by Mark Miller
2600    <markm@swoon.net>
2601  - (bal) Handle broken krb4 issues on Solaris with multiple defined u_*_t
2602    types.  Patch by Jan IVEN <Jan.Iven@cern.ch>
2603  - (bal) Fixed Makefile.in so that 'configure; make install' works.
2604
2605 20010610
2606  - (bal) Missed two files in major resync.  auth-bsdauth.c and auth-skey.c
2607
2608 20010609
2609  - OpenBSD CVS Sync
2610    - markus@cvs.openbsd.org 2001/05/30 12:55:13
2611      [auth-options.c auth2.c channels.c channels.h clientloop.c nchan.c
2612       packet.c serverloop.c session.c ssh.c ssh1.h]
2613      channel layer cleanup: merge header files and split .c files
2614    - markus@cvs.openbsd.org 2001/05/30 15:20:10
2615      [ssh.c]
2616      merge functions, simplify.
2617    - markus@cvs.openbsd.org 2001/05/31 10:30:17
2618      [auth-options.c auth2.c channels.c channels.h clientloop.c nchan.c
2619       packet.c serverloop.c session.c ssh.c]
2620      undo the .c file split, just merge the header and keep the cvs
2621      history
2622  - (bal) Channels.c and Channels.h -- "Merge Functions, simplify" (draged
2623    out of ssh Attic)
2624  - (bal) Ooops.. nchan.c (and remove nchan.h) resync from OpenBSD ssh
2625    Attic.
2626  - OpenBSD CVS Sync
2627    - markus@cvs.openbsd.org 2001/05/31 13:08:04
2628      [sshd_config]
2629      group options and add some more comments
2630    - markus@cvs.openbsd.org 2001/06/03 14:55:39
2631      [channels.c channels.h session.c]
2632      use fatal_register_cleanup instead of atexit, sync with x11 authdir
2633      handling
2634    - markus@cvs.openbsd.org 2001/06/03 19:36:44
2635      [ssh-keygen.1]
2636      1-2 bits of entrophy per character (not per word), ok stevesk@
2637    - markus@cvs.openbsd.org 2001/06/03 19:38:42
2638      [scp.c]
2639      pass -v to ssh; from slade@shore.net
2640    - markus@cvs.openbsd.org 2001/06/03 20:06:11
2641      [auth2-chall.c]
2642      the challenge response device decides how to handle non-existing
2643      users.
2644      -> fake challenges for skey and cryptocard
2645    - markus@cvs.openbsd.org 2001/06/04 21:59:43
2646      [channels.c channels.h session.c]
2647      switch uid when cleaning up tmp files and sockets; reported by
2648      zen-parse@gmx.net on bugtraq
2649    - markus@cvs.openbsd.org 2001/06/04 23:07:21
2650      [clientloop.c serverloop.c sshd.c]
2651      set flags in the signal handlers, do real work in the main loop,
2652      ok provos@
2653    - markus@cvs.openbsd.org 2001/06/04 23:16:16
2654      [session.c]
2655      merge ssh1/2 x11-fwd setup, create listener after tmp-dir
2656    - pvalchev@cvs.openbsd.org 2001/06/05 05:05:39
2657      [ssh-keyscan.1 ssh-keyscan.c]
2658      License clarification from David Mazieres, ok deraadt@
2659    - markus@cvs.openbsd.org 2001/06/05 10:24:32
2660      [channels.c]
2661      don't delete the auth socket in channel_stop_listening()
2662      auth_sock_cleanup_proc() will take care of this.
2663    - markus@cvs.openbsd.org 2001/06/05 16:46:19
2664      [session.c]
2665      let session_close() delete the pty.  deny x11fwd if xauthfile is set.
2666    - markus@cvs.openbsd.org 2001/06/06 23:13:54
2667      [ssh-dss.c ssh-rsa.c]
2668      cleanup, remove old code
2669    - markus@cvs.openbsd.org 2001/06/06 23:19:35
2670      [ssh-add.c]
2671      remove debug message; Darren.Moffat@eng.sun.com
2672    - markus@cvs.openbsd.org 2001/06/07 19:57:53
2673      [auth2.c]
2674      style is used for bsdauth.
2675      disconnect on user/service change (ietf-drafts)
2676    - markus@cvs.openbsd.org 2001/06/07 20:23:05
2677      [authfd.c authfile.c channels.c kexdh.c kexgex.c packet.c ssh.c
2678       sshconnect.c sshconnect1.c]
2679      use xxx_put_cstring()
2680    - markus@cvs.openbsd.org 2001/06/07 22:25:02
2681      [session.c]
2682      don't overwrite errno
2683      delay deletion of the xauth cookie
2684    - markus@cvs.openbsd.org 2001/06/08 15:25:40
2685      [includes.h pathnames.h readconf.c servconf.c]
2686      move the path for xauth to pathnames.h
2687  - (bal) configure.in fix for Tru64 (forgeting to reset $LIB)
2688  - (bal) ANSIify strmode()
2689  - (bal) --with-catman should be --with-mantype patch by Dave
2690    Dykstra <dwd@bell-labs.com>
2691
2692 20010606
2693  - OpenBSD CVS Sync
2694    - markus@cvs.openbsd.org 2001/05/17 21:34:15
2695      [ssh.1]
2696      no spaces in PreferredAuthentications;
2697      meixner@rbg.informatik.tu-darmstadt.de
2698    - markus@cvs.openbsd.org 2001/05/18 14:13:29
2699      [auth-chall.c auth.h auth1.c auth2-chall.c auth2.c readconf.c
2700       readconf.h servconf.c servconf.h sshconnect1.c sshconnect2.c sshd.c]
2701      improved kbd-interactive support. work by per@appgate.com and me
2702    - djm@cvs.openbsd.org 2001/05/19 00:36:40
2703      [session.c]
2704      Disable X11 forwarding if xauth binary is not found. Patch from Nalin
2705      Dahyabhai <nalin@redhat.com>; ok markus@
2706    - markus@cvs.openbsd.org 2001/05/19 16:05:41
2707      [scp.c]
2708      ftruncate() instead of open()+O_TRUNC like rcp.c does
2709      allows scp /path/to/file localhost:/path/to/file
2710    - markus@cvs.openbsd.org 2001/05/19 16:08:43
2711      [sshd.8]
2712      sort options; Matthew.Stier@fnc.fujitsu.com
2713    - markus@cvs.openbsd.org 2001/05/19 16:32:16
2714      [ssh.1 sshconnect2.c]
2715      change preferredauthentication order to
2716         publickey,hostbased,password,keyboard-interactive
2717      document that hostbased defaults to no, document order
2718    - markus@cvs.openbsd.org 2001/05/19 16:46:19
2719      [ssh.1 sshd.8]
2720      document MACs defaults with .Dq
2721    - stevesk@cvs.openbsd.org 2001/05/19 19:43:57
2722      [misc.c misc.h servconf.c sshd.8 sshd.c]
2723      sshd command-line arguments and configuration file options that
2724      specify time may be expressed using a sequence of the form:
2725      time[qualifier], where time is a positive integer value and qualifier
2726      is one of the following:
2727          <none>,s,m,h,d,w
2728      Examples:
2729          600     600 seconds (10 minutes)
2730          10m     10 minutes
2731          1h30m   1 hour 30 minutes (90 minutes)
2732      ok markus@
2733    - stevesk@cvs.openbsd.org 2001/05/19 19:57:09
2734      [channels.c]
2735      typo in error message
2736    - markus@cvs.openbsd.org 2001/05/20 17:20:36
2737      [auth-rsa.c auth.c auth.h auth2.c servconf.c servconf.h sshd.8
2738       sshd_config]
2739      configurable authorized_keys{,2} location; originally from peter@;
2740      ok djm@
2741    - markus@cvs.openbsd.org 2001/05/24 11:12:42
2742      [auth.c]
2743      fix comment; from jakob@
2744    - stevesk@cvs.openbsd.org 2001/05/24 18:57:53
2745      [clientloop.c readconf.c ssh.c ssh.h]
2746      don't perform escape processing when ``EscapeChar none''; ok markus@
2747    - markus@cvs.openbsd.org 2001/05/25 14:37:32
2748      [ssh-keygen.c]
2749      use -P for -e and -y, too.
2750    - markus@cvs.openbsd.org 2001/05/28 08:04:39
2751      [ssh.c]
2752      fix usage()
2753    - markus@cvs.openbsd.org 2001/05/28 10:08:55
2754      [authfile.c]
2755      key_load_private: set comment to filename for PEM keys
2756    - markus@cvs.openbsd.org 2001/05/28 22:51:11
2757      [cipher.c cipher.h]
2758      simpler 3des for ssh1
2759    - markus@cvs.openbsd.org 2001/05/28 23:14:49
2760      [channels.c channels.h nchan.c]
2761      undo broken channel fix and try a different one. there
2762      should be still some select errors...
2763    - markus@cvs.openbsd.org 2001/05/28 23:25:24
2764      [channels.c]
2765      cleanup, typo
2766    - markus@cvs.openbsd.org 2001/05/28 23:58:35
2767      [packet.c packet.h sshconnect.c sshd.c]
2768      remove some lines, simplify.
2769    - markus@cvs.openbsd.org 2001/05/29 12:31:27
2770      [authfile.c]
2771      typo
2772
2773 20010528
2774  - (tim) [conifgure.in] add setvbuf test needed for sftp-int.c
2775    Patch by Corinna Vinschen <vinschen@redhat.com>
2776
2777 20010517
2778  - OpenBSD CVS Sync
2779    - markus@cvs.openbsd.org 2001/05/12 19:53:13
2780      [sftp-server.c]
2781      readlink does not NULL-terminate; mhe@home.se
2782    - deraadt@cvs.openbsd.org 2001/05/15 22:04:01
2783      [ssh.1]
2784      X11 forwarding details improved
2785    - markus@cvs.openbsd.org 2001/05/16 20:51:57
2786      [authfile.c]
2787      return comments for private pem files, too; report from nolan@naic.edu
2788    - markus@cvs.openbsd.org 2001/05/16 21:53:53
2789      [clientloop.c]
2790      check for open sessions before we call select(); fixes the x11 client
2791      bug reported by bowman@math.ualberta.ca
2792    - markus@cvs.openbsd.org 2001/05/16 22:09:21
2793      [channels.c nchan.c]
2794      more select() error fixes (don't set rfd/wfd to -1).
2795  - (bal) Enabled USE_PIPES for Cygwin on Corinna Vinschen <vinschen@redhat.com>
2796  - (bal) Corrected on_exit() emulation via atexit().
2797
2798 20010512
2799  - OpenBSD CVS Sync
2800    - markus@cvs.openbsd.org 2001/05/11 14:59:56
2801      [clientloop.c misc.c misc.h]
2802      add unset_nonblock for stdout/err flushing in client_loop().
2803  - (bal) Patch to partial sync up contrib/solaris/ packaging software.
2804    Patch by pete <ninjaz@webexpress.com>
2805
2806 20010511
2807  - OpenBSD CVS Sync
2808    - markus@cvs.openbsd.org 2001/05/09 22:51:57
2809      [channels.c]
2810      fix -R for protocol 2, noticed by greg@nest.cx.
2811      bug was introduced with experimental dynamic forwarding.
2812    - markus@cvs.openbsd.org 2001/05/09 23:01:31
2813      [rijndael.h]
2814      fix prototype; J.S.Peatfield@damtp.cam.ac.uk
2815
2816 20010509
2817   - OpenBSD CVS Sync
2818    - markus@cvs.openbsd.org 2001/05/06 21:23:31
2819      [cli.c]
2820      cli_read() fails to catch SIGINT + overflow; from obdb@zzlevo.net
2821    - markus@cvs.openbsd.org 2001/05/08 19:17:31
2822      [channels.c serverloop.c clientloop.c]
2823      adds correct error reporting to async connect()s
2824      fixes the server-discards-data-before-connected-bug found by
2825      onoe@sm.sony.co.jp
2826    - mouring@cvs.openbsd.org 2001/05/08 19:45:25
2827      [misc.c misc.h scp.c sftp.c]
2828      Use addargs() in sftp plus some clean up of addargs().  OK Markus
2829    - markus@cvs.openbsd.org 2001/05/06 21:45:14
2830      [clientloop.c]
2831      use atomicio for flushing stdout/stderr bufs. thanks to
2832      jbw@izanami.cee.hw.ac.uk
2833    - markus@cvs.openbsd.org 2001/05/08 22:48:07
2834      [atomicio.c]
2835      no need for xmalloc.h, thanks to espie@
2836  - (bal) UseLogin patch for Solaris/UNICOS.  Patch by Wayne Davison
2837    <wayne@blorf.net>
2838  - (bal) ./configure support to disable SIA on OSF1.  Patch by
2839    Chris Adams <cmadams@hiwaay.net>
2840  - (bal) Updates from the Sony NEWS-OS platform by NAKAJI Hiroyuki
2841    <nakaji@tutrp.tut.ac.jp>
2842
2843 20010508
2844  - (bal) Fixed configure test for USE_SIA.
2845
2846 20010506
2847  - (djm) Update config.guess and config.sub with latest versions (from
2848    ftp://ftp.gnu.org/gnu/config/) to allow configure on ia64-hpux.
2849    Suggested by Jason Mader <jason@ncac.gwu.edu>
2850  - (bal) White Space and #ifdef sync with OpenBSD
2851  - (bal) Add 'seed_rng()' to ssh-add.c
2852  - (bal) CVS ID updates for readpass.c, readpass.h, cli.c, and cli.h
2853  - OpenBSD CVS Sync
2854    - stevesk@cvs.openbsd.org 2001/05/05 13:42:52
2855      [sftp.1 ssh-add.1 ssh-keygen.1]
2856      typos, grammar
2857
2858 20010505
2859  - OpenBSD CVS Sync
2860    - stevesk@cvs.openbsd.org 2001/05/04 14:21:56
2861      [ssh.1 sshd.8]
2862      typos
2863    - markus@cvs.openbsd.org 2001/05/04 14:34:34
2864      [channels.c]
2865      channel_new() reallocs channels[], we cannot use Channel *c after
2866      calling channel_new(), XXX fix this in the future...
2867    - markus@cvs.openbsd.org 2001/05/04 23:47:34
2868      [channels.c channels.h clientloop.c nchan.c nchan.h serverloop.c ssh.c]
2869      move to Channel **channels (instead of Channel *channels), fixes realloc
2870      problems.  channel_new now returns a Channel *, favour Channel * over
2871      channel id.  remove old channel_allocate interface.
2872
2873 20010504
2874  - OpenBSD CVS Sync
2875    - stevesk@cvs.openbsd.org 2001/05/03 15:07:39
2876      [channels.c]
2877      typo in debug() string
2878    - markus@cvs.openbsd.org 2001/05/03 15:45:15
2879      [session.c]
2880      exec shell -c /bin/sh .ssh/sshrc, from abartlet@pcug.org.au
2881    - stevesk@cvs.openbsd.org 2001/05/03 21:43:01
2882      [servconf.c]
2883      remove "\n" from fatal()
2884    - mouring@cvs.openbsd.org 2001/05/03 23:09:53
2885      [misc.c misc.h scp.c sftp.c]
2886      Move colon() and cleanhost() to misc.c where I should I have put it in
2887      the first place
2888  - (bal) Updated Cygwin README by Corinna Vinschen <vinschen@redhat.com>
2889  - (bal) Avoid socket file security issues in ssh-agent for Cygwin.
2890    Patch by Egor Duda <deo@logos-m.ru>
2891
2892 20010503
2893  - OpenBSD CVS Sync
2894    - markus@cvs.openbsd.org 2001/05/02 16:41:20
2895      [ssh-add.c]
2896      fix prompt for ssh-add.
2897
2898 20010502
2899  - OpenBSD CVS Sync
2900    - mouring@cvs.openbsd.org 2001/05/02 01:25:39
2901      [readpass.c]
2902      Put the 'const' back into ssh_askpass() function.  Pointed out
2903      by Mark Miller <markm@swoon.net>.  OK Markus
2904
2905 20010501
2906  - OpenBSD CVS Sync
2907    - markus@cvs.openbsd.org 2001/04/30 11:18:52
2908      [readconf.c readconf.h ssh.1 ssh.c sshconnect.c]
2909      implement 'ssh -b bind_address' like 'telnet -b'
2910    - markus@cvs.openbsd.org 2001/04/30 15:50:46
2911      [compat.c compat.h kex.c]
2912      allow interop with weaker key generation used by ssh-2.0.x, x < 10
2913    - markus@cvs.openbsd.org 2001/04/30 16:02:49
2914      [compat.c]
2915      ssh-2.0.10 has the weak-key-bug, too.
2916  - (tim) [contrib/caldera/openssh.spec] add Requires line for Caldera 3.1
2917
2918 20010430
2919  - OpenBSD CVS Sync
2920    - markus@cvs.openbsd.org 2001/04/29 18:32:52
2921      [serverloop.c]
2922      fix whitespace
2923    - markus@cvs.openbsd.org 2001/04/29 19:16:52
2924      [channels.c clientloop.c compat.c compat.h serverloop.c]
2925      more ssh.com-2.0.x bug-compat; from per@appgate.com
2926  - (tim) New version of mdoc2man.pl from Mark D. Roth <roth+openssh@feep.net>
2927  - (djm) Add .cvsignore files, suggested by Wayne Davison <wayne@blorf.net>
2928
2929 20010429
2930  - (bal) Updated INSTALL.  PCRE moved to a new place.
2931  - (djm) Release OpenSSH-2.9p1
2932
2933 20010427
2934  - (bal) Fixed uidswap.c so it should work on non-posix complient systems.
2935    patch based on 2.5.2 version by djm.
2936  - (bal) Build manpages and config files once unless changed.  Patch by
2937    Carson Gaspar <carson@taltos.org>
2938  - (bal) arpa/nameser.h does not exist on Cygwin.  Patch by Corinna
2939    Vinschen <vinschen@redhat.com>
2940  - (bal) Add /etc/sysconfig/sshd support to redhat's sshd.init. Patch by
2941    Pekka Savola <pekkas@netcore.fi>
2942  - (bal) Cygwin lacks setgroups() API.  Patch by Corinna Vinschen
2943    <vinschen@redhat.com>
2944  - (bal) version.h synced, RPM specs updated for 2.9
2945  - (tim) update contrib/caldera files with what Caldera is using.
2946    <sps@caldera.de>
2947
2948 20010425
2949  - OpenBSD CVS Sync
2950    - markus@cvs.openbsd.org 2001/04/23 21:57:07
2951      [ssh-keygen.1 ssh-keygen.c]
2952      allow public key for -e, too
2953    - markus@cvs.openbsd.org 2001/04/23 22:14:13
2954      [ssh-keygen.c]
2955      remove debug
2956  - (bal) Whitespace resync w/ OpenBSD for uidswap.c
2957  - (djm) Add new server configuration directive 'PAMAuthenticationViaKbdInt'
2958    (default: off), implies KbdInteractiveAuthentication. Suggestion from
2959    markus@
2960  - (djm) Include crypt.h if available in auth-passwd.c
2961  - tim@mindrot.org 2001/04/25 21:38:01 [configure.in]
2962    man page detection fixes for SCO
2963
2964 20010424
2965  - OpenBSD CVS Sync
2966    - markus@cvs.openbsd.org 2001/04/22 23:58:36
2967      [ssh-keygen.1 ssh.1 sshd.8]
2968      document hostbased and other cleanup
2969  - (stevesk) start_pam() doesn't use DNS now for sshd -u0.
2970  - (stevesk) auth-pam.c: use PERMIT_NO_PASSWD
2971  - (bal) sys/queue.h is bogus for NCR platform.  Patch by Daniel Carroll
2972    <dan@mesastate.edu>
2973  - (bal) Fixed contrib/postinstall.in.  Patch by wsanders@wsanders.net
2974
2975 20010422
2976  - OpenBSD CVS Sync
2977    - markus@cvs.openbsd.org 2001/04/20 16:32:22
2978      [uidswap.c]
2979      set non-privileged gid before uid; tholo@ and deraadt@
2980    - mouring@cvs.openbsd.org 2001/04/21 00:55:57
2981      [sftp.1]
2982      Spelling
2983    - djm@cvs.openbsd.org 2001/04/22 08:13:30
2984      [ssh.1]
2985      typos spotted by stevesk@; ok deraadt@
2986    - markus@cvs.openbsd.org 2001/04/22 12:34:05
2987      [scp.c]
2988      scp > 2GB; niles@scyld.com; ok deraadt@, djm@
2989    - markus@cvs.openbsd.org 2001/04/22 13:25:37
2990      [ssh-keygen.1 ssh-keygen.c]
2991      rename arguments -x -> -e (export key), -X -> -i (import key)
2992      xref draft-ietf-secsh-publickeyfile-01.txt
2993    - markus@cvs.openbsd.org 2001/04/22 13:32:27
2994      [sftp-server.8 sftp.1 ssh.1 sshd.8]
2995      xref draft-ietf-secsh-*
2996    - markus@cvs.openbsd.org 2001/04/22 13:41:02
2997      [ssh-keygen.1 ssh-keygen.c]
2998      style, noted by stevesk; sort flags in usage
2999
3000 20010421
3001  - OpenBSD CVS Sync
3002    - djm@cvs.openbsd.org 2001/04/20 07:17:51
3003      [clientloop.c ssh.1]
3004      Split out and improve escape character documentation, mention ~R in
3005      ~? help text; ok markus@
3006  - Update RPM spec files for CVS version.h
3007  - (stevesk) set the default PAM service name to __progname instead
3008    of the hard-coded value "sshd"; from Mark D. Roth <roth@feep.net>
3009  - (stevesk) document PAM service name change in INSTALL
3010  - tim@mindrot.org 2001/04/21 14:25:57 [Makefile.in configure.in]
3011    fix perl test, fix nroff test, fix Makefile to build outside source tree
3012
3013 20010420
3014  - OpenBSD CVS Sync
3015    - ian@cvs.openbsd.org 2001/04/18 16:21:05
3016      [ssh-keyscan.1]
3017      Fix typo reported in PR/1779
3018    - markus@cvs.openbsd.org 2001/04/18 21:57:42
3019      [readpass.c ssh-add.c]
3020      call askpass from ssh, too, based on work by roth@feep.net, ok deraadt
3021    - markus@cvs.openbsd.org 2001/04/18 22:03:45
3022      [auth2.c sshconnect2.c]
3023      use FDQN with trailing dot in the hostbased auth packets, ok deraadt@
3024    - markus@cvs.openbsd.org 2001/04/18 22:48:26
3025      [auth2.c]
3026      no longer const
3027    - markus@cvs.openbsd.org 2001/04/18 23:43:26
3028      [auth2.c compat.c sshconnect2.c]
3029      more ssh v2 hostbased-auth interop: ssh.com >= 2.1.0 works now
3030      (however the 2.1.0 server seems to work only if debug is enabled...)
3031    - markus@cvs.openbsd.org 2001/04/18 23:44:51
3032      [authfile.c]
3033      error->debug; noted by fries@
3034    - markus@cvs.openbsd.org 2001/04/19 00:05:11
3035      [auth2.c]
3036      use local variable, no function call needed.
3037      (btw, hostbased works now with ssh.com >= 2.0.13)
3038   - (bal) Put scp-common.h back into scp.c (it exists in the upstream
3039     tree) pointed out by Tom Holroyd <tomh@po.crl.go.jp>
3040
3041 20010418
3042   - OpenBSD CVS Sync
3043    - markus@cvs.openbsd.org 2001/04/17 19:34:25
3044      [session.c]
3045      move auth_approval to do_authenticated().
3046      do_child(): nuke hostkeys from memory
3047      don't source .ssh/rc for subsystems.
3048    - markus@cvs.openbsd.org 2001/04/18 14:15:00
3049      [canohost.c]
3050      debug->debug3
3051   - (bal) renabled 'catman-do:' and fixed it.  So now catman pages should
3052     be working again.
3053   - (bal) Makfile day... Cleaned up multiple mantype support (Patch by
3054     Mark D. Roth <roth+openssh@feep.net>), and fixed PIDDIR support.
3055
3056 20010417
3057   - (bal) Add perl5 check for HP/UX, Removed GNUness from Makefile.in
3058     and temporary commented out 'catman-do:' since it is broken.  Patches
3059     for the first two by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
3060   - OpenBSD CVS Sync
3061    - deraadt@cvs.openbsd.org 2001/04/16 08:26:04
3062      [key.c]
3063      better safe than sorry in later mods; yongari@kt-is.co.kr
3064    - markus@cvs.openbsd.org 2001/04/17 08:14:01
3065      [sshconnect1.c]
3066      check for key!=NULL, thanks to costa
3067    - markus@cvs.openbsd.org 2001/04/17 09:52:48
3068      [clientloop.c]
3069      handle EINTR/EAGAIN on read; ok deraadt@
3070    - markus@cvs.openbsd.org 2001/04/17 10:53:26
3071      [key.c key.h readconf.c readconf.h ssh.1 sshconnect2.c]
3072      add HostKeyAlgorithms; based on patch from res@shore.net; ok provos@
3073    - markus@cvs.openbsd.org 2001/04/17 12:55:04
3074      [channels.c ssh.c]
3075      undo socks5 and https support since they are not really used and
3076      only bloat ssh.  remove -D from usage(), since '-D' is experimental.
3077
3078 20010416
3079   - OpenBSD CVS Sync
3080    - stevesk@cvs.openbsd.org 2001/04/15 01:35:22
3081      [ttymodes.c]
3082      fix comments
3083    - markus@cvs.openbsd.org 2001/04/15 08:43:47
3084      [dh.c sftp-glob.c sftp-glob.h sftp-int.c sshconnect2.c sshd.c]
3085      some unused variable and typos; from tomh@po.crl.go.jp
3086    - markus@cvs.openbsd.org 2001/04/15 16:58:03
3087      [authfile.c ssh-keygen.c sshd.c]
3088      don't use errno for key_{load,save}_private; discussion w/ solar@openwall
3089    - markus@cvs.openbsd.org 2001/04/15 17:16:00
3090      [clientloop.c]
3091      set stdin/out/err to nonblocking in SSH proto 1, too. suggested by ho@
3092      should fix some of the blocking problems for rsync over SSH-1
3093    - stevesk@cvs.openbsd.org 2001/04/15 19:41:21
3094      [sshd.8]
3095      some ClientAlive cleanup; ok markus@
3096    - stevesk@cvs.openbsd.org 2001/04/15 21:28:35
3097      [readconf.c servconf.c]
3098      use fatal() or error() vs. fprintf(); ok markus@
3099  - (djm) Convert mandoc manpages to man automatically. Patch from Mark D.
3100    Roth <roth+openssh@feep.net>
3101  - (bal) CVS ID fix up and slight manpage fix from OpenBSD tree.
3102   - (djm) OpenBSD CVS Sync
3103    - mouring@cvs.openbsd.org 2001/04/16 02:31:44
3104      [scp.c sftp.c]
3105      IPv6 support for sftp (which I bungled in my last patch) which is
3106      borrowed from scp.c.  Thanks to Markus@ for pointing it out.
3107    - deraadt@cvs.openbsd.org 2001/04/16 08:05:34
3108      [xmalloc.c]
3109      xrealloc dealing with ptr == nULL; mouring
3110    - djm@cvs.openbsd.org 2001/04/16 08:19:31
3111      [session.c]
3112      Split motd and hushlogin checks into seperate functions, helps for
3113      portable. From Chris Adams <cmadams@hiwaay.net>; ok markus@
3114  - Fix OSF SIA support displaying too much information for quiet
3115    logins and logins where access was denied by SIA. Patch from Chris Adams
3116    <cmadams@hiwaay.net>
3117
3118 20010415
3119  - OpenBSD CVS Sync
3120    - deraadt@cvs.openbsd.org 2001/04/14 04:31:01
3121      [ssh-add.c]
3122      do not double free
3123    - markus@cvs.openbsd.org 2001/04/14 16:17:14
3124      [channels.c]
3125      remove some channels that are not appropriate for keepalive.
3126    - markus@cvs.openbsd.org 2001/04/14 16:27:57
3127      [ssh-add.c]
3128      use clear_pass instead of xfree()
3129    - stevesk@cvs.openbsd.org 2001/04/14 16:33:20
3130      [clientloop.c packet.h session.c ssh.c ttymodes.c ttymodes.h]
3131      protocol 2 tty modes support; ok markus@
3132    - stevesk@cvs.openbsd.org 2001/04/14 17:04:42
3133      [scp.c]
3134      'T' handling rcp/scp sync; ok markus@
3135  - Missed sshtty.[ch] in Sync.
3136
3137 20010414
3138  - Sync with OpenBSD glob.c, strlcat.c and vis.c changes
3139  - Cygwin sftp/sftp-server binary mode patch from Corinna Vinschen
3140    <vinschen@redhat.com>
3141  - OpenBSD CVS Sync
3142    - beck@cvs.openbsd.org 2001/04/13 22:46:54
3143      [channels.c channels.h servconf.c servconf.h serverloop.c sshd.8]
3144      Add options ClientAliveInterval and ClientAliveCountMax to sshd.
3145      This gives the ability to do a "keepalive" via the encrypted channel
3146      which can't be spoofed (unlike TCP keepalives). Useful for when you want
3147      to use ssh connections to authenticate people for something, and know
3148      relatively quickly when they are no longer authenticated. Disabled
3149      by default (of course). ok markus@
3150
3151 20010413
3152  - OpenBSD CVS Sync
3153    - markus@cvs.openbsd.org 2001/04/12 14:29:09
3154      [ssh.c]
3155      show debug output during option processing, report from
3156      pekkas@netcore.fi
3157    - markus@cvs.openbsd.org 2001/04/12 19:15:26
3158      [auth-rhosts.c auth.h auth2.c buffer.c canohost.c canohost.h
3159       compat.c compat.h hostfile.c pathnames.h readconf.c readconf.h
3160       servconf.c servconf.h ssh.c sshconnect.c sshconnect.h sshconnect1.c
3161       sshconnect2.c sshd_config]
3162      implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)
3163      similar to RhostRSAAuthentication unless you enable (the experimental)
3164      HostbasedUsesNameFromPacketOnly option.  please test. :)
3165    - markus@cvs.openbsd.org 2001/04/12 19:39:27
3166      [readconf.c]
3167      typo
3168    - stevesk@cvs.openbsd.org 2001/04/12 20:09:38
3169      [misc.c misc.h readconf.c servconf.c ssh.c sshd.c]
3170      robust port validation; ok markus@ jakob@
3171    - mouring@cvs.openbsd.org 2001/04/12 23:17:54
3172      [sftp-int.c sftp-int.h sftp.1 sftp.c]
3173      Add support for:
3174         sftp [user@]host[:file [file]]  - Fetch remote file(s)
3175         sftp [user@]host[:dir[/]]       - Start in remote dir/
3176      OK deraadt@
3177    - stevesk@cvs.openbsd.org 2001/04/13 01:26:17
3178      [ssh.c]
3179      missing \n in error message
3180  - (bal) Added openbsd-compat/inet_ntop.[ch] since HP/UX (and others)
3181    lack it.
3182
3183 20010412
3184  - OpenBSD CVS Sync
3185    - markus@cvs.openbsd.org 2001/04/10 07:46:58
3186      [channels.c]
3187      cleanup socks4 handling
3188    - itojun@cvs.openbsd.org 2001/04/10 09:13:22
3189      [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
3190      document id_rsa{.pub,}.  markus ok
3191    - markus@cvs.openbsd.org 2001/04/10 12:15:23
3192      [channels.c]
3193      debug cleanup
3194    - djm@cvs.openbsd.org 2001/04/11 07:06:22
3195      [sftp-int.c]
3196      'mget' and 'mput' aliases; ok markus@
3197    - markus@cvs.openbsd.org 2001/04/11 10:59:01
3198      [ssh.c]
3199      use strtol() for ports, thanks jakob@
3200    - markus@cvs.openbsd.org 2001/04/11 13:56:13
3201      [channels.c ssh.c]
3202      https-connect and socks5 support. i feel so bad.
3203    - lebel@cvs.openbsd.org 2001/04/11 16:25:30
3204      [sshd.8 sshd.c]
3205      implement the -e option into sshd:
3206       -e      When this option is specified, sshd will send the output to the
3207               standard error instead of the system log.
3208      markus@ OK.
3209
3210 20010410
3211  - OpenBSD CVS Sync
3212    - deraadt@cvs.openbsd.org 2001/04/08 20:52:55
3213      [sftp.c]
3214      do not modify an actual argv[] entry
3215    - stevesk@cvs.openbsd.org 2001/04/08 23:28:27
3216      [sshd.8]
3217      spelling
3218    - stevesk@cvs.openbsd.org 2001/04/09 00:42:05
3219      [sftp.1]
3220      spelling
3221    - markus@cvs.openbsd.org 2001/04/09 15:12:23
3222      [ssh-add.c]
3223      passphrase caching: ssh-add tries last passphrase, clears passphrase if
3224      not successful and after last try.
3225      based on discussions with espie@, jakob@, ... and code from jakob@ and
3226      wolfgang@wsrcc.com
3227    - markus@cvs.openbsd.org 2001/04/09 15:19:49
3228      [ssh-add.1]
3229      ssh-add retries the last passphrase...
3230    - stevesk@cvs.openbsd.org 2001/04/09 18:00:15
3231      [sshd.8]
3232      ListenAddress mandoc from aaron@
3233
3234 20010409
3235  - (stevesk) use setresgid() for setegid() if needed
3236  - (stevesk) configure.in: typo
3237  - OpenBSD CVS Sync
3238    - stevesk@cvs.openbsd.org 2001/04/08 16:01:36
3239      [sshd.8]
3240      document ListenAddress addr:port
3241    - markus@cvs.openbsd.org 2001/04/08 13:03:00
3242      [ssh-add.c]
3243      init pointers with NULL, thanks to danimal@danimal.org
3244    - markus@cvs.openbsd.org 2001/04/08 11:27:33
3245      [clientloop.c]
3246      leave_raw_mode if ssh2 "session" is closed
3247    - markus@cvs.openbsd.org 2001/04/06 21:00:17
3248      [auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth2.c channels.c session.c
3249       ssh.c sshconnect.c sshconnect.h uidswap.c uidswap.h]
3250      do gid/groups-swap in addition to uid-swap, should help if /home/group
3251      is chmod 750 + chgrp grp /home/group/, work be deraadt and me, thanks
3252      to olar@openwall.com is comments.  we had many requests for this.
3253    - markus@cvs.openbsd.org 2001/04/07 08:55:18
3254      [buffer.c channels.c channels.h readconf.c ssh.c]
3255      allow the ssh client act as a SOCKS4 proxy (dynamic local
3256      portforwarding).  work by Dan Kaminsky <dankamin@cisco.com> and me.
3257      thanks to Dan for this great patch: use 'ssh -D 1080 host' and make
3258      netscape use localhost:1080 as a socks proxy.
3259    - markus@cvs.openbsd.org 2001/04/08 11:24:33
3260      [uidswap.c]
3261      KNF
3262
3263 20010408
3264  - OpenBSD CVS Sync
3265    - stevesk@cvs.openbsd.org 2001/04/06 22:12:47
3266      [hostfile.c]
3267      unused; typo in comment
3268    - stevesk@cvs.openbsd.org 2001/04/06 22:25:25
3269      [servconf.c]
3270      in addition to:
3271      ListenAddress host|ipv4_addr|ipv6_addr
3272      permit:
3273      ListenAddress [host|ipv4_addr|ipv6_addr]:port
3274      ListenAddress host|ipv4_addr:port
3275      sshd.8 updates coming.  ok markus@
3276
3277 20010407
3278  - (bal) CVS ID Resync of version.h
3279  - OpenBSD CVS Sync
3280    - markus@cvs.openbsd.org 2001/04/05 23:39:20
3281      [serverloop.c]
3282      keep the ssh session even if there is no active channel.
3283      this is more in line with the protocol spec and makes
3284         ssh -N -L 1234:server:110 host
3285      more useful.
3286      based on discussion with <mats@mindbright.se> long time ago
3287      and recent mail from <res@shore.net>
3288    - deraadt@cvs.openbsd.org 2001/04/06 16:46:59
3289      [scp.c]
3290      remove trailing / from source paths; fixes pr#1756
3291
3292 20010406
3293  - (stevesk) logintest.c: fix for systems without __progname
3294  - (stevesk) Makefile.in: log.o is in libssh.a
3295  - OpenBSD CVS Sync
3296    - markus@cvs.openbsd.org 2001/04/05 10:00:06
3297      [compat.c]
3298      2.3.x does old  GEX, too; report jakob@
3299    - markus@cvs.openbsd.org 2001/04/05 10:39:03
3300      [compress.c compress.h packet.c]
3301      reset compress state per direction when rekeying.
3302    - markus@cvs.openbsd.org 2001/04/05 10:39:48
3303      [version.h]
3304      temporary version 2.5.4 (supports rekeying).
3305      this is not an official release.
3306    - markus@cvs.openbsd.org 2001/04/05 10:42:57
3307      [auth-chall.c authfd.c channels.c clientloop.c kex.c kexgex.c key.c
3308       mac.c packet.c serverloop.c sftp-client.c sftp-client.h sftp-glob.c
3309       sftp-glob.h sftp-int.c sftp-server.c sftp.c ssh-keygen.c sshconnect.c
3310       sshconnect2.c sshd.c]
3311      fix whitespace: unexpand + trailing spaces.
3312    - markus@cvs.openbsd.org 2001/04/05 11:09:17
3313      [clientloop.c compat.c compat.h]
3314      add SSH_BUG_NOREKEY and detect broken (=all old) openssh versions.
3315    - markus@cvs.openbsd.org 2001/04/05 15:45:43
3316      [ssh.1]
3317      ssh defaults to protocol v2; from quisar@quisar.ambre.net
3318    - stevesk@cvs.openbsd.org 2001/04/05 15:48:18
3319      [canohost.c canohost.h session.c]
3320      move get_remote_name_or_ip() to canohost.[ch]; for portable.  ok markus@
3321    - markus@cvs.openbsd.org 2001/04/05 20:01:10
3322      [clientloop.c]
3323      for ~R print message if server does not support rekeying. (and fix ~R).
3324    - markus@cvs.openbsd.org 2001/04/05 21:02:46
3325      [buffer.c]
3326      better error message
3327    - markus@cvs.openbsd.org 2001/04/05 21:05:24
3328      [clientloop.c ssh.c]
3329      don't request a session for 'ssh -N', pointed out slade@shore.net
3330
3331 20010405
3332  - OpenBSD CVS Sync
3333    - markus@cvs.openbsd.org 2001/04/04 09:48:35
3334      [kex.c kex.h kexdh.c kexgex.c packet.c sshconnect2.c sshd.c]
3335      don't sent multiple kexinit-requests.
3336      send newkeys, block while waiting for newkeys.
3337      fix comments.
3338    - markus@cvs.openbsd.org 2001/04/04 14:34:58
3339      [clientloop.c kex.c kex.h serverloop.c sshconnect2.c sshd.c]
3340      enable server side rekeying + some rekey related clientup.
3341      todo: we should not send any non-KEX messages after we send KEXINIT
3342    - markus@cvs.openbsd.org 2001/04/04 15:50:55
3343      [compat.c]
3344      f-secure 1.3.2 does not handle IGNORE; from milliondl@ornl.gov
3345    - markus@cvs.openbsd.org 2001/04/04 20:25:38
3346      [channels.c channels.h clientloop.c kex.c kex.h serverloop.c
3347       sshconnect2.c sshd.c]
3348      more robust rekeying
3349      don't send channel data after rekeying is started.
3350    - markus@cvs.openbsd.org 2001/04/04 20:32:56
3351      [auth2.c]
3352      we don't care about missing bannerfiles; from tsoome@ut.ee, ok deraadt@
3353    - markus@cvs.openbsd.org 2001/04/04 22:04:35
3354      [kex.c kexgex.c serverloop.c]
3355      parse full kexinit packet.
3356      make server-side more robust, too.
3357    - markus@cvs.openbsd.org 2001/04/04 23:09:18
3358      [dh.c kex.c packet.c]
3359      clear+free keys,iv for rekeying.
3360      + fix DH mem leaks. ok niels@
3361  - (stevesk) don't use vhangup() if defined(HAVE_DEV_PTMX); also removes
3362     BROKEN_VHANGUP
3363
3364 20010404
3365  - OpenBSD CVS Sync
3366    - deraadt@cvs.openbsd.org 2001/04/02 17:32:23
3367      [ssh-agent.1]
3368      grammar; slade@shore.net
3369    - stevesk@cvs.openbsd.org 2001/04/03 13:56:11
3370      [sftp-glob.c ssh-agent.c ssh-keygen.c]
3371      free() -> xfree()
3372    - markus@cvs.openbsd.org 2001/04/03 19:53:29
3373      [dh.c dh.h kex.c kex.h sshconnect2.c sshd.c]
3374      move kex to kex*.c, used dispatch_set() callbacks for kex. should
3375      make rekeying easier.
3376    - todd@cvs.openbsd.org 2001/04/03 21:19:38
3377      [ssh_config]
3378      id_rsa1/2 -> id_rsa; ok markus@
3379    - markus@cvs.openbsd.org 2001/04/03 23:32:12
3380      [kex.c kex.h packet.c sshconnect2.c sshd.c]
3381      undo parts of recent my changes: main part of keyexchange does not
3382      need dispatch-callbacks, since application data is delayed until
3383      the keyexchange completes (if i understand the drafts correctly).
3384      add some infrastructure for re-keying.
3385    - markus@cvs.openbsd.org 2001/04/04 00:06:54
3386      [clientloop.c sshconnect2.c]
3387      enable client rekeying
3388         (1) force rekeying with ~R, or
3389         (2) if the server requests rekeying.
3390      works against ssh-2.0.12/2.0.13/2.1.0/2.2.0/2.3.0/2.3.1/2.4.0
3391  - (bal) Oops.. Missed including kexdh.c and kexgex.c in OpenBSD sync.
3392
3393 20010403
3394  - OpenBSD CVS Sync
3395    - stevesk@cvs.openbsd.org 2001/04/02 14:15:31
3396      [sshd.8]
3397      typo; ok markus@
3398    - stevesk@cvs.openbsd.org 2001/04/02 14:20:23
3399      [readconf.c servconf.c]
3400      correct comment; ok markus@
3401  - (stevesk) nchan.c: remove ostate checks and add EINVAL to
3402     shutdown(SHUT_RD) error() bypass for HP-UX.
3403
3404 20010402
3405  - (stevesk) log.c openbsd sync; missing newlines
3406  - (stevesk) sshpty.h openbsd sync; PTY_H -> SSHPTY_H
3407
3408 20010330
3409  - (djm) Another openbsd-compat/glob.c sync
3410  - (djm) OpenBSD CVS Sync
3411    - provos@cvs.openbsd.org 2001/03/28 21:59:41
3412      [kex.c kex.h sshconnect2.c sshd.c]
3413      forgot to include min and max params in hash, okay markus@
3414    - provos@cvs.openbsd.org 2001/03/28 22:04:57
3415      [dh.c]
3416      more sanity checking on primes file
3417    - markus@cvs.openbsd.org 2001/03/28 22:43:31
3418      [auth.h auth2.c auth2-chall.c]
3419      check auth_root_allowed for kbd-int auth, too.
3420    - provos@cvs.openbsd.org 2001/03/29 14:24:59
3421      [sshconnect2.c]
3422      use recommended defaults
3423    - stevesk@cvs.openbsd.org 2001/03/29 21:06:21
3424      [sshconnect2.c sshd.c]
3425      need to set both STOC and CTOS for SSH_BUG_BIGENDIANAES; ok markus@
3426    - markus@cvs.openbsd.org 2001/03/29 21:17:40
3427      [dh.c dh.h kex.c kex.h]
3428      prepare for rekeying: move DH code to dh.c
3429    - djm@cvs.openbsd.org 2001/03/29 23:42:01
3430      [sshd.c]
3431      Protocol 1 key regeneration log => verbose, some KNF; ok markus@
3432
3433 20010329
3434  - OpenBSD CVS Sync
3435    - stevesk@cvs.openbsd.org 2001/03/26 15:47:59
3436      [ssh.1]
3437      document more defaults; misc. cleanup.  ok markus@
3438    - markus@cvs.openbsd.org 2001/03/26 23:12:42
3439      [authfile.c]
3440      KNF
3441    - markus@cvs.openbsd.org 2001/03/26 23:23:24
3442      [rsa.c rsa.h ssh-agent.c ssh-keygen.c]
3443      try to read private f-secure ssh v2 rsa keys.
3444    - markus@cvs.openbsd.org 2001/03/27 10:34:08
3445      [ssh-rsa.c sshd.c]
3446      use EVP_get_digestbynid, reorder some calls and fix missing free.
3447    - markus@cvs.openbsd.org 2001/03/27 10:57:00
3448      [compat.c compat.h ssh-rsa.c]
3449      some older systems use NID_md5 instead of NID_sha1 for RSASSA-PKCS1-v1_5
3450      signatures in SSH protocol 2, ok djm@
3451    - provos@cvs.openbsd.org 2001/03/27 17:46:50
3452      [compat.c compat.h dh.c dh.h ssh2.h sshconnect2.c sshd.c version.h]
3453      make dh group exchange more flexible, allow min and max group size,
3454      okay markus@, deraadt@
3455    - stevesk@cvs.openbsd.org 2001/03/28 19:56:23
3456      [scp.c]
3457      start to sync scp closer to rcp; ok markus@
3458    - stevesk@cvs.openbsd.org 2001/03/28 20:04:38
3459      [scp.c]
3460      usage more like rcp and add missing -B to usage; ok markus@
3461    - markus@cvs.openbsd.org 2001/03/28 20:50:45
3462      [sshd.c]
3463      call refuse() before close(); from olemx@ans.pl
3464
3465 20010328
3466  - (djm) Reorder tests and library inclusion for Krb4/AFS to try to
3467    resolve linking conflicts with libcrypto. Report and suggested fix
3468    from Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
3469  - (djm) Work around Solaris' broken struct dirent. Diagnosis and suggested
3470    fix from Philippe Levan <levan@epix.net>
3471  - (djm) Rework krbIV tests to get us closer to building on Redhat. Still
3472    doesn't work because of conflicts between krbIV's and OpenSSL's des.h
3473  - (djm) Sync openbsd-compat/glob.c
3474
3475 20010327
3476  - Attempt sync with sshlogin.c w/ OpenBSD (mainly CVS ID)
3477  - Fix pointer issues in waitpid() and wait() replaces.  Patch by Lutz
3478    Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
3479  - OpenBSD CVS Sync
3480    - djm@cvs.openbsd.org 2001/03/25 00:01:34
3481      [session.c]
3482      shorten; ok markus@
3483    - stevesk@cvs.openbsd.org 2001/03/25 13:16:11
3484      [servconf.c servconf.h session.c sshd.8 sshd_config]
3485      PrintLastLog option; from chip@valinux.com with some minor
3486      changes by me.  ok markus@
3487    - markus@cvs.openbsd.org 2001/03/26 08:07:09
3488      [authfile.c authfile.h ssh-add.c ssh-keygen.c ssh.c sshconnect.c
3489       sshconnect.h sshconnect1.c sshconnect2.c sshd.c]
3490      simpler key load/save interface, see authfile.h
3491  - (djm) Reestablish PAM credentials (which can be supplemental group
3492    memberships) after initgroups() blows them away. Report and suggested
3493    fix from Nalin Dahyabhai <nalin@redhat.com>
3494
3495 20010324
3496  - Fixed permissions ssh-keyscan.  Thanks to Christopher Linn <celinn@mtu.edu>.
3497  - OpenBSD CVS Sync
3498    - djm@cvs.openbsd.org 2001/03/23 11:04:07
3499      [compat.c compat.h sshconnect2.c sshd.c]
3500      Compat for OpenSSH with broken Rijndael/AES. ok markus@
3501    - markus@cvs.openbsd.org 2001/03/23 12:02:49
3502      [auth1.c]
3503      authctxt is now passed to do_authenticated
3504    - markus@cvs.openbsd.org 2001/03/23 13:10:57
3505      [sftp-int.c]
3506      fix put, upload to _absolute_ path, ok djm@
3507    - markus@cvs.openbsd.org 2001/03/23 14:28:32
3508      [session.c sshd.c]
3509      ignore SIGPIPE, restore in child, fixes x11-fwd crashes; with djm@
3510  - (djm) Pull out our own SIGPIPE hacks
3511
3512 20010323
3513  - OpenBSD CVS Sync
3514    - deraadt@cvs.openbsd.org 2001/03/22 20:22:55
3515      [sshd.c]
3516      do not place linefeeds in buffer
3517
3518 20010322
3519  - (djm) Better AIX no tty fix, spotted by Gert Doering <gert@greenie.muc.de>
3520  - (bal) version.c CVS ID resync
3521  - (bal) auth-chall.c auth-passwd.c auth.h auth1.c auth2.c session.c CVS ID
3522    resync
3523  - (bal) scp.c CVS ID resync
3524  - OpenBSD CVS Sync
3525    - markus@cvs.openbsd.org 2001/03/20 19:10:16
3526      [readconf.c]
3527      default to SSH protocol version 2
3528    - markus@cvs.openbsd.org 2001/03/20 19:21:21
3529      [session.c]
3530      remove unused arg
3531    - markus@cvs.openbsd.org 2001/03/20 19:21:21
3532      [session.c]
3533      remove unused arg
3534    - markus@cvs.openbsd.org 2001/03/21 11:43:45
3535      [auth1.c auth2.c session.c session.h]
3536      merge common ssh v1/2 code
3537    - jakob@cvs.openbsd.org 2001/03/21 14:20:45
3538      [ssh-keygen.c]
3539      add -B flag to usage
3540    - markus@cvs.openbsd.org 2001/03/21 21:06:30
3541      [session.c]
3542      missing init; from mib@unimelb.edu.au
3543
3544 20010321
3545  - (djm) Fix ttyname breakage for AIX and Tru64. Patch from Steve
3546    VanDevender <stevev@darkwing.uoregon.edu>
3547  - (djm) Make sure pam_retval is initialised on call to pam_end. Patch
3548    from Solar Designer <solar@openwall.com>
3549  - (djm) Don't loop forever when changing password via PAM. Patch
3550    from Solar Designer <solar@openwall.com>
3551  - (djm) Generate config files before build
3552  - (djm) Correctly handle SIA and AIX when no tty present. Spotted and
3553    suggested fix from Mike Battersby <mib@unimelb.edu.au>
3554
3555 20010320
3556  - (bal) glob.c update to added GLOB_LIMITS (OpenBSD CVS).
3557  - (bal) glob.c update to set gl_pathv to NULL (OpenBSD CVS).
3558  - (bal) Oops.  Missed globc.h change (OpenBSD CVS).
3559  - (djm) OpenBSD CVS Sync
3560    - markus@cvs.openbsd.org 2001/03/19 17:07:23
3561      [auth.c readconf.c]
3562      undo /etc/shell and proto 2,1 change for openssh-2.5.2
3563    - markus@cvs.openbsd.org 2001/03/19 17:12:10
3564      [version.h]
3565      version 2.5.2
3566  - (djm) Update RPM spec version
3567  - (djm) Release 2.5.2p1
3568 - tim@mindrot.org 2001/03/19 18:33:47 [defines.h]
3569   change S_ISLNK macro to work for UnixWare 2.03
3570 - tim@mindrot.org 2001/03/19 20:45:11 [openbsd-compat/glob.c]
3571   add get_arg_max(). Use sysconf() if ARG_MAX is not defined
3572
3573 20010319
3574  - (djm) Seed PRNG at startup, rather than waiting for arc4random calls to
3575    do it implicitly.
3576  - (djm) Add getusershell() functions from OpenBSD CVS
3577  - OpenBSD CVS Sync
3578    - markus@cvs.openbsd.org 2001/03/18 12:07:52
3579      [auth-options.c]
3580      ignore permitopen="host:port" if AllowTcpForwarding==no
3581  - (djm) Make scp work on systems without 64-bit ints
3582  - tim@mindrot.org 2001/03/18 18:28:39 [defines.h]
3583    move HAVE_LONG_LONG_INT where it works
3584  - (bal) Use 'NGROUPS' for NeXT Since 'MAX_NGROUPS' is wrapped up in -lposix
3585    stuff.  Change suggested by Mark Miller <markm@swoon.net>
3586  - (bal) Small fix to scp.  %lu vs %ld
3587  - (bal) NeXTStep lacks S_ISLNK.  Plus split up S_IS*
3588  - (djm) OpenBSD CVS Sync
3589    - djm@cvs.openbsd.org     2001/03/19 03:52:51
3590      [sftp-client.c]
3591      Report ssh connection closing correctly; ok deraadt@
3592    - deraadt@cvs.openbsd.org 2001/03/18 23:30:55
3593      [compat.c compat.h sshd.c]
3594      specifically version match on ssh scanners.  do not log scan
3595      information to the console
3596    - djm@cvs.openbsd.org      2001/03/19 12:10:17
3597      [sshd.8]
3598      Document permitopen authorized_keys option; ok markus@
3599    - djm@cvs.openbsd.org     2001/03/19 05:49:52
3600      [ssh.1]
3601      document PreferredAuthentications option; ok markus@
3602  - (bal) Minor NeXT fixed.  Forgot to #undef NGROUPS_MAX
3603
3604 20010318
3605  - (bal) Fixed scp type casing issue which causes "scp: protocol error:
3606    size not delimited" fatal errors when tranfering.
3607  - OpenBSD CVS Sync
3608    - markus@cvs.openbsd.org 2001/03/17 17:27:59
3609      [auth.c]
3610      check /etc/shells, too
3611  - tim@mindrot.org 2001/03/17 18:45:25 [compat.c]
3612      openbsd-compat/fake-regex.h
3613
3614 20010317
3615  - Support usrinfo() on AIX. Based on patch from Gert Doering
3616    <gert@greenie.muc.de>
3617  - OpenBSD CVS Sync
3618    - markus@cvs.openbsd.org 2001/03/15 15:05:59
3619      [scp.c]
3620      use %lld in printf, ok millert@/deraadt@; report from ssh@client.fi
3621    - markus@cvs.openbsd.org 2001/03/15 22:07:08
3622      [session.c]
3623      pass Session to do_child + KNF
3624    - djm@cvs.openbsd.org 2001/03/16 08:16:18
3625      [sftp-client.c sftp-client.h sftp-glob.c sftp-int.c]
3626      Revise globbing for get/put to be more shell-like. In particular,
3627      "get/put file* directory/" now works. ok markus@
3628    - markus@cvs.openbsd.org 2001/03/16 09:55:53
3629      [sftp-int.c]
3630      fix memset and whitespace
3631    - markus@cvs.openbsd.org 2001/03/16 13:44:24
3632      [sftp-int.c]
3633      discourage strcat/strcpy
3634    - markus@cvs.openbsd.org 2001/03/16 19:06:30
3635      [auth-options.c channels.c channels.h serverloop.c session.c]
3636      implement "permitopen" key option, restricts -L style forwarding to
3637      to specified host:port pairs. based on work by harlan@genua.de
3638  - Check for gl_matchc support in glob_t and fall back to the
3639    openbsd-compat/glob.[ch] support if it does not exist.
3640
3641 20010315
3642  - OpenBSD CVS Sync
3643    - markus@cvs.openbsd.org 2001/03/14 08:57:14
3644      [sftp-client.c]
3645      Wall
3646    - markus@cvs.openbsd.org 2001/03/14 15:15:58
3647      [sftp-int.c]
3648      add version command
3649    - deraadt@cvs.openbsd.org 2001/03/14 22:50:25
3650      [sftp-server.c]
3651      note no getopt()
3652  - (stevesk) ssh-keyscan.c: specify "openbsd-compat/fake-queue.h"
3653  - (bal) Cygwin README change by Corinna Vinschen <vinschen@redhat.com>
3654
3655 20010314
3656  - OpenBSD CVS Sync
3657    - markus@cvs.openbsd.org 2001/03/13 17:34:42
3658      [auth-options.c]
3659      missing xfree, deny key on parse error; ok stevesk@
3660    - djm@cvs.openbsd.org 2001/03/13 22:42:54
3661      [sftp-client.c sftp-client.h sftp-glob.c sftp-glob.h sftp-int.c]
3662      sftp client filename globbing for get, put, ch{mod,grp,own}. ok markus@
3663  - (bal) Fix strerror() in bsd-misc.c
3664  - (djm) Add replacement glob() from OpenBSD libc if the system glob is
3665    missing or lacks the GLOB_ALTDIRFUNC extension
3666  - (djm) Remove -I$(srcdir)/openbsd-compat from CFLAGS, refer to headers
3667    relatively. Avoids conflict between glob.h and /usr/include/glob.h
3668
3669 20010313
3670  - OpenBSD CVS Sync
3671    - markus@cvs.openbsd.org 2001/03/12 22:02:02
3672      [key.c key.h ssh-add.c ssh-keygen.c sshconnect.c sshconnect2.c]
3673      remove old key_fingerprint interface, s/_ex//
3674
3675 20010312
3676  - OpenBSD CVS Sync
3677    - markus@cvs.openbsd.org 2001/03/11 13:25:36
3678      [auth2.c key.c]
3679      debug
3680    - jakob@cvs.openbsd.org 2001/03/11 15:03:16
3681      [key.c key.h]
3682      add improved fingerprint functions. based on work by Carsten
3683      Raskgaard <cara@int.tele.dk> and modified by me. ok markus@.
3684    - jakob@cvs.openbsd.org 2001/03/11 15:04:16
3685      [ssh-keygen.1 ssh-keygen.c]
3686      print both md5, sha1 and bubblebabble fingerprints when using
3687      ssh-keygen -l -v. ok markus@.
3688    - jakob@cvs.openbsd.org 2001/03/11 15:13:09
3689      [key.c]
3690      cleanup & shorten some var names key_fingerprint_bubblebabble.
3691    - deraadt@cvs.openbsd.org 2001/03/11 16:39:03
3692      [ssh-keygen.c]
3693      KNF, and SHA1 binary output is just creeping featurism
3694  - tim@mindrot.org 2001/03/11 17:29:32 [configure.in]
3695    test if snprintf() supports %ll
3696    add /dev to search path for PRNGD/EGD socket
3697    fix my mistake in USER_PATH test program
3698  - OpenBSD CVS Sync
3699    - markus@cvs.openbsd.org 2001/03/11 18:29:51
3700      [key.c]
3701      style+cleanup
3702    - markus@cvs.openbsd.org 2001/03/11 22:33:24
3703      [ssh-keygen.1 ssh-keygen.c]
3704      remove -v again. use -B instead for bubblebabble. make -B consistent
3705      with -l and make -B work with /path/to/known_hosts. ok deraadt@
3706  - (djm) Bump portable version number for generating test RPMs
3707  - (djm) Add "static_openssl" RPM build option, remove rsh build dependency
3708  - (bal) Reorder includes in Makefile.
3709
3710 20010311
3711  - OpenBSD CVS Sync
3712    - markus@cvs.openbsd.org 2001/03/10 12:48:27
3713      [sshconnect2.c]
3714      ignore nonexisting private keys; report rjmooney@mediaone.net
3715    - deraadt@cvs.openbsd.org 2001/03/10 12:53:51
3716      [readconf.c ssh_config]
3717      default to SSH2, now that m68k runs fast
3718    - stevesk@cvs.openbsd.org 2001/03/10 15:02:05
3719      [ttymodes.c ttymodes.h]
3720      remove unused sgtty macros; ok markus@
3721    - deraadt@cvs.openbsd.org 2001/03/10 15:31:00
3722      [compat.c compat.h sshconnect.c]
3723      all known netscreen ssh versions, and older versions of OSU ssh cannot
3724      handle password padding (newer OSU is fixed)
3725  - tim@mindrot.org 2001/03/10 16:33:42 [configure.in Makefile.in sshd_config]
3726    make sure $bindir is in USER_PATH so scp will work
3727  - OpenBSD CVS Sync
3728    - markus@cvs.openbsd.org 2001/03/10 17:51:04
3729      [kex.c match.c match.h readconf.c readconf.h sshconnect2.c]
3730      add PreferredAuthentications
3731
3732 20010310
3733  - OpenBSD CVS Sync
3734    - deraadt@cvs.openbsd.org 2001/03/09 03:14:39
3735      [ssh-keygen.c]
3736      create *.pub files with umask 0644, so that you can mv them to
3737      authorized_keys
3738    - deraadt@cvs.openbsd.org 2001/03/09 12:30:29
3739      [sshd.c]
3740      typo; slade@shore.net
3741  - Removed log.o from sftp client.  Not needed.
3742
3743 20010309
3744  - OpenBSD CVS Sync
3745    - stevesk@cvs.openbsd.org 2001/03/08 18:47:12
3746      [auth1.c]
3747      unused; ok markus@
3748    - stevesk@cvs.openbsd.org 2001/03/08 20:44:48
3749      [sftp.1]
3750      spelling, cleanup; ok deraadt@
3751    - markus@cvs.openbsd.org 2001/03/08 21:42:33
3752      [compat.c compat.h readconf.h ssh.c sshconnect1.c sshconnect2.c]
3753      implement client side of SSH2_MSG_USERAUTH_PK_OK (test public key ->
3754      no need to do enter passphrase or do expensive sign operations if the
3755      server does not accept key).
3756
3757 20010308
3758  - OpenBSD CVS Sync
3759    - djm@cvs.openbsd.org 2001/03/07 10:11:23
3760      [sftp-client.c sftp-client.h sftp-int.c sftp-server.c sftp.1 sftp.c sftp.h]
3761      Support for new draft (draft-ietf-secsh-filexfer-01). New symlink handling
3762      functions and small protocol change.
3763    - markus@cvs.openbsd.org 2001/03/08 00:15:48
3764      [readconf.c ssh.1]
3765      turn off useprivilegedports by default. only rhost-auth needs
3766      this. older sshd's may need this, too.
3767  - (stevesk) Reliant Unix (SNI) needs HAVE_BOGUS_SYS_QUEUE_H;
3768    Dirk Markwardt <D.Markwardt@tu-bs.de>
3769
3770 20010307
3771  - (bal) OpenBSD CVS Sync
3772    - deraadt@cvs.openbsd.org 2001/03/06 06:11:18
3773      [ssh-keyscan.c]
3774      appease gcc
3775    - deraadt@cvs.openbsd.org 2001/03/06 06:11:44
3776      [sftp-int.c sftp.1 sftp.c]
3777      sftp -b batchfile; mouring@etoh.eviladmin.org
3778    - deraadt@cvs.openbsd.org 2001/03/06 15:10:42
3779      [sftp.1]
3780      order things
3781    - deraadt@cvs.openbsd.org 2001/03/07 01:19:06
3782      [ssh.1 sshd.8]
3783      the name "secure shell" is boring, noone ever uses it
3784    - deraadt@cvs.openbsd.org 2001/03/07 04:05:58
3785      [ssh.1]
3786      removed dated comment
3787  - Cygwin contrib improvements from Corinna Vinschen <vinschen@redhat.com>
3788
3789 20010306
3790  - (bal) OpenBSD CVS Sync
3791    - deraadt@cvs.openbsd.org 2001/03/05 14:28:47
3792      [sshd.8]
3793      alpha order; jcs@rt.fm
3794    - stevesk@cvs.openbsd.org 2001/03/05 15:44:51
3795      [servconf.c]
3796      sync error message; ok markus@
3797    - deraadt@cvs.openbsd.org 2001/03/05 15:56:16
3798      [myproposal.h ssh.1]
3799      switch to aes128-cbc/hmac-md5 by default in SSH2 -- faster;
3800      provos & markus ok
3801    - deraadt@cvs.openbsd.org 2001/03/05 16:07:15
3802      [sshd.8]
3803      detail default hmac setup too
3804    - markus@cvs.openbsd.org 2001/03/05 17:17:21
3805      [kex.c kex.h sshconnect2.c sshd.c]
3806      generate a 2*need size (~300 instead of 1024/2048) random private
3807      exponent during the DH key agreement. according to Niels (the great
3808      german advisor) this is safe since /etc/primes contains strong
3809      primes only.
3810
3811      References:
3812              P. C. van Oorschot and M. J. Wiener, On Diffie-Hellman key
3813              agreement with short exponents, In Advances in Cryptology
3814              - EUROCRYPT'96, LNCS 1070, Springer-Verlag, 1996, pp.332-343.
3815    - stevesk@cvs.openbsd.org 2001/03/05 17:40:48
3816      [ssh.1]
3817      more ssh_known_hosts2 documentation; ok markus@
3818    - stevesk@cvs.openbsd.org 2001/03/05 17:58:22
3819      [dh.c]
3820      spelling
3821    - deraadt@cvs.openbsd.org 2001/03/06 00:33:04
3822      [authfd.c cli.c ssh-agent.c]
3823      EINTR/EAGAIN handling is required in more cases
3824    - millert@cvs.openbsd.org 2001/03/06 01:06:03
3825      [ssh-keyscan.c]
3826      Don't assume we wil get the version string all in one read().
3827      deraadt@ OK'd
3828    - millert@cvs.openbsd.org 2001/03/06 01:08:27
3829      [clientloop.c]
3830      If read() fails with EINTR deal with it the same way we treat EAGAIN
3831
3832 20010305
3833  - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch]
3834  - (bal) CVS ID touch up on sftp-int.c
3835  - (bal) CVS ID touch up on uuencode.c
3836  - (bal) CVS ID touch up on auth2.c, serverloop.c, session.c & sshd.c
3837  - (bal) OpenBSD CVS Sync
3838    - deraadt@cvs.openbsd.org 2001/02/17 23:48:48
3839      [sshd.8]
3840      it's the OpenSSH one
3841    - deraadt@cvs.openbsd.org 2001/02/21 07:37:04
3842      [ssh-keyscan.c]
3843      inline -> __inline__, and some indent
3844    - deraadt@cvs.openbsd.org 2001/02/21 09:05:54
3845      [authfile.c]
3846      improve fd handling
3847    - deraadt@cvs.openbsd.org 2001/02/21 09:12:56
3848      [sftp-server.c]
3849      careful with & and &&; markus ok
3850    - stevesk@cvs.openbsd.org 2001/02/21 21:14:04
3851      [ssh.c]
3852      -i supports DSA identities now; ok markus@
3853    - deraadt@cvs.openbsd.org 2001/02/22 04:29:37
3854      [servconf.c]
3855      grammar; slade@shore.net
3856    - deraadt@cvs.openbsd.org 2001/02/22 06:43:55
3857      [ssh-keygen.1 ssh-keygen.c]
3858      document -d, and -t defaults to rsa1
3859    - deraadt@cvs.openbsd.org 2001/02/22 08:03:51
3860      [ssh-keygen.1 ssh-keygen.c]
3861      bye bye -d
3862    - deraadt@cvs.openbsd.org 2001/02/22 18:09:06
3863      [sshd_config]
3864      activate RSA 2 key
3865    - markus@cvs.openbsd.org 2001/02/22 21:57:27
3866      [ssh.1 sshd.8]
3867      typos/grammar from matt@anzen.com
3868    - markus@cvs.openbsd.org 2001/02/22 21:59:44
3869      [auth.c auth.h auth1.c auth2.c misc.c misc.h ssh.c]
3870      use pwcopy in ssh.c, too
3871    - markus@cvs.openbsd.org 2001/02/23 15:34:53
3872      [serverloop.c]
3873      debug2->3
3874    - markus@cvs.openbsd.org 2001/02/23 18:15:13
3875      [sshd.c]
3876      the random session key depends now on the session_key_int
3877      sent by the 'attacker'
3878              dig1 = md5(cookie|session_key_int);
3879              dig2 = md5(dig1|cookie|session_key_int);
3880              fake_session_key = dig1|dig2;
3881      this change is caused by a mail from anakin@pobox.com
3882      patch based on discussions with my german advisor niels@openbsd.org
3883    - deraadt@cvs.openbsd.org 2001/02/24 10:37:55
3884      [readconf.c]
3885      look for id_rsa by default, before id_dsa
3886    - deraadt@cvs.openbsd.org 2001/02/24 10:37:26
3887      [sshd_config]
3888      ssh2 rsa key before dsa key
3889    - markus@cvs.openbsd.org 2001/02/27 10:35:27
3890      [packet.c]
3891      fix random padding
3892    - markus@cvs.openbsd.org 2001/02/27 11:00:11
3893      [compat.c]
3894      support SSH-2.0-2.1 ; from Christophe_Moret@hp.com
3895    - deraadt@cvs.openbsd.org 2001/02/28 05:34:28
3896      [misc.c]
3897      pull in protos
3898    - deraadt@cvs.openbsd.org 2001/02/28 05:36:28
3899      [sftp.c]
3900      do not kill the subprocess on termination (we will see if this helps
3901      things or hurts things)
3902    - markus@cvs.openbsd.org 2001/02/28 08:45:39
3903      [clientloop.c]
3904      fix byte counts for ssh protocol v1
3905    - markus@cvs.openbsd.org 2001/02/28 08:54:55
3906      [channels.c nchan.c nchan.h]
3907      make sure remote stderr does not get truncated.
3908      remove closed fd's from the select mask.
3909    - markus@cvs.openbsd.org 2001/02/28 09:57:07
3910      [packet.c packet.h sshconnect2.c]
3911      in ssh protocol v2 use ignore messages for padding (instead of
3912      trailing \0).
3913    - markus@cvs.openbsd.org 2001/02/28 12:55:07
3914      [channels.c]
3915      unify debug messages
3916    - deraadt@cvs.openbsd.org 2001/02/28 17:52:54
3917      [misc.c]
3918      for completeness, copy pw_gecos too
3919    - markus@cvs.openbsd.org 2001/02/28 21:21:41
3920      [sshd.c]
3921      generate a fake session id, too
3922    - markus@cvs.openbsd.org 2001/02/28 21:27:48
3923      [channels.c packet.c packet.h serverloop.c]
3924      use ignore message to simulate a SSH2_MSG_CHANNEL_DATA message
3925      use random content in ignore messages.
3926    - markus@cvs.openbsd.org 2001/02/28 21:31:32
3927      [channels.c]
3928      typo
3929    - deraadt@cvs.openbsd.org 2001/03/01 02:11:25
3930      [authfd.c]
3931      split line so that p will have an easier time next time around
3932    - deraadt@cvs.openbsd.org 2001/03/01 02:29:04
3933      [ssh.c]
3934      shorten usage by a line
3935    - deraadt@cvs.openbsd.org 2001/03/01 02:45:10
3936      [auth-rsa.c auth2.c deattack.c packet.c]
3937      KNF
3938    - deraadt@cvs.openbsd.org 2001/03/01 03:38:33
3939      [cli.c cli.h rijndael.h ssh-keyscan.1]
3940      copyright notices on all source files
3941    - markus@cvs.openbsd.org 2001/03/01 22:46:37
3942      [ssh.c]
3943      don't truncate remote ssh-2 commands; from mkubita@securities.cz
3944      use min, not max for logging, fixes overflow.
3945    - deraadt@cvs.openbsd.org 2001/03/02 06:21:01
3946      [sshd.8]
3947      explain SIGHUP better
3948    - deraadt@cvs.openbsd.org 2001/03/02 09:42:49
3949      [sshd.8]
3950      doc the dsa/rsa key pair files
3951    - deraadt@cvs.openbsd.org 2001/03/02 18:54:31
3952      [atomicio.c atomicio.h auth-chall.c auth.c auth2-chall.c crc32.h
3953       scp.c serverloop.c session.c sftp-server.8 sftp.1 ssh-add.1 ssh-add.c
3954       ssh-agent.1 ssh-agent.c ssh-keygen.1 ssh.1 sshd.8]
3955      make copyright lines the same format
3956    - deraadt@cvs.openbsd.org 2001/03/03 06:53:12
3957      [ssh-keyscan.c]
3958      standard theo sweep
3959    - millert@cvs.openbsd.org 2001/03/03 21:19:41
3960      [ssh-keyscan.c]
3961      Dynamically allocate read_wait and its copies.  Since maxfd is
3962      based on resource limits it is often (usually?) larger than FD_SETSIZE.
3963    - millert@cvs.openbsd.org 2001/03/03 21:40:30
3964      [sftp-server.c]
3965      Dynamically allocate fd_set; deraadt@ OK
3966    - millert@cvs.openbsd.org 2001/03/03 21:41:07
3967      [packet.c]
3968      Dynamically allocate fd_set; deraadt@ OK
3969    - deraadt@cvs.openbsd.org 2001/03/03 22:07:50
3970      [sftp-server.c]
3971      KNF
3972    - markus@cvs.openbsd.org 2001/03/03 23:52:22
3973      [sftp.c]
3974      clean up arg processing. based on work by Christophe_Moret@hp.com
3975    - markus@cvs.openbsd.org 2001/03/03 23:59:34
3976      [log.c ssh.c]
3977      log*.c -> log.c
3978    - markus@cvs.openbsd.org 2001/03/04 00:03:59
3979      [channels.c]
3980      debug1->2
3981    - stevesk@cvs.openbsd.org 2001/03/04 10:57:53
3982      [ssh.c]
3983      add -m to usage; ok markus@
3984    - stevesk@cvs.openbsd.org 2001/03/04 11:04:41
3985      [sshd.8]
3986      small cleanup and clarify for PermitRootLogin; ok markus@
3987    - stevesk@cvs.openbsd.org 2001/03/04 11:16:06
3988      [servconf.c sshd.8]
3989      kill obsolete RandomSeed; ok markus@ deraadt@
3990    - stevesk@cvs.openbsd.org 2001/03/04 12:54:04
3991      [sshd.8]
3992      spelling
3993    - millert@cvs.openbsd.org 2001/03/04 17:42:28
3994      [authfd.c channels.c dh.c log.c readconf.c servconf.c sftp-int.c
3995       ssh.c sshconnect.c sshd.c]
3996      log functions should not be passed strings that end in newline as they
3997      get passed on to syslog() and when logging to stderr, do_log() appends
3998      its own newline.
3999    - deraadt@cvs.openbsd.org 2001/03/04 18:21:28
4000      [sshd.8]
4001      list SSH2 ciphers
4002  - (bal) Put HAVE_PW_CLASS_IN_PASSWD back into pwcopy()
4003  - (bal) Fix up logging since it changed.  removed log-*.c
4004  - (djm) Fix up LOG_AUTHPRIV for systems that have it
4005  - (stevesk) OpenBSD sync:
4006    - deraadt@cvs.openbsd.org 2001/03/05 08:37:27
4007      [ssh-keyscan.c]
4008      skip inlining, why bother
4009  - (stevesk) sftp.c: handle __progname
4010
4011 20010304
4012  - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid.
4013  - (bal) Updated contrib/README to remove 'make-ssh-known-hosts' and
4014    give Mark Roth credit for mdoc2man.pl
4015
4016 20010303
4017  - (djm) Remove make-ssh-known-hosts.pl, ssh-keyscan is better.
4018  - (djm) Document PAM ChallengeResponseAuthentication in sshd.8
4019  - (djm) Disable and comment ChallengeResponseAuthentication in sshd_config
4020  - (djm) Allow PRNGd entropy collection from localhost TCP socket. Replace
4021    "--with-egd-pool" configure option with "--with-prngd-socket" and
4022    "--with-prngd-port" options. Debugged and improved by Lutz Jaenicke
4023    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
4024
4025 20010301
4026  - (djm) Properly add -lcrypt if needed.
4027  - (djm) Force standard PAM conversation function in a few more places.
4028    Patch from Redhat 2.5.1p1-2 RPM, probably Nalin Dahyabhai
4029    <nalin@redhat.com>
4030  - (djm) Cygwin needs pw->pw_gecos copied too. Patch from Corinna Vinschen
4031    <vinschen@redhat.com>
4032  - (djm) Released 2.5.1p2
4033
4034 20010228
4035  - (djm) Detect endianness in configure and use it in rijndael.c. Fixes
4036    "Bad packet length" bugs.
4037  - (djm) Fully revert PAM session patch (again). All PAM session init is
4038    now done before the final fork().
4039  - (djm) EGD detection patch from Tim Rice <tim@multitalents.net>
4040  - (djm) Remove /tmp from EGD socket search list
4041
4042 20010227
4043  - (bal) Applied shutdown() patch for sftp.c by  Corinna Vinschen
4044    <vinschen@redhat.com>
4045  - (bal) OpenBSD Sync
4046    - markus@cvs.openbsd.org 2001/02/23 15:37:45
4047      [session.c]
4048      handle SSH_PROTOFLAG_SCREEN_NUMBER for buggy clients
4049  - (bal) sshd.init support for all Redhat release.  Patch by Jim Knoble
4050    <jmknoble@jmknoble.cx>
4051  - (djm) Fix up POSIX saved uid support. Report from Mark Miller
4052    <markm@swoon.net>
4053  - (djm) Search for -lcrypt on FreeBSD too
4054  - (djm) fatal() on OpenSSL version mismatch
4055  - (djm) Move PAM init to after fork for non-Solaris derived PAMs
4056  - (djm) Warning fix on entropy.c saved uid stuff. Patch from Mark Miller
4057    <markm@swoon.net>
4058  - (djm) Fix PAM fix
4059  - (djm) Remove 'noreplace' flag from sshd_config in RPM spec files. This
4060    change is being made as 2.5.x configfiles are not back-compatible with
4061    2.3.x.
4062  - (djm) Avoid warnings for missing broken IP_TOS. Patch from Mark Miller
4063    <markm@swoon.net>
4064  - (djm) Open Server 5 doesn't need BROKEN_SAVED_UIDS. Patch from Tim Rice
4065    <tim@multitalents.net>
4066  - (djm) Avoid multiple definition of _PATH_LS. Patch from Tim Rice
4067    <tim@multitalents.net>
4068
4069 20010226
4070  - (bal) Fixed bsd-snprinf.c so it now honors 'BROKEN_SNPRINTF' again.
4071  - (djm) Some systems (SCO3, NeXT) have weird saved uid semantics.
4072    Based on patch from Tim Rice <tim@multitalents.net>
4073
4074 20010225
4075  - (djm) Use %{_libexecdir} rather than hardcoded path in RPM specfile
4076    Patch from Adrian Ho <lexfiend@usa.net>
4077  - (bal) Replace 'unsigned long long' to 'u_int64_t' since not every
4078    platform defines u_int64_t as being that.
4079
4080 20010224
4081  - (bal) Missed part of the UNIX sockets patch.  Patch by Corinna
4082    Vinschen <vinschen@redhat.com>
4083  - (bal) Reorder where 'strftime' is detected to resolve linking
4084    issues on SCO.  Patch by Tim Rice <tim@multitalents.net>
4085
4086 20010224
4087  - (bal) pam_stack fix to correctly detect between RH7 and older RHs.
4088    Patch by Pekka Savola <pekkas@netcore.fi>
4089  - (bal) Renamed sigaction.[ch] to sigact.[ch].  Causes problems with
4090    some platforms.
4091  - (bal) Generalize lack of UNIX sockets since this also effects Cray
4092    not just Cygwin.  Based on patch by Wendy Palm <wendyp@cray.com>
4093
4094 20010223
4095  - (bal) Fix --define rh7 in openssh.spec file.  Patch by Steve Tell
4096    <tell@telltronics.org>
4097  - (bal) Patch to force OpenSSH rpm to require the same version of OpenSSL
4098    that it was compiled against.  Patch by Pekka Savola <pekkas@netcore.fi>
4099  - (bal) Double -I for OpenSSL on SCO.  Patch by Tim Rice
4100    <tim@multitalents.net>
4101
4102 20010222
4103  - (bal) Corrected SCO luid patch by svaughan <svaughan@asterion.com>
4104  - (bal) Added mdoc2man.pl from Mark Roth <roth@feep.net>
4105  - (bal) Removed reference to liblogin from contrib/README.  It was
4106    integrated into OpenSSH a long while ago.
4107  - (stevesk) remove erroneous #ifdef sgi code.
4108    Michael Stone <mstone@cs.loyola.edu>
4109
4110 20010221
4111  - (bal) Removed -L/usr/ucblib -R/usr/ucblib for Solaris platform.
4112  - (bal) Fixed OpenSSL rework to use $saved_*.  Patch by Tim Rice
4113    <tim@multitalents.net>
4114  - (bal) Reverted out of 2001/02/15 patch by djm below because it
4115    breaks Solaris.
4116         - (djm) Move PAM session setup back to before setuid to user.
4117           fixes problems on Solaris-drived PAMs.
4118  - (stevesk) session.c: back out to where we were before:
4119     - (djm) Move PAM session initialisation until after fork in sshd. Patch
4120       from Nalin Dahyabhai <nalin@redhat.com>
4121
4122 20010220
4123  - (bal) Fix mixed up params to memmove() from Jan 5th in setenv.c and
4124    getcwd.c.
4125  - (bal) OpenBSD CVS Sync:
4126    - deraadt@cvs.openbsd.org 2001/02/19 23:09:05
4127      [sshd.c]
4128      clarify message to make it not mention "ident"
4129
4130 20010219
4131  - (bal) Markus' blessing to rename login.[ch] -> sshlogin.[ch] and
4132    pty.[ch] -> sshpty.[ch]
4133  - (djm) Rework search for OpenSSL location. Skip directories which don't
4134    exist, don't add -L$ssldir/lib if it doesn't exist. Should help SCO
4135    with its limit of 6 -L options.
4136  - OpenBSD CVS Sync:
4137    - reinhard@cvs.openbsd.org        2001/02/17 08:24:40
4138      [sftp.1]
4139      typo
4140    - deraadt@cvs.openbsd.org 2001/02/17 16:28:58
4141      [ssh.c]
4142      cleanup -V output; noted by millert
4143    - deraadt@cvs.openbsd.org 2001/02/17 16:48:48
4144      [sshd.8]
4145      it's the OpenSSH one
4146    - markus@cvs.openbsd.org  2001/02/18 11:33:54
4147      [dispatch.c]
4148      typo, SSH2_MSG_KEXINIT, from aspa@kronodoc.fi
4149    - markus@cvs.openbsd.org  2001/02/19 02:53:32
4150      [compat.c compat.h serverloop.c]
4151      ssh-1.2.{18-22} has broken handling of ignore messages; report from
4152      itojun@
4153    - markus@cvs.openbsd.org  2001/02/19 03:35:23
4154      [version.h]
4155      OpenSSH_2.5.1 adds bug compat with 1.2.{18-22}
4156    - deraadt@cvs.openbsd.org 2001/02/19 03:36:25
4157      [scp.c]
4158      np is changed by recursion; vinschen@redhat.com
4159  - Update versions in RPM spec files
4160  - Release 2.5.1p1
4161
4162 20010218
4163  - (bal) Patch for fix FCHMOD reference in ftp-client.c by Tim Rice
4164    <tim@multitalents.net>
4165  - (Bal) Patch for lack of RA_RESTART in misc.c for mysignal by
4166    stevesk
4167  - (djm) Fix my breaking of cygwin builds, Patch from Corinna Vinschen
4168    <vinschen@redhat.com> and myself.
4169  - (djm) Close listen_sock on bind() failures. Patch from Arkadiusz
4170    Miskiewicz <misiek@pld.ORG.PL>
4171  - (djm) Robustify EGD/PRNGd code in face of socket closures. Patch from
4172    Todd C. Miller <Todd.Miller@courtesan.com>
4173  - (djm) Use ttyname() to determine name of tty returned by openpty()
4174    rather then risking overflow. Patch from Marek Michalkiewicz
4175    <marekm@amelek.gda.pl>
4176  - (djm) Swapped tests for no_libsocket and no_libnsl in configure.in.
4177    Patch from Marek Michalkiewicz <marekm@amelek.gda.pl>
4178  - (djm) Doc fixes from Pekka Savola <pekkas@netcore.fi>
4179  - (djm) Use SA_INTERRUPT along SA_RESTART if present (equivalent for
4180    SunOS)
4181  - (djm) SCO needs librpc for libwrap. Patch from Tim Rice
4182    <tim@multitalents.net>
4183  - (stevesk) misc.c: cpp rework of SA_(INTERRUPT|RESTART) handling.
4184  - (stevesk) scp.c: use mysignal() for updateprogressmeter() handler.
4185  - (djm) SA_INTERRUPT is the converse of SA_RESTART, apply it only for
4186    SIGALRM.
4187  - (djm) Move entropy.c over to mysignal()
4188  - (djm) SunOS 4.x also needs to define HAVE_BOGUS_SYS_QUEUE_H as it has
4189    a <sys/queue.h> that lacks the TAILQ_* macros. Patch from Todd C.
4190    Miller <Todd.Miller@courtesan.com>
4191  - (djm) Update RPM spec files for 2.5.0p1
4192  - (djm) Merge BSD_AUTH support from Markus Friedl and David J. MacKenzie
4193    enable with --with-bsd-auth.
4194  - (stevesk) entropy.c: typo; should be SIGPIPE
4195
4196 20010217
4197  - (bal) OpenBSD Sync:
4198    - markus@cvs.openbsd.org 2001/02/16 13:38:18
4199      [channel.c]
4200      remove debug
4201    - markus@cvs.openbsd.org 2001/02/16 14:03:43
4202      [session.c]
4203      proper payload-length check for x11 w/o screen-number
4204
4205 20010216
4206  - (bal) added '--with-prce'  to allow overriding of system regex when
4207    required (tested by David Dulek <ddulek@fastenal.com>)
4208  - (bal) Added DG/UX case and set that they have a broken IPTOS.
4209  - (djm) Mini-configure reorder patch from Tim Rice <tim@multitalents.net>
4210    Fixes linking on SCO.
4211  - (djm) Make gnome-ssh-askpass handle multi-line prompts. Patch from
4212    Nalin Dahyabhai <nalin@redhat.com>
4213  - (djm) BSD license for gnome-ssh-askpass (was X11)
4214  - (djm) KNF on gnome-ssh-askpass
4215  - (djm) USE_PIPES for a few more sysv platforms
4216  - (djm) Cleanup configure.in a little
4217  - (djm) Ask users to check config.log when we can't find necessary libs
4218  - (djm) Set "login ID" on systems with setluid. Only enabled for SCO
4219    OpenServer for now. Based on patch from svaughan <svaughan@asterion.com>
4220  - (djm) OpenBSD CVS:
4221    - markus@cvs.openbsd.org  2001/02/15 16:19:59
4222      [channels.c channels.h serverloop.c sshconnect.c sshconnect.h]
4223      [sshconnect1.c sshconnect2.c]
4224      genericize password padding function for SSH1 and SSH2.
4225      add stylized echo to 2, too.
4226  - (djm) Add roundup() macro to defines.h
4227  - (stevesk) set SA_RESTART flag in mysignal() for SIGCHLD;
4228    needed on Unixware 2.x.
4229
4230 20010215
4231  - (djm) Move PAM session setup back to before setuid to user. Fixes
4232    problems on Solaris-derived PAMs.
4233  - (djm) Clean up PAM namespace. Suggested by Darren Moffat
4234    <Darren.Moffat@eng.sun.com>
4235  - (bal) Sync w/ OpenSSH for new release
4236    - markus@cvs.openbsd.org 2001/02/12 12:45:06
4237      [sshconnect1.c]
4238      fix xmalloc(0), ok dugsong@
4239    - markus@cvs.openbsd.org 2001/02/11 12:59:25
4240      [Makefile.in sshd.8 sshconnect2.c readconf.h readconf.c packet.c
4241       sshd.c ssh.c ssh.1 servconf.h servconf.c myproposal.h kex.h kex.c]
4242      1) clean up the MAC support for SSH-2
4243      2) allow you to specify the MAC with 'ssh -m'
4244      3) or the 'MACs' keyword in ssh(d)_config
4245      4) add hmac-{md5,sha1}-96
4246              ok stevesk@, provos@
4247    - markus@cvs.openbsd.org 2001/02/12 16:16:23
4248      [auth-passwd.c auth.c auth.h auth1.c auth2.c servconf.c servconf.h
4249       ssh-keygen.c sshd.8]
4250      PermitRootLogin={yes,without-password,forced-commands-only,no}
4251      (before this change, root could login even if PermitRootLogin==no)
4252    - deraadt@cvs.openbsd.org 2001/02/12 22:56:09
4253      [clientloop.c packet.c ssh-keyscan.c]
4254      deal with EAGAIN/EINTR selects which were skipped
4255    - markus@cvs.openssh.org 2001/02/13 22:49:40
4256      [auth1.c auth2.c]
4257      setproctitle(user) only if getpwnam succeeds
4258    - markus@cvs.openbsd.org 2001/02/12 23:26:20
4259      [sshd.c]
4260      missing memset; from solar@openwall.com
4261    - stevesk@cvs.openbsd.org 2001/02/12 20:53:33
4262      [sftp-int.c]
4263      lumask now works with 1 numeric arg; ok markus@, djm@
4264    - djm@cvs.openbsd.org 2001/02/14 9:46:03
4265      [sftp-client.c sftp-int.c sftp.1]
4266      Fix and document 'preserve modes & times' option ('-p' flag in sftp);
4267      ok markus@
4268  - (bal) replaced PATH_MAX in sftp-int.c w/ MAXPATHLEN.
4269  - (djm) Move to Jim's 1.2.0 X11 askpass program
4270  - (stevesk) OpenBSD sync:
4271    - deraadt@cvs.openbsd.org 2001/02/15 01:38:04
4272      [serverloop.c]
4273      indent
4274
4275 20010214
4276  - (djm) Don't try to close PAM session or delete credentials if the
4277    session has not been open or credentials not set. Based on patch from
4278    Andrew Bartlett <abartlet@pcug.org.au>
4279  - (djm) Move PAM session initialisation until after fork in sshd. Patch
4280    from Nalin Dahyabhai <nalin@redhat.com>
4281  - (bal) Missing function prototype in bsd-snprintf.c patch by
4282    Mark Miller <markm@swoon.net>
4283  - (djm) Split out and improve OSF SIA auth code. Patch from Chris Adams
4284    <cmadams@hiwaay.net> with a little modification and KNF.
4285  - (stevesk) fix for SIA patch, misplaced session_setup_sia()
4286
4287 20010213
4288  - (djm) Only test -S potential EGD sockets if they exist and are readable.
4289  - (bal) Cleaned out bsd-snprintf.c.  VARARGS have been banished and
4290    I did a base KNF over the whe whole file to make it more acceptable.
4291    (backed out of original patch and removed it from ChangeLog)
4292  - (bal) Use chown() if fchown() does not exist in ftp-server.c patch by
4293    Tim Rice <tim@multitalents.net>
4294  - (stevesk) auth1.c: fix PAM passwordless check.
4295
4296 20010212
4297  - (djm) Update Redhat specfile to allow --define "skip_x11_askpass 1",
4298    --define "skip_gnome_askpass 1", --define "rh7 1" and make the
4299    implicit rpm-3.0.5 dependancy explicit. Patch and suggestions from
4300    Pekka Savola <pekkas@netcore.fi>
4301  - (djm) Clean up PCRE text in INSTALL
4302  - (djm) Fix OSF SIA auth NULL pointer deref. Report from Mike Battersby
4303    <mib@unimelb.edu.au>
4304  - (bal) NCR SVR4 compatiblity provide by Don Bragg <thewizarddon@yahoo.com>
4305  - (stevesk) session.c: remove debugging code.
4306
4307 20010211
4308  - (bal) OpenBSD Sync
4309    - markus@cvs.openbsd.org 2001/02/07 22:35:46
4310      [auth1.c auth2.c sshd.c]
4311      move k_setpag() to a central place; ok dugsong@
4312    - markus@cvs.openbsd.org 2001/02/10 12:52:02
4313      [auth2.c]
4314      offer passwd before s/key
4315    - markus@cvs.openbsd.org 2001/02/8 22:37:10
4316      [canohost.c]
4317      remove last call to sprintf; ok deraadt@
4318    - markus@cvs.openbsd.org 2001/02/10 1:33:32
4319      [canohost.c]
4320      add debug message, since sshd blocks here if DNS is not available
4321    - markus@cvs.openbsd.org 2001/02/10 12:44:02
4322      [cli.c]
4323      don't call vis() for \r
4324    - danh@cvs.openbsd.org 2001/02/10 0:12:43
4325      [scp.c]
4326      revert a small change to allow -r option to work again; ok deraadt@
4327    - danh@cvs.openbsd.org 2001/02/10 15:14:11
4328      [scp.c]
4329      fix memory leak; ok markus@
4330    - djm@cvs.openbsd.org 2001/02/10 0:45:52
4331      [scp.1]
4332      Mention that you can quote pathnames with spaces in them
4333    - markus@cvs.openbsd.org 2001/02/10 1:46:28
4334      [ssh.c]
4335      remove mapping of argv[0] -> hostname
4336    - markus@cvs.openbsd.org 2001/02/06 22:26:17
4337      [sshconnect2.c]
4338      do not ask for passphrase in batch mode; report from ejb@ql.org
4339    - itojun@cvs.opebsd.org 2001/02/08 10:47:05
4340      [sshconnect.c sshconnect1.c sshconnect2.c]
4341      %.30s is too short for IPv6 numeric address.  use %.128s for now.
4342      markus ok
4343    - markus@cvs.openbsd.org 2001/02/09 12:28:35
4344      [sshconnect2.c]
4345      do not free twice, thanks to /etc/malloc.conf
4346    - markus@cvs.openbsd.org 2001/02/09 17:10:53
4347      [sshconnect2.c]
4348      partial success: debug->log; "Permission denied" if no more auth methods
4349    - markus@cvs.openbsd.org 2001/02/10 12:09:21
4350      [sshconnect2.c]
4351      remove some lines
4352    - markus@cvs.openbsd.org 2001/02/09 13:38:07
4353      [auth-options.c]
4354      reset options if no option is given; from han.holl@prismant.nl
4355    - markus@cvs.openbsd.org 2001/02/08 21:58:28
4356      [channels.c]
4357      nuke sprintf, ok deraadt@
4358    - markus@cvs.openbsd.org 2001/02/08 21:58:28
4359      [channels.c]
4360      nuke sprintf, ok deraadt@
4361    - markus@cvs.openbsd.org 2001/02/06 22:43:02
4362      [clientloop.h]
4363      remove confusing callback code
4364    - deraadt@cvs.openbsd.org 2001/02/08 14:39:36
4365      [readconf.c]
4366      snprintf
4367    - itojun@cvs.openbsd.org 2001/02/08 19:30:52
4368      sync with netbsd tree changes.
4369      - more strict prototypes, include necessary headers
4370      - use paths.h/pathnames.h decls
4371      - size_t typecase to int -> u_long
4372    - itojun@cvs.openbsd.org 2001/02/07 18:04:50
4373      [ssh-keyscan.c]
4374      fix size_t -> int cast (use u_long).  markus ok
4375    - markus@cvs.openbsd.org 2001/02/07 22:43:16
4376      [ssh-keyscan.c]
4377      s/getline/Linebuf_getline/; from roumen.petrov@skalasoft.com
4378    - itojun@cvs.openbsd.org 2001/02/09 9:04:59
4379      [ssh-keyscan.c]
4380      do not assume malloc() returns zero-filled region.  found by
4381      malloc.conf=AJ.
4382    - markus@cvs.openbsd.org 2001/02/08 22:35:30
4383      [sshconnect.c]
4384      don't connect if batch_mode is true and stricthostkeychecking set to
4385     'ask'
4386    - djm@cvs.openbsd.org 2001/02/04 21:26:07
4387      [sshd_config]
4388      type: ok markus@
4389    - deraadt@cvs.openbsd.org 2001/02/06 22:07:50
4390      [sshd_config]
4391      enable sftp-server by default
4392    - deraadt 2001/02/07 8:57:26
4393      [xmalloc.c]
4394      deal with new ANSI malloc stuff
4395    - markus@cvs.openbsd.org 2001/02/07 16:46:08
4396      [xmalloc.c]
4397      typo in fatal()
4398    - itojun@cvs.openbsd.org 2001/02/07 18:04:50
4399      [xmalloc.c]
4400      fix size_t -> int cast (use u_long).  markus ok
4401    - 1.47 Thu Feb 8 23:11:42 GMT 2001 by dugsong
4402      [serverloop.c sshconnect1.c]
4403      mitigate SSH1 traffic analysis - from Solar Designer
4404      <solar@openwall.com>, ok provos@
4405  - (bal) fixed sftp-client.c.  Return 'status' instead of '0'
4406    (from the OpenBSD tree)
4407  - (bal) Synced ssh.1, ssh-add.1 and sshd.8 w/ OpenBSD
4408  - (bal) sftp-sever.c  '%8lld' to '%8llu' (OpenBSD Sync)
4409  - (bal) uuencode.c resync w/ OpenBSD tree, plus whitespace.
4410  - (bal) A bit more whitespace cleanup
4411  - (djm) Set PAM_RHOST earlier, patch from Andrew Bartlett
4412    <abartlet@pcug.org.au>
4413  - (stevesk) misc.c: ssh.h not needed.
4414  - (stevesk) compat.c: more friendly cpp error
4415  - (stevesk) OpenBSD sync:
4416    - stevesk@cvs.openbsd.org 2001/02/11 06:15:57
4417      [LICENSE]
4418      typos and small cleanup; ok deraadt@
4419
4420 20010210
4421  - (djm) Sync sftp and scp stuff from OpenBSD:
4422    - djm@cvs.openbsd.org     2001/02/07 03:55:13
4423      [sftp-client.c]
4424      Don't free handles before we are done with them. Based on work from
4425      Corinna Vinschen <vinschen@redhat.com>. ok markus@
4426    - djm@cvs.openbsd.org     2001/02/06 22:32:53
4427      [sftp.1]
4428      Punctuation fix from Pekka Savola <pekkas@netcore.fi>
4429    - deraadt@cvs.openbsd.org 2001/02/07 04:07:29
4430      [sftp.1]
4431      pretty up significantly
4432    - itojun@cvs.openbsd.org  2001/02/07 06:49:42
4433      [sftp.1]
4434      .Bl-.El mismatch.  markus ok
4435    - djm@cvs.openbsd.org     2001/02/07 06:12:30
4436      [sftp-int.c]
4437      Check that target is a directory before doing ls; ok markus@
4438    - itojun@cvs.openbsd.org  2001/02/07 11:01:18
4439      [scp.c sftp-client.c sftp-server.c]
4440      unsigned long long -> %llu, not %qu.  markus ok
4441    - stevesk@cvs.openbsd.org 2001/02/07 11:10:39
4442      [sftp.1 sftp-int.c]
4443      more man page cleanup and sync of help text with man page; ok markus@
4444    - markus@cvs.openbsd.org  2001/02/07 14:58:34
4445      [sftp-client.c]
4446      older servers reply with SSH2_FXP_NAME + count==0 instead of EOF
4447    - djm@cvs.openbsd.org     2001/02/07 15:27:19
4448      [sftp.c]
4449      Don't forward agent and X11 in sftp. Suggestion from Roumen Petrov
4450      <roumen.petrov@skalasoft.com>
4451    - stevesk@cvs.openbsd.org 2001/02/07 15:36:04
4452      [sftp-int.c]
4453      portable; ok markus@
4454    - stevesk@cvs.openbsd.org 2001/02/07 15:55:47
4455      [sftp-int.c]
4456      lowercase cmds[].c also; ok markus@
4457    - markus@cvs.openbsd.org  2001/02/07 17:04:52
4458      [pathnames.h sftp.c]
4459      allow sftp over ssh protocol 1; ok djm@
4460    - deraadt@cvs.openbsd.org 2001/02/08 07:38:55
4461      [scp.c]
4462      memory leak fix, and snprintf throughout
4463    - deraadt@cvs.openbsd.org 2001/02/08 08:02:02
4464      [sftp-int.c]
4465      plug a memory leak
4466    - stevesk@cvs.openbsd.org 2001/02/08 10:11:23
4467      [session.c sftp-client.c]
4468      %i -> %d
4469    - stevesk@cvs.openbsd.org 2001/02/08 10:57:59
4470      [sftp-int.c]
4471      typo
4472    - stevesk@cvs.openbsd.org 2001/02/08 15:28:07
4473      [sftp-int.c pathnames.h]
4474      _PATH_LS; ok markus@
4475    - djm@cvs.openbsd.org     2001/02/09 04:46:25
4476      [sftp-int.c]
4477      Check for NULL attribs for chown, chmod & chgrp operations, only send
4478      relevant attribs back to server; ok markus@
4479    - djm@cvs.openbsd.org     2001/02/06 15:05:25
4480      [sftp.c]
4481      Use getopt to process commandline arguments
4482    - djm@cvs.openbsd.org     2001/02/06 15:06:21
4483      [sftp.c ]
4484      Wait for ssh subprocess at exit
4485    - djm@cvs.openbsd.org     2001/02/06 15:18:16
4486      [sftp-int.c]
4487      stat target for remote chdir before doing chdir
4488    - djm@cvs.openbsd.org     2001/02/06 15:32:54
4489      [sftp.1]
4490      Punctuation fix from Pekka Savola <pekkas@netcore.fi>
4491    - provos@cvs.openbsd.org  2001/02/05 22:22:02
4492      [sftp-int.c]
4493      cleanup get_pathname, fix pwd after failed cd. okay djm@
4494  - (djm) Update makefile.in for _PATH_SFTP_SERVER
4495  - (bal) sftp-client.c replace NULL w/ 0 in do_ls() (pending in OpenBSD tree)
4496
4497 20010209
4498  - (bal) patch to vis.c to deal with HAVE_VIS right by Robert Mooney
4499    <rjmooney@mediaone.net>
4500  - (bal) .c.o rule in openbsd-compat/Makefile.in did not make it to the
4501    main tree while porting forward.  Pointed out by Lutz Jaenicke
4502    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
4503  - (bal) double entry in configure.in.  Pointed out by Lutz Jaenicke
4504    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
4505  - (stevesk) OpenBSD sync:
4506    - markus@cvs.openbsd.org  2001/02/08 11:20:01
4507      [auth2.c]
4508      strict checking
4509    - markus@cvs.openbsd.org  2001/02/08 11:15:22
4510      [version.h]
4511      update to 2.3.2
4512    - markus@cvs.openbsd.org  2001/02/08 11:12:30
4513      [auth2.c]
4514      fix typo
4515  - (djm) Update spec files
4516  - (bal) OpenBSD sync:
4517    - deraadt@cvs.openbsd.org 2001/02/08 14:38:54
4518      [scp.c]
4519      memory leak fix, and snprintf throughout
4520    - markus@cvs.openbsd.org 2001/02/06 22:43:02
4521      [clientloop.c]
4522      remove confusing callback code
4523  - (djm) Add CVS Id's to files that we have missed
4524  - (bal) OpenBSD Sync (more):
4525    - itojun@cvs.openbsd.org 2001/02/08 19:30:52
4526      sync with netbsd tree changes.
4527      - more strict prototypes, include necessary headers
4528      - use paths.h/pathnames.h decls
4529      - size_t typecase to int -> u_long
4530    - markus@cvs.openbsd.org 2001/02/06 22:07:42
4531      [ssh.c]
4532      fatal() if subsystem fails
4533    - markus@cvs.openbsd.org 2001/02/06 22:43:02
4534      [ssh.c]
4535      remove confusing callback code
4536    - jakob@cvs.openbsd.org 2001/02/06 23:03:24
4537      [ssh.c]
4538      add -1 option (force protocol version 1). ok markus@
4539    - jakob@cvs.openbsd.org 2001/02/06 23:06:21
4540      [ssh.c]
4541      reorder -{1,2,4,6} options. ok markus@
4542  - (bal) Missing 'const' in readpass.h
4543  - (bal) OpenBSD Sync (so at least the thing compiles for 2.3.2 =)
4544    - djm@cvs.openbsd.org 2001/02/06 23:30:28
4545      [sftp-client.c]
4546      replace arc4random with counter for request ids; ok markus@
4547  - (djm) Define _PATH_TTY for systems that don't. Report from Lutz
4548    Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
4549
4550 20010208
4551  - (djm) Don't delete external askpass program in make uninstall target.
4552    Report and fix from Roumen Petrov <roumen.petrov@skalasoft.com>
4553  - (djm) Fix linking of sftp, don't need arc4random any more.
4554  - (djm) Try to use shell that supports "test -S" for EGD socket search.
4555    Based on patch from Tim Rice <tim@multitalents.net>
4556
4557 20010207
4558  - (bal) Save the whole path to AR in configure.  Some Solaris 2.7 installs
4559    seem lose track of it while in openbsd-compat/  (two confirmed reports)
4560  - (djm) Much KNF on PAM code
4561  - (djm) Revise auth-pam.c conversation function to be a little more
4562    readable.
4563  - (djm) Revise kbd-int PAM conversation function to fold all text messages
4564    to before first prompt. Fixes hangs if last pam_message did not require
4565    a reply.
4566  - (djm) Fix password changing when using PAM kbd-int authentication
4567
4568 20010205
4569  - (bal) Disable groupaccess by setting NGROUPS_MAX to 0 for platforms
4570    that don't have NGROUPS_MAX.
4571  - (bal) AIX patch for auth1.c by William L. Jones <jones@hpc.utexas.edu>
4572  - (stevesk) OpenBSD sync:
4573    - stevesk@cvs.openbsd.org 2001/02/04 08:32:27
4574      [many files; did this manually to our top-level source dir]
4575      unexpand and remove end-of-line whitespace; ok markus@
4576    - stevesk@cvs.openbsd.org 2001/02/04 15:21:19
4577      [sftp-server.c]
4578      SSH2_FILEXFER_ATTR_UIDGID support; ok markus@
4579    - deraadt@cvs.openbsd.org 2001/02/04 17:02:32
4580      [sftp-int.c]
4581      ? == help
4582    - deraadt@cvs.openbsd.org 2001/02/04 16:47:46
4583      [sftp-int.c]
4584      sort commands, so that abbreviations work as expected
4585    - stevesk@cvs.openbsd.org 2001/02/04 15:17:52
4586      [sftp-int.c]
4587      debugging sftp: precedence and missing break.  chmod, chown, chgrp
4588      seem to be working now.
4589    - markus@cvs.openbsd.org 2001/02/04 14:41:21
4590      [sftp-int.c]
4591      use base 8 for umask/chmod
4592    - markus@cvs.openbsd.org 2001/02/04 11:11:54
4593      [sftp-int.c]
4594      fix LCD
4595    - markus@cvs.openbsd.org  2001/02/04 08:10:44
4596      [ssh.1]
4597      typo; dpo@club-internet.fr
4598    - stevesk@cvs.openbsd.org 2001/02/04 06:30:12
4599      [auth2.c authfd.c packet.c]
4600      remove duplicate #include's; ok markus@
4601    - deraadt@cvs.openbsd.org 2001/02/04 16:56:23
4602      [scp.c sshd.c]
4603      alpha happiness
4604    - stevesk@cvs.openbsd.org 2001/02/04 15:12:17
4605      [sshd.c]
4606      precedence; ok markus@
4607    - deraadt@cvs.openbsd.org 2001/02/04 08:14:15
4608      [ssh.c sshd.c]
4609      make the alpha happy
4610    - markus@cvs.openbsd.org  2001/01/31 13:37:24
4611      [channels.c channels.h serverloop.c ssh.c]
4612      do not disconnect if local port forwarding fails, e.g. if port is
4613      already in use
4614    - markus@cvs.openbsd.org  2001/02/01 14:58:09
4615      [channels.c]
4616      use ipaddr in channel messages, ietf-secsh wants this
4617    - markus@cvs.openbsd.org  2001/01/31 12:26:20
4618      [channels.c]
4619      ssh.com-2.0.1x does not send additional info in CHANNEL_OPEN_FAILURE
4620      messages; bug report from edmundo@rano.org
4621    - markus@cvs.openbsd.org  2001/01/31 13:48:09
4622      [sshconnect2.c]
4623      unused
4624    - deraadt@cvs.openbsd.org 2001/02/04 08:23:08
4625      [sftp-client.c sftp-server.c]
4626      make gcc on the alpha even happier
4627
4628 20010204
4629  - (bal) I think this is the last of the bsd-*.h that don't belong.
4630  - (bal) Minor Makefile fix
4631  - (bal) openbsd-compat/Makefile minor fix.  Ensure dependancies are done
4632    right.
4633  - (bal) Changed order of LIB="" in -with-skey due to library resolving.
4634  - (bal) next-posix.h changed to bsd-nextstep.h
4635  - (djm) OpenBSD CVS sync:
4636    - markus@cvs.openbsd.org  2001/02/03 03:08:38
4637      [auth-options.c auth-rh-rsa.c auth-rhosts.c auth.c canohost.c]
4638      [canohost.h servconf.c servconf.h session.c sshconnect1.c sshd.8]
4639      [sshd_config]
4640      make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@
4641    - markus@cvs.openbsd.org  2001/02/03 03:19:51
4642      [ssh.1 sshd.8 sshd_config]
4643      Skey is now called ChallengeResponse
4644    - markus@cvs.openbsd.org  2001/02/03 03:43:09
4645      [sshd.8]
4646      use no-pty option in .ssh/authorized_keys* if you need a 8-bit clean
4647      channel. note from Erik.Anggard@cygate.se (pr/1659)
4648    - stevesk@cvs.openbsd.org 2001/02/03 10:03:06
4649      [ssh.1]
4650      typos; ok markus@
4651    - djm@cvs.openbsd.org     2001/02/04 04:11:56
4652      [scp.1 sftp-server.c ssh.1 sshd.8 sftp-client.c sftp-client.h]
4653      [sftp-common.c sftp-common.h sftp-int.c sftp-int.h sftp.1 sftp.c]
4654      Basic interactive sftp client; ok theo@
4655  - (djm) Update RPM specs for new sftp binary
4656  - (djm) Update several bits for new optional reverse lookup stuff. I
4657    think I got them all.
4658  - (djm) Makefile.in fixes
4659  - (stevesk) add mysignal() wrapper and use it for the protocol 2
4660    SIGCHLD handler.
4661  - (djm) Use setvbuf() instead of setlinebuf(). Suggest from stevesk@
4662
4663 20010203
4664  - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>
4665  - (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD
4666    based file) to ensure #include space does not get confused.
4667  - (bal) Minor Makefile.in tweak.  dirname may not exist on some
4668    platforms so builds fail.  (NeXT being a well known one)
4669
4670 20010202
4671  - (bal) Makefile fix where sourcedir != builddir by Corinna Vinschen
4672    <vinschen@redhat.com>
4673  - (bal) Makefile fix to use $(MAKE) instead of 'make'  for platforms
4674    that use 'gmake'.   Patch by Tim Rice <tim@multitalents.net>
4675
4676 20010201
4677  - (bal) Minor fix to Makefile to stop rebuilding executables if no
4678    changes have occured to any of the supporting code.  Patch by
4679    Roumen Petrov <roumen.petrov@skalasoft.com>
4680
4681 20010131
4682  - (djm) OpenBSD CVS Sync:
4683    - djm@cvs.openbsd.org     2001/01/30 15:48:53
4684      [sshconnect.c]
4685      Make warning message a little more consistent. ok markus@
4686  - (djm) Fix autoconf logic for --with-lastlog=no Report and diagnosis from
4687    Philipp Buehler <lists@fips.de> and Kevin Steves <stevesk@sweden.hp.com>
4688    respectively.
4689  - (djm) Don't log SSH2 PAM KbdInt responses to debug, they may contain
4690    passwords.
4691  - (bal) Reorder.  Move all bsd-*, fake-*, next-*, and cygwin* stuff to
4692    openbsd-compat/.  And resolve all ./configure and Makefile.in issues
4693    assocated.
4694
4695 20010130
4696  - (djm) OpenBSD CVS Sync:
4697    - markus@cvs.openbsd.org  2001/01/29 09:55:37
4698      [channels.c channels.h clientloop.c serverloop.c]
4699      fix select overflow; ok deraadt@ and stevesk@
4700    - markus@cvs.openbsd.org  2001/01/29 12:42:35
4701      [canohost.c canohost.h channels.c clientloop.c]
4702      add get_peer_ipaddr(socket), x11-fwd in ssh2 requires ipaddr, not DNS
4703    - markus@cvs.openbsd.org  2001/01/29 12:47:32
4704      [rsa.c rsa.h ssh-agent.c sshconnect1.c sshd.c]
4705      handle rsa_private_decrypt failures; helps against the Bleichenbacher
4706      pkcs#1 attack
4707    - djm@cvs.openbsd.org     2001/01/29 05:36:11
4708      [ssh.1 ssh.c]
4709      Allow invocation of sybsystem by commandline (-s); ok markus@
4710  - (stevesk) configure.in: remove duplicate PROG_LS
4711
4712 20010129
4713  - (stevesk) sftp-server.c: use %lld vs. %qd
4714
4715 20010128
4716  - (bal) Put USE_PIPES back into sco3.2v5
4717  - (bal) OpenBSD Sync
4718    - markus@cvs.openbsd.org 2001/01/28 10:15:34
4719      [dispatch.c]
4720      re-keying is not supported; ok deraadt@
4721    - markus@cvs.openbsd.org 2001/01/28 10:24:04
4722      [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
4723      cleanup AUTHORS sections
4724    - markus@cvs.openbsd.org 2001/01/28 10:37:26
4725      [sshd.c sshd.8]
4726      remove -Q, no longer needed
4727    - stevesk@cvs.openbsd.org 2001/01/28 20:36:16
4728      [readconf.c ssh.1]
4729      ``StrictHostKeyChecking ask'' documentation and small cleanup.
4730      ok markus@
4731    - stevesk@cvs.openbsd.org 2001/01/28 20:43:25
4732      [sshd.8]
4733      spelling.  ok markus@
4734    - stevesk@cvs.openbsd.org 2001/01/28 20:53:21
4735      [xmalloc.c]
4736      use size_t for strlen() return.  ok markus@
4737    - stevesk@cvs.openbsd.org 2001/01/28 22:27:05
4738      [authfile.c]
4739      spelling.  use sizeof vs. strlen().  ok markus@
4740    - niklas@cvs.openbsd.org 2001/01/29 1:59:14
4741      [atomicio.h canohost.h clientloop.h deattack.h dh.h dispatch.h
4742       groupaccess.c groupaccess.h hmac.h hostfile.h includes.h kex.h
4743       key.h log.h login.h match.h misc.h myproposal.h nchan.ms pathnames.h
4744       radix.h readpass.h rijndael.h serverloop.h session.h sftp.h ssh-add.1
4745       ssh-dss.h ssh-keygen.1 ssh-keyscan.1 ssh-rsa.h ssh1.h ssh_config
4746       sshconnect.h sshd_config tildexpand.h uidswap.h uuencode.h]
4747      $OpenBSD$
4748   - (bal) Minor auth2.c resync.  Whitespace and moving of an #include.
4749
4750 20010126
4751  - (bal) SSH_PROGRAM vs _PATH_SSH_PROGRAM fix pointed out by Roumen
4752    Petrov <roumen.petrov@skalasoft.com>
4753  - (bal) OpenBSD Sync
4754    - deraadt@cvs.openbsd.org 2001/01/25 8:06:33
4755      [ssh-agent.c]
4756      call _exit() in signal handler
4757
4758 20010125
4759  - (djm) Sync bsd-* support files:
4760    - deraadt@cvs.openbsd.org 2000/01/26 03:43:20
4761      [rresvport.c bindresvport.c]
4762      new bindresvport() semantics that itojun, shin, jean-luc and i have
4763      agreed on, which will be happy for the future. bindresvport_sa() for
4764      sockaddr *, too.  docs later..
4765    - deraadt@cvs.openbsd.org 2000/01/24 02:24:21
4766      [bindresvport.c]
4767      in bindresvport(), if sin is non-NULL, example sin->sin_family for
4768      the actual family being processed
4769  - (djm) Mention PRNGd in documentation, it is nicer than EGD
4770  - (djm) Automatically search for "well-known" EGD/PRNGd sockets in autoconf
4771  - (bal) AC_FUNC_STRFTIME added to autoconf
4772  - (bal) OpenBSD Resync
4773    - stevesk@cvs.openbsd.org 2001/01/24 21:03:50
4774      [channels.c]
4775      missing freeaddrinfo(); ok markus@
4776
4777 20010124
4778  - (bal) OpenBSD Resync
4779    - markus@cvs.openbsd.org 2001/01/23 10:45:10
4780      [ssh.h]
4781      nuke comment
4782  - (bal) no 64bit support patch from Tim Rice <tim@multitalents.net>
4783  - (bal) #ifdef around S_IFSOCK if platform does not support it.
4784    patch by Tim Rice <tim@multitalents.net>
4785  - (bal) fake-regex.h cleanup based on Tim Rice's patch.
4786  - (stevesk) sftp-server.c: fix chmod() mode mask
4787
4788 20010123
4789  - (bal) regexp.h typo in configure.in.  Should have been regex.h
4790  - (bal) SSH_USER_DIR to _PATH_SSH_USER_DIR patch by stevesk@
4791  - (bal) SSH_ASKPASS_DEFAULT to _PATH_SSH_ASKPASS_DEFAULT
4792  - (bal) OpenBSD Resync
4793    - markus@cvs.openbsd.org 2001/01/22 8:15:00
4794      [auth-krb4.c sshconnect1.c]
4795      only AFS needs radix.[ch]
4796    - markus@cvs.openbsd.org 2001/01/22 8:32:53
4797      [auth2.c]
4798      no need to include; from mouring@etoh.eviladmin.org
4799    - stevesk@cvs.openbsd.org 2001/01/22 16:55:21
4800      [key.c]
4801      free() -> xfree(); ok markus@
4802    - stevesk@cvs.openbsd.org 2001/01/22 17:22:28
4803      [sshconnect2.c sshd.c]
4804      fix memory leaks in SSH2 key exchange; ok markus@
4805    - markus@cvs.openbsd.org 2001/01/22 23:06:39
4806      [auth1.c auth2.c readconf.c readconf.h servconf.c servconf.h
4807       sshconnect1.c sshconnect2.c sshd.c]
4808      rename skey -> challenge response.
4809      auto-enable kbd-interactive for ssh2 if challenge-reponse is enabled.
4810
4811
4812 20010122
4813  - (bal) OpenBSD Resync
4814    - markus@cvs.openbsd.org 2001/01/19 12:45:26 GMT 2001 by markus
4815      [servconf.c ssh.h sshd.c]
4816      only auth-chall.c needs #ifdef SKEY
4817    - markus@cvs.openbsd.org 2001/01/19 15:55:10 GMT 2001 by markus
4818      [auth-krb4.c auth-options.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
4819       auth1.c auth2.c channels.c clientloop.c dh.c dispatch.c nchan.c
4820       packet.c pathname.h readconf.c scp.c servconf.c serverloop.c
4821       session.c ssh-add.c ssh-keygen.c ssh-keyscan.c ssh.c ssh.h
4822       ssh1.h sshconnect1.c sshd.c ttymodes.c]
4823      move ssh1 definitions to ssh1.h, pathnames to pathnames.h
4824    - markus@cvs.openbsd.org 2001/01/19 16:48:14
4825      [sshd.8]
4826      fix typo; from stevesk@
4827    - markus@cvs.openbsd.org 2001/01/19 16:50:58
4828      [ssh-dss.c]
4829      clear and free digest, make consistent with other code (use dlen); from
4830      stevesk@
4831    - markus@cvs.openbsd.org 2001/01/20 15:55:20 GMT 2001 by markus
4832      [auth-options.c auth-options.h auth-rsa.c auth2.c]
4833      pass the filename to auth_parse_options()
4834    - markus@cvs.openbsd.org 2001/01/20 17:59:40 GMT 2001
4835      [readconf.c]
4836      fix SIGSEGV from -o ""; problem noted by jehsom@togetherweb.com
4837    - stevesk@cvs.openbsd.org 2001/01/20 18:20:29
4838      [sshconnect2.c]
4839      dh_new_group() does not return NULL.  ok markus@
4840    - markus@cvs.openbsd.org 2001/01/20 21:33:42
4841      [ssh-add.c]
4842      do not loop forever if askpass does not exist; from
4843      andrew@pimlott.ne.mediaone.net
4844    - djm@cvs.openbsd.org 2001/01/20 23:00:56
4845      [servconf.c]
4846      Check for NULL return from strdelim; ok markus
4847    - djm@cvs.openbsd.org 2001/01/20 23:02:07
4848      [readconf.c]
4849      KNF; ok markus
4850    - jakob@cvs.openbsd.org 2001/01/21 9:00:33
4851      [ssh-keygen.1]
4852      remove -R flag; ok markus@
4853    - markus@cvs.openbsd.org 2001/01/21 19:05:40
4854      [atomicio.c automicio.h auth-chall.c auth-krb4.c auth-options.c
4855       auth-options.h auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c
4856       auth.c auth.h auth1.c auth2-chall.c auth2.c authfd.c authfile.c
4857       bufaux.c  bufaux.h buffer.c canahost.c canahost.h channels.c
4858       cipher.c cli.c clientloop.c clientloop.h compat.c compress.c
4859       deattack.c dh.c dispatch.c groupaccess.c hmac.c hostfile.c kex.c
4860       key.c key.h log-client.c log-server.c log.c log.h login.c login.h
4861       match.c misc.c misc.h nchan.c packet.c pty.c radix.h readconf.c
4862       readpass.c readpass.h rsa.c scp.c servconf.c serverloop.c serverloop.h
4863       session.c sftp-server.c ssh-add.c ssh-agent.c ssh-dss.c ssh-keygen.c
4864       ssh-keyscan.c ssh-rsa.c ssh.c ssh.h sshconnect.c sshconnect.h
4865       sshconnect1.c sshconnect2.c sshd.c tildexpand.c tildexpand.h
4866       ttysmodes.c uidswap.c xmalloc.c]
4867      split ssh.h and try to cleanup the #include mess. remove unnecessary
4868      #includes.  rename util.[ch] -> misc.[ch]
4869  - (bal) renamed 'PIDDIR' to '_PATH_SSH_PIDDIR' to match OpenBSD tree
4870  - (bal) Moved #ifdef KRB4 in auth-krb4.c above the #include to resolve
4871    conflict when compiling for non-kerb install
4872  - (bal) removed the #ifdef SKEY in auth1.c to match Markus' changes
4873    on 1/19.
4874
4875 20010120
4876  - (bal) OpenBSD Resync
4877    - markus@cvs.openbsd.org 2001/01/19 12:45:26
4878      [ssh-chall.c servconf.c servconf.h ssh.h sshd.c]
4879      only auth-chall.c needs #ifdef SKEY
4880  - (bal) Slight auth2-pam.c clean up.
4881  - (bal) Includes a fake-regexp.h to be only used if regcomp() is found,
4882    but no 'regexp.h' found (SCO OpenServer 3 lacks the header).
4883
4884 20010119
4885  - (djm) Update versions in RPM specfiles
4886  - (bal) OpenBSD Resync
4887    - markus@cvs.openbsd.org 2001/01/18 16:20:21
4888      [log-client.c log-server.c log.c readconf.c servconf.c ssh.1 ssh.h
4889       sshd.8 sshd.c]
4890      log() is at pri=LOG_INFO, since LOG_NOTICE goes to /dev/console on many
4891      systems
4892    - markus@cvs.openbsd.org 2001/01/18 16:59:59
4893      [auth-passwd.c auth.c auth.h auth1.c auth2.c serverloop.c session.c
4894       session.h sshconnect1.c]
4895      1) removes fake skey from sshd, since this will be much
4896         harder with /usr/libexec/auth/login_XXX
4897      2) share/unify code used in ssh-1 and ssh-2 authentication (server side)
4898      3) make addition of BSD_AUTH and other challenge reponse methods
4899         easier.
4900    - markus@cvs.openbsd.org 2001/01/18 17:12:43
4901      [auth-chall.c auth2-chall.c]
4902      rename *-skey.c *-chall.c since the files are not skey specific
4903  - (djm) Merge patch from Tim Waugh (via Nalin Dahyabhai <nalin@redhat.com>)
4904    to fix NULL pointer deref and fake authloop breakage in PAM code.
4905  - (bal) Updated contrib/cygwin/ by Corinna Vinschen <vinschen@redhat.com>
4906  - (bal) Minor cygwin patch to auth1.c.  Suggested by djm.
4907
4908 20010118
4909  - (bal) Super Sized OpenBSD Resync
4910    - markus@cvs.openbsd.org 2001/01/11 22:14:20 GMT 2001 by markus
4911      [sshd.c]
4912      maxfd+1
4913    - markus@cvs.openbsd.org 2001/01/13 17:59:18
4914      [ssh-keygen.1]
4915      small ssh-keygen manpage cleanup; stevesk@pobox.com
4916    - markus@cvs.openbsd.org 2001/01/13 18:03:07
4917      [scp.c ssh-keygen.c sshd.c]
4918      getopt() returns -1 not EOF; stevesk@pobox.com
4919    - markus@cvs.openbsd.org 2001/01/13 18:06:54
4920      [ssh-keyscan.c]
4921      use SSH_DEFAULT_PORT; from stevesk@pobox.com
4922    - markus@cvs.openbsd.org 2001/01/13 18:12:47
4923      [ssh-keyscan.c]
4924      free() -> xfree(); fix memory leak; from stevesk@pobox.com
4925    - markus@cvs.openbsd.org 2001/01/13 18:14:13
4926      [ssh-add.c]
4927      typo, from stevesk@sweden.hp.com
4928    - markus@cvs.openbsd.org 2001/01/13 18:32:50
4929      [packet.c session.c ssh.c sshconnect.c sshd.c]
4930      split out keepalive from packet_interactive (from dale@accentre.com)
4931      set IPTOS_LOWDELAY TCP_NODELAY IPTOS_THROUGHPUT for ssh2, too.
4932    - markus@cvs.openbsd.org 2001/01/13 18:36:45
4933      [packet.c packet.h]
4934      reorder, typo
4935    - markus@cvs.openbsd.org 2001/01/13 18:38:00
4936      [auth-options.c]
4937      fix comment
4938    - markus@cvs.openbsd.org 2001/01/13 18:43:31
4939      [session.c]
4940      Wall
4941    - markus@cvs.openbsd.org 2001/01/13 19:14:08
4942      [clientloop.h clientloop.c ssh.c]
4943      move callback to headerfile
4944    - markus@cvs.openbsd.org 2001/01/15 21:40:10
4945      [ssh.c]
4946      use log() instead of stderr
4947    - markus@cvs.openbsd.org 2001/01/15 21:43:51
4948      [dh.c]
4949      use error() not stderr!
4950    - markus@cvs.openbsd.org 2001/01/15 21:45:29
4951      [sftp-server.c]
4952      rename must fail if newpath exists, debug off by default
4953    - markus@cvs.openbsd.org 2001/01/15 21:46:38
4954      [sftp-server.c]
4955      readable long listing for sftp-server, ok deraadt@
4956    - markus@cvs.openbsd.org 2001/01/16 19:20:06
4957      [key.c ssh-rsa.c]
4958      make "ssh-rsa" key format for ssh2 confirm to the ietf-drafts; from
4959      galb@vandyke.com.  note that you have to delete older ssh2-rsa keys,
4960      since they are in the wrong format, too. they must be removed from
4961      .ssh/authorized_keys2 and .ssh/known_hosts2, etc.
4962      (cd; grep -v ssh-rsa .ssh/authorized_keys2 > TMP && mv TMP
4963      .ssh/authorized_keys2) additionally, we now check that
4964      BN_num_bits(rsa->n) >= 768.
4965    - markus@cvs.openbsd.org 2001/01/16 20:54:27
4966      [sftp-server.c]
4967      remove some statics. simpler handles; idea from nisse@lysator.liu.se
4968    - deraadt@cvs.openbsd.org 2001/01/16 23:58:08
4969      [bufaux.c radix.c sshconnect.h sshconnect1.c]
4970      indent
4971  - (bal) Added bsd-strmode.[ch] since some non-OpenBSD platforms may
4972    be missing such feature.
4973
4974
4975 20010117
4976  - (djm) Only write random seed file at exit
4977  - (djm) Make PAM support optional, enable with --with-pam
4978  - (djm) Try to use libcrypt on Linux, but link it after OpenSSL (which
4979    provides a crypt() of its own)
4980  - (djm) Avoid a warning in bsd-bindresvport.c
4981  - (djm) Try to avoid adding -I/usr/include to CPPFLAGS during SSL tests. This
4982    can cause weird segfaults errors on Solaris
4983  - (djm) Avoid warning in PAM code by making read_passphrase arguments const
4984  - (djm) Add --with-pam to RPM spec files
4985
4986 20010115
4987  - (bal) sftp-server.c change to use chmod() if fchmod() does not exist.
4988  - (bal) utimes() support via utime() interface on machine that lack utimes().
4989
4990 20010114
4991  - (stevesk) initial work for OpenBSD "support supplementary group in
4992    {Allow,Deny}Groups" patch:
4993    - import getgrouplist.c from OpenBSD (bsd-getgrouplist.c)
4994    - add bsd-getgrouplist.h
4995    - new files groupaccess.[ch]
4996    - build but don't use yet (need to merge auth.c changes)
4997  - (stevesk) complete:
4998    - markus@cvs.openbsd.org  2001/01/13 11:56:48
4999      [auth.c sshd.8]
5000      support supplementary group in {Allow,Deny}Groups
5001      from stevesk@pobox.com
5002
5003 20010112
5004  - (bal) OpenBSD Sync
5005    - markus@cvs.openbsd.org 2001/01/10 22:56:22
5006      [bufaux.h bufaux.c sftp-server.c sftp.h getput.h]
5007      cleanup sftp-server implementation:
5008      add buffer_get_int64, buffer_put_int64, GET_64BIT, PUT_64BIT
5009      parse SSH2_FILEXFER_ATTR_EXTENDED
5010      send SSH2_FX_EOF if readdir returns no more entries
5011      reply to SSH2_FXP_EXTENDED message
5012      use #defines from the draft
5013      move #definations to sftp.h
5014      more info:
5015      http://www.ietf.org/internet-drafts/draft-ietf-secsh-filexfer-00.txt
5016    - markus@cvs.openbsd.org 2001/01/10 19:43:20
5017      [sshd.c]
5018      XXX - generate_empheral_server_key() is not safe against races,
5019      because it calls log()
5020    - markus@cvs.openbsd.org 2001/01/09 21:19:50
5021      [packet.c]
5022      allow TCP_NDELAY for ipv6; from netbsd via itojun@
5023
5024 20010110
5025  - (djm) SNI/Reliant Unix needs USE_PIPES and $DISPLAY hack. Report from
5026    Bladt Norbert <Norbert.Bladt@adi.ch>
5027
5028 20010109
5029  - (bal) Resync CVS ID of cli.c
5030  - (stevesk) auth1.c: free should be after WITH_AIXAUTHENTICATE
5031    code.
5032  - (bal) OpenBSD Sync
5033    - markus@cvs.openbsd.org 2001/01/08 22:29:05
5034      [auth2.c compat.c compat.h servconf.c servconf.h sshd.8
5035       sshd_config version.h]
5036      implement option 'Banner /etc/issue.net' for ssh2, move version to
5037      2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner
5038      is enabled).
5039    - markus@cvs.openbsd.org 2001/01/08 22:03:23
5040      [channels.c ssh-keyscan.c]
5041      O_NDELAY -> O_NONBLOCK; thanks stevesk@pobox.com
5042    - markus@cvs.openbsd.org 2001/01/08 21:55:41
5043      [sshconnect1.c]
5044      more cleanups and fixes from stevesk@pobox.com:
5045      1) try_agent_authentication() for loop will overwrite key just
5046         allocated with key_new(); don't alloc
5047      2) call ssh_close_authentication_connection() before exit
5048         try_agent_authentication()
5049      3) free mem on bad passphrase in try_rsa_authentication()
5050    - markus@cvs.openbsd.org 2001/01/08 21:48:17
5051      [kex.c]
5052      missing free; thanks stevesk@pobox.com
5053   - (bal) Detect if clock_t structure exists, if not define it.
5054   - (bal) Detect if O_NONBLOCK exists, if not define it.
5055   - (bal) removed news4-posix.h (now empty)
5056   - (bal) changed bsd-bindresvport.c and bsd-rresvport.c to use 'socklen_t'
5057     instead of 'int'
5058  - (stevesk) sshd_config: sync
5059  - (stevesk) defines.h: remove spurious ``;''
5060
5061 20010108
5062  - (bal) Fixed another typo in cli.c
5063  - (bal) OpenBSD Sync
5064    - markus@cvs.openbsd.org 2001/01/07 21:26:55
5065      [cli.c]
5066      typo
5067    - markus@cvs.openbsd.org 2001/01/07 21:26:55
5068      [cli.c]
5069      missing free, stevesk@pobox.com
5070    - markus@cvs.openbsd.org 2001/01/07 19:06:25
5071      [auth1.c]
5072      missing free, stevesk@pobox.com
5073    - markus@cvs.openbsd.org 2001/01/07 11:28:04
5074      [log-client.c log-server.c log.c readconf.c servconf.c ssh.1
5075       ssh.h sshd.8 sshd.c]
5076      rename SYSLOG_LEVEL_INFO->SYSLOG_LEVEL_NOTICE
5077      syslog priority changes:
5078              fatal() LOG_ERR  -> LOG_CRIT
5079              log()   LOG_INFO -> LOG_NOTICE
5080  - Updated TODO
5081
5082 20010107
5083  - (bal) OpenBSD Sync
5084    - markus@cvs.openbsd.org 2001/01/06 11:23:27
5085      [ssh-rsa.c]
5086      remove unused
5087    - itojun@cvs.openbsd.org 2001/01/05 08:23:29
5088      [ssh-keyscan.1]
5089      missing .El
5090    - markus@cvs.openbsd.org 2001/01/04 22:41:03
5091      [session.c sshconnect.c]
5092      consistent use of _PATH_BSHELL; from stevesk@pobox.com
5093    - djm@cvs.openbsd.org 2001/01/04 22:35:32
5094      [ssh.1 sshd.8]
5095      Mention AES as available SSH2 Cipher; ok markus
5096    - markus@cvs.openbsd.org 2001/01/04 22:25:58
5097      [sshd.c]
5098      sync usage()/man with defaults; from stevesk@pobox.com
5099    - markus@cvs.openbsd.org 2001/01/04 22:21:26
5100      [sshconnect2.c]
5101      handle SSH2_MSG_USERAUTH_BANNER; fixes bug when connecting to a server
5102      that prints a banner (e.g. /etc/issue.net)
5103
5104 20010105
5105  - (bal) contrib/caldera/ provided by Tim Rice <tim@multitalents.net>
5106  - (bal) bsd-getcwd.c and bsd-setenv.c changed from bcopy() to memmove()
5107
5108 20010104
5109  - (djm) Fix memory leak on systems with BROKEN_GETADDRINFO. Based on
5110    work by Chris Vaughan <vaughan99@yahoo.com>
5111
5112 20010103
5113  - (bal) fixed up sshconnect.c so it was closer inline with the OpenBSD
5114    tree (mainly positioning)
5115  - (bal) OpenSSH CVS Update
5116    - markus@cvs.openbsd.org 2001/01/02 20:41:02
5117      [packet.c]
5118      log remote ip on disconnect; PR 1600 from jcs@rt.fm
5119    - markus@cvs.openbsd.org 2001/01/02 20:50:56
5120      [sshconnect.c]
5121      strict_host_key_checking for host_status != HOST_CHANGED &&
5122      ip_status == HOST_CHANGED
5123  - (bal) authfile.c: Synced CVS ID tag
5124  - (bal) UnixWare 2.0 fixes by Tim Rice <tim@multitalents.net>
5125  - (bal) Disable sftp-server if no 64bit int support exists.  Based on
5126    patch by Tim Rice <tim@multitalents.net>
5127  - (bal) Makefile.in changes to uninstall: target to remove sftp-server
5128    and sftp-server.8 manpage.
5129
5130 20010102
5131  - (bal) OpenBSD CVS Update
5132    - markus@cvs.openbsd.org 2001/01/01 14:52:49
5133      [scp.c]
5134      use shared fatal(); from stevesk@pobox.com
5135
5136 20001231
5137  - (bal) Reverted out of MAXHOSTNAMELEN.  This should be set per OS.
5138    for multiple reasons.
5139  - (bal) Reverted out of a partial NeXT patch.
5140
5141 20001230
5142  - (bal) OpenBSD CVS Update
5143    - markus@cvs.openbsd.org 2000/12/28 18:58:30
5144      [ssh-keygen.c]
5145      enable 'ssh-keygen -l -f ~/.ssh/{authorized_keys,known_hosts}{,2}
5146    - markus@cvs.openbsd.org 2000/12/29 22:19:13
5147      [channels.c]
5148      missing xfree; from vaughan99@yahoo.com
5149  - (bal) Resynced CVS ID with OpenBSD for channel.c and uidswap.c
5150  - (bal) if no MAXHOSTNAMELEN is defined.  Default to 64 character defination.
5151    Suggested by Christian Kurz <shorty@debian.org>
5152  - (bal) Add in '.c.o' section to Makefile.in to address make programs that
5153     don't honor CPPFLAGS by default.  Suggested by Lutz Jaenicke
5154     <Lutz.Jaenicke@aet.TU-Cottbus.DE>
5155
5156 20001229
5157  - (bal) Fixed spelling of 'authorized_keys' in ssh-copy-id.1 by Christian
5158    Kurz <shorty@debian.org>
5159  - (bal) OpenBSD CVS Update
5160    - markus@cvs.openbsd.org 2000/12/28 14:25:51
5161      [auth.h auth2.c]
5162      count authentication failures only
5163    - markus@cvs.openbsd.org 2000/12/28 14:25:03
5164      [sshconnect.c]
5165      fingerprint for MITM attacks, too.
5166    - markus@cvs.openbsd.org 2000/12/28 12:03:57
5167      [sshd.8 sshd.c]
5168      document -D
5169    - markus@cvs.openbsd.org 2000/12/27 14:19:21
5170      [serverloop.c]
5171      less chatty
5172    - markus@cvs.openbsd.org 2000/12/27 12:34
5173      [auth1.c sshconnect2.c sshd.c]
5174      typo
5175    - markus@cvs.openbsd.org 2000/12/27 12:30:19
5176      [readconf.c readconf.h ssh.1 sshconnect.c]
5177      new option: HostKeyAlias: allow the user to record the host key
5178      under a different name. This is useful for ssh tunneling over
5179      forwarded connections or if you run multiple sshd's on different
5180      ports on the same machine.
5181    - markus@cvs.openbsd.org 2000/12/27 11:51:53
5182      [ssh.1 ssh.c]
5183      multiple -t force pty allocation, document ORIGINAL_COMMAND
5184    - markus@cvs.openbsd.org 2000/12/27 11:41:31
5185      [sshd.8]
5186      update for ssh-2
5187  - (stevesk) compress.[ch] sync with openbsd; missed in prototype
5188    fix merge.
5189
5190 20001228
5191  - (bal) Patch to add libutil.h to loginrec.c only if the platform has
5192    libutil.h.  Suggested by Pekka Savola <pekka@netcore.fi>
5193  - (djm) Update to new x11-askpass in RPM spec
5194  - (bal) SCO patch to not include <sys/queue.h> since it's unrelated
5195    header.  Patch by Tim Rice <tim@multitalents.net>
5196  - Updated TODO w/ known HP/UX issue
5197  - (bal) removed extra <netdb.h> noticed by Kevin Steves and removed the
5198    bad reference to 'NeXT including it else were' on the #ifdef version.
5199
5200 20001227
5201  - (bal) Typo in configure.in: entut?ent should be endut?ent.  Suggested by
5202    Takumi Yamane <yamtak@b-session.com>
5203  - (bal) Checks for getrlimit(), sysconf(), and setdtablesize().  Patch
5204    by Corinna Vinschen <vinschen@redhat.com>
5205  - (djm) Fix catman-do target for non-bash
5206  - (bal) Typo in configure.in: entut?ent should be endut?ent.  Suggested by
5207    Takumi Yamane <yamtak@b-session.com>
5208  - (bal) Checks for getrlimit(), sysconf(), and setdtablesize().  Patch
5209    by Corinna Vinschen <vinschen@redhat.com>
5210  - (djm) Fix catman-do target for non-bash
5211  - (bal) Fixed NeXT's lack of CPPFLAGS honoring.
5212  - (bal) ssh-keyscan.c: NeXT (and older BSDs) don't support getrlimit() w/
5213    'RLIMIT_NOFILE'
5214  - (djm) Remove *.Ylonen files. They are no longer in the OpenBSD tree,
5215    the info in COPYING.Ylonen has been moved to the start of each
5216    SSH1-derived file and README.Ylonen is well out of date.
5217
5218 20001223
5219  - (bal) Fixed Makefile.in to support recompile of all ssh and sshd objects
5220    if a change to config.h has occurred.  Suggested by Gert Doering
5221    <gert@greenie.muc.de>
5222  - (bal) OpenBSD CVS Update:
5223    - markus@cvs.openbsd.org 2000/12/22 16:49:40
5224      [ssh-keygen.c]
5225      fix ssh-keygen -x -t type > file; from Roumen.Petrov@skalasoft.com
5226
5227 20001222
5228  - Updated RCSID for pty.c
5229  - (bal) OpenBSD CVS Updates:
5230   - markus@cvs.openbsd.org 2000/12/21 15:10:16
5231     [auth-rh-rsa.c hostfile.c hostfile.h sshconnect.c]
5232     print keyfile:line for changed hostkeys, for deraadt@, ok deraadt@
5233   - markus@cvs.openbsd.org 2000/12/20 19:26:56
5234     [authfile.c]
5235     allow ssh -i userkey for root
5236   - markus@cvs.openbsd.org 2000/12/20 19:37:21
5237     [authfd.c authfd.h kex.c sshconnect2.c sshd.c uidswap.c uidswap.h]
5238     fix prototypes; from stevesk@pobox.com
5239   - markus@cvs.openbsd.org 2000/12/20 19:32:08
5240     [sshd.c]
5241     init pointer to NULL; report from Jan.Ivan@cern.ch
5242   - markus@cvs.openbsd.org 2000/12/19 23:17:54
5243     [auth-krb4.c auth-options.c auth-options.h auth-rhosts.c auth-rsa.c
5244      auth1.c auth2-skey.c auth2.c authfd.c authfd.h authfile.c bufaux.c
5245      bufaux.h buffer.c canohost.c channels.c clientloop.c compress.c
5246      crc32.c deattack.c getput.h hmac.c hmac.h hostfile.c kex.c kex.h
5247      key.c key.h log.c login.c match.c match.h mpaux.c mpaux.h packet.c
5248      packet.h radix.c readconf.c rsa.c scp.c servconf.c servconf.h
5249      serverloop.c session.c sftp-server.c ssh-agent.c ssh-dss.c ssh-dss.h
5250      ssh-keygen.c ssh-keyscan.c ssh-rsa.c ssh-rsa.h ssh.c ssh.h  uuencode.c
5251      uuencode.h sshconnect1.c sshconnect2.c sshd.c tildexpand.c]
5252     replace 'unsigned bla' with 'u_bla' everywhere. also replace 'char
5253     unsigned' with u_char.
5254
5255 20001221
5256  - (stevesk) OpenBSD CVS updates:
5257    - markus@cvs.openbsd.org 2000/12/19 15:43:45
5258      [authfile.c channels.c sftp-server.c ssh-agent.c]
5259      remove() -> unlink() for consistency
5260    - markus@cvs.openbsd.org 2000/12/19 15:48:09
5261      [ssh-keyscan.c]
5262      replace <ssl/x.h> with <openssl/x.h>
5263    - markus@cvs.openbsd.org 2000/12/17 02:33:40
5264      [uidswap.c]
5265      typo; from wsanchez@apple.com
5266
5267 20001220
5268  - (djm) Workaround PAM inconsistencies between Solaris derived PAM code
5269    and Linux-PAM. Based on report and fix from Andrew Morgan
5270    <morgan@transmeta.com>
5271
5272 20001218
5273  - (stevesk) rsa.c: entropy.h not needed.
5274  - (bal) split CFLAGS into CFLAGS and CPPFLAGS in configure.in and Makefile.
5275    Suggested by Wilfredo Sanchez <wsanchez@apple.com>
5276
5277 20001216
5278  - (stevesk) OpenBSD CVS updates:
5279    - markus@cvs.openbsd.org 2000/12/16 02:53:57
5280      [scp.c]
5281      allow + in usernames; request from Florian.Weimer@RUS.Uni-Stuttgart.DE
5282    - markus@cvs.openbsd.org 2000/12/16 02:39:57
5283      [scp.c]
5284      unused; from stevesk@pobox.com
5285
5286 20001215
5287  - (stevesk) Old OpenBSD patch wasn't completely applied:
5288    - markus@cvs.openbsd.org 2000/01/24 22:11:20
5289      [scp.c]
5290      allow '.' in usernames; from jedgar@fxp.org
5291  - (stevesk) OpenBSD CVS updates:
5292    - markus@cvs.openbsd.org 2000/12/13 16:26:53
5293      [ssh-keyscan.c]
5294      fatal already adds \n; from stevesk@pobox.com
5295    - markus@cvs.openbsd.org 2000/12/13 16:25:44
5296      [ssh-agent.c]
5297      remove redundant spaces; from stevesk@pobox.com
5298    - ho@cvs.openbsd.org 2000/12/12 15:50:21
5299      [pty.c]
5300      When failing to set tty owner and mode on a read-only filesystem, don't
5301      abort if the tty already has correct owner and reasonably sane modes.
5302      Example; permit 'root' to login to a firewall with read-only root fs.
5303      (markus@ ok)
5304    - deraadt@cvs.openbsd.org 2000/12/13 06:36:05
5305      [pty.c]
5306      KNF
5307    - markus@cvs.openbsd.org 2000/12/12 14:45:21
5308      [sshd.c]
5309      source port < 1024 is no longer required for rhosts-rsa since it
5310      adds no additional security.
5311    - markus@cvs.openbsd.org 2000/12/12 16:11:49
5312      [ssh.1 ssh.c]
5313      rhosts-rsa is no longer automagically disabled if ssh is not privileged.
5314      UsePrivilegedPort=no disables rhosts-rsa _only_ for old servers.
5315      these changes should not change the visible default behaviour of the ssh client.
5316    - deraadt@cvs.openbsd.org 2000/12/11 10:27:33
5317      [scp.c]
5318      when copying 0-sized files, do not re-print ETA time at completion
5319    - provos@cvs.openbsd.org 2000/12/15 10:30:15
5320      [kex.c kex.h sshconnect2.c sshd.c]
5321      compute diffie-hellman in parallel between server and client. okay markus@
5322
5323 20001213
5324  - (djm) Make sure we reset the SIGPIPE disposition after we fork. Report
5325    from Andreas M. Kirchwitz <amk@krell.zikzak.de>
5326  - (stevesk) OpenBSD CVS update:
5327    - markus@cvs.openbsd.org 2000/12/12 15:30:02
5328      [ssh-keyscan.c ssh.c sshd.c]
5329      consistently use __progname; from stevesk@pobox.com
5330
5331 20001211
5332  - (bal) Applied patch to include ssh-keyscan into Redhat's package, and
5333    patch to install ssh-keyscan manpage.  Patch by Pekka Savola
5334    <pekka@netcore.fi>
5335  - (bal) OpenbSD CVS update
5336    - markus@cvs.openbsd.org 2000/12/10 17:01:53
5337      [sshconnect1.c]
5338      always request new challenge for skey/tis-auth, fixes interop with
5339      other implementations; report from roth@feep.net
5340
5341 20001210
5342  - (bal) OpenBSD CVS updates
5343    - markus@cvs.openbsd.org 2000/12/09 13:41:51
5344      [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
5345      undo rijndael changes
5346    - markus@cvs.openbsd.org 2000/12/09 13:48:31
5347      [rijndael.c]
5348      fix byte order bug w/o introducing new implementation
5349    - markus@cvs.openbsd.org 2000/12/09 14:08:27
5350      [sftp-server.c]
5351      "" -> "." for realpath; from vinschen@redhat.com
5352    - markus@cvs.openbsd.org 2000/12/09 14:06:54
5353      [ssh-agent.c]
5354      extern int optind; from stevesk@sweden.hp.com
5355    - provos@cvs.openbsd.org 2000/12/09 23:51:11
5356      [compat.c]
5357      remove unnecessary '\n'
5358
5359 20001209
5360  - (bal) OpenBSD CVS updates:
5361    - djm@cvs.openbsd.org 2000/12/07 4:24:59
5362      [ssh.1]
5363      Typo fix from Wilfredo Sanchez <wsanchez@apple.com>; ok theo
5364
5365 20001207
5366  - (bal) OpenBSD CVS updates:
5367    - markus@cvs.openbsd.org 2000/12/06 22:58:14
5368      [compat.c compat.h packet.c]
5369      disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0
5370    - markus@cvs.openbsd.org 2000/12/06 23:10:39
5371      [rijndael.c]
5372      unexpand(1)
5373    - markus@cvs.openbsd.org 2000/12/06 23:05:43
5374      [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
5375      new rijndael implementation. fixes endian bugs
5376
5377 20001206
5378  - (bal) OpenBSD CVS updates:
5379    - markus@cvs.openbsd.org 2000/12/05 20:34:09
5380      [channels.c channels.h clientloop.c serverloop.c]
5381      async connects for -R/-L; ok deraadt@
5382    - todd@cvs.openssh.org 2000/12/05 16:47:28
5383      [sshd.c]
5384      tweak comment to reflect real location of pid file; ok provos@
5385  - (stevesk) Import <sys/queue.h> from OpenBSD for systems that don't
5386    have it (used in ssh-keyscan).
5387  - (stevesk) OpenBSD CVS update:
5388    - markus@cvs.openbsd.org 2000/12/06 19:57:48
5389      [ssh-keyscan.c]
5390      err(3) -> internal error(), from stevesk@sweden.hp.com
5391
5392 20001205
5393  - (bal) OpenBSD CVS updates:
5394    - markus@cvs.openbsd.org 2000/12/04 19:24:02
5395      [ssh-keyscan.c ssh-keyscan.1]
5396      David Maziere's ssh-keyscan, ok niels@
5397  - (bal) Updated Makefile.in to include ssh-keyscan that was just added
5398    to the recent OpenBSD source tree.
5399  - (stevesk) fix typos in contrib/hpux/README
5400
5401 20001204
5402  - (bal) More C functions defined in NeXT that are unaccessable without
5403    defining -POSIX.
5404  - (bal) OpenBSD CVS updates:
5405    - markus@cvs.openbsd.org 2000/12/03 11:29:04
5406      [compat.c]
5407      remove fallback to SSH_BUG_HMAC now that the drafts are updated
5408    - markus@cvs.openbsd.org 2000/12/03 11:27:55
5409      [compat.c]
5410      correctly match "2.1.0.pl2 SSH" etc; from
5411      pekkas@netcore.fi/bugzilla.redhat
5412    - markus@cvs.openbsd.org 2000/12/03 11:15:03
5413      [auth2.c compat.c compat.h sshconnect2.c]
5414      support f-secure/ssh.com 2.0.12; ok niels@
5415
5416 20001203
5417  - (bal) OpenBSD CVS updates:
5418   - markus@cvs.openbsd.org 2000/11/30 22:54:31
5419     [channels.c]
5420     debug->warn if tried to do -R style fwd w/o client requesting this;
5421     ok neils@
5422   - markus@cvs.openbsd.org 2000/11/29 20:39:17
5423     [cipher.c]
5424     des_cbc_encrypt -> des_ncbc_encrypt since it already updates the IV
5425   - markus@cvs.openbsd.org 2000/11/30 18:33:05
5426     [ssh-agent.c]
5427     agents must not dump core, ok niels@
5428   - markus@cvs.openbsd.org 2000/11/30 07:04:02
5429     [ssh.1]
5430     T is for both protocols
5431   - markus@cvs.openbsd.org 2000/12/01 00:00:51
5432     [ssh.1]
5433     typo; from green@FreeBSD.org
5434   - markus@cvs.openbsd.org 2000/11/30 07:02:35
5435     [ssh.c]
5436     check -T before isatty()
5437   - provos@cvs.openbsd.org 2000/11/29 13:51:27
5438     [sshconnect.c]
5439     show IP address and hostname when new key is encountered. okay markus@
5440   - markus@cvs.openbsd.org 2000/11/30 22:53:35
5441     [sshconnect.c]
5442     disable agent/x11/port fwding if hostkey has changed; ok niels@
5443   - marksu@cvs.openbsd.org 2000/11/29 21:11:59
5444     [sshd.c]
5445     sshd -D, startup w/o deamon(), for monitoring scripts or inittab;
5446     from handler@sub-rosa.com and eric@urbanrange.com; ok niels@
5447  - (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enable
5448    PAM authentication using KbdInteractive.
5449  - (djm) Added another TODO
5450
5451 20001202
5452  - (bal) Backed out of part of Alain St-Denis' loginrec.c patch.
5453  - (bal) Irix need some sort of mansubdir, patch by Michael Stone
5454    <mstone@cs.loyola.edu>
5455
5456 20001129
5457  - (djm) Back out all the serverloop.c hacks. sshd will now hang again
5458    if there are background children with open fds.
5459  - (djm) bsd-rresvport.c bzero -> memset
5460  - (djm) Don't fail in defines.h on absence of 64 bit types (we will
5461    still fail during compilation of sftp-server).
5462  - (djm) Fail if ar is not found during configure
5463  - (djm) OpenBSD CVS updates:
5464    - provos@cvs.openbsd.org  2000/11/22 08:38:31
5465      [sshd.8]
5466      talk about /etc/primes, okay markus@
5467    - markus@cvs.openbsd.org  2000/11/23 14:03:48
5468      [ssh.c sshconnect1.c sshconnect2.c]
5469      complain about invalid ciphers for ssh1/ssh2, fall back to reasonable
5470      defaults
5471    - markus@cvs.openbsd.org  2000/11/25 09:42:53
5472      [sshconnect1.c]
5473      reorder check for illegal ciphers, bugreport from espie@
5474    - markus@cvs.openbsd.org  2000/11/25 10:19:34
5475      [ssh-keygen.c ssh.h]
5476      print keytype when generating a key.
5477      reasonable defaults for RSA1/RSA/DSA keys.
5478  - (djm) Patch from Pekka Savola <Pekka.Savola@netcore.fi> to include a few
5479    more manpage paths in fixpaths calls
5480  - (djm) Also add xauth path at Pekka's suggestion.
5481  - (djm) Add Redhat RPM patch for AUTHPRIV SyslogFacility
5482
5483 20001125
5484  - (djm) Give up privs when reading seed file
5485
5486 20001123
5487  - (bal) Merge OpenBSD changes:
5488    - markus@cvs.openbsd.org  2000/11/15 22:31:36
5489      [auth-options.c]
5490      case insensitive key options; from stevesk@sweeden.hp.com
5491    - markus@cvs.openbsd.org  2000/11/16 17:55:43
5492      [dh.c]
5493      do not use perror() in sshd, after child is forked()
5494    - markus@cvs.openbsd.org  2000/11/14 23:42:40
5495      [auth-rsa.c]
5496      parse option only if key matches; fix some confusing seen by the client
5497    - markus@cvs.openbsd.org  2000/11/14 23:44:19
5498      [session.c]
5499      check no_agent_forward_flag for ssh-2, too
5500    - markus@cvs.openbsd.org  2000/11/15
5501      [ssh-agent.1]
5502      reorder SYNOPSIS; typo, use .It
5503    - markus@cvs.openbsd.org  2000/11/14 23:48:55
5504      [ssh-agent.c]
5505      do not reorder keys if a key is removed
5506    - markus@cvs.openbsd.org  2000/11/15 19:58:08
5507      [ssh.c]
5508      just ignore non existing user keys
5509    - millert@cvs.openbsd.org  200/11/15 20:24:43
5510      [ssh-keygen.c]
5511      Add missing \n at end of error message.
5512
5513 20001122
5514  - (bal) Minor patch to ensure platforms lacking IRIX job limit supports
5515    are compilable.
5516  - (bal) Updated TODO as of 11/18/2000 with known things to resolve.
5517
5518 20001117
5519  - (bal) Changed from 'primes' to 'primes.out' for consistancy sake.  It
5520    has no affect the output.  Patch by Corinna Vinschen <vinschen@redhat.com>
5521  - (stevesk) Reworked progname support.
5522  - (bal) Misplaced #include "includes.h" in bsd-setproctitle.c.  Patch by
5523    Shinichi Maruyama <marya@st.jip.co.jp>
5524
5525 20001116
5526  - (bal) Added in MAXSYMLINK test in bsd-realpath.c.  Required for some SCO
5527    releases.
5528  - (bal) Make builds work outside of source tree.  Patch by Mark D. Roth
5529    <roth@feep.net>
5530
5531 20001113
5532  - (djm) Add pointer to http://www.imasy.or.jp/~gotoh/connect.c to
5533    contrib/README
5534  - (djm) Merge OpenBSD changes:
5535    - markus@cvs.openbsd.org  2000/11/06 16:04:56
5536      [channels.c channels.h clientloop.c nchan.c serverloop.c]
5537      [session.c ssh.c]
5538      agent forwarding and -R for ssh2, based on work from
5539      jhuuskon@messi.uku.fi
5540    - markus@cvs.openbsd.org  2000/11/06 16:13:27
5541      [ssh.c sshconnect.c sshd.c]
5542      do not disabled rhosts(rsa) if server port > 1024; from
5543      pekkas@netcore.fi
5544    - markus@cvs.openbsd.org  2000/11/06 16:16:35
5545      [sshconnect.c]
5546      downgrade client to 1.3 if server is 1.4; help from mdb@juniper.net
5547    - markus@cvs.openbsd.org  2000/11/09 18:04:40
5548      [auth1.c]
5549      typo; from mouring@pconline.com
5550    - markus@cvs.openbsd.org  2000/11/12 12:03:28
5551      [ssh-agent.c]
5552      off-by-one when removing a key from the agent
5553    - markus@cvs.openbsd.org  2000/11/12 12:50:39
5554      [auth-rh-rsa.c auth2.c authfd.c authfd.h]
5555      [authfile.c hostfile.c kex.c kex.h key.c key.h myproposal.h]
5556      [readconf.c readconf.h rsa.c rsa.h servconf.c servconf.h ssh-add.c]
5557      [ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh.1 ssh.c ssh_config]
5558      [sshconnect1.c sshconnect2.c sshd.8 sshd.c sshd_config ssh-dss.c]
5559      [ssh-dss.h ssh-rsa.c ssh-rsa.h dsa.c dsa.h]
5560      add support for RSA to SSH2.  please test.
5561      there are now 3 types of keys: RSA1 is used by ssh-1 only,
5562      RSA and DSA are used by SSH2.
5563      you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA
5564      keys for SSH2 and use the RSA keys for hostkeys or for user keys.
5565      SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before.
5566  - (djm) Fix up Makefile and Redhat init script to create RSA host keys
5567  - (djm) Change to interim version
5568  - (djm) Fix RPM spec file stupidity
5569  - (djm) fixpaths to DSA and RSA keys too
5570
5571 20001112
5572  - (bal) SCO Patch to add needed libraries for configure.in.  Patch by
5573    Phillips Porch <root@theporch.com>
5574  - (bal) IRIX patch to adding Job Limits.  Patch by Denis Parker
5575    <dcp@sgi.com>
5576  - (stevesk) pty.c: HP-UX 10 and 11 don't define TIOCSCTTY.  Add error() to
5577    failed ioctl(TIOCSCTTY) call.
5578
5579 20001111
5580  - (djm) Added /etc/primes for kex DH group neg, fixup Makefile.in and
5581    packaging files
5582  - (djm) Fix new Makefile.in warnings
5583  - (djm) Fix vsprintf("%h") in bsd-snprintf.c, short int va_args are
5584    promoted to type int. Report and fix from Dan Astoorian
5585    <djast@cs.toronto.edu>
5586  - (djm) Hardwire sysconfdir in RPM spec files as some RPM versions get
5587    it wrong. Report from Bennett Todd <bet@rahul.net>
5588
5589 20001110
5590  - (bal) Fixed dropped answer from skey_keyinfo() in auth1.c
5591  - (bal) Changed from --with-skey to --with-skey=PATH in configure.in
5592  - (bal) Added in check to verify S/Key library is being detected in
5593    configure.in
5594  - (bal) next-posix.h - added another prototype wrapped in POSIX ifdef/endif.
5595    Patch by Mark Miller <markm@swoon.net>
5596  - (bal) Added 'util.h' header to loginrec.c only if HAVE_UTIL_H is defined
5597    to remove warnings under MacOS X.  Patch by Mark Miller <markm@swoon.net>
5598  - (bal) Fixed LDFLAG mispelling in configure.in for --with-afs
5599
5600 20001107
5601  - (bal) acconfig.in - removed the double "USE_PIPES" entry. Patch by
5602    Mark Miller <markm@swoon.net>
5603  - (bal) sshd.init files corrected to assign $? to RETVAL.  Patch by
5604    Jarno Huuskonen <jhuuskon@messi.uku.fi>
5605  - (bal) fixpaths fixed to stop it from quitely failing. Patch by
5606    Mark D. Roth <roth@feep.net>
5607
5608 20001106
5609  - (djm) Use Jim's new 1.0.3 askpass in Redhat RPMs
5610  - (djm) Manually fix up missed diff hunks (mainly RCS idents)
5611  - (djm) Remove UPGRADING document in favour of a link to the better
5612    maintained FAQ on www.openssh.com
5613  - (djm) Fix multiple dependancy on gnome-libs from Pekka Savola
5614    <pekkas@netcore.fi>
5615  - (djm) Don't need X11-askpass in RPM spec file if building without it
5616    from Pekka Savola <pekkas@netcore.fi>
5617  - (djm) Release 2.3.0p1
5618  - (bal) typo in configure.in in regards to --with-ldflags from Marko
5619    Asplund <aspa@kronodoc.fi>
5620  - (bal) fixed next-posix.h.  Forgot prototype of getppid().
5621
5622 20001105
5623  - (bal) Sync with OpenBSD:
5624    - markus@cvs.openbsd.org 2000/10/31 9:31:58
5625      [compat.c]
5626      handle all old openssh versions
5627    - markus@cvs.openbsd.org 2000/10/31 13:1853
5628      [deattack.c]
5629      so that large packets do not wrap "n"; from netbsd
5630  - (bal) rijndel.c - fix up RCSID to match OpenBSD tree
5631  - (bal) auth2-skey.c - Checked in.  Missing from portable tree.
5632  - (bal) Reworked NEWS-OS and NeXT ports to extract waitpid() and
5633    setsid() into more common files
5634  - (stevesk) pty.c: use __hpux to identify HP-UX.
5635  - (bal) Missed auth-skey.o in Makefile.in and minor correction to
5636    bsd-waitpid.c
5637
5638 20001029
5639  - (stevesk) Fix typo in auth.c: USE_PAM not PAM
5640  - (stevesk) Create contrib/cygwin/ directory; patch from
5641    Corinna Vinschen <vinschen@redhat.com>
5642  - (bal) Resolved more $xno and $xyes issues in configure.in
5643  - (bal) next-posix.h - spelling and forgot a prototype
5644
5645 20001028
5646  - (djm) fix select hack in serverloop.c from Philippe WILLEM
5647    <Philippe.WILLEM@urssaf.fr>
5648  - (djm) Fix mangled AIXAUTHENTICATE code
5649  - (djm) authctxt->pw may be NULL. Fix from Markus Friedl
5650    <markus.friedl@informatik.uni-erlangen.de>
5651  - (djm) Sync with OpenBSD:
5652    - markus@cvs.openbsd.org  2000/10/16 15:46:32
5653      [ssh.1]
5654      fixes from pekkas@netcore.fi
5655    - markus@cvs.openbsd.org  2000/10/17 14:28:11
5656      [atomicio.c]
5657      return number of characters processed; ok deraadt@
5658    - markus@cvs.openbsd.org  2000/10/18 12:04:02
5659      [atomicio.c]
5660      undo
5661    - markus@cvs.openbsd.org  2000/10/18 12:23:02
5662      [scp.c]
5663      replace atomicio(read,...) with read(); ok deraadt@
5664    - markus@cvs.openbsd.org  2000/10/18 12:42:00
5665      [session.c]
5666      restore old record login behaviour
5667    - deraadt@cvs.openbsd.org 2000/10/19 10:41:13
5668      [auth-skey.c]
5669      fmt string problem in unused code
5670    - provos@cvs.openbsd.org  2000/10/19 10:45:16
5671      [sshconnect2.c]
5672      don't reference freed memory. okay deraadt@
5673    - markus@cvs.openbsd.org  2000/10/21 11:04:23
5674      [canohost.c]
5675      typo, eramore@era-t.ericsson.se; ok niels@
5676    - markus@cvs.openbsd.org  2000/10/23 13:31:55
5677      [cipher.c]
5678      non-alignment dependent swap_bytes(); from
5679      simonb@wasabisystems.com/netbsd
5680    - markus@cvs.openbsd.org  2000/10/26 12:38:28
5681      [compat.c]
5682      add older vandyke products
5683    - markus@cvs.openbsd.org  2000/10/27 01:32:19
5684      [channels.c channels.h clientloop.c serverloop.c session.c]
5685      [ssh.c util.c]
5686      enable non-blocking IO on channels, and tty's (except for the
5687      client ttys).
5688
5689 20001027
5690  - (djm) Increase REKEY_BYTES to 2^24 for arc4random
5691
5692 20001025
5693  - (djm) Added WARNING.RNG file and modified configure to ask users of the
5694    builtin entropy code to read it.
5695  - (djm) Prefer builtin regex to PCRE.
5696  - (bal) Added USE_PIPS defined to NeXT configure.in since scp hangs randomly.
5697  - (bal) Apply fixes to configure.in pointed out by Pavel Roskin
5698    <proski@gnu.org>
5699
5700 20001020
5701  - (djm) Don't define _REENTRANT for SNI/Reliant Unix
5702  - (bal) Imported NEWS-OS waitpid() macros into NeXT.  Since implementation
5703    is more correct then current version.
5704
5705 20001018
5706  - (stevesk) Add initial support for setproctitle().  Current
5707    support is for the HP-UX pstat(PSTAT_SETCMD, ...) method.
5708  - (stevesk) Add egd startup scripts to contrib/hpux/
5709
5710 20001017
5711  - (djm) Add -lregex to cywin libs from Corinna Vinschen
5712    <vinschen@cygnus.com>
5713  - (djm) Don't rely on atomicio's retval to determine length of askpass
5714    supplied passphrase. Problem report from Lutz Jaenicke
5715    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
5716  - (bal) Changed from GNU rx to PCRE on suggestion from djm.
5717  - (bal) Integrated Sony NEWS-OS patches from NAKAJI Hirouyuki
5718    <nakaji@tutrp.tut.ac.jp>
5719
5720 20001016
5721  - (djm) Sync with OpenBSD:
5722    - markus@cvs.openbsd.org  2000/10/14 04:01:15
5723      [cipher.c]
5724      debug3
5725    - markus@cvs.openbsd.org  2000/10/14 04:07:23
5726      [scp.c]
5727      remove spaces from arguments; from djm@mindrot.org
5728    - markus@cvs.openbsd.org  2000/10/14 06:09:46
5729      [ssh.1]
5730      Cipher is for SSH-1 only
5731    - markus@cvs.openbsd.org  2000/10/14 06:12:09
5732      [servconf.c servconf.h serverloop.c session.c sshd.8]
5733      AllowTcpForwarding; from naddy@
5734    - markus@cvs.openbsd.org  2000/10/14 06:16:56
5735      [auth2.c compat.c compat.h sshconnect2.c version.h]
5736      OpenSSH_2.3; note that is is not complete, but the version number
5737      needs to be changed for interoperability reasons
5738    - markus@cvs.openbsd.org  2000/10/14 06:19:45
5739      [auth-rsa.c]
5740      do not send RSA challenge if key is not allowed by key-options; from
5741      eivind@ThinkSec.com
5742    - markus@cvs.openbsd.org  2000/10/15 08:14:01
5743      [rijndael.c session.c]
5744      typos; from stevesk@sweden.hp.com
5745    - markus@cvs.openbsd.org  2000/10/15 08:18:31
5746      [rijndael.c]
5747      typo
5748  - (djm) Copy manpages back over from OpenBSD - too tedious to wade
5749    through diffs
5750  - (djm) Added condrestart to Redhat init script. Patch from Pekka Savola
5751    <pekkas@netcore.fi>
5752  - (djm) Update version in Redhat spec file
5753  - (djm) Merge some of Nalin Dahyabhai <nalin@redhat.com> changes from the
5754    Redhat 7.0 spec file
5755  - (djm) Make inability to read/write PRNG seedfile non-fatal
5756
5757
5758 20001015
5759  - (djm) Fix ssh2 hang on background processes at logout.
5760
5761 20001014
5762  - (bal) Add support for realpath and getcwd for platforms with broken
5763    or missing realpath implementations for sftp-server.
5764  - (bal) Corrected mistake in INSTALL in regards to GNU rx library
5765  - (bal) Add support for GNU rx library for those lacking regexp support
5766  - (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth
5767  - (djm) Revert SSH2 serverloop hack, will find a better way.
5768  - (djm) Add workaround for Linux 2.4's gratuitious errno change. Patch
5769    from Martin Johansson <fatbob@acc.umu.se>
5770  - (djm) Big OpenBSD sync:
5771    - markus@cvs.openbsd.org  2000/09/30 10:27:44
5772      [log.c]
5773      allow loglevel debug
5774    - markus@cvs.openbsd.org  2000/10/03 11:59:57
5775      [packet.c]
5776      hmac->mac
5777    - markus@cvs.openbsd.org  2000/10/03 12:03:03
5778      [auth-krb4.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth1.c]
5779      move fake-auth from auth1.c to individual auth methods, disables s/key in
5780      debug-msg
5781    - markus@cvs.openbsd.org  2000/10/03 12:16:48
5782      ssh.c
5783      do not resolve canonname, i have no idea why this was added oin ossh
5784    - markus@cvs.openbsd.org  2000/10/09 15:30:44
5785      ssh-keygen.1 ssh-keygen.c
5786      -X now reads private ssh.com DSA keys, too.
5787    - markus@cvs.openbsd.org  2000/10/09 15:32:34
5788      auth-options.c
5789      clear options on every call.
5790    - markus@cvs.openbsd.org  2000/10/09 15:51:00
5791      authfd.c authfd.h
5792      interop with ssh-agent2, from <res@shore.net>
5793    - markus@cvs.openbsd.org  2000/10/10 14:20:45
5794      compat.c
5795      use rexexp for version string matching
5796    - provos@cvs.openbsd.org  2000/10/10 22:02:18
5797      [kex.c kex.h myproposal.h ssh.h ssh2.h sshconnect2.c sshd.c dh.c dh.h]
5798      First rough implementation of the diffie-hellman group exchange.  The
5799      client can ask the server for bigger groups to perform the diffie-hellman
5800      in, thus increasing the attack complexity when using ciphers with longer
5801      keys.  University of Windsor provided network, T the company.
5802    - markus@cvs.openbsd.org  2000/10/11 13:59:52
5803      [auth-rsa.c auth2.c]
5804      clear auth options unless auth sucessfull
5805    - markus@cvs.openbsd.org  2000/10/11 14:00:27
5806      [auth-options.h]
5807      clear auth options unless auth sucessfull
5808    - markus@cvs.openbsd.org  2000/10/11 14:03:27
5809      [scp.1 scp.c]
5810      support 'scp -o' with help from mouring@pconline.com
5811    - markus@cvs.openbsd.org  2000/10/11 14:11:35
5812      [dh.c]
5813      Wall
5814    - markus@cvs.openbsd.org  2000/10/11 14:14:40
5815      [auth.h auth2.c readconf.c readconf.h readpass.c servconf.c servconf.h]
5816      [ssh.h sshconnect2.c sshd_config auth2-skey.c cli.c cli.h]
5817      add support for s/key (kbd-interactive) to ssh2, based on work by
5818      mkiernan@avantgo.com and me
5819    - markus@cvs.openbsd.org  2000/10/11 14:27:24
5820      [auth.c auth1.c auth2.c authfile.c cipher.c cipher.h kex.c kex.h]
5821      [myproposal.h packet.c readconf.c session.c ssh.c ssh.h sshconnect1.c]
5822      [sshconnect2.c sshd.c]
5823      new cipher framework
5824    - markus@cvs.openbsd.org  2000/10/11 14:45:21
5825      [cipher.c]
5826      remove DES
5827    - markus@cvs.openbsd.org  2000/10/12 03:59:20
5828      [cipher.c cipher.h sshconnect1.c sshconnect2.c sshd.c]
5829      enable DES in SSH-1 clients only
5830    - markus@cvs.openbsd.org  2000/10/12 08:21:13
5831      [kex.h packet.c]
5832      remove unused
5833    - markus@cvs.openbsd.org  2000/10/13 12:34:46
5834      [sshd.c]
5835      Kludge for F-Secure Macintosh < 1.0.2; appro@fy.chalmers.se
5836    - markus@cvs.openbsd.org  2000/10/13 12:59:15
5837      [cipher.c cipher.h myproposal.h  rijndael.c rijndael.h]
5838      rijndael/aes support
5839    - markus@cvs.openbsd.org  2000/10/13 13:10:54
5840      [sshd.8]
5841      more info about -V
5842    - markus@cvs.openbsd.org  2000/10/13 13:12:02
5843      [myproposal.h]
5844      prefer no compression
5845  - (djm) Fix scp user@host handling
5846  - (djm) Don't clobber ssh_prng_cmds on install
5847  - (stevesk) Include config.h in rijndael.c so we define intXX_t and
5848    u_intXX_t types on all platforms.
5849  - (stevesk) rijndael.c: cleanup missing declaration warnings.
5850  - (stevesk) ~/.hushlogin shouldn't cause required password change to
5851    be bypassed.
5852  - (stevesk) Display correct path to ssh-askpass in configure output.
5853    Report from Lutz Jaenicke.
5854
5855 20001007
5856  - (stevesk) Print PAM return value in PAM log messages to aid
5857    with debugging.
5858  - (stevesk) Fix detection of pw_class struct member in configure;
5859    patch from KAMAHARA Junzo <kamahara@cc.kshosen.ac.jp>
5860
5861 20001002
5862  - (djm) Fix USER_PATH, report from Kevin Steves <stevesk@sweden.hp.com>
5863  - (djm) Add host system and CC to end-of-configure report. Suggested by
5864    Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
5865
5866 20000931
5867  - (djm) Cygwin fixes from Corinna Vinschen <vinschen@cygnus.com>
5868
5869 20000930
5870  - (djm) Irix ssh_prng_cmds path fix from Pekka Savola <pekkas@netcore.fi>
5871  - (djm) Support in bsd-snprintf.c for long long conversions from
5872    Ben Lindstrom <mouring@pconline.com>
5873  - (djm) Cleanup NeXT support from Ben Lindstrom <mouring@pconline.com>
5874  - (djm) Ignore SIGPIPEs from serverloop to child. Fixes crashes with
5875    very short lived X connections. Bug report from Tobias Oetiker
5876    <oetiker@ee.ethz.ch>. Fix from Markus Friedl <markus@cvs.openbsd.org>
5877  - (djm) Add recent InitScripts as a RPM dependancy for openssh-server
5878    patch from Pekka Savola <pekkas@netcore.fi>
5879  - (djm) Forgot to cvs add LICENSE file
5880  - (djm) Add LICENSE to RPM spec files
5881  - (djm) CVS OpenBSD sync:
5882    - markus@cvs.openbsd.org  2000/09/26 13:59:59
5883      [clientloop.c]
5884      use debug2
5885    - markus@cvs.openbsd.org  2000/09/27 15:41:34
5886      [auth2.c sshconnect2.c]
5887      use key_type()
5888    - markus@cvs.openbsd.org  2000/09/28 12:03:18
5889      [channels.c]
5890      debug -> debug2 cleanup
5891  - (djm) Irix strips "/dev/tty" from [uw]tmp entries (other systems only
5892    strip "/dev/"). Fix loginrec.c based on patch from Alain St-Denis
5893    <Alain.St-Denis@ec.gc.ca>
5894  - (djm) Fix 9 character passphrase failure with gnome-ssh-askpass.
5895    Problem was caused by interrupted read in ssh-add. Report from Donald
5896    J. Barry <don@astro.cornell.edu>
5897
5898 20000929
5899  - (djm) Fix SSH2 not terminating until all background tasks done problem.
5900  - (djm) Another off-by-one fix from Pavel Kankovsky
5901    <peak@argo.troja.mff.cuni.cz>
5902  - (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,
5903    tidy necessary differences. Use Markus' new debugN() in entropy.c
5904  - (djm) Merged big SCO portability patch from Tim Rice
5905    <tim@multitalents.net>
5906
5907 20000926
5908  - (djm) Update X11-askpass to 1.0.2 in RPM spec file
5909  - (djm) Define _REENTRANT to pickup strtok_r() on HP/UX
5910  - (djm) Security: fix off-by-one buffer overrun in fake-getnameinfo.c.
5911    Report and fix from Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
5912
5913 20000924
5914  - (djm) Merged cleanup patch from Mark Miller <markm@swoon.net>
5915  - (djm) A bit more cleanup - created cygwin_util.h
5916  - (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller
5917    <markm@swoon.net>
5918
5919 20000923
5920  - (djm) Fix address logging in utmp from Kevin Steves
5921    <stevesk@sweden.hp.com>
5922  - (djm) Redhat spec and manpage fixes from Pekka Savola <pekkas@netcore.fi>
5923  - (djm) Seperate tests for int64_t and u_int64_t types
5924  - (djm) Tweak password expiry checking at suggestion of Kevin Steves
5925    <stevesk@sweden.hp.com>
5926  - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
5927  - (djm) Use printf %lld instead of %qd in sftp-server.c. Fix from
5928    Michael Stone <mstone@cs.loyola.edu>
5929  - (djm) OpenBSD CVS sync:
5930    - markus@cvs.openbsd.org  2000/09/17 09:38:59
5931      [sshconnect2.c sshd.c]
5932      fix DEBUG_KEXDH
5933    - markus@cvs.openbsd.org  2000/09/17 09:52:51
5934      [sshconnect.c]
5935      yes no; ok niels@
5936    - markus@cvs.openbsd.org  2000/09/21 04:55:11
5937      [sshd.8]
5938      typo
5939    - markus@cvs.openbsd.org  2000/09/21 05:03:54
5940      [serverloop.c]
5941      typo
5942    - markus@cvs.openbsd.org  2000/09/21 05:11:42
5943      scp.c
5944      utime() to utimes(); mouring@pconline.com
5945    - markus@cvs.openbsd.org  2000/09/21 05:25:08
5946      sshconnect2.c
5947      change login logic in ssh2, allows plugin of other auth methods
5948    - markus@cvs.openbsd.org  2000/09/21 05:25:35
5949      [auth2.c channels.c channels.h clientloop.c dispatch.c dispatch.h]
5950      [serverloop.c]
5951      add context to dispatch_run
5952    - markus@cvs.openbsd.org  2000/09/21 05:07:52
5953      authfd.c authfd.h ssh-agent.c
5954      bug compat for old ssh.com software
5955
5956 20000920
5957  - (djm) Fix bad path substitution. Report from Andrew Miner
5958    <asminer@cs.iastate.edu>
5959
5960 20000916
5961  - (djm) Fix SSL search order from Lutz Jaenicke
5962    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
5963  - (djm) New SuSE spec from Corinna Vinschen <corinna@vinschen.de>
5964  - (djm) Update CygWin support from Corinna Vinschen <vinschen@cygnus.com>
5965  - (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage.
5966    Patch from Larry Jones <larry.jones@sdrc.com>
5967  - (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM
5968    password change patch.
5969  - (djm) Bring licenses on my stuff in line with OpenBSD's
5970  - (djm) Cleanup auth-passwd.c and unify HP/UX authentication. Patch from
5971    Kevin Steves <stevesk@sweden.hp.com>
5972  - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>
5973  - (djm) Re-enable int64_t types - we need them for sftp
5974  - (djm) Use libexecdir from configure , rather than libexecdir/ssh
5975  - (djm) Update Redhat SPEC file accordingly
5976  - (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files
5977  - (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch
5978  - (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter
5979    <Dirk.DeWachter@rug.ac.be>
5980  - (djm) Fixprogs and entropy list fixes from Larry Jones
5981    <larry.jones@sdrc.com>
5982  - (djm) Fix for SuSE spec file from Takashi YOSHIDA
5983    <tyoshida@gemini.rc.kyushu-u.ac.jp>
5984  - (djm) Merge OpenBSD changes:
5985    - markus@cvs.openbsd.org  2000/09/05 02:59:57
5986      [session.c]
5987      print hostname (not hushlogin)
5988    - markus@cvs.openbsd.org  2000/09/05 13:18:48
5989      [authfile.c ssh-add.c]
5990      enable ssh-add -d for DSA keys
5991    - markus@cvs.openbsd.org  2000/09/05 13:20:49
5992      [sftp-server.c]
5993      cleanup
5994    - markus@cvs.openbsd.org  2000/09/06 03:46:41
5995      [authfile.h]
5996      prototype
5997    - deraadt@cvs.openbsd.org 2000/09/07 14:27:56
5998      [ALL]
5999      cleanup copyright notices on all files.  I have attempted to be
6000      accurate with the details.  everything is now under Tatu's licence
6001      (which I copied from his readme), and/or the core-sdi bsd-ish thing
6002      for deattack, or various openbsd developers under a 2-term bsd
6003      licence.  We're not changing any rules, just being accurate.
6004    - markus@cvs.openbsd.org  2000/09/07 14:40:30
6005      [channels.c channels.h clientloop.c serverloop.c ssh.c]
6006      cleanup window and packet sizes for ssh2 flow control; ok niels
6007    - markus@cvs.openbsd.org  2000/09/07 14:53:00
6008      [scp.c]
6009      typo
6010    - markus@cvs.openbsd.org  2000/09/07 15:13:37
6011      [auth-options.c auth-options.h auth-rh-rsa.c auth-rsa.c auth.c]
6012      [authfile.h canohost.c channels.h compat.c hostfile.h log.c match.h]
6013      [pty.c readconf.c]
6014      some more Copyright fixes
6015    - markus@cvs.openbsd.org  2000/09/08 03:02:51
6016      [README.openssh2]
6017      bye bye
6018    - deraadt@cvs.openbsd.org 2000/09/11 18:38:33
6019      [LICENCE cipher.c]
6020      a few more comments about it being ARC4 not RC4
6021    - markus@cvs.openbsd.org  2000/09/12 14:53:11
6022      [log-client.c log-server.c log.c ssh.1 ssh.c ssh.h sshd.8 sshd.c]
6023      multiple debug levels
6024    - markus@cvs.openbsd.org  2000/09/14 14:25:15
6025      [clientloop.c]
6026      typo
6027    - deraadt@cvs.openbsd.org 2000/09/15 01:13:51
6028      [ssh-agent.c]
6029      check return value for setenv(3) for failure, and deal appropriately
6030
6031 20000913
6032  - (djm) Fix server not exiting with jobs in background.
6033
6034 20000905
6035  - (djm) Import OpenBSD CVS changes
6036    - markus@cvs.openbsd.org  2000/08/31 15:52:24
6037      [Makefile sshd.8 sshd_config sftp-server.8 sftp-server.c]
6038      implement a SFTP server. interops with sftp2, scp2 and the windows
6039      client from ssh.com
6040    - markus@cvs.openbsd.org  2000/08/31 15:56:03
6041      [README.openssh2]
6042      sync
6043    - markus@cvs.openbsd.org  2000/08/31 16:05:42
6044      [session.c]
6045      Wall
6046    - markus@cvs.openbsd.org  2000/08/31 16:09:34
6047      [authfd.c ssh-agent.c]
6048      add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions
6049    - deraadt@cvs.openbsd.org 2000/09/01 09:25:13
6050      [scp.1 scp.c]
6051      cleanup and fix -S support; stevesk@sweden.hp.com
6052    - markus@cvs.openbsd.org  2000/09/01 16:29:32
6053      [sftp-server.c]
6054      portability fixes
6055    - markus@cvs.openbsd.org  2000/09/01 16:32:41
6056      [sftp-server.c]
6057      fix cast; mouring@pconline.com
6058    - itojun@cvs.openbsd.org  2000/09/03 09:23:28
6059      [ssh-add.1 ssh.1]
6060      add missing .El against .Bl.
6061    - markus@cvs.openbsd.org  2000/09/04 13:03:41
6062      [session.c]
6063      missing close; ok theo
6064    - markus@cvs.openbsd.org  2000/09/04 13:07:21
6065      [session.c]
6066      fix get_last_login_time order; from andre@van-veen.de
6067    - markus@cvs.openbsd.org  2000/09/04 13:10:09
6068      [sftp-server.c]
6069      more cast fixes; from mouring@pconline.com
6070    - markus@cvs.openbsd.org  2000/09/04 13:06:04
6071      [session.c]
6072      set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.net
6073  - (djm) Cleanup after import. Fix sftp-server compilation, Makefile
6074  - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>
6075
6076 20000903
6077  - (djm) Fix Redhat init script
6078
6079 20000901
6080  - (djm) Pick up Jim's new X11-askpass
6081  - (djm) Release 2.2.0p1
6082
6083 20000831
6084  - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
6085    <acox@cv.telegroup.com>
6086  - (djm) Pick up new version (2.2.0) from OpenBSD CVS
6087
6088 20000830
6089  - (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
6090  - (djm) Periodically rekey arc4random
6091  - (djm) Clean up diff against OpenBSD.
6092  - (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
6093    <stevesk@sweden.hp.com>
6094  - (djm) Quieten the pam delete credentials error message
6095  - (djm) Fix printing of $DISPLAY hack if set by system type. Report from
6096    Kevin Steves <stevesk@sweden.hp.com>
6097  - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
6098  - (djm) Fix doh in bsd-arc4random.c
6099
6100 20000829
6101  - (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert
6102    Doering <gert@greenie.muc.de>, John Horne <J.Horne@plymouth.ac.uk> and
6103    Garrick James <garrick@james.net>
6104  - (djm) Check for SCO pty naming style (ptyp%d/ttyp%d). Based on fix from
6105    Bastian Trompetter <btrompetter@firemail.de>
6106  - (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com>
6107  - More OpenBSD updates:
6108    - deraadt@cvs.openbsd.org 2000/08/24 15:46:59
6109      [scp.c]
6110      off_t in sink, to fix files > 2GB, i think, test is still running ;-)
6111    - deraadt@cvs.openbsd.org 2000/08/25 10:10:06
6112      [session.c]
6113      Wall
6114    - markus@cvs.openbsd.org  2000/08/26 04:33:43
6115      [compat.c]
6116      ssh.com-2.3.0
6117    - markus@cvs.openbsd.org  2000/08/27 12:18:05
6118      [compat.c]
6119      compatibility with future ssh.com versions
6120    - deraadt@cvs.openbsd.org 2000/08/27 21:50:55
6121      [auth-krb4.c session.c ssh-add.c sshconnect.c uidswap.c]
6122      print uid/gid as unsigned
6123    - markus@cvs.openbsd.org  2000/08/28 13:51:00
6124      [ssh.c]
6125      enable -n and -f for ssh2
6126    - markus@cvs.openbsd.org  2000/08/28 14:19:53
6127      [ssh.c]
6128      allow combination of -N and -f
6129    - markus@cvs.openbsd.org  2000/08/28 14:20:56
6130      [util.c]
6131      util.c
6132    - markus@cvs.openbsd.org  2000/08/28 14:22:02
6133      [util.c]
6134      undo
6135    - markus@cvs.openbsd.org  2000/08/28 14:23:38
6136      [util.c]
6137      don't complain if setting NONBLOCK fails with ENODEV
6138
6139 20000823
6140  - (djm) Define USE_PIPES to avoid socketpair problems on HPUX 10 and SunOS 4
6141    Avoids "scp never exits" problem. Reports from Lutz Jaenicke
6142    <Lutz.Jaenicke@aet.TU-Cottbus.DE> and Tamito KAJIYAMA
6143    <kajiyama@grad.sccs.chukyo-u.ac.jp>
6144  - (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers
6145  - (djm) Add local version to version.h
6146  - (djm) Don't reseed arc4random everytime it is used
6147  - (djm) OpenBSD CVS updates:
6148    - deraadt@cvs.openbsd.org 2000/08/18 20:07:23
6149      [ssh.c]
6150      accept remsh as a valid name as well; roman@buildpoint.com
6151    - deraadt@cvs.openbsd.org 2000/08/18 20:17:13
6152      [deattack.c crc32.c packet.c]
6153      rename crc32() to ssh_crc32() to avoid zlib name clash.  do not move to
6154      libz crc32 function yet, because it has ugly "long"'s in it;
6155      oneill@cs.sfu.ca
6156    - deraadt@cvs.openbsd.org 2000/08/18 20:26:08
6157      [scp.1 scp.c]
6158      -S prog support; tv@debian.org
6159    - deraadt@cvs.openbsd.org 2000/08/18 20:50:07
6160      [scp.c]
6161      knf
6162    - deraadt@cvs.openbsd.org 2000/08/18 20:57:33
6163      [log-client.c]
6164      shorten
6165    - markus@cvs.openbsd.org  2000/08/19 12:48:11
6166      [channels.c channels.h clientloop.c ssh.c ssh.h]
6167      support for ~. in ssh2
6168    - deraadt@cvs.openbsd.org 2000/08/19 15:29:40
6169      [crc32.h]
6170      proper prototype
6171    - markus@cvs.openbsd.org  2000/08/19 15:34:44
6172      [authfd.c authfd.h key.c key.h ssh-add.1 ssh-add.c ssh-agent.1]
6173      [ssh-agent.c ssh-keygen.c sshconnect1.c sshconnect2.c Makefile]
6174      [fingerprint.c fingerprint.h]
6175      add SSH2/DSA support to the agent and some other DSA related cleanups.
6176      (note that we cannot talk to ssh.com's ssh2 agents)
6177    - markus@cvs.openbsd.org  2000/08/19 15:55:52
6178      [channels.c channels.h clientloop.c]
6179      more ~ support for ssh2
6180    - markus@cvs.openbsd.org  2000/08/19 16:21:19
6181      [clientloop.c]
6182      oops
6183    - millert@cvs.openbsd.org 2000/08/20 12:25:53
6184      [session.c]
6185      We have to stash the result of get_remote_name_or_ip() before we
6186      close our socket or getpeername() will get EBADF and the process
6187      will exit.  Only a problem for "UseLogin yes".
6188    - millert@cvs.openbsd.org 2000/08/20 12:30:59
6189      [session.c]
6190      Only check /etc/nologin if "UseLogin no" since login(1) may have its
6191      own policy on determining who is allowed to login when /etc/nologin
6192      is present.  Also use the _PATH_NOLOGIN define.
6193    - millert@cvs.openbsd.org 2000/08/20 12:42:43
6194      [auth1.c auth2.c session.c ssh.c]
6195      Add calls to setusercontext() and login_get*().  We basically call
6196      setusercontext() in most places where previously we did a setlogin().
6197      Add default login.conf file and put root in the "daemon" login class.
6198    - millert@cvs.openbsd.org 2000/08/21 10:23:31
6199      [session.c]
6200      Fix incorrect PATH setting; noted by Markus.
6201
6202 20000818
6203  - (djm) OpenBSD CVS changes:
6204    - markus@cvs.openbsd.org  2000/07/22 03:14:37
6205      [servconf.c servconf.h sshd.8 sshd.c sshd_config]
6206      random early drop; ok theo, niels
6207    - deraadt@cvs.openbsd.org 2000/07/26 11:46:51
6208      [ssh.1]
6209      typo
6210    - deraadt@cvs.openbsd.org 2000/08/01 11:46:11
6211      [sshd.8]
6212      many fixes from pepper@mail.reppep.com
6213    - provos@cvs.openbsd.org  2000/08/01 13:01:42
6214      [Makefile.in util.c aux.c]
6215      rename aux.c to util.c to help with cygwin port
6216    - deraadt@cvs.openbsd.org 2000/08/02 00:23:31
6217      [authfd.c]
6218      correct sun_len; Alexander@Leidinger.net
6219    - provos@cvs.openbsd.org  2000/08/02 10:27:17
6220      [readconf.c sshd.8]
6221      disable kerberos authentication by default
6222    - provos@cvs.openbsd.org  2000/08/02 11:27:05
6223      [sshd.8 readconf.c auth-krb4.c]
6224      disallow kerberos authentication if we can't verify the TGT; from
6225      dugsong@
6226      kerberos authentication is on by default only if you have a srvtab.
6227    - markus@cvs.openbsd.org  2000/08/04 14:30:07
6228      [auth.c]
6229      unused
6230    - markus@cvs.openbsd.org  2000/08/04 14:30:35
6231      [sshd_config]
6232      MaxStartups
6233    - markus@cvs.openbsd.org  2000/08/15 13:20:46
6234      [authfd.c]
6235      cleanup; ok niels@
6236    - markus@cvs.openbsd.org  2000/08/17 14:05:10
6237      [session.c]
6238      cleanup login(1)-like jobs, no duplicate utmp entries
6239    - markus@cvs.openbsd.org  2000/08/17 14:06:34
6240      [session.c sshd.8 sshd.c]
6241       sshd -u len, similar to telnetd
6242  - (djm) Lastlog was not getting closed after writing login entry
6243  - (djm) Add Solaris package support from Rip Loomis <loomisg@cist.saic.com>
6244
6245 20000816
6246  - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)
6247  - (djm) Fix strerror replacement for old SunOS. Based on patch from
6248    Charles Levert <charles@comm.polymtl.ca>
6249  - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4
6250    implementation.
6251  - (djm) SUN_LEN macro for systems which lack it
6252
6253 20000815
6254  - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>
6255  - (djm) Avoid failures on Irix when ssh is not setuid. Fix from
6256    Michael Stone <mstone@cs.loyola.edu>
6257  - (djm) Don't seek in directory based lastlogs
6258  - (djm) Fix --with-ipaddr-display configure option test. Patch from
6259    Jarno Huuskonen <jhuuskon@messi.uku.fi>
6260  - (djm) Fix AIX limits from Alexandre Oliva <oliva@lsd.ic.unicamp.br>
6261
6262 20000813
6263  - (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from
6264    Fabrice bacchella <fabrice.bacchella@marchfirst.fr>
6265
6266 20000809
6267  - (djm) Define AIX hard limits if headers don't. Report from
6268    Bill Painter <william.t.painter@lmco.com>
6269  - (djm) utmp direct write & SunOS 4 patch from Charles Levert
6270    <charles@comm.polymtl.ca>
6271
6272 20000808
6273  - (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than install
6274    time, spec file cleanup.
6275
6276 20000807
6277  - (djm) Set 0755 on binaries during install. Report from Lutz Jaenicke
6278  - (djm) Suppress error messages on channel close shutdown() failurs
6279    works around Linux bug. Patch from Zack Weinberg <zack@wolery.cumb.org>
6280  - (djm) Add some more entropy collection commands from Lutz Jaenicke
6281
6282 20000725
6283  - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF
6284
6285 20000721
6286  - (djm) OpenBSD CVS updates:
6287    - markus@cvs.openbsd.org  2000/07/16 02:27:22
6288      [authfd.c authfd.h channels.c clientloop.c ssh-add.c ssh-agent.c ssh.c]
6289      [sshconnect1.c sshconnect2.c]
6290      make ssh-add accept dsa keys (the agent does not)
6291    - djm@cvs.openbsd.org     2000/07/17 19:25:02
6292      [sshd.c]
6293      Another closing of stdin; ok deraadt
6294    - markus@cvs.openbsd.org  2000/07/19 18:33:12
6295      [dsa.c]
6296      missing free, reorder
6297    - markus@cvs.openbsd.org  2000/07/20 16:23:14
6298      [ssh-keygen.1]
6299      document input and output files
6300
6301 20000720
6302  - (djm) Spec file fix from Petr Novotny <Petr.Novotny@antek.cz>
6303
6304 20000716
6305  - (djm) Release 2.1.1p4
6306
6307 20000715
6308  - (djm) OpenBSD CVS updates
6309    - provos@cvs.openbsd.org  2000/07/13 16:53:22
6310      [aux.c readconf.c servconf.c ssh.h]
6311      allow multiple whitespace but only one '=' between tokens, bug report from
6312      Ralf S. Engelschall <rse@engelschall.com> but different fix. okay deraadt@
6313    - provos@cvs.openbsd.org  2000/07/13 17:14:09
6314      [clientloop.c]
6315      typo; todd@fries.net
6316    - provos@cvs.openbsd.org  2000/07/13 17:19:31
6317      [scp.c]
6318      close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu>
6319    - markus@cvs.openbsd.org  2000/07/14 16:59:46
6320      [readconf.c servconf.c]
6321      allow leading whitespace. ok niels
6322    - djm@cvs.openbsd.org     2000/07/14 22:01:38
6323      [ssh-keygen.c ssh.c]
6324      Always create ~/.ssh with mode 700; ok Markus
6325  - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>
6326    - Include floatingpoint.h for entropy.c
6327    - strerror replacement
6328
6329 20000712
6330  - (djm) Remove -lresolve for Reliant Unix
6331  - (djm) OpenBSD CVS Updates:
6332    - deraadt@cvs.openbsd.org 2000/07/11 02:11:34
6333      [session.c sshd.c ]
6334      make MaxStartups code still work with -d; djm
6335    - deraadt@cvs.openbsd.org 2000/07/11 13:17:45
6336      [readconf.c ssh_config]
6337      disable FallBackToRsh by default
6338  - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from
6339    Ben Lindstrom <mouring@pconline.com>
6340  - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM
6341    spec file.
6342  - (djm) Released 2.1.1p3
6343
6344 20000711
6345  - (djm) Fixup for AIX getuserattr() support from Tom Bertelson
6346    <tbert@abac.com>
6347  - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>
6348  - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
6349    <mouring@pconline.com>
6350  - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
6351    from Jim Watt <jimw@peisj.pebio.com>
6352  - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known
6353    to compile on more platforms (incl NeXT).
6354  - (djm) Added bsd-inet_aton and configure support for NeXT
6355  - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>
6356  - (djm) OpenBSD CVS updates:
6357    - markus@cvs.openbsd.org  2000/06/26 03:22:29
6358      [authfd.c]
6359      cleanup, less cut&paste
6360    - markus@cvs.openbsd.org  2000/06/26 15:59:19
6361      [servconf.c servconf.h session.c sshd.8 sshd.c]
6362      MaxStartups: limit number of unauthenticated connections, work by
6363      theo and me
6364    - deraadt@cvs.openbsd.org 2000/07/05 14:18:07
6365      [session.c]
6366      use no_x11_forwarding_flag correctly; provos ok
6367    - provos@cvs.openbsd.org  2000/07/05 15:35:57
6368      [sshd.c]
6369      typo
6370    - aaron@cvs.openbsd.org   2000/07/05 22:06:58
6371      [scp.1 ssh-agent.1 ssh-keygen.1 sshd.8]
6372      Insert more missing .El directives. Our troff really should identify
6373      these and spit out a warning.
6374    - todd@cvs.openbsd.org    2000/07/06 21:55:04
6375      [auth-rsa.c auth2.c ssh-keygen.c]
6376      clean code is good code
6377    - deraadt@cvs.openbsd.org 2000/07/07 02:14:29
6378      [serverloop.c]
6379      sense of port forwarding flag test was backwards
6380    - provos@cvs.openbsd.org  2000/07/08 17:17:31
6381      [compat.c readconf.c]
6382      replace strtok with strsep; from David Young <dyoung@onthejob.net>
6383    - deraadt@cvs.openbsd.org 2000/07/08 19:21:15
6384      [auth.h]
6385      KNF
6386    - ho@cvs.openbsd.org      2000/07/08 19:27:33
6387      [compat.c readconf.c]
6388      Better conditions for strsep() ending.
6389    - ho@cvs.openbsd.org      2000/07/10 10:27:05
6390      [readconf.c]
6391      Get the correct message on errors. (niels@ ok)
6392    - ho@cvs.openbsd.org      2000/07/10 10:30:25
6393      [cipher.c kex.c servconf.c]
6394      strtok() --> strsep(). (niels@ ok)
6395  - (djm) Fix problem with debug mode and MaxStartups
6396  - (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPM
6397    builds)
6398  - (djm) Add strsep function from OpenBSD libc for systems that lack it
6399
6400 20000709
6401  - (djm) Only enable PAM_TTY kludge for Linux. Problem report from
6402    Kevin Steves <stevesk@sweden.hp.com>
6403  - (djm) Match prototype and function declaration for rresvport_af.
6404    Problem report from Niklas Edmundsson <nikke@ing.umu.se>
6405  - (djm) Missing $(DESTDIR) on host-key target causing problems with RPM
6406    builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu>
6407  - (djm) Replace ut_name with ut_user. Patch from Jim Watt
6408    <jimw@peisj.pebio.com>
6409  - (djm) Fix pam sprintf fix
6410  - (djm) Cleanup entropy collection code a little more. Split initialisation
6411    from seeding, perform intialisation immediatly at start, be careful with
6412    uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
6413  - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
6414    Including sigaction() et al. replacements
6415  - (djm) AIX getuserattr() session initialisation from Tom Bertelson
6416    <tbert@abac.com>
6417
6418 20000708
6419  - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
6420    Aaron Hopkins <aaron@die.net>
6421  - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
6422    Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
6423  - (djm) Fixed undefined variables for OSF SIA. Report from
6424    Baars, Henk <Hendrik.Baars@nl.origin-it.com>
6425  - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c
6426    Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL>
6427  - (djm) Don't use inet_addr.
6428
6429 20000702
6430  - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
6431  - (djm) Stop shadow expiry checking from preventing logins with NIS. Based
6432    on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
6433  - (djm) Use standard OpenSSL functions in auth-skey.c. Patch from
6434    Chris, the Young One <cky@pobox.com>
6435  - (djm) Fix scp progress meter on really wide terminals. Based on patch
6436    from James H. Cloos Jr. <cloos@jhcloos.com>
6437
6438 20000701
6439  - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
6440  - (djm) Login fixes from Tom Bertelson <tbert@abac.com>
6441  - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
6442    <vinschen@cygnus.com>
6443  - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
6444  - (djm) Added check for broken snprintf() functions which do not correctly
6445    terminate output string and attempt to use replacement.
6446  - (djm) Released 2.1.1p2
6447
6448 20000628
6449  - (djm) Fixes to lastlog code for Irix
6450  - (djm) Use atomicio in loginrec
6451  - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
6452    Irix 6.x array sessions, project id's, and system audit trail id.
6453  - (djm) Added 'distprep' make target to simplify packaging
6454  - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
6455    support. Enable using "USE_SIA=1 ./configure [options]"
6456
6457 20000627
6458  - (djm) Fixes to login code - not setting li->uid, cleanups
6459  - (djm) Formatting
6460
6461 20000626
6462  - (djm) Better fix to aclocal tests from Garrick James <garrick@james.net>
6463  - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
6464  - (djm) Added password expiry checking (no password change support)
6465  - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
6466    based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
6467  - (djm) Fix fixed EGD code.
6468  - OpenBSD CVS update
6469    - provos@cvs.openbsd.org  2000/06/25 14:17:58
6470      [channels.c]
6471      correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>
6472
6473 20000623
6474  - (djm) Use sa_family_t in prototype for rresvport_af. Patch from
6475    Svante Signell <svante.signell@telia.com>
6476  - (djm) Autoconf logic to define sa_family_t if it is missing
6477  - OpenBSD CVS Updates:
6478    - markus@cvs.openbsd.org  2000/06/22 10:32:27
6479      [sshd.c]
6480      missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL
6481    - djm@cvs.openbsd.org     2000/06/22 17:55:00
6482      [auth-krb4.c key.c radix.c uuencode.c]
6483      Missing CVS idents; ok markus
6484
6485 20000622
6486  - (djm) Automatically generate host key during "make install". Suggested
6487    by Gary E. Miller <gem@rellim.com>
6488  - (djm) Paranoia before kill() system call
6489  - OpenBSD CVS Updates:
6490    - markus@cvs.openbsd.org  2000/06/18 18:50:11
6491      [auth2.c compat.c compat.h sshconnect2.c]
6492      make userauth+pubkey interop with ssh.com-2.2.0
6493    - markus@cvs.openbsd.org  2000/06/18 20:56:17
6494      [dsa.c]
6495      mem leak + be more paranoid in dsa_verify.
6496    - markus@cvs.openbsd.org  2000/06/18 21:29:50
6497      [key.c]
6498      cleanup fingerprinting, less hardcoded sizes
6499    - markus@cvs.openbsd.org  2000/06/19 19:39:45
6500      [atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
6501      [auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h]
6502      [buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h]
6503      [clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h]
6504      [deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c]
6505      [kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c]
6506      [nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c]
6507      [rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c]
6508      [ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h]
6509      OpenBSD tag
6510    - markus@cvs.openbsd.org  2000/06/21 10:46:10
6511      sshconnect2.c missing free; nuke old comment
6512
6513 20000620
6514  - (djm) Replace use of '-o' and '-a' logical operators in configure tests
6515    with '||' and '&&'. As suggested by Jim Knoble <jmknoble@jmknoble.cx>
6516    to fix SCO Unixware problem reported by Gary E. Miller <gem@rellim.com>
6517  - (djm) Typo in loginrec.c
6518
6519 20000618
6520  - (djm) Add summary of configure options to end of ./configure run
6521  - (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from
6522    Michael Stone <mstone@cs.loyola.edu>
6523  - (djm) rusage is a privileged operation on some Unices (incl.
6524    Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com>
6525  - (djm) Avoid PAM failures when running without a TTY. Report from
6526    Martin Petrak <petrak@spsknm.schools.sk>
6527  - (djm) Include sys/types.h when including netinet/in.h in configure tests.
6528    Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>
6529  - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
6530  - OpenBSD CVS updates:
6531    - deraadt@cvs.openbsd.org 2000/06/17 09:58:46
6532      [channels.c]
6533      everyone says "nix it" (remove protocol 2 debugging message)
6534    - markus@cvs.openbsd.org  2000/06/17 13:24:34
6535      [sshconnect.c]
6536      allow extended server banners
6537    - markus@cvs.openbsd.org  2000/06/17 14:30:10
6538      [sshconnect.c]
6539      missing atomicio, typo
6540    - jakob@cvs.openbsd.org   2000/06/17 16:52:34
6541      [servconf.c servconf.h session.c sshd.8 sshd_config]
6542      add support for ssh v2 subsystems. ok markus@.
6543    - deraadt@cvs.openbsd.org 2000/06/17 18:57:48
6544      [readconf.c servconf.c]
6545      include = in WHITESPACE; markus ok
6546    - markus@cvs.openbsd.org  2000/06/17 19:09:10
6547      [auth2.c]
6548      implement bug compatibility with ssh-2.0.13 pubkey, server side
6549    - markus@cvs.openbsd.org  2000/06/17 21:00:28
6550      [compat.c]
6551      initial support for ssh.com's 2.2.0
6552    - markus@cvs.openbsd.org  2000/06/17 21:16:09
6553      [scp.c]
6554      typo
6555    - markus@cvs.openbsd.org  2000/06/17 22:05:02
6556      [auth-rsa.c auth2.c serverloop.c session.c auth-options.c auth-options.h]
6557      split auth-rsa option parsing into auth-options
6558      add options support to authorized_keys2
6559    - markus@cvs.openbsd.org  2000/06/17 22:42:54
6560      [session.c]
6561      typo
6562
6563 20000613
6564  - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:
6565   - Platform define for SCO 3.x which breaks on /dev/ptmx
6566   - Detect and try to fix missing MAXPATHLEN
6567  - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp
6568    <P.S.S.Camp@ukc.ac.uk>
6569
6570 20000612
6571  - (djm) Glob manpages in RPM spec files to catch compressed files
6572  - (djm) Full license in auth-pam.c
6573  - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
6574  - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>:
6575   - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is
6576      def'd
6577   - Set AIX to use preformatted manpages
6578
6579 20000610
6580  - (djm) Minor doc tweaks
6581  - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>
6582
6583 20000609
6584  - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage
6585    (in favour of utmpx) on Solaris 8
6586
6587 20000606
6588  - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
6589    list of commands (by default). Removed verbose debugging (by default).
6590  - (djm) Increased command entropy estimates and default entropy collection
6591    timeout
6592  - (djm) Remove duplicate headers from loginrec.c
6593  - (djm) Don't add /usr/local/lib to library search path on Irix
6594  - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
6595    <tibbs@math.uh.edu>
6596  - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
6597    <zack@wolery.cumb.org>
6598  - (djm) OpenBSD CVS updates:
6599   - todd@cvs.openbsd.org
6600     [sshconnect2.c]
6601     teach protocol v2 to count login failures properly and also enable an
6602     explanation of why the password prompt comes up again like v1; this is NOT
6603     crypto
6604   - markus@cvs.openbsd.org
6605     [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
6606     xauth_location support; pr 1234
6607     [readconf.c sshconnect2.c]
6608     typo, unused
6609     [session.c]
6610     allow use_login only for login sessions, otherwise remote commands are
6611     execed with uid==0
6612     [sshd.8]
6613     document UseLogin better
6614     [version.h]
6615     OpenSSH 2.1.1
6616     [auth-rsa.c]
6617     fix match_hostname() logic for auth-rsa: deny access if we have a
6618     negative match or no match at all
6619     [channels.c hostfile.c match.c]
6620     don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via
6621     kris@FreeBSD.org
6622
6623 20000606
6624  - (djm) Added --with-cflags, --with-ldflags and --with-libs options to
6625    configure.
6626
6627 20000604
6628  - Configure tweaking for new login code on Irix 5.3
6629  - (andre) login code changes based on djm feedback
6630
6631 20000603
6632  - (andre) New login code
6633     - Remove bsd-login.[ch] and all the OpenBSD-derived code in login.c
6634     - Add loginrec.[ch], logintest.c and autoconf code
6635
6636 20000531
6637  - Cleanup of auth.c, login.c and fake-*
6638  - Cleanup of auth-pam.c, save and print "account expired" error messages
6639  - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>
6640  - Rewrote bsd-login to use proper utmp API if available. Major cleanup
6641    of fallback DIY code.
6642
6643 20000530
6644  - Define atexit for old Solaris
6645  - Fix buffer overrun in login.c for systems which use syslen in utmpx.
6646    patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp>
6647  - OpenBSD CVS updates:
6648   - markus@cvs.openbsd.org
6649     [session.c]
6650     make x11-fwd work w/ localhost (xauth add host/unix:11)
6651     [cipher.c compat.c readconf.c servconf.c]
6652     check strtok() != NULL; ok niels@
6653     [key.c]
6654     fix key_read() for uuencoded keys w/o '='
6655     [serverloop.c]
6656     group ssh1 vs. ssh2 in serverloop
6657     [kex.c kex.h myproposal.h sshconnect2.c sshd.c]
6658     split kexinit/kexdh, factor out common code
6659     [readconf.c ssh.1 ssh.c]
6660     forwardagent defaults to no, add ssh -A
6661   - theo@cvs.openbsd.org
6662     [session.c]
6663     just some line shortening
6664  - Released 2.1.0p3
6665
6666 20000520
6667  - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
6668  - Don't touch utmp if USE_UTMPX defined
6669  - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>
6670  - SIGCHLD fix for AIX and HPUX from Tom Bertelson <tbert@abac.com>
6671  - HPUX and Configure fixes from Lutz Jaenicke
6672    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
6673  - Use mkinstalldirs script to make directories instead of non-portable
6674    "install -d". Suggested by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
6675  - Doc cleanup
6676
6677 20000518
6678  - Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterday
6679  - OpenBSD CVS updates:
6680   - markus@cvs.openbsd.org
6681     [sshconnect.c]
6682     copy only ai_addrlen bytes; misiek@pld.org.pl
6683     [auth.c]
6684     accept an empty shell in authentication; bug reported by
6685     chris@tinker.ucr.edu
6686     [serverloop.c]
6687     we don't have stderr for interactive terminal sessions (fcntl errors)
6688
6689 20000517
6690  - Fix from Andre Lucas <andre.lucas@dial.pipex.com>
6691   - Fixes command line printing segfaults (spotter: Bladt Norbert)
6692   - Fixes erroneous printing of debug messages to syslog
6693   - Fixes utmp for MacOS X (spotter: Aristedes Maniatis)
6694   - Gives useful error message if PRNG initialisation fails
6695   - Reduced ssh startup delay
6696   - Measures cumulative command time rather than the time between reads
6697     after select()
6698   - 'fixprogs' perl script to eliminate non-working entropy commands, and
6699     optionally run 'ent' to measure command entropy
6700  - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix
6701  - Avoid WCOREDUMP complation errors for systems that lack it
6702  - Avoid SIGCHLD warnings from entropy commands
6703  - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>
6704  - OpenBSD CVS update:
6705   - markus@cvs.openbsd.org
6706     [ssh.c]
6707     fix usage()
6708     [ssh2.h]
6709     draft-ietf-secsh-architecture-05.txt
6710     [ssh.1]
6711     document ssh -T -N (ssh2 only)
6712     [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c]
6713     enable nonblocking IO for sshd w/ proto 1, too; split out common code
6714     [aux.c]
6715     missing include
6716  - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
6717   - INSTALL typo and URL fix
6718   - Makefile fix
6719   - Solaris fixes
6720  - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka
6721    <ksakai@kso.netwk.ntt-at.co.jp>
6722  - RSAless operation patch from kevin_oconnor@standardandpoors.com
6723  - Detect OpenSSL seperatly from RSA
6724  - Better test for RSA (more compatible with RSAref). Based on work by
6725    Ed Eden <ede370@stl.rural.usda.gov>
6726
6727 20000513
6728  - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz
6729    <misiek@pld.org.pl>
6730
6731 20000511
6732  - Fix for prng_seed permissions checking from Lutz Jaenicke
6733    <Lutz.Jaenicke@aet.TU-Cottbus.DE>
6734  - "make host-key" fix for Irix
6735
6736 20000509
6737  - OpenBSD CVS update
6738   - markus@cvs.openbsd.org
6739     [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c]
6740     [ssh.h sshconnect1.c sshconnect2.c sshd.8]
6741     - complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
6742   - hugh@cvs.openbsd.org
6743     [ssh.1]
6744     - zap typo
6745     [ssh-keygen.1]
6746     - One last nit fix. (markus approved)
6747     [sshd.8]
6748     - some markus certified spelling adjustments
6749   - markus@cvs.openbsd.org
6750     [auth2.c channels.c clientloop.c compat compat.h dsa.c kex.c]
6751     [sshconnect2.c ]
6752     - bug compat w/ ssh-2.0.13 x11, split out bugs
6753     [nchan.c]
6754     - no drain if ibuf_empty, fixes x11fwd problems; tests by fries@
6755     [ssh-keygen.c]
6756     - handle escapes in real and original key format, ok millert@
6757     [version.h]
6758     - OpenSSH-2.1
6759  - Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
6760  - Doc updates
6761  - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported
6762    by Andre Lucas <andre.lucas@dial.pipex.com>
6763
6764 20000508
6765  - Makefile and RPM spec fixes
6766  - Generate DSA host keys during "make key" or RPM installs
6767  - OpenBSD CVS update
6768   - markus@cvs.openbsd.org
6769     [clientloop.c sshconnect2.c]
6770     - make x11-fwd interop w/ ssh-2.0.13
6771     [README.openssh2]
6772     - interop w/ SecureFX
6773  - Release 2.0.0beta2
6774
6775  - Configure caching and cleanup patch from Andre Lucas'
6776    <andre.lucas@dial.pipex.com>
6777
6778 20000507
6779  - Remove references to SSLeay.
6780  - Big OpenBSD CVS update
6781   - markus@cvs.openbsd.org
6782     [clientloop.c]
6783     - typo
6784     [session.c]
6785     - update proctitle on pty alloc/dealloc, e.g. w/ windows client
6786     [session.c]
6787     - update proctitle for proto 1, too
6788     [channels.h nchan.c serverloop.c session.c sshd.c]
6789     - use c-style comments
6790   - deraadt@cvs.openbsd.org
6791     [scp.c]
6792     - more atomicio
6793   - markus@cvs.openbsd.org
6794     [channels.c]
6795     - set O_NONBLOCK
6796     [ssh.1]
6797     - update AUTHOR
6798     [readconf.c ssh-keygen.c ssh.h]
6799     - default DSA key file ~/.ssh/id_dsa
6800     [clientloop.c]
6801     - typo, rm verbose debug
6802   - deraadt@cvs.openbsd.org
6803     [ssh-keygen.1]
6804     - document DSA use of ssh-keygen
6805     [sshd.8]
6806     - a start at describing what i understand of the DSA side
6807     [ssh-keygen.1]
6808     - document -X and -x
6809     [ssh-keygen.c]
6810     - simplify usage
6811   - markus@cvs.openbsd.org
6812     [sshd.8]
6813     - there is no rhosts_dsa
6814     [ssh-keygen.1]
6815     - document -y, update -X,-x
6816     [nchan.c]
6817     - fix close for non-open ssh1 channels
6818     [servconf.c servconf.h ssh.h sshd.8 sshd.c ]
6819     - s/DsaKey/HostDSAKey/, document option
6820     [sshconnect2.c]
6821     - respect number_of_password_prompts
6822     [channels.c channels.h servconf.c servconf.h session.c sshd.8]
6823     - GatewayPorts for sshd, ok deraadt@
6824     [ssh-add.1 ssh-agent.1 ssh.1]
6825     - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2
6826     [ssh.1]
6827     - more info on proto 2
6828     [sshd.8]
6829     - sync AUTHOR w/ ssh.1
6830     [key.c key.h sshconnect.c]
6831     - print key type when talking about host keys
6832     [packet.c]
6833     - clear padding in ssh2
6834     [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h]
6835     - replace broken uuencode w/ libc b64_ntop
6836     [auth2.c]
6837     - log failure before sending the reply
6838     [key.c radix.c uuencode.c]
6839     - remote trailing comments before calling __b64_pton
6840     [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1]
6841     [sshconnect2.c sshd.8]
6842     - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8
6843  - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
6844
6845 20000502
6846  - OpenBSD CVS update
6847    [channels.c]
6848    - init all fds, close all fds.
6849    [sshconnect2.c]
6850    - check whether file exists before asking for passphrase
6851    [servconf.c servconf.h sshd.8 sshd.c]
6852    - PidFile, pr 1210
6853    [channels.c]
6854    - EINTR
6855    [channels.c]
6856    - unbreak, ok niels@
6857    [sshd.c]
6858    - unlink pid file, ok niels@
6859    [auth2.c]
6860    - Add missing #ifdefs; ok - markus
6861  - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy
6862    gathering commands from a text file
6863  - Release 2.0.0beta1
6864
6865 20000501
6866  - OpenBSD CVS update
6867    [packet.c]
6868    - send debug messages in SSH2 format
6869    [scp.c]
6870    - fix very rare EAGAIN/EINTR issues; based on work by djm
6871    [packet.c]
6872    - less debug, rm unused
6873    [auth2.c]
6874    - disable kerb,s/key in ssh2
6875    [sshd.8]
6876    - Minor tweaks and typo fixes.
6877    [ssh-keygen.c]
6878    - Put -d into usage and reorder. markus ok.
6879  - Include missing headers for OpenSSL tests. Fix from Phil Karn
6880    <karn@ka9q.ampr.org>
6881  - Fixed __progname symbol collisions reported by Andre Lucas
6882    <andre.lucas@dial.pipex.com>
6883  - Merged bsd-login ttyslot and AIX utmp patch from Gert Doering
6884    <gd@hilb1.medat.de>
6885  - Add some missing ifdefs to auth2.c
6886  - Deprecate perl-tk askpass.
6887  - Irix portability fixes - don't include netinet headers more than once
6888  - Make sure we don't save PRNG seed more than once
6889
6890 20000430
6891  - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
6892  - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection
6893    patch.
6894    - Adds timeout to entropy collection
6895    - Disables slow entropy sources
6896    - Load and save seed file
6897  - Changed entropy seed code to user per-user seeds only (server seed is
6898    saved in root's .ssh directory)
6899  - Use atexit() and fatal cleanups to save seed on exit
6900  - More OpenBSD updates:
6901    [session.c]
6902    - don't call chan_write_failed() if we are not writing
6903    [auth-rsa.c auth1.c authfd.c hostfile.c ssh-agent.c]
6904    - keysize warnings error() -> log()
6905
6906 20000429
6907  - Merge big update to OpenSSH-2.0 from OpenBSD CVS
6908    [README.openssh2]
6909    - interop w/ F-secure windows client
6910    - sync documentation
6911    - ssh_host_dsa_key not ssh_dsa_key
6912    [auth-rsa.c]
6913    - missing fclose
6914    [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c]
6915    [readconf.c readconf.h ssh-add.c ssh-keygen.c ssh.c ssh.h sshconnect.c]
6916    [sshd.c uuencode.c uuencode.h authfile.h]
6917    - add DSA pubkey auth and other SSH2 fixes.  use ssh-keygen -[xX]
6918      for trading keys with the real and the original SSH, directly from the
6919      people who invented the SSH protocol.
6920    [auth.c auth.h authfile.c sshconnect.c auth1.c auth2.c sshconnect.h]
6921    [sshconnect1.c sshconnect2.c]
6922    - split auth/sshconnect in one file per protocol version
6923    [sshconnect2.c]
6924    - remove debug
6925    [uuencode.c]
6926    - add trailing =
6927    [version.h]
6928    - OpenSSH-2.0
6929    [ssh-keygen.1 ssh-keygen.c]
6930    - add -R flag: exit code indicates if RSA is alive
6931    [sshd.c]
6932    - remove unused
6933      silent if -Q is specified
6934    [ssh.h]
6935    - host key becomes /etc/ssh_host_dsa_key
6936    [readconf.c servconf.c ]
6937    - ssh/sshd default to proto 1 and 2
6938    [uuencode.c]
6939    - remove debug
6940    [auth2.c ssh-keygen.c sshconnect2.c sshd.c]
6941    - xfree DSA blobs
6942    [auth2.c serverloop.c session.c]
6943    - cleanup logging for sshd/2, respect PasswordAuth no
6944    [sshconnect2.c]
6945    - less debug, respect .ssh/config
6946    [README.openssh2 channels.c channels.h]
6947    - clientloop.c session.c ssh.c
6948    - support for x11-fwding, client+server
6949
6950 20000421
6951  - Merge fix from OpenBSD CVS
6952   [ssh-agent.c]
6953   - Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>
6954     via Debian bug #59926
6955  - Define __progname in session.c if libc doesn't
6956  - Remove indentation on autoconf #include statements to avoid bug in
6957    DEC Tru64 compiler. Report and fix from David Del Piero
6958    <David.DelPiero@qed.qld.gov.au>
6959
6960 20000420
6961  - Make fixpaths work with perl4, patch from Andre Lucas
6962    <andre.lucas@dial.pipex.com>
6963  - Sync with OpenBSD CVS:
6964   [clientloop.c login.c serverloop.c ssh-agent.c ssh.h sshconnect.c sshd.c]
6965   - pid_t
6966   [session.c]
6967   - remove bogus chan_read_failed. this could cause data
6968     corruption (missing data) at end of a SSH2 session.
6969  - Merge fixes from Debian patch from Phil Hands <phil@hands.com>
6970   - Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE)
6971   - Use vhangup to clean up Linux ttys
6972   - Force posix getopt processing on GNU libc systems
6973  - Debian bug #55910 - remove references to ssl(8) manpages
6974  - Debian bug #58031 - ssh_config lies about default cipher
6975
6976 20000419
6977  - OpenBSD CVS updates
6978    [channels.c]
6979    - fix pr 1196, listen_port and port_to_connect interchanged
6980    [scp.c]
6981    - after completion, replace the progress bar ETA counter with a final
6982      elapsed time; my idea, aaron wrote the patch
6983    [ssh_config sshd_config]
6984    - show 'Protocol' as an example, ok markus@
6985    [sshd.c]
6986    - missing xfree()
6987  - Add missing header to bsd-misc.c
6988
6989 20000416
6990  - Reduce diff against OpenBSD source
6991    - All OpenSSL includes are now unconditionally referenced as
6992      openssl/foo.h
6993    - Pick up formatting changes
6994    - Other minor changed (typecasts, etc) that I missed
6995
6996 20000415
6997  - OpenBSD CVS updates.
6998    [ssh.1 ssh.c]
6999    - ssh -2
7000    [auth.c channels.c clientloop.c packet.c packet.h serverloop.c]
7001    [session.c sshconnect.c]
7002    - check payload for (illegal) extra data
7003    [ALL]
7004    whitespace cleanup
7005
7006 20000413
7007  - INSTALL doc updates
7008  - Merged OpenBSD updates to include paths.
7009
7010 20000412
7011  - OpenBSD CVS updates:
7012    - [channels.c]
7013      repair x11-fwd
7014    - [sshconnect.c]
7015      fix passwd prompt for ssh2, less debugging output.
7016    - [clientloop.c compat.c dsa.c kex.c sshd.c]
7017      less debugging output
7018    - [kex.c kex.h sshconnect.c sshd.c]
7019      check for reasonable public DH values
7020    - [README.openssh2 cipher.c cipher.h compat.c compat.h readconf.c]
7021      [readconf.h servconf.c servconf.h ssh.c ssh.h sshconnect.c sshd.c]
7022      add Cipher and Protocol options to ssh/sshd, e.g.:
7023      ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers
7024      arcfour,3des-cbc'
7025    - [sshd.c]
7026      print 1.99 only if server supports both
7027
7028 20000408
7029  - Avoid some compiler warnings in fake-get*.c
7030  - Add IPTOS macros for systems which lack them
7031  - Only set define entropy collection macros if they are found
7032  - More large OpenBSD CVS updates:
7033    - [auth.c auth.h servconf.c servconf.h serverloop.c session.c]
7034      [session.h ssh.h sshd.c README.openssh2]
7035      ssh2 server side, see README.openssh2; enable with 'sshd -2'
7036    - [channels.c]
7037      no adjust after close
7038    - [sshd.c compat.c ]
7039      interop w/ latest ssh.com windows client.
7040
7041 20000406
7042  - OpenBSD CVS update:
7043    - [channels.c]
7044      close efd on eof
7045    - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
7046      ssh2 client implementation, interops w/ ssh.com and lsh servers.
7047    - [sshconnect.c]
7048      missing free.
7049    - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
7050      remove unused argument, split cipher_mask()
7051    - [clientloop.c]
7052      re-order: group ssh1 vs. ssh2
7053  - Make Redhat spec require openssl >= 0.9.5a
7054
7055 20000404
7056  - Add tests for RAND_add function when searching for OpenSSL
7057  - OpenBSD CVS update:
7058    - [packet.h packet.c]
7059      ssh2 packet format
7060    - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
7061      [channels.h channels.c]
7062      channel layer support for ssh2
7063    - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
7064      DSA, keyexchange, algorithm agreement for ssh2
7065  - Generate manpages before make install not at the end of make all
7066  - Don't seed the rng quite so often
7067  - Always reseed rng when requested
7068
7069 20000403
7070  - Wrote entropy collection routines for systems that lack /dev/random
7071    and EGD
7072  - Disable tests and typedefs for 64 bit types. They are currently unused.
7073
7074 20000401
7075  - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
7076    - [auth.c session.c sshd.c auth.h]
7077      split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal
7078    - [bufaux.c bufaux.h]
7079      support ssh2 bignums
7080    - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c]
7081      [readconf.c ssh.c ssh.h serverloop.c]
7082      replace big switch() with function tables (prepare for ssh2)
7083    - [ssh2.h]
7084      ssh2 message type codes
7085    - [sshd.8]
7086      reorder Xr to avoid cutting
7087    - [serverloop.c]
7088      close(fdin) if fdin != fdout, shutdown otherwise, ok theo@
7089    - [channels.c]
7090      missing close
7091      allow bigger packets
7092    - [cipher.c cipher.h]
7093      support ssh2 ciphers
7094    - [compress.c]
7095      cleanup, less code
7096    - [dispatch.c dispatch.h]
7097      function tables for different message types
7098    - [log-server.c]
7099      do not log() if debuggin to stderr
7100      rename a cpp symbol, to avoid param.h collision
7101    - [mpaux.c]
7102      KNF
7103    - [nchan.c]
7104      sync w/ channels.c
7105
7106 20000326
7107  - Better tests for OpenSSL w/ RSAref
7108  - Added replacement setenv() function from OpenBSD libc. Suggested by
7109    Ben Lindstrom <mouring@pconline.com>
7110  - OpenBSD CVS update
7111    - [auth-krb4.c]
7112      -Wall
7113    - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
7114      [match.h ssh.c ssh.h sshconnect.c sshd.c]
7115      initial support for DSA keys. ok deraadt@, niels@
7116    - [cipher.c cipher.h]
7117      remove unused cipher_attack_detected code
7118    - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
7119      Fix some formatting problems I missed before.
7120    - [ssh.1 sshd.8]
7121      fix spelling errors, From: FreeBSD
7122    - [ssh.c]
7123      switch to raw mode only if he _get_ a pty (not if we _want_ a pty).
7124
7125 20000324
7126  - Released 1.2.3
7127
7128 20000317
7129  - Clarified --with-default-path option.
7130  - Added -blibpath handling for AIX to work around stupid runtime linking.
7131    Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
7132    <jmknoble@jmknoble.cx>
7133  - Checks for 64 bit int types. Problem report from Mats Fredholm
7134    <matsf@init.se>
7135  - OpenBSD CVS updates:
7136    - [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c]
7137      [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
7138      [sshd.c]
7139      pedantic: signed vs. unsigned, void*-arithm, etc
7140    - [ssh.1 sshd.8]
7141      Various cleanups and standardizations.
7142  - Runtime error fix for HPUX from Otmar Stahl
7143    <O.Stahl@lsw.uni-heidelberg.de>
7144
7145 20000316
7146  - Fixed configure not passing LDFLAGS to Solaris. Report from David G.
7147    Hesprich <dghespri@sprintparanet.com>
7148  - Propogate LD through to Makefile
7149  - Doc cleanups
7150  - Added blurb about "scp: command not found" errors to UPGRADING
7151
7152 20000315
7153  - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
7154    problems with gcc/Solaris.
7155  - Don't free argument to putenv() after use (in setenv() replacement).
7156    Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
7157  - Created contrib/ subdirectory. Included helpers from Phil Hands'
7158    Debian package, README file and chroot patch from Ricardo Cerqueira
7159    <rmcc@clix.pt>
7160  - Moved gnome-ssh-askpass.c to contrib directory and removed config
7161    option.
7162  - Slight cleanup to doc files
7163  - Configure fix from Bratislav ILICH <bilic@zepter.ru>
7164
7165 20000314
7166  - Include macro for IN6_IS_ADDR_V4MAPPED. Report from
7167    peter@frontierflying.com
7168  - Include /usr/local/include and /usr/local/lib for systems that don't
7169    do it themselves
7170  - -R/usr/local/lib for Solaris
7171  - Fix RSAref detection
7172  - Fix IN6_IS_ADDR_V4MAPPED macro
7173
7174 20000311
7175  - Detect RSAref
7176  - OpenBSD CVS change
7177    [sshd.c]
7178     - disallow guessing of root password
7179  - More configure fixes
7180  - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
7181
7182 20000309
7183  - OpenBSD CVS updates to v1.2.3
7184    [ssh.h atomicio.c]
7185     - int atomicio -> ssize_t (for alpha). ok deraadt@
7186    [auth-rsa.c]
7187     - delay MD5 computation until client sends response, free() early, cleanup.
7188    [cipher.c]
7189     - void* -> unsigned char*, ok niels@
7190    [hostfile.c]
7191     - remove unused variable 'len'. fix comments.
7192     - remove unused variable
7193    [log-client.c log-server.c]
7194     - rename a cpp symbol, to avoid param.h collision
7195    [packet.c]
7196     - missing xfree()
7197     - getsockname() requires initialized tolen; andy@guildsoftware.com
7198     - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
7199    from Holger.Trapp@Informatik.TU-Chemnitz.DE
7200    [pty.c pty.h]
7201     - register cleanup for pty earlier. move code for pty-owner handling to
7202       pty.c ok provos@, dugsong@
7203    [readconf.c]
7204     - turn off x11-fwd for the client, too.
7205    [rsa.c]
7206     - PKCS#1 padding
7207    [scp.c]
7208     - allow '.' in usernames; from jedgar@fxp.org
7209    [servconf.c]
7210     - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de
7211     - sync with sshd_config
7212    [ssh-keygen.c]
7213     - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@
7214    [ssh.1]
7215     - Change invalid 'CHAT' loglevel to 'VERBOSE'
7216    [ssh.c]
7217     - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp
7218     - turn off x11-fwd for the client, too.
7219    [sshconnect.c]
7220     - missing xfree()
7221     - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.
7222     - read error vs. "Connection closed by remote host"
7223    [sshd.8]
7224     - ie. -> i.e.,
7225     - do not link to a commercial page..
7226     - sync with sshd_config
7227    [sshd.c]
7228     - no need for poll.h; from bright@wintelcom.net
7229     - log with level log() not fatal() if peer behaves badly.
7230     - don't panic if client behaves strange. ok deraadt@
7231     - make no-port-forwarding for RSA keys deny both -L and -R style fwding
7232     - delay close() of pty until the pty has been chowned back to root
7233     - oops, fix comment, too.
7234     - missing xfree()
7235     - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.
7236       (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907)
7237     - register cleanup for pty earlier. move code for pty-owner handling to
7238       pty.c ok provos@, dugsong@
7239     - create x11 cookie file
7240     - fix pr 1113, fclose() -> pclose(), todo: remote popen()
7241     - version 1.2.3
7242  - Cleaned up
7243  - Removed warning workaround for Linux and devpts filesystems (no longer
7244    required after OpenBSD updates)
7245
7246 20000308
7247  - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
7248
7249 20000307
7250  - Released 1.2.2p1
7251
7252 20000305
7253  - Fix DEC compile fix
7254  - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
7255  - Check for getpagesize in libucb.a if not found in libc. Fix for old
7256    Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
7257  - Check for libwrap if --with-tcp-wrappers option specified. Suggestion
7258    Mate Wierdl <mw@moni.msci.memphis.edu>
7259
7260 20000303
7261  - Added "make host-key" target, Suggestion from Dominik Brettnacher
7262  <domi@saargate.de>
7263  - Don't permanently fail on bind() if getaddrinfo has more choices left for
7264    us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz
7265    Miskiewicz <misiek@pld.org.pl>
7266  - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
7267  - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
7268
7269 20000302
7270  - Big cleanup of autoconf code
7271    - Rearranged to be a little more logical
7272    - Added -R option for Solaris
7273    - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
7274      to detect library and header location _and_ ensure library has proper
7275      RSA support built in (this is a problem with OpenSSL 0.9.5).
7276  - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
7277  - Avoid warning message with Unix98 ptys
7278  - Warning was valid - possible race condition on PTYs. Avoided using
7279    platform-specific code.
7280  - Document some common problems
7281  - Allow root access to any key. Patch from
7282    markus.friedl@informatik.uni-erlangen.de
7283
7284 20000207
7285  - Removed SOCKS code. Will support through a ProxyCommand.
7286
7287 20000203
7288  - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu
7289  - Add --with-ssl-dir option
7290
7291 20000202
7292  - Fix lastlog code for directory based lastlogs. Fix from Josh Durham
7293    <jmd@aoe.vt.edu>
7294  - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
7295  - Added URLs to Japanese translations of documents by HARUYAMA Seigo
7296    <haruyama@nt.phys.s.u-tokyo.ac.jp>
7297
7298 20000201
7299  - Use socket pairs by default (instead of pipes). Prevents race condition
7300    on several (buggy) OSs. Report and fix from tridge@linuxcare.com
7301
7302 20000127
7303  - Seed OpenSSL's random number generator before generating RSA keypairs
7304  - Split random collector into seperate file
7305  - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>
7306
7307 20000126
7308  - Released 1.2.2 stable
7309
7310  - NeXT keeps it lastlog in /usr/adm. Report from
7311    mouring@newton.pconline.com
7312  - Added note in UPGRADING re interop with commercial SSH using idea.
7313    Report from Jim Knoble <jmknoble@jmknoble.cx>
7314  - Fix linking order for Kerberos/AFS. Fix from Holget Trapp
7315    <Holger.Trapp@Informatik.TU-Chemnitz.DE>
7316
7317 20000125
7318  - Fix NULL pointer dereference in login.c. Fix from Andre Lucas
7319    <andre.lucas@dial.pipex.com>
7320  - Reorder PAM initialisation so it does not mess up lastlog. Reported
7321    by Andre Lucas <andre.lucas@dial.pipex.com>
7322  - Use preformatted manpages on SCO, report from Gary E. Miller
7323    <gem@rellim.com>
7324  - New URL for x11-ssh-askpass.
7325  - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble
7326    <jmknoble@jmknoble.cx>
7327  - Added 'DESTDIR' option to Makefile to ease package building. Patch from
7328    Jim Knoble <jmknoble@jmknoble.cx>
7329  - Updated RPM spec files to use DESTDIR
7330
7331 20000124
7332  - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number
7333    increment)
7334
7335 20000123
7336  - OpenBSD CVS:
7337    - [packet.c]
7338      getsockname() requires initialized tolen; andy@guildsoftware.com
7339  - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
7340    <drankin@bohemians.lexington.ky.us>
7341  - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>
7342
7343 20000122
7344  - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor
7345    <bent@clark.net>
7346  - Merge preformatted manpage patch from Andre Lucas
7347    <andre.lucas@dial.pipex.com>
7348  - Make IPv4 use the default in RPM packages
7349  - Irix uses preformatted manpages
7350  - Missing htons() in bsd-bindresvport.c, fix from Holger Trapp
7351    <Holger.Trapp@Informatik.TU-Chemnitz.DE>
7352  - OpenBSD CVS updates:
7353    - [packet.c]
7354      use getpeername() in packet_connection_is_on_socket(), fixes sshd -i;
7355      from Holger.Trapp@Informatik.TU-Chemnitz.DE
7356    - [sshd.c]
7357      log with level log() not fatal() if peer behaves badly.
7358    - [readpass.c]
7359      instead of blocking SIGINT, catch it ourselves, so that we can clean
7360      the tty modes up and kill ourselves -- instead of our process group
7361      leader (scp, cvs, ...) going away and leaving us in noecho mode.
7362      people with cbreak shells never even noticed..
7363    - [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
7364      ie. -> i.e.,
7365
7366 20000120
7367  - Don't use getaddrinfo on AIX
7368  - Update to latest OpenBSD CVS:
7369    - [auth-rsa.c]
7370      - fix user/1056, sshd keeps restrictions; dbt@meat.net
7371    - [sshconnect.c]
7372      - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
7373      - destroy keys earlier
7374      - split key exchange (kex) and user authentication (user-auth),
7375        ok: provos@
7376    - [sshd.c]
7377      - no need for poll.h; from bright@wintelcom.net
7378      - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.
7379      - split key exchange (kex) and user authentication (user-auth),
7380        ok: provos@
7381  - Big manpage and config file cleanup from Andre Lucas
7382    <andre.lucas@dial.pipex.com>
7383    - Re-added latest (unmodified) OpenBSD manpages
7384  - Doc updates
7385  - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and
7386    Christos Zoulas <christos@netbsd.org>
7387
7388 20000119
7389  - SCO compile fixes from Gary E. Miller <gem@rellim.com>
7390  - Compile fix from Darren_Hall@progressive.com
7391  - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC
7392    addresses using getaddrinfo(). Added a configure switch to make the
7393    default lookup mode AF_INET
7394
7395 20000118
7396  - Fixed --with-pid-dir option
7397  - Makefile fix from Gary E. Miller <gem@rellim.com>
7398  - Compile fix for HPUX and Solaris from Andre Lucas
7399    <andre.lucas@dial.pipex.com>
7400
7401 20000117
7402  - Clean up bsd-bindresvport.c. Use arc4random() for picking initial
7403    port, ignore EINVAL errors (Linux) when searching for free port.
7404  - Revert __snprintf -> snprintf aliasing. Apparently Solaris
7405    __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
7406  - Document location of Redhat PAM file in INSTALL.
7407  - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
7408    INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
7409    deliver (no IPv6 kernel support)
7410  - Released 1.2.1pre27
7411
7412  - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
7413  - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen
7414    <jhuuskon@hytti.uku.fi>
7415  - Fix hang on logout if processes are still using the pty. Needs
7416    further testing.
7417  - Patch from Christos Zoulas <christos@zoulas.com>
7418    - Try $prefix first when looking for OpenSSL.
7419    - Include sys/types.h when including sys/socket.h in test programs
7420  - Substitute PID directory in sshd.8. Suggestion from Andrew
7421    Stribblehill <a.d.stribblehill@durham.ac.uk>
7422
7423 20000116
7424  - Renamed --with-xauth-path to --with-xauth
7425  - Added --with-pid-dir option
7426  - Released 1.2.1pre26
7427
7428  - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
7429  - Fixed broken bugfix for /dev/ptmx on Linux systems which lack
7430    openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
7431
7432 20000115
7433  - Add --with-xauth-path configure directive and explicit test for
7434    /usr/openwin/bin/xauth for Solaris systems. Report from Anders
7435    Nordby <anders@fix.no>
7436  - Fix incorrect detection of /dev/ptmx on Linux systems that lack
7437    openpty. Report from John Seifarth <john@waw.be>
7438  - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in
7439    sys/types.h. Fixes problems on SCO, report from Gary E. Miller
7440    <gem@rellim.com>
7441  - Use __snprintf and __vnsprintf if they are found where snprintf and
7442    vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net>
7443    and others.
7444
7445 20000114
7446  - Merged OpenBSD IPv6 patch:
7447    - [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1]
7448      [scp.c packet.h packet.c login.c log.c canohost.c channels.c]
7449      [hostfile.c sshd_config]
7450      ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new
7451      features: sshd allows multiple ListenAddress and Port options. note
7452      that libwrap is not IPv6-ready. (based on patches from
7453      fujiwara@rcac.tdi.co.jp)
7454    - [ssh.c canohost.c]
7455      more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo,
7456      from itojun@
7457    - [channels.c]
7458      listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE)
7459    - [packet.h]
7460      allow auth-kerberos for IPv4 only
7461    - [scp.1 sshd.8 servconf.h scp.c]
7462      document -4, -6, and 'ssh -L 2022/::1/22'
7463    - [ssh.c]
7464      'ssh @host' is illegal (null user name), from
7465      karsten@gedankenpolizei.de
7466    - [sshconnect.c]
7467      better error message
7468    - [sshd.c]
7469      allow auth-kerberos for IPv4 only
7470  - Big IPv6 merge:
7471    - Cleanup overrun in sockaddr copying on RHL 6.1
7472    - Replacements for getaddrinfo, getnameinfo, etc based on versions
7473      from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp>
7474    - Replacement for missing structures on systems that lack IPv6
7475    - record_login needed to know about AF_INET6 addresses
7476    - Borrowed more code from OpenBSD: rresvport_af and requisites
7477
7478 20000110
7479  - Fixes to auth-skey to enable it to use the standard OpenSSL libraries
7480
7481 20000107
7482  - New config.sub and config.guess to fix problems on SCO. Supplied
7483    by Gary E. Miller <gem@rellim.com>
7484  - SCO build fix from Gary E. Miller <gem@rellim.com>
7485  - Released 1.2.1pre25
7486
7487 20000106
7488  - Documentation update & cleanup
7489  - Better KrbIV / AFS detection, based on patch from:
7490    Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
7491
7492 20000105
7493  - Fixed annoying DES corruption problem. libcrypt has been
7494    overriding symbols in libcrypto. Removed libcrypt and crypt.h
7495    altogether (libcrypto includes its own crypt(1) replacement)
7496  - Added platform-specific rules for Irix 6.x. Included warning that
7497    they are untested.
7498
7499 20000103
7500  - Add explicit make rules for files proccessed by fixpaths.
7501  - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
7502    <tnh@kondara.org>
7503  - Removed "nullok" directive from default PAM configuration files.
7504    Added information on enabling EmptyPasswords on openssh+PAM in
7505    UPGRADING file.
7506  - OpenBSD CVS updates
7507    - [ssh-agent.c]
7508      cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and
7509      dgaudet@arctic.org
7510    - [sshconnect.c]
7511      compare correct version for 1.3 compat mode
7512
7513 20000102
7514  - Prevent multiple inclusion of config.h and defines.h. Suggested
7515    by Andre Lucas <andre.lucas@dial.pipex.com>
7516  - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet
7517    <dgaudet@arctic.org>
7518
7519 19991231
7520  - Fix password support on systems with a mixture of shadowed and
7521    non-shadowed passwords (e.g. NIS). Report and fix from
7522    HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
7523  - Fix broken autoconf typedef detection. Report from Marc G.
7524    Fournier <marc.fournier@acadiau.ca>
7525  - Fix occasional crash on LinuxPPC. Patch from Franz Sirl
7526    <Franz.Sirl-kernel@lauterbach.com>
7527  - Prevent typedefs from being compiled more than once. Report from
7528    Marc G. Fournier <marc.fournier@acadiau.ca>
7529  - Fill in ut_utaddr utmp field. Report from Benjamin Charron
7530    <iretd@bigfoot.com>
7531  - Really fix broken default path. Fix from Jim Knoble
7532    <jmknoble@jmknoble.cx>
7533  - Remove test for quad_t. No longer needed.
7534  - Released 1.2.1pre24
7535
7536  - Added support for directory-based lastlogs
7537  - Really fix typedefs, patch from Ben Taylor <bent@clark.net>
7538
7539 19991230
7540  - OpenBSD CVS updates:
7541    - [auth-passwd.c]
7542      check for NULL 1st
7543  - Removed most of the pam code into its own file auth-pam.[ch]. This
7544    cleaned up sshd.c up significantly.
7545  - PAM authentication was incorrectly interpreting
7546    "PermitRootLogin without-password". Report from Matthias Andree
7547    <ma@dt.e-technik.uni-dortmund.de
7548  - Several other cleanups
7549  - Merged Dante SOCKS support patch from David Rankin
7550   <drankin@bohemians.lexington.ky.us>
7551  - Updated documentation with ./configure options
7552  - Released 1.2.1pre23
7553
7554 19991229
7555  - Applied another NetBSD portability patch from David Rankin
7556    <drankin@bohemians.lexington.ky.us>
7557  - Fix --with-default-path option.
7558  - Autodetect perl, patch from David Rankin
7559    <drankin@bohemians.lexington.ky.us>
7560  - Print whether OpenSSH was compiled with RSARef, patch from
7561    Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
7562  - Calls to pam_setcred, patch from Nalin Dahyabhai
7563    <nalin@thermo.stat.ncsu.edu>
7564  - Detect missing size_t and typedef it.
7565  - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
7566  - Minor Makefile cleaning
7567
7568 19991228
7569  - Replacement for getpagesize() for systems which lack it
7570  - NetBSD login.c compile fix from David Rankin
7571   <drankin@bohemians.lexington.ky.us>
7572  - Fully set ut_tv if present in utmp or utmpx
7573  - Portability fixes for Irix 5.3 (now compiles OK!)
7574  - autoconf and other misc cleanups
7575  - Merged AIX patch from Darren Hall <dhall@virage.org>
7576  - Cleaned up defines.h
7577  - Released 1.2.1pre22
7578
7579 19991227
7580  - Automatically correct paths in manpages and configuration files. Patch
7581    and script from Andre Lucas <andre.lucas@dial.pipex.com>
7582  - Removed credits from README to CREDITS file, updated.
7583  - Added --with-default-path to specify custom path for server
7584  - Removed #ifdef trickery from acconfig.h into defines.h
7585  - PAM bugfix. PermitEmptyPassword was being ignored.
7586  - Fixed PAM config files to allow empty passwords if server does.
7587  - Explained spurious PAM auth warning workaround in UPGRADING
7588  - Use last few chars of tty line as ut_id
7589  - New SuSE RPM spec file from Chris Saia <csaia@wtower.com>
7590  - OpenBSD CVS updates:
7591    - [packet.h auth-rhosts.c]
7592      check format string for packet_disconnect and packet_send_debug, too
7593    - [channels.c]
7594      use packet_get_maxsize for channels. consistence.
7595
7596 19991226
7597  - Enabled utmpx support by default for Solaris
7598  - Cleanup sshd.c PAM a little more
7599  - Revised RPM package to include Jim Knoble's <jmknoble@jmknoble.cx>
7600    X11 ssh-askpass program.
7601  - Disable logging of PAM success and failures, PAM is verbose enough.
7602    Unfortunatly there is currently no way to disable auth failure
7603    messages. Mention this in UPGRADING file and sent message to PAM
7604    developers
7605  - OpenBSD CVS update:
7606    - [ssh-keygen.1 ssh.1]
7607      remove ref to .ssh/random_seed, mention .ssh/environment in
7608      .Sh FILES, too
7609  - Released 1.2.1pre21
7610  - Fixed implicit '.' in default path, report from Jim Knoble
7611    <jmknoble@jmknoble.cx>
7612  - Redhat RPM spec fixes from Jim Knoble <jmknoble@jmknoble.cx>
7613
7614 19991225
7615  - More fixes from Andre Lucas <andre.lucas@dial.pipex.com>
7616  - Cleanup of auth-passwd.c for shadow and MD5 passwords
7617  - Cleanup and bugfix of PAM authentication code
7618  - Released 1.2.1pre20
7619
7620  - Merged fixes from Ben Taylor <bent@clark.net>
7621  - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk>
7622  - Disabled logging of PAM password authentication failures when password
7623    is empty. (e.g start of authentication loop). Reported by Naz
7624    <96na@eng.cam.ac.uk>)
7625
7626 19991223
7627  - Merged later HPUX patch from Andre Lucas
7628    <andre.lucas@dial.pipex.com>
7629  - Above patch included better utmpx support from Ben Taylor
7630    <bent@clark.net>
7631
7632 19991222
7633  - Fix undefined fd_set type in ssh.h from Povl H. Pedersen
7634    <pope@netguide.dk>
7635  - Fix login.c breakage on systems which lack ut_host in struct
7636    utmp. Reported by Willard Dawson <willard.dawson@sbs.siemens.com>
7637
7638 19991221
7639  - Integration of large HPUX patch from Andre Lucas
7640    <andre.lucas@dial.pipex.com>. Integrating it had a few other
7641    benefits:
7642    - Ability to disable shadow passwords at configure time
7643    - Ability to disable lastlog support at configure time
7644    - Support for IP address in $DISPLAY
7645  - OpenBSD CVS update:
7646    - [sshconnect.c]
7647    say "REMOTE HOST IDENTIFICATION HAS CHANGED"
7648  - Fix DISABLE_SHADOW support
7649  - Allow MD5 passwords even if shadow passwords are disabled
7650  - Release 1.2.1pre19
7651
7652 19991218
7653  - Redhat init script patch from Chun-Chung Chen
7654    <cjj@u.washington.edu>
7655  - Avoid breakage on systems without IPv6 headers
7656
7657 19991216
7658  - Makefile changes for Solaris from Peter Kocks
7659    <peter.kocks@baygate.com>
7660  - Minor updates to docs
7661  - Merged OpenBSD CVS changes:
7662    - [authfd.c ssh-agent.c]
7663      keysize warnings talk about identity files
7664    - [packet.c]
7665      "Connection closed by x.x.x.x": fatal() -> log()
7666  - Correctly handle empty passwords in shadow file. Patch from:
7667    "Chris, the Young One" <cky@pobox.com>
7668  - Released 1.2.1pre18
7669
7670 19991215
7671  - Integrated patchs from Juergen Keil <jk@tools.de>
7672    - Avoid void* pointer arithmatic
7673    - Use LDFLAGS correctly
7674    - Fix SIGIO error in scp
7675    - Simplify status line printing in scp
7676  - Added better test for inline functions compiler support from
7677    Darren_Hall@progressive.com
7678
7679 19991214
7680  - OpenBSD CVS Changes
7681    - [canohost.c]
7682      fix get_remote_port() and friends for sshd -i;
7683      Holger.Trapp@Informatik.TU-Chemnitz.DE
7684    - [mpaux.c]
7685      make code simpler. no need for memcpy. niels@ ok
7686    - [pty.c]
7687      namebuflen not sizeof namebuflen; bnd@ep-ag.com via djm@mindrot.org
7688      fix proto; markus
7689    - [ssh.1]
7690       typo; mark.baushke@solipsa.com
7691    - [channels.c ssh.c ssh.h sshd.c]
7692      type conflict for 'extern Type *options' in channels.c; dot@dotat.at
7693    - [sshconnect.c]
7694      move checking of hostkey into own function.
7695    - [version.h]
7696      OpenSSH-1.2.1
7697  - Clean up broken includes in pty.c
7698  - Some older systems don't have poll.h, they use sys/poll.h instead
7699  - Doc updates
7700
7701 19991211
7702  - Fix compilation on systems with AFS. Reported by
7703    aloomis@glue.umd.edu
7704  - Fix installation on Solaris. Reported by
7705    Gordon Rowell <gordonr@gormand.com.au>
7706  - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com,
7707    patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>
7708  - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com>
7709  - Compile fix from David Agraz <dagraz@jahoopa.com>
7710  - Avoid compiler warning in bsd-snprintf.c
7711  - Added pam_limits.so to default PAM config. Suggested by
7712    Jim Knoble <jmknoble@jmknoble.cx>
7713
7714 19991209
7715  - Import of patch from Ben Taylor <bent@clark.net>:
7716    - Improved PAM support
7717    - "uninstall" rule for Makefile
7718    - utmpx support
7719    - Should fix PAM problems on Solaris
7720  - OpenBSD CVS updates:
7721    - [readpass.c]
7722      avoid stdio; based on work by markus, millert, and I
7723    - [sshd.c]
7724      make sure the client selects a supported cipher
7725    - [sshd.c]
7726      fix sighup handling.  accept would just restart and daemon handled
7727      sighup only after the next connection was accepted. use poll on
7728      listen sock now.
7729    - [sshd.c]
7730      make that a fatal
7731  - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>
7732    to fix libwrap support on NetBSD
7733  - Released 1.2pre17
7734
7735 19991208
7736  - Compile fix for Solaris with /dev/ptmx from
7737    David Agraz <dagraz@jahoopa.com>
7738
7739 19991207
7740  - sshd Redhat init script patch from Jim Knoble <jmknoble@jmknoble.cx>
7741    fixes compatability with 4.x and 5.x
7742  - Fixed default SSH_ASKPASS
7743  - Fix PAM account and session being called multiple times. Problem
7744    reported by Adrian Baugh <adrian@merlin.keble.ox.ac.uk>
7745  - Merged more OpenBSD changes:
7746    - [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c]
7747      move atomicio into it's own file.  wrap all socket write()s which
7748      were doing write(sock, buf, len) != len, with atomicio() calls.
7749    - [auth-skey.c]
7750      fd leak
7751    - [authfile.c]
7752      properly name fd variable
7753    - [channels.c]
7754      display great hatred towards strcpy
7755    - [pty.c pty.h sshd.c]
7756      use openpty() if it exists (it does on BSD4_4)
7757    - [tildexpand.c]
7758      check for ~ expansion past MAXPATHLEN
7759  - Modified helper.c to use new atomicio function.
7760  - Reformat Makefile a little
7761  - Moved RC4 routines from rc4.[ch] into helper.c
7762  - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
7763  - Updated SuSE spec from Chris Saia <csaia@wtower.com>
7764  - Tweaked Redhat spec
7765  - Clean up bad imports of a few files (forgot -kb)
7766  - Released 1.2pre16
7767
7768 19991204
7769  - Small cleanup of PAM code in sshd.c
7770  - Merged OpenBSD CVS changes:
7771    - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
7772      move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
7773    - [auth-rsa.c]
7774      warn only about mismatch if key is _used_
7775      warn about keysize-mismatch with log() not error()
7776      channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
7777      ports are u_short
7778    - [hostfile.c]
7779      indent, shorter warning
7780    - [nchan.c]
7781      use error() for internal errors
7782    - [packet.c]
7783      set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
7784      serverloop.c
7785      indent
7786    - [ssh-add.1 ssh-add.c ssh.h]
7787      document $SSH_ASKPASS, reasonable default
7788    - [ssh.1]
7789      CheckHostIP is not available for connects via proxy command
7790    - [sshconnect.c]
7791      typo
7792      easier to read client code for passwd and skey auth
7793      turn of checkhostip for proxy connects, since we don't know the remote ip
7794
7795 19991126
7796  - Add definition for __P()
7797  - Added [v]snprintf() replacement for systems that lack it
7798
7799 19991125
7800  - More reformatting merged from OpenBSD CVS
7801  - Merged OpenBSD CVS changes:
7802    - [channels.c]
7803      fix packet_integrity_check() for !have_hostname_in_open.
7804      report from mrwizard@psu.edu via djm@ibs.com.au
7805    - [channels.c]
7806      set SO_REUSEADDR and SO_LINGER for forwarded ports.
7807      chip@valinux.com via damien@ibs.com.au
7808    - [nchan.c]
7809      it's not an error() if shutdown_write failes in nchan.
7810    - [readconf.c]
7811      remove dead #ifdef-0-code
7812    - [readconf.c servconf.c]
7813      strcasecmp instead of tolower
7814    - [scp.c]
7815      progress meter overflow fix from damien@ibs.com.au
7816    - [ssh-add.1 ssh-add.c]
7817      SSH_ASKPASS support
7818    - [ssh.1 ssh.c]
7819      postpone fork_after_authentication until command execution,
7820      request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au
7821      plus: use daemon() for backgrounding
7822  - Added BSD compatible install program and autoconf test, thanks to
7823    Niels Kristian Bech Jensen <nkbj@image.dk>
7824  - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
7825  - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
7826  - Release 1.2pre15
7827
7828 19991124
7829  - Merged very large OpenBSD source code reformat
7830  - OpenBSD CVS updates
7831    - [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
7832      [ssh.h sshd.8 sshd.c]
7833      syslog changes:
7834      * Unified Logmessage for all auth-types, for success and for failed
7835      * Standard connections get only ONE line in the LOG when level==LOG:
7836        Auth-attempts are logged only, if authentication is:
7837           a) successfull or
7838           b) with passwd or
7839           c) we had more than AUTH_FAIL_LOG failues
7840      * many log() became verbose()
7841      * old behaviour with level=VERBOSE
7842    - [readconf.c readconf.h ssh.1 ssh.h sshconnect.c sshd.c]
7843      tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE
7844      messages. allows use of s/key in windows (ttssh, securecrt) and
7845      ssh-1.2.27 clients without 'ssh -v', ok: niels@
7846    - [sshd.8]
7847      -V, for fallback to openssh in SSH2 compatibility mode
7848    - [sshd.c]
7849      fix sigchld race; cjc5@po.cwru.edu
7850
7851 19991123
7852  - Added SuSE package files from Chris Saia <csaia@wtower.com>
7853  - Restructured package-related files under packages/*
7854  - Added generic PAM config
7855  - Numerous little Solaris fixes
7856  - Add recommendation to use GNU make to INSTALL document
7857
7858 19991122
7859  - Make <enter> close gnome-ssh-askpass (Debian bug #50299)
7860  - OpenBSD CVS Changes
7861    - [ssh-keygen.c]
7862      don't create ~/.ssh only if the user wants to store the private
7863      key there. show fingerprint instead of public-key after
7864      keygeneration. ok niels@
7865  - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.h
7866  - Added timersub() macro
7867  - Tidy RCSIDs of bsd-*.c
7868  - Added autoconf test and macro to deal with old PAM libraries
7869    pam_strerror definition (one arg vs two).
7870  - Fix EGD problems (Thanks to Ben Taylor <bent@clark.net>)
7871  - Retry /dev/urandom reads interrupted by signal (report from
7872    Robert Hardy <rhardy@webcon.net>)
7873  - Added a setenv replacement for systems which lack it
7874  - Only display public key comment when presenting ssh-askpass dialog
7875  - Released 1.2pre14
7876
7877  - Configure, Make and changelog corrections from Tudor Bosman
7878    <tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
7879
7880 19991121
7881  - OpenBSD CVS Changes:
7882    - [channels.c]
7883      make this compile, bad markus
7884    - [log.c readconf.c servconf.c ssh.h]
7885      bugfix: loglevels are per host in clientconfig,
7886      factor out common log-level parsing code.
7887    - [servconf.c]
7888      remove unused index (-Wall)
7889    - [ssh-agent.c]
7890      only one 'extern char *__progname'
7891    - [sshd.8]
7892      document SIGHUP, -Q to synopsis
7893    - [sshconnect.c serverloop.c sshd.c packet.c packet.h]
7894      [channels.c clientloop.c]
7895      SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@
7896      [hope this time my ISP stays alive during commit]
7897    - [OVERVIEW README] typos; green@freebsd
7898    - [ssh-keygen.c]
7899      replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me)
7900      exit if writing the key fails (no infinit loop)
7901      print usage() everytime we get bad options
7902    - [ssh-keygen.c] overflow, djm@mindrot.org
7903    - [sshd.c] fix sigchld race; cjc5@po.cwru.edu
7904
7905 19991120
7906  - Merged more Solaris support from Marc G. Fournier
7907    <marc.fournier@acadiau.ca>
7908  - Wrote autoconf tests for integer bit-types
7909  - Fixed enabling kerberos support
7910  - Fix segfault in ssh-keygen caused by buffer overrun in filename
7911    handling.
7912
7913 19991119
7914  - Merged PAM buffer overrun patch from Chip Salzenberg <chip@valinux.com>
7915  - Merged OpenBSD CVS changes
7916    - [auth-rhosts.c auth-rsa.c ssh-agent.c sshconnect.c sshd.c]
7917      more %d vs. %s in fmt-strings
7918    - [authfd.c]
7919      Integers should not be printed with %s
7920  - EGD uses a socket, not a named pipe. Duh.
7921  - Fix includes in fingerprint.c
7922  - Fix scp progress bar bug again.
7923  - Move ssh-askpass from ${libdir}/ssh to ${libexecdir}/ssh at request of
7924    David Rankin <drankin@bohemians.lexington.ky.us>
7925  - Added autoconf option to enable Kerberos 4 support (untested)
7926  - Added autoconf option to enable AFS support (untested)
7927  - Added autoconf option to enable S/Key support (untested)
7928  - Added autoconf option to enable TCP wrappers support (compiles OK)
7929  - Renamed BSD helper function files to bsd-*
7930  - Added tests for login and daemon and enable OpenBSD replacements for
7931    when they are absent.
7932  - Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>
7933
7934 19991118
7935  - Merged OpenBSD CVS changes
7936    - [scp.c] foregroundproc() in scp
7937    - [sshconnect.h] include fingerprint.h
7938    - [sshd.c] bugfix: the log() for passwd-auth escaped during logging
7939      changes.
7940    - [ssh.1] Spell my name right.
7941  - Added openssh.com info to README
7942
7943 19991117
7944  - Merged OpenBSD CVS changes
7945    - [ChangeLog.Ylonen] noone needs this anymore
7946    - [authfd.c] close-on-exec for auth-socket, ok deraadt
7947    - [hostfile.c]
7948      in known_hosts key lookup the entry for the bits does not need
7949      to match, all the information is contained in n and e. This
7950      solves the problem with buggy servers announcing the wrong
7951      modulus length.  markus and me.
7952    - [serverloop.c]
7953      bugfix: check for space if child has terminated, from:
7954      iedowse@maths.tcd.ie
7955    - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c]
7956      [fingerprint.c fingerprint.h]
7957      rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se>
7958    - [ssh-agent.1] typo
7959    - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@
7960    - [sshd.c]
7961      force logging to stderr while loading private key file
7962      (lost while converting to new log-levels)
7963
7964 19991116
7965  - Fix some Linux libc5 problems reported by Miles Wilson <mw@mctitle.com>
7966  - Merged OpenBSD CVS changes:
7967    - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c]
7968      [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c]
7969      the keysize of rsa-parameter 'n' is passed implizit,
7970      a few more checks and warnings about 'pretended' keysizes.
7971    - [cipher.c cipher.h packet.c packet.h sshd.c]
7972      remove support for cipher RC4
7973    - [ssh.c]
7974      a note for legay systems about secuity issues with permanently_set_uid(),
7975      the private hostkey and ptrace()
7976    - [sshconnect.c]
7977      more detailed messages about adding and checking hostkeys
7978
7979 19991115
7980  - Merged OpenBSD CVS changes:
7981    - [ssh-add.c] change passphrase loop logic and remove ref to
7982      $DISPLAY, ok niels
7983  - Changed to ssh-add.c broke askpass support. Revised it to be a little more
7984    modular.
7985  - Revised autoconf support for enabling/disabling askpass support.
7986  - Merged more OpenBSD CVS changes:
7987    [auth-krb4.c]
7988      - disconnect if getpeername() fails
7989      - missing xfree(*client)
7990    [canohost.c]
7991      - disconnect if getpeername() fails
7992      - fix comment: we _do_ disconnect if ip-options are set
7993    [sshd.c]
7994      - disconnect if getpeername() fails
7995      - move checking of remote port to central place
7996    [auth-rhosts.c] move checking of remote port to central place
7997    [log-server.c] avoid extra fd per sshd, from millert@
7998    [readconf.c] print _all_ bad config-options in ssh(1), too
7999    [readconf.h] print _all_ bad config-options in ssh(1), too
8000    [ssh.c] print _all_ bad config-options in ssh(1), too
8001    [sshconnect.c] disconnect if getpeername() fails
8002  - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
8003  - Various small cleanups to bring diff (against OpenBSD) size down.
8004  - Merged more Solaris compability from Marc G. Fournier
8005    <marc.fournier@acadiau.ca>
8006  - Wrote autoconf tests for __progname symbol
8007  - RPM spec file fixes from Jim Knoble <jmknoble@jmknoble.cx>
8008  - Released 1.2pre12
8009
8010  - Another OpenBSD CVS update:
8011    - [ssh-keygen.1] fix .Xr
8012
8013 19991114
8014  - Solaris compilation fixes (still imcomplete)
8015
8016 19991113
8017  - Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
8018    - Don't install config files if they already exist
8019    - Fix inclusion of additional preprocessor directives from acconfig.h
8020  - Removed redundant inclusions of config.h
8021  - Added 'Obsoletes' lines to RPM spec file
8022  - Merged OpenBSD CVS changes:
8023    - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
8024    - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
8025      totalsize, ok niels,aaron
8026  - Delay fork (-f option) in ssh until after port forwarded connections
8027    have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
8028  - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
8029  - Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
8030  - Tidied default config file some more
8031  - Revised Redhat initscript to fix bug: sshd (re)start would fail
8032    if executed from inside a ssh login.
8033
8034 19991112
8035  - Merged changes from OpenBSD CVS
8036    - [sshd.c] session_key_int may be zero
8037    - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
8038      IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
8039      deraadt,millert
8040  - Brought default sshd_config more in line with OpenBSD's
8041  - Grab server in gnome-ssh-askpass (Debian bug #49872)
8042  - Released 1.2pre10
8043
8044  - Added INSTALL documentation
8045  - Merged yet more changes from OpenBSD CVS
8046    - [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
8047      [ssh.c ssh.h sshconnect.c sshd.c]
8048      make all access to options via 'extern Options options'
8049      and 'extern ServerOptions options' respectively;
8050      options are no longer passed as arguments:
8051       * make options handling more consistent
8052       * remove #include "readconf.h" from ssh.h
8053       * readconf.h is only included if necessary
8054    - [mpaux.c] clear temp buffer
8055    - [servconf.c] print _all_ bad options found in configfile
8056  - Make ssh-askpass support optional through autoconf
8057  - Fix nasty division-by-zero error in scp.c
8058  - Released 1.2pre11
8059
8060 19991111
8061  - Added (untested) Entropy Gathering Daemon (EGD) support
8062  - Fixed /dev/urandom fd leak (Debian bug #49722)
8063  - Merged OpenBSD CVS changes:
8064    - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
8065    - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
8066    - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
8067  - Fix integer overflow which was messing up scp's progress bar for large
8068    file transfers. Fix submitted to OpenBSD developers. Report and fix
8069    from Kees Cook <cook@cpoint.net>
8070  - Merged more OpenBSD CVS changes:
8071    - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
8072      + krb-cleanup cleanup
8073    - [clientloop.c log-client.c log-server.c ]
8074      [readconf.c readconf.h servconf.c servconf.h ]
8075      [ssh.1 ssh.c ssh.h sshd.8]
8076      add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
8077      obsoletes QuietMode and FascistLogging in sshd.
8078    - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
8079      allow session_key_int != sizeof(session_key)
8080      [this should fix the pre-assert-removal-core-files]
8081  - Updated default config file to use new LogLevel option and to improve
8082    readability
8083
8084 19991110
8085  - Merged several minor fixes:
8086    - ssh-agent commandline parsing
8087    - RPM spec file now installs ssh setuid root
8088    - Makefile creates libdir
8089    - Merged beginnings of Solaris compability from Marc G. Fournier
8090      <marc.fournier@acadiau.ca>
8091
8092 19991109
8093  - Autodetection of SSL/Crypto library location via autoconf
8094  - Fixed location of ssh-askpass to follow autoconf
8095  - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
8096  - Autodetection of RSAref library for US users
8097  - Minor doc updates
8098  - Merged OpenBSD CVS changes:
8099    - [rsa.c] bugfix: use correct size for memset()
8100    - [sshconnect.c] warn if announced size of modulus 'n' != real size
8101  - Added GNOME passphrase requestor (use --with-gnome-askpass)
8102  - RPM build now creates subpackages
8103  - Released 1.2pre9
8104
8105 19991108
8106  - Removed debian/ directory. This is now being maintained separately.
8107  - Added symlinks for slogin in RPM spec file
8108  - Fixed permissions on manpages in RPM spec file
8109  - Added references to required libraries in README file
8110  - Removed config.h.in from CVS
8111  - Removed pwdb support (better pluggable auth is provided by glibc)
8112  - Made PAM and requisite libdl optional
8113  - Removed lots of unnecessary checks from autoconf
8114  - Added support and autoconf test for openpty() function (Unix98 pty support)
8115  - Fix for scp not finding ssh if not installed as /usr/bin/ssh
8116  - Added TODO file
8117  - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
8118    - Added ssh-askpass program
8119    - Added ssh-askpass support to ssh-add.c
8120    - Create symlinks for slogin on install
8121    - Fix "distclean" target in makefile
8122    - Added example for ssh-agent to manpage
8123    - Added support for PAM_TEXT_INFO messages
8124    - Disable internal /etc/nologin support if PAM enabled
8125  - Merged latest OpenBSD CVS changes:
8126    - [all] replace assert() with error, fatal or packet_disconnect
8127    - [sshd.c] don't send fail-msg but disconnect if too many authentication
8128      failures
8129    - [sshd.c] remove unused argument. ok dugsong
8130    - [sshd.c] typo
8131    - [rsa.c] clear buffers used for encryption. ok: niels
8132    - [rsa.c] replace assert() with error, fatal or packet_disconnect
8133    - [auth-krb4.c] remove unused argument. ok dugsong
8134  - Fixed coredump after merge of OpenBSD rsa.c patch
8135  - Released 1.2pre8
8136
8137 19991102
8138  - Merged change from OpenBSD CVS
8139   - One-line cleanup in sshd.c
8140
8141 19991030
8142  - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
8143  - Merged latest updates for OpenBSD CVS:
8144    - channels.[ch] - remove broken x11 fix and document istate/ostate
8145    - ssh-agent.c - call setsid() regardless of argv[]
8146    - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
8147  - Documentation cleanups
8148  - Renamed README -> README.Ylonen
8149  - Renamed README.openssh ->README
8150
8151 19991029
8152  - Renamed openssh* back to ssh* at request of Theo de Raadt
8153  - Incorporated latest changes from OpenBSD's CVS
8154  - Integrated Makefile patch from  Niels Kristian Bech Jensen <nkbj@image.dk>
8155  - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
8156  - Make distclean now removed configure script
8157  - Improved PAM logging
8158  - Added some debug() calls for PAM
8159  - Removed redundant subdirectories
8160  - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
8161    building on Debian.
8162  - Fixed off-by-one error in PAM env patch
8163  - Released 1.2pre6
8164
8165 19991028
8166  - Further PAM enhancements.
8167    - Much cleaner
8168    - Now uses account and session modules for all logins.
8169  - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
8170    - Build fixes
8171    - Autoconf
8172    - Change binary names to open*
8173  - Fixed autoconf script to detect PAM on RH6.1
8174  - Added tests for libpwdb, and OpenBSD functions to autoconf
8175  - Released 1.2pre4
8176
8177  - Imported latest OpenBSD CVS code
8178  - Updated README.openssh
8179  - Released 1.2pre5
8180
8181 19991027
8182  - Adapted PAM patch.
8183  - Released 1.0pre2
8184
8185  - Excised my buggy replacements for strlcpy and mkdtemp
8186  - Imported correct OpenBSD strlcpy and mkdtemp routines.
8187  - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
8188  - Picked up correct version number from OpenBSD
8189  - Added sshd.pam PAM configuration file
8190  - Added sshd.init Redhat init script
8191  - Added openssh.spec RPM spec file
8192  - Released 1.2pre3
8193
8194 19991026
8195  - Fixed include paths of OpenSSL functions
8196  - Use OpenSSL MD5 routines
8197  - Imported RC4 code from nanocrypt
8198  - Wrote replacements for OpenBSD arc4random* functions
8199  - Wrote replacements for strlcpy and mkdtemp
8200  - Released 1.0pre1
8201
8202 $Id$
This page took 1.064241 seconds and 5 git commands to generate.