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