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