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