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