diff options
author | stas <stas@FreeBSD.org> | 2011-09-29 05:23:57 +0000 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2011-09-29 05:23:57 +0000 |
commit | f6e720bf7e3d09d00d73f389a5dac8efdce0eb8c (patch) | |
tree | cf5b65423910d126fddaaf04b885d0de3507d692 /lib/ntlm/version-script.map | |
parent | 51b6601db456e699ea5d4843cbc7239ee92d9c13 (diff) | |
download | FreeBSD-src-f6e720bf7e3d09d00d73f389a5dac8efdce0eb8c.zip FreeBSD-src-f6e720bf7e3d09d00d73f389a5dac8efdce0eb8c.tar.gz |
- Flatten the vendor heimdal tree.
Diffstat (limited to 'lib/ntlm/version-script.map')
-rw-r--r-- | lib/ntlm/version-script.map | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/lib/ntlm/version-script.map b/lib/ntlm/version-script.map new file mode 100644 index 0000000..654a630 --- /dev/null +++ b/lib/ntlm/version-script.map @@ -0,0 +1,27 @@ +# $Id: version-script.map 22041 2007-11-11 07:43:27Z lha $ + +HEIMDAL_NTLM_1.0 { + global: + heim_ntlm_build_ntlm1_master; + 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; + local: + *; +}; |