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