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