[Heimdal-source-changes] [heimdal/heimdal] 642813: kinit: use result of security framework test to en...

GitHub noreply at github.com
Mon Okt 30 23:41:24 CET 2017


  Branch: refs/heads/master
  Home:   https://github.com/heimdal/heimdal
  Commit: 6428136e184157dfb786320cedccbdf95a47a86f
      https://github.com/heimdal/heimdal/commit/6428136e184157dfb786320cedccbdf95a47a86f
  Author: Daria Phoebe Brashear <dariaphoebe at auristor.com>
  Date:   2017-10-30 (Mon, 30 Oct 2017)

  Changed paths:
    M kuser/kinit.c

  Log Message:
  -----------
  kinit: use result of security framework test to enable its use

we already test for the security framework. use the result of it
to decide if we want to enable its use


  Commit: 0f5486eafcb85522607d615f51ec1ba01fa83bd2
      https://github.com/heimdal/heimdal/commit/0f5486eafcb85522607d615f51ec1ba01fa83bd2
  Author: Daria Phoebe Brashear <dariaphoebe at auristor.com>
  Date:   2017-10-30 (Mon, 30 Oct 2017)

  Changed paths:
    A cf/framework-corefoundation.m4
    M configure.ac
    M lib/krb5/Makefile.am
    M lib/krb5/config_file.c

  Log Message:
  -----------
  krb5: don't include plist support unless CoreFoundation is present

depending what's available when you compile for iOS it's possible to
be __APPLE__ and not have CF; actually test for it instead of blythely
assuming it can be used


  Commit: 9bae7d230cd5db891b0632f92d03d236a6e02754
      https://github.com/heimdal/heimdal/commit/9bae7d230cd5db891b0632f92d03d236a6e02754
  Author: Daria Phoebe Brashear <dariaphoebe at auristor.com>
  Date:   2017-10-30 (Mon, 30 Oct 2017)

  Changed paths:
    M lib/libedit/src/terminal.c

  Log Message:
  -----------
  libedit: provide stub curses when none found

for cross-compiling for a GUI, being able to build the whole tree
despite having no curses is helpful; provide an interface which
just fails all calls


Compare: https://github.com/heimdal/heimdal/compare/e014662651f2...9bae7d230cd5


More information about the Heimdal-source-changes mailing list