[Heimdal-source-changes] [heimdal/heimdal] dfdbf8: telnet: don't ignore HAVE_OPENPTY on linux

GitHub noreply at github.com
Sat Mars 1 07:17:15 CET 2014


  Branch: refs/heads/heimdal-1-6-branch
  Home:   https://github.com/heimdal/heimdal
  Commit: dfdbf8e350fba484e90b2c62bf91605d7c741c74
      https://github.com/heimdal/heimdal/commit/dfdbf8e350fba484e90b2c62bf91605d7c741c74
  Author: Ken Dreyer <ktdreyer at ktdreyer.com>
  Date:   2014-02-20 (Thu, 20 Feb 2014)

  Changed paths:
    M appl/telnet/telnetd/sys_term.c

  Log Message:
  -----------
  telnet: don't ignore HAVE_OPENPTY on linux

openpty() is not available on all Linux distributions. Trust autoconf's
determination for HAVE_OPENPTY instead of unconditionally using
openpty() on all Linux.

This is similar to the change to roken in
9ae257d7d444667c9cb368bb95f744ae00240b59, but this is for telnet.

This is a 1.6-only change, since telnet has been removed from master in
e55b0d0ca5038a8101276a593ffbb6be4c27c8d0.


  Commit: ecdd6b43758845e21d17f7f42134b20a00c25b1a
      https://github.com/heimdal/heimdal/commit/ecdd6b43758845e21d17f7f42134b20a00c25b1a
  Author: Jeffrey Altman <jaltman at secure-endpoints.com>
  Date:   2014-02-28 (Fri, 28 Feb 2014)

  Changed paths:
    M appl/telnet/telnetd/sys_term.c

  Log Message:
  -----------
  Merge pull request #66 from ktdreyer/openpty-1-6

telnet: don't ignore HAVE_OPENPTY on linux


Compare: https://github.com/heimdal/heimdal/compare/36a14babd40c...ecdd6b437588


More information about the Heimdal-source-changes mailing list