[Heimdal-source-changes] [heimdal/heimdal] bdcd7d: krb5_principal_is_anonymous

Jeffrey Altman noreply at github.com
Tors May 16 08:23:22 CEST 2019


  Branch: refs/heads/master
  Home:   https://github.com/heimdal/heimdal
  Commit: bdcd7d2f3dc02f902628a9145084cf7a80496f7a
      https://github.com/heimdal/heimdal/commit/bdcd7d2f3dc02f902628a9145084cf7a80496f7a
  Author: Jeffrey Altman <jaltman at secure-endpoints.com>
  Date:   2019-05-16 (Thu, 16 May 2019)

  Changed paths:
    M kdc/kerberos5.c
    M kuser/kinit.c
    M kuser/kuser_locl.h
    M lib/krb5/krb5.h
    M lib/krb5/libkrb5-exports.def.in
    M lib/krb5/principal.c
    M lib/krb5/ticket.c
    M lib/krb5/version-script.map

  Log Message:
  -----------
  krb5_principal_is_anonymous

_krb5_principal_is_anonymous() is used outside lib/krb5 and
therefore it needs to be properly exported and its flag macros
need to be in a public header: krb5.h not krb5_locl.h.

Including krb5_locl.h from within kuser_locl.h for instance
results in build failures on Solaris.

This change renames the function and makes it part of the public
api.

Change-Id: I130d1698b10bdbd150b95e8c7d32dfc362889ce6




More information about the Heimdal-source-changes mailing list