Skip Menu |
 

From: ghudson@mit.edu
Subject: SVN Commit

Support changing the built-in ccache/keytab names

* Add DEFCCNAME, DEFKTNAME, and DEFCKTNAME configure variables to
change the built-in ccache and keytab names.
* Add krb5-config options to display the built-in ccache and keytab
names.
* In the default build, use krb5-config to discover the system's
built-in ccache and keytab names and use them (if not overridden).
This can be controlled with the --with-krb5-config=PATH or
--without-krb5-config configure options.
* Make the built-in ccache name subject to parameter expansion.

https://github.com/krb5/krb5/commit/688a2702d2045abf5f99acfb59f3f372391e5be4
Author: Greg Hudson <ghudson@mit.edu>
Commit: 688a2702d2045abf5f99acfb59f3f372391e5be4
Branch: master
doc/rst_source/conf.py | 12 +++++--
doc/rst_source/krb_admins/conf_files/krb5_conf.rst | 2 +-
doc/rst_source/krb_basic/keytab_def.rst | 2 +-
doc/rst_source/krb_build/options2configure.rst | 16 +++++++++
.../krb_users/user_commands/kdestroy.rst | 5 +--
doc/rst_source/krb_users/user_commands/kinit.rst | 5 +--
doc/rst_source/krb_users/user_commands/klist.rst | 5 +--
doc/rst_source/krb_users/user_commands/kswitch.rst | 5 +--
doc/rst_source/krb_users/user_commands/kvno.rst | 5 +--
doc/rst_source/mitK5defaults.rst | 23 +++++++------
src/configure.in | 35 ++++++++++++++++++++
src/include/osconf.hin | 4 --
src/include/win-mac.h | 3 ++
src/krb5-config.M | 9 +++++
src/krb5-config.in | 35 +++++++++++++++++++-
src/lib/krb5/libkrb5.exports | 1 -
src/lib/krb5/os/ccdefname.c | 6 +--
src/lib/krb5/os/ktdefname.c | 7 +---
src/lib/krb5/os/osconfig.c | 2 -
src/man/Makefile.in | 8 ++++-
20 files changed, 142 insertions(+), 48 deletions(-)