[Heimdal-source-changes] [heimdal/heimdal] e1a244: Make it possible to include krb5_locl.h in kadm5

GitHub noreply at github.com
Mon Apr 11 23:12:49 CEST 2016


  Branch: refs/heads/master
  Home:   https://github.com/heimdal/heimdal
  Commit: e1a244f0aaef4ee8b3030ea16ef45080fa9fece0
      https://github.com/heimdal/heimdal/commit/e1a244f0aaef4ee8b3030ea16ef45080fa9fece0
  Author: Nicolas Williams <nico at twosigma.com>
  Date:   2016-04-11 (Mon, 11 Apr 2016)

  Changed paths:
    M lib/kadm5/Makefile.am

  Log Message:
  -----------
  Make it possible to include krb5_locl.h in kadm5

This and ffc525aad1802247c1e1ef8bd1667ff045b00f1f are the correct fix
rather than f1d73a8e46c032fe933970c35fecac6f0a8e1b7d.  The next commit
reverts f1d73a8 by re-applying ffc525a.


  Commit: 1007d104fad73a931139768fbf009079b0ce2520
      https://github.com/heimdal/heimdal/commit/1007d104fad73a931139768fbf009079b0ce2520
  Author: Jeffrey Altman <jaltman at secure-endpoints.com>
  Date:   2016-04-11 (Mon, 11 Apr 2016)

  Changed paths:
    M lib/kadm5/get_s.c

  Log Message:
  -----------
  lib/kadm5: do not prototype imported _krb5_put_int

The function _krb5_put_int() is a private function exported from
lib/krb5.  Its declaration should come from krb5-private.h.  A local
declaration will not result in the proper import qualifiers on
Windows.

See also: e1a244f Make it possible to include krb5_locl.h in kadm5

Change-Id: I53e7aeea9f2f34cab105f2e331f3c6522847ccfe


Compare: https://github.com/heimdal/heimdal/compare/f1d73a8e46c0...1007d104fad7


More information about the Heimdal-source-changes mailing list