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