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