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