Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: git commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 809 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 Committer: Greg Hudson 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(-)