diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-12-17 19:54:09 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-12-17 19:54:09 +0100 |
commit | de8133e3bbf5c4468db555543ae4e7a94ae8723a (patch) | |
tree | 0335bb68d1f90caa780acc0c417cfc5042fe1368 /source4 | |
parent | b4875d4dba33e0a25bff6f54d598ec9f8c0e00c2 (diff) | |
download | samba-de8133e3bbf5c4468db555543ae4e7a94ae8723a.tar.gz samba-de8133e3bbf5c4468db555543ae4e7a94ae8723a.tar.bz2 samba-de8133e3bbf5c4468db555543ae4e7a94ae8723a.zip |
heimdal_build: Add version-script for ntlm.
Diffstat (limited to 'source4')
-rw-r--r-- | source4/heimdal/lib/ntlm/version-script.map | 30 | ||||
-rw-r--r-- | source4/heimdal_build/wscript_build | 1 |
2 files changed, 31 insertions, 0 deletions
diff --git a/source4/heimdal/lib/ntlm/version-script.map b/source4/heimdal/lib/ntlm/version-script.map new file mode 100644 index 0000000000..6fe67a618f --- /dev/null +++ b/source4/heimdal/lib/ntlm/version-script.map @@ -0,0 +1,30 @@ +# $Id$ + +HEIMDAL_NTLM_1.0 { + global: + heim_ntlm_build_ntlm1_master; + heim_ntlm_calculate_lm2; + heim_ntlm_calculate_ntlm1; + heim_ntlm_calculate_ntlm2; + heim_ntlm_calculate_ntlm2_sess; + heim_ntlm_decode_targetinfo; + heim_ntlm_decode_type1; + heim_ntlm_decode_type2; + heim_ntlm_decode_type3; + heim_ntlm_encode_targetinfo; + heim_ntlm_encode_type1; + heim_ntlm_encode_type2; + heim_ntlm_encode_type3; + heim_ntlm_free_buf; + heim_ntlm_free_targetinfo; + heim_ntlm_free_type1; + heim_ntlm_free_type2; + heim_ntlm_free_type3; + heim_ntlm_nt_key; + heim_ntlm_ntlmv2_key; + heim_ntlm_verify_ntlm2; + heim_ntlm_unparse_flags; + initialize_ntlm_error_table_r; + local: + *; +}; diff --git a/source4/heimdal_build/wscript_build b/source4/heimdal_build/wscript_build index 7557cb28b4..8679fe2cf1 100644 --- a/source4/heimdal_build/wscript_build +++ b/source4/heimdal_build/wscript_build @@ -530,6 +530,7 @@ HEIMDAL_LIBRARY('heimntlm', includes='../heimdal/lib/ntlm', deps='roken HEIMDAL_HCRYPTO krb5', vnum='1.0.1', + version_script='lib/ntlm/version-script.map', ) HEIMDAL_AUTOPROTO('lib/ntlm/heimntlm-protos.h', HEIMNTLM_SOURCE) |