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