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