Skip Menu |
 

From: ghudson@mit.edu
Subject: git commit

Add support for directories in profile paths

If a profile path component is a directory, process files in the
directory as we would for an "includedir" directive.

[ghudson@mit.edu: don't change default profile path; simplify
profile_process_directory using prior commit; only check stat bits,
not final character of pathname; misc style changes; commit message]

https://github.com/krb5/krb5/commit/13bfcda8de68c6347d0ce15f5dcdca25f782b6b3
Author: Roland Mainz <rmainz@redhat.com>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: 13bfcda8de68c6347d0ce15f5dcdca25f782b6b3
Branch: master
src/util/profile/prof_file.c | 29 +++++++++++++++++++----------
src/util/profile/prof_int.h | 3 +++
src/util/profile/prof_parse.c | 19 +++++++++++++++++++
3 files changed, 41 insertions(+), 10 deletions(-)
From: ghudson@mit.edu
Subject: git commit

Add test case for directory in profile path

https://github.com/krb5/krb5/commit/b249d2199711ced887de9ff6bc999b4a91143e5d
Author: Greg Hudson <ghudson@mit.edu>
Commit: b249d2199711ced887de9ff6bc999b4a91143e5d
Branch: master
src/util/profile/prof_test1 | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
From: ghudson@mit.edu
Subject: git commit

Document directory names in profile paths

In krb5_conf.rst, document that KRB5_CONFIG can contain directory
names.

https://github.com/krb5/krb5/commit/1c12dd592804321f4752ed08e2ec02689aab004c
Author: Greg Hudson <ghudson@mit.edu>
Commit: 1c12dd592804321f4752ed08e2ec02689aab004c
Branch: master
doc/admin/conf_files/krb5_conf.rst | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
From: ghudson@mit.edu
Subject: git commit

Fix Windows regression in prof_file.c

Commit 13bfcda8de68 (Add support for directories in profile paths)
introduced use of S_ISDIR, but this macro is not defined by Windows
SDK stat.h.

https://github.com/krb5/krb5/commit/4896c7e43725d2690e2adb0d49040c9bc594744b
Author: Thomas Sondergaard <thomas.sondergaard@karoshealth.com>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: 4896c7e43725d2690e2adb0d49040c9bc594744b
Branch: master
src/util/profile/prof_file.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)