[Heimdal-source-changes] [heimdal/heimdal] e301f0: base: heim_conf_parse_file_multi remove extra unus...

Jeffrey Altman noreply at github.com
Ons May 27 08:41:40 CEST 2020


  Branch: refs/heads/jaltman/master-fixes
  Home:   https://github.com/heimdal/heimdal
  Commit: e301f08789f636264561247747001cf10610adb8
      https://github.com/heimdal/heimdal/commit/e301f08789f636264561247747001cf10610adb8
  Author: Jeffrey Altman <jaltman at secure-endpoints.com>
  Date:   2020-05-27 (Wed, 27 May 2020)

  Changed paths:
    M lib/base/config_file.c

  Log Message:
  -----------
  base: heim_conf_parse_file_multi remove extra unused parameter

This call

  heim_warn(context, ret, "Ignoring", fname);

doesn't require the 'fname' paramter.  Remove it.

Change-Id: Ia339568658306a903a64ff9e098f914e7387bdd7


  Commit: 8194927042677c2a14f0c02e05d6e5c8e90168dc
      https://github.com/heimdal/heimdal/commit/8194927042677c2a14f0c02e05d6e5c8e90168dc
  Author: Jeffrey Altman <jaltman at secure-endpoints.com>
  Date:   2020-05-27 (Wed, 27 May 2020)

  Changed paths:
    M lib/krb5/get_cred.c

  Log Message:
  -----------
  krb5: not_found must free krb5_get_error_message string

Even though krb5_get_error_message() returns 'const char *' the
C-string is allocated and must be freed using krb5_free_error_message().

Change-Id: I8d4ef6fce12f113617443d15abadf51f1e04cf1a


  Commit: fd6174ba59e1d50b48aa1093cc88f8712d6168a3
      https://github.com/heimdal/heimdal/commit/fd6174ba59e1d50b48aa1093cc88f8712d6168a3
  Author: Jeffrey Altman <jaltman at secure-endpoints.com>
  Date:   2020-05-27 (Wed, 27 May 2020)

  Changed paths:
    M lib/base/common_plugin.h

  Log Message:
  -----------
  base: common_plugin.h add missing typedefs

ea90ca86664c73fb8d415f3cc7baacdf8a6dd685("Move some infra bits of
lib/krb5/ to lib/base/ (2)") forgot to add typedefs

  heim_get_instance_func_t
  krb5_get_instance_t

required for compilation of krb5_get_instance style plugins.

Change-Id: I3130f86034be1f9f79694eca0d1b309e247fd03f


Compare: https://github.com/heimdal/heimdal/compare/e301f08789f6%5E...fd6174ba59e1


More information about the Heimdal-source-changes mailing list