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