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

Jeffrey Altman noreply at github.com
Ons May 27 15:01:39 CEST 2020


  Branch: refs/heads/master
  Home:   https://github.com/heimdal/heimdal
  Commit: c6213fc894e4f3d64a16cfc923ed6eca84d6a11c
      https://github.com/heimdal/heimdal/commit/c6213fc894e4f3d64a16cfc923ed6eca84d6a11c
  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: 739f7e0484e412de7de6d5ef1100fcc20836d19d
      https://github.com/heimdal/heimdal/commit/739f7e0484e412de7de6d5ef1100fcc20836d19d
  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: f91f786dd67406650e826ee58c50959ca5000203
      https://github.com/heimdal/heimdal/commit/f91f786dd67406650e826ee58c50959ca5000203
  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/662dfbb38bea...f91f786dd674


More information about the Heimdal-source-changes mailing list