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