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