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