From: | ghudson@mit.edu |
Subject: | git commit |
Load mechglue config files from /etc/gss/mech.d
In addition to loading /etc/gss/mech, glob for *.conf files in
/etc/gss/mech.d. Load only config files which have changed since the
highest mtime we saw in the previous scan. Scan at most once per
second to avoid excessive numbers of filesystem syscalls for busy
GSSAPI applications.
[ghudson@mit.edu: rewrote commit message; style changes; added
once-per-second throttle on glob/stat calls]
https://github.com/krb5/krb5/commit/05cbef80d53f49d30a5d0563501226dc173734d4
Author: Günther Deschner <gdeschner@redhat.com>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: 05cbef80d53f49d30a5d0563501226dc173734d4
Branch: master
src/lib/gssapi/mechglue/g_initialize.c | 65 ++++++++++++++++++++++++++-----
1 files changed, 54 insertions(+), 11 deletions(-)