svn rev #18954: trunk/src/ lib/ lib/krb5/krb/ windows/identity/plugins/common/ ...

jaltman@MIT.EDU jaltman at MIT.EDU
Thu Dec 14 18:33:55 EST 2006


Commit By: jaltman
Log Message: 
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   trunk/src/lib/krb5/krb/gic_opt.c
U   trunk/src/lib/krb5/krb/gic_pwd.c
U   trunk/src/lib/krb5_32.def
U   trunk/src/windows/identity/plugins/common/dynimport.c
U   trunk/src/windows/identity/plugins/common/dynimport.h
U   trunk/src/windows/identity/plugins/krb5/krb5funcs.c



More information about the cvs-krb5 mailing list