summaryrefslogtreecommitdiff
path: root/wscript_configure_system_mitkrb5
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2014-05-08 14:59:00 +0200
committerAndrew Bartlett <abartlet@samba.org>2014-08-08 06:02:35 +0200
commit9fed7ed00eb74a82e822dca2c9f267fe0c47069f (patch)
tree85b415f1f3b02c49971542defe4856b0e673abd7 /wscript_configure_system_mitkrb5
parent57b6517441ae66bab6cab211ee8843fe7143b296 (diff)
downloadsamba-9fed7ed00eb74a82e822dca2c9f267fe0c47069f.tar.gz
lib/krb5_wrap: add krb5_copy_data_contents.
This reuses krb5_data_copy() if available, choosed not to call it krb5_data_copy as that is easily mixed up with krb5_copy_data (which allocs the krb5_data pointer). Thanks Simo for proposing the better name. Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'wscript_configure_system_mitkrb5')
-rw-r--r--wscript_configure_system_mitkrb51
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript_configure_system_mitkrb5 b/wscript_configure_system_mitkrb5
index b971cf79b5f..1c6cfc4c257 100644
--- a/wscript_configure_system_mitkrb5
+++ b/wscript_configure_system_mitkrb5
@@ -107,6 +107,7 @@ conf.CHECK_FUNCS('''
krb5_cc_get_lifetime krb5_cc_retrieve_cred
krb5_free_checksum_contents krb5_c_make_checksum krb5_create_checksum
krb5_config_get_bool_default krb5_get_profile
+ krb5_data_copy
''',
lib='krb5 k5crypto')
conf.CHECK_DECLS('''krb5_get_credentials_for_user