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