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