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