summaryrefslogtreecommitdiff
path: root/lib/libwebauth.map
blob: 4462d69beeeaaafbf98c7b5ef04fb52a781083e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
WEBAUTH_3 {
    global:
        webauth_attr_list_add;
        webauth_attr_list_add_int32;
        webauth_attr_list_add_str;
        webauth_attr_list_add_time;
        webauth_attr_list_add_uint32;
        webauth_attr_list_find;
        webauth_attr_list_free;
        webauth_attr_list_get;
        webauth_attr_list_get_int32;
        webauth_attr_list_get_str;
        webauth_attr_list_get_time;
        webauth_attr_list_get_uint32;
        webauth_attr_list_new;
        webauth_attr_list_new;
        webauth_attrs_decode;
        webauth_attrs_encode;
        webauth_attrs_encoded_length;
        webauth_base64_decode;
        webauth_base64_decoded_length;
        webauth_base64_encode;
        webauth_base64_encoded_length;
        webauth_context_free;
        webauth_context_init;
        webauth_context_init_apr;
        webauth_error_message;
        webauth_factors_parse;
        webauth_factors_string;
        webauth_factors_subset;
        webauth_hex_decode;
        webauth_hex_decoded_length;
        webauth_hex_encode;
        webauth_hex_encoded_length;
        webauth_info_build;
        webauth_info_version;
        webauth_key_copy;
        webauth_key_create;
        webauth_key_free;
        webauth_keyring_add;
        webauth_keyring_auto_update;
        webauth_keyring_best_key;
        webauth_keyring_decode;
        webauth_keyring_encode;
        webauth_keyring_free;
        webauth_keyring_from_key;
        webauth_keyring_new;
        webauth_keyring_read_file;
        webauth_keyring_remove;
        webauth_keyring_write_file;
        webauth_krb5_change_password;
        webauth_krb5_error_code;
        webauth_krb5_error_message;
        webauth_krb5_export_tgt;
        webauth_krb5_export_ticket;
        webauth_krb5_free;
        webauth_krb5_get_principal;
        webauth_krb5_get_realm;
        webauth_krb5_import_cred;
        webauth_krb5_init_via_cache;
        webauth_krb5_init_via_cred;
        webauth_krb5_init_via_keytab;
        webauth_krb5_init_via_password;
        webauth_krb5_keep_cred_cache;
        webauth_krb5_mk_req;
        webauth_krb5_mk_req_with_data;
        webauth_krb5_new;
        webauth_krb5_rd_req;
        webauth_krb5_rd_req_with_data;
        webauth_parse_interval;
        webauth_random_bytes;
        webauth_random_key;
        webauth_token_create;
        webauth_token_create_with_key;
        webauth_token_decode;
        webauth_token_decode_raw;
        webauth_token_encode;
        webauth_token_encode_raw;
        webauth_token_encoded_length;
        webauth_token_parse;
        webauth_token_parse_with_key;
        webauth_token_type_code;
        webauth_token_type_string;
        webauth_user_config;
        webauth_user_info;
        webauth_webkdc_config;
        webauth_webkdc_login;

    local:
        *;
};