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