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