~ubuntu-branches/ubuntu/saucy/libpam-krb5/saucy-proposed

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Package Import Robot
  • Author(s): Russ Allbery
  • Date: 2012-06-02 19:20:27 UTC
  • mfrom: (23.1.2 quantal)
  • Revision ID: package-import@ubuntu.com-20120602192027-m77kkzwyeovfs4a4
Tags: 4.6-1
* New upstream release.
  - New anon_fast option to attempt anonymous authentication and use
    those credentials to provide FAST armor.  (Closes: #626509)
  - New user_realm option to set the realm for unqualified user
    principals without changing the default realm for all other
    operations.
  - New no_prompt option to suppress PAM prompting in favor of letting
    the Kerberos library handle it.  (Closes: #626506)
  - New silent option that duplicates the behavior of PAM_SILENT.
  - New trace option for preliminary support of Kerberos trace logging.
  - Fix the doubled colon in password prompts from Heimdal.
  - Preserve the realm of the authentication identity when forming an
    alt_auth_map identity.
  - Allow the alt_auth_map format to contain a realm to force all mapped
    principals to be in that realm.
  - Avoid a NULL pointer dereference if krb5_init_context fails.
    (LP: #998525)
  - Close memory leaks in search_k5login and alt_auth_map.
  - Suppress bogus error messages about the realm option.
  - Retry authentication under try_first_pass for several other error
    conditions.
* Regenerate the Autotools build system with dh-autoreconf.
* Add krb5-config to Build-Depends so that the test programs don't abort
  with errors about not having a Kerberos configuration.
* Switch to xz compression for the upstream and Debian tarballs.
* Enable parallel builds.
* Update standards version to 3.9.3 (no changes required).

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
/* Define to 1 if you have the `krb5_appdefault_string' function. */
49
49
#undef HAVE_KRB5_APPDEFAULT_STRING
50
50
 
 
51
/* Define to 1 if you have the `krb5_cc_get_full_name' function. */
 
52
#undef HAVE_KRB5_CC_GET_FULL_NAME
 
53
 
51
54
/* Define to 1 if you have the `krb5_data_free' function. */
52
55
#undef HAVE_KRB5_DATA_FREE
53
56
 
57
60
/* Define to 1 if you have the `krb5_free_error_message' function. */
58
61
#undef HAVE_KRB5_FREE_ERROR_MESSAGE
59
62
 
 
63
/* Define to 1 if you have the `krb5_free_string' function. */
 
64
#undef HAVE_KRB5_FREE_STRING
 
65
 
60
66
/* Define to 1 if you have the `krb5_get_error_message' function. */
61
67
#undef HAVE_KRB5_GET_ERROR_MESSAGE
62
68
 
75
81
/* Define if krb5_get_init_creds_opt_free takes two arguments. */
76
82
#undef HAVE_KRB5_GET_INIT_CREDS_OPT_FREE_2_ARGS
77
83
 
 
84
/* Define to 1 if you have the `krb5_get_init_creds_opt_set_anonymous'
 
85
   function. */
 
86
#undef HAVE_KRB5_GET_INIT_CREDS_OPT_SET_ANONYMOUS
 
87
 
78
88
/* Define to 1 if you have the
79
89
   `krb5_get_init_creds_opt_set_change_password_prompt' function. */
80
90
#undef HAVE_KRB5_GET_INIT_CREDS_OPT_SET_CHANGE_PASSWORD_PROMPT
87
97
   function. */
88
98
#undef HAVE_KRB5_GET_INIT_CREDS_OPT_SET_FAST_CCACHE_NAME
89
99
 
 
100
/* Define to 1 if you have the `krb5_get_init_creds_opt_set_out_ccache'
 
101
   function. */
 
102
#undef HAVE_KRB5_GET_INIT_CREDS_OPT_SET_OUT_CCACHE
 
103
 
90
104
/* Define to 1 if you have the `krb5_get_init_creds_opt_set_pa' function. */
91
105
#undef HAVE_KRB5_GET_INIT_CREDS_OPT_SET_PA
92
106
 
124
138
/* Define to 1 if you have the `krb5_set_password' function. */
125
139
#undef HAVE_KRB5_SET_PASSWORD
126
140
 
 
141
/* Define to 1 if you have the `krb5_set_trace_filename' function. */
 
142
#undef HAVE_KRB5_SET_TRACE_FILENAME
 
143
 
127
144
/* Define to 1 if you have the `krb5_svc_get_msg' function. */
128
145
#undef HAVE_KRB5_SVC_GET_MSG
129
146
 
166
183
/* Define to 1 if you have the <profile.h> header file. */
167
184
#undef HAVE_PROFILE_H
168
185
 
 
186
/* Define to 1 if you have the `regcomp' function. */
 
187
#undef HAVE_REGCOMP
 
188
 
169
189
/* Define to 1 if you have the <security/pam_appl.h> header file. */
170
190
#undef HAVE_SECURITY_PAM_APPL_H
171
191