diff options
| author | Jeffrey Altman <jaltman@secure-endpoints.com> | 2006-12-07 21:56:20 +0000 |
|---|---|---|
| committer | Jeffrey Altman <jaltman@secure-endpoints.com> | 2006-12-07 21:56:20 +0000 |
| commit | de72ef9370c7a4982d420569e5c43f12c553ebf0 (patch) | |
| tree | 4868c06e1bd898e131b7823174048cee9a82a6f5 /src/include | |
| parent | 3d22bd77a212fc75d49495476f5d08d76be2f313 (diff) | |
| download | krb5-de72ef9370c7a4982d420569e5c43f12c553ebf0.tar.gz krb5-de72ef9370c7a4982d420569e5c43f12c553ebf0.tar.xz krb5-de72ef9370c7a4982d420569e5c43f12c553ebf0.zip | |
Modifications to support the generation and embedding
of library manifests into generated EXEs and DLLs.
Manifests are required for Windows XP and above when
applications are built with Microsoft Visual Studio 2005
(aka VS8) or above.
ticket: 3642
tags: pullup
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18930 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/krb5/krb5.hin | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin index 9d9920efd..9c6fd2311 100644 --- a/src/include/krb5/krb5.hin +++ b/src/include/krb5/krb5.hin @@ -2429,7 +2429,7 @@ typedef struct _krb5_get_init_creds_opt { #define KRB5_GET_INIT_CREDS_OPT_ADDRESS_LIST 0x0020 #define KRB5_GET_INIT_CREDS_OPT_PREAUTH_LIST 0x0040 #define KRB5_GET_INIT_CREDS_OPT_SALT 0x0080 - +#define KRB5_GET_INIT_CREDS_OPT_CHG_PWD_PRMPT 0x0100 void KRB5_CALLCONV krb5_get_init_creds_opt_init @@ -2477,7 +2477,10 @@ krb5_get_init_creds_opt_set_salt (krb5_get_init_creds_opt *opt, krb5_data *salt); - +void KRB5_CALLCONV +krb5_get_init_creds_opt_set_change_password_prompt +(krb5_get_init_creds_opt *opt, + int prompt); krb5_error_code KRB5_CALLCONV krb5_get_init_creds_password |
