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