add targetinfo and comerr error codes

This commit is contained in:
Love Hornquist Astrand
2010-10-19 18:15:40 -07:00
parent 99f690fd19
commit 9f1168b703
6 changed files with 651 additions and 187 deletions

View File

@@ -3,6 +3,7 @@
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;
@@ -22,6 +23,8 @@ HEIMDAL_NTLM_1.0 {
heim_ntlm_nt_key;
heim_ntlm_ntlmv2_key;
heim_ntlm_verify_ntlm2;
heim_ntlm_unparse_flags;
initialize_ntlm_error_table_r;
local:
*;
};