aboutsummaryrefslogtreecommitdiff
path: root/libssh/libssh.map
blob: 359dae958520393bb90cdd2895822394eaad012e (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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
SSH_0.3 {
  global:
    buffer_free;
    buffer_get;
    buffer_get_len;
    buffer_new;
    channel_change_pty_size;
    channel_close;
    channel_free;
    channel_get_exit_status;
    channel_get_session;
    channel_is_closed;
    channel_is_eof;
    channel_is_open;
    channel_new;
    channel_open_forward;
    channel_open_session;
    channel_poll;
    channel_read;
    channel_read_buffer;
    channel_read_nonblocking;
    channel_request_env;
    channel_request_exec;
    channel_request_pty;
    channel_request_pty_size;
    channel_request_sftp;
    channel_request_shell;
    channel_request_subsystem;
    channel_select;
    channel_send_eof;
    channel_set_blocking;
    channel_write;
    privatekey_free;
    privatekey_from_file;
    publickey_free;
    publickey_from_file;
    publickey_from_privatekey;
    publickey_to_string;
    sftp_async_read;
    sftp_async_read_begin;
    sftp_attributes_free;
    sftp_canonicalize_path;
    sftp_chmod;
    sftp_chown;
    sftp_close;
    sftp_closedir;
    sftp_dir_eof;
    sftp_file_set_blocking;
    sftp_file_set_nonblocking;
    sftp_free;
    sftp_fstat;
    sftp_get_error;
    sftp_init;
    sftp_lstat;
    sftp_mkdir;
    sftp_new;
    sftp_open;
    sftp_opendir;
    sftp_read;
    sftp_readdir;
    sftp_readlink;
    sftp_rename;
    sftp_rewind;
    sftp_rmdir;
    sftp_seek;
    sftp_seek64;
    sftp_server_init;
    sftp_server_new;
    sftp_server_version;
    sftp_setstat;
    sftp_stat;
    sftp_symlink;
    sftp_tell;
    sftp_tell64;
    sftp_unlink;
    sftp_utimes;
    sftp_write;
    ssh_accept;
    ssh_auth_list;
    ssh_bind_accept;
    ssh_bind_fd_toaccept;
    ssh_bind_free;
    ssh_bind_get_fd;
    ssh_bind_listen;
    ssh_bind_new;
    ssh_bind_set_blocking;
    ssh_bind_set_fd;
    ssh_bind_set_options;
    ssh_clean_pubkey_hash;
    ssh_connect;
    ssh_copyright;
    ssh_disconnect;
    ssh_fd_poll;
    ssh_finalize;
    ssh_get_disconnect_message;
    ssh_get_error;
    ssh_get_error_code;
    ssh_get_fd;
    ssh_get_hexa;
    ssh_get_issue_banner;
    ssh_get_openssh_version;
    ssh_get_pubkey;
    ssh_get_pubkey_hash;
    ssh_get_random;
    ssh_get_status;
    ssh_get_version;
    ssh_init;
    ssh_is_server_known;
    ssh_log;
    ssh_message_auth_password;
    ssh_message_auth_publickey;
    ssh_message_auth_reply_pk_ok;
    ssh_message_auth_reply_success;
    ssh_message_auth_set_methods;
    ssh_message_auth_user;
    ssh_message_channel_request_open_reply_accept;
    ssh_message_channel_request_reply_success;
    ssh_message_free;
    ssh_message_get;
    ssh_message_reply_default;
    ssh_message_retrieve;
    ssh_message_service_reply_success;
    ssh_message_service_service;
    ssh_message_subtype;
    ssh_message_type;
    ssh_new;
    ssh_options_allow_ssh1;
    ssh_options_allow_ssh2;
    ssh_options_copy;
    ssh_options_free;
    ssh_options_getopt;
    ssh_options_new;
    ssh_options_set_auth_callback;
    ssh_options_set_banner;
    ssh_options_set_bind;
    ssh_options_set_dsa_server_key;
    ssh_options_set_fd;
    ssh_options_set_host;
    ssh_options_set_identity;
    ssh_options_set_known_hosts_file;
    ssh_options_set_log_function;
    ssh_options_set_log_verbosity;
    ssh_options_set_port;
    ssh_options_set_rsa_server_key;
    ssh_options_set_ssh_dir;
    ssh_options_set_status_callback;
    ssh_options_set_timeout;
    ssh_options_set_username;
    ssh_options_set_wanted_algos;
    ssh_print_hexa;
    ssh_select;
    ssh_service_request;
    ssh_set_blocking;
    ssh_set_fd_except;
    ssh_set_fd_toread;
    ssh_set_fd_towrite;
    ssh_set_options;
    ssh_silent_disconnect;
    ssh_userauth_agent_pubkey;
    ssh_userauth_autopubkey;
    ssh_userauth_kbdint;
    ssh_userauth_kbdint_getinstruction;
    ssh_userauth_kbdint_getname;
    ssh_userauth_kbdint_getnprompts;
    ssh_userauth_kbdint_getprompt;
    ssh_userauth_kbdint_setanswer;
    ssh_userauth_list;
    ssh_userauth_none;
    ssh_userauth_offer_pubkey;
    ssh_userauth_password;
    ssh_userauth_pubkey;
    ssh_version;
    ssh_write_knownhost;
    string_burn;
    string_copy;
    string_data;
    string_fill;
    string_free;
    string_from_char;
    string_len;
    string_new;
    string_to_char;
  local:
    *;
};