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