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