Skip Menu |
 

Date: Fri, 28 Jun 2024 14:33:04 +0200
To: krb5-bugs@mit.edu
Subject: make krb5_get_default_config_files public
From: "Sumit Bose" <sbose@redhat.com>
Hi,

I wonder if there is a reason why krb5_get_default_config_files() and
krb5_free_config_files() and not part of the public API listed in
krb5.h. It looks like Heimdal and BSD have them in their public APIs.

I would like to create a private krb5.conf with specific settings and
include the default file here as well to get all the system's default as
well.

Thanks.

bye,
Sumit
From: ghudson@mit.edu
Subject: git commit

Make krb5_get_default_config_files() public

Add krb5_get_default_config_files() to the public API; it was already
in the library export list and the DLL export list. Also add
krb5_free_config_files().

https://github.com/krb5/krb5/commit/8e60fc5600d1771769dc9cabd282f0d533b4c524
Author: Greg Hudson <ghudson@mit.edu>
Commit: 8e60fc5600d1771769dc9cabd282f0d533b4c524
Branch: master
doc/appdev/refs/api/index.rst | 2 ++
src/include/k5-int.h | 4 ----
src/include/krb5/krb5.hin | 27 +++++++++++++++++++++++++++
3 files changed, 29 insertions(+), 4 deletions(-)