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