svn rev #18969: branches/krb5-1-6/ src/lib/ src/lib/krb5/krb/ src/windows/identity/plugins/common/ ...
tlyu@MIT.EDU
tlyu at MIT.EDU
Mon Dec 18 19:12:48 EST 2006
Commit By: tlyu
Log Message:
ticket: 5090
version_fixed: 1.6
pull up r18954 from trunk
r18954 at cathode-dark-space: jaltman | 2006-12-14 18:33:53 -0500
ticket: new
subject: krb5_get_init_creds_opt_set_change_password_prompt
krb5_get_init_creds_opt_set_change_password_prompt is a new
gic option that permits the prompter code to be skipped
when the password has expired. This option is meant to
be used by credential managers such as NetIDMgr and
Kerberos.app that have their own built in password change
dialogs.
This patch adds the new function, exports it on Windows,
and makes use of it within the Krb5 identity provider
for NetIDMgr.
The patch is written to ensure that no changes to the
krb5_get_init_creds_opt structure are required and
to ensure that the default behavior, prompting, is
maintained.
The export lists for UNIX and KFM must still be updated.
The function prototype was committed as part of ticket 3642.
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/lib/krb5/krb/gic_opt.c
U branches/krb5-1-6/src/lib/krb5/krb/gic_pwd.c
U branches/krb5-1-6/src/lib/krb5_32.def
U branches/krb5-1-6/src/windows/identity/plugins/common/dynimport.c
U branches/krb5-1-6/src/windows/identity/plugins/common/dynimport.h
U branches/krb5-1-6/src/windows/identity/plugins/krb5/krb5funcs.c
More information about the cvs-krb5
mailing list