CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_LD_FLAGS
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c: In function ‘ssh_userauth_privatekey_file’:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:130:3: warning: ‘publickey_from_file’ is deprecated [-Wdeprecated-declarations]
130 | pubkey = publickey_from_file(session, pubkeyfile, &type);
| ^~~~~~
In file included from /var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:890,
from /var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/priv.h:191,
from /var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:32:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/legacy.h:101:38: note: declared here
101 | SSH_DEPRECATED LIBSSH_API ssh_string publickey_from_file(ssh_session session, const char *filename,
| ^~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:134:5: warning: ‘privatekey_from_file’ is deprecated [-Wdeprecated-declarations]
134 | privkey = privatekey_from_file(session, filename, 0, passphrase);
| ^~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/legacy.h:96:43: note: declared here
96 | SSH_DEPRECATED LIBSSH_API ssh_private_key privatekey_from_file(ssh_session session, const char *filename,
| ^~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:137:5: warning: ‘privatekey_from_file’ is deprecated [-Wdeprecated-declarations]
137 | privkey = privatekey_from_file(session, filename, type, passphrase);
| ^~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/legacy.h:96:43: note: declared here
96 | SSH_DEPRECATED LIBSSH_API ssh_private_key privatekey_from_file(ssh_session session, const char *filename,
| ^~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:144:3: warning: ‘privatekey_free’ is deprecated [-Wdeprecated-declarations]
144 | privatekey_free(privkey);
| ^~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/legacy.h:95:32: note: declared here
95 | SSH_DEPRECATED LIBSSH_API void privatekey_free(ssh_private_key prv);
| ^~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c: In function ‘channel_get_exit_status’:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:198:3: warning: ‘ssh_channel_get_exit_status’ is deprecated [-Wdeprecated-declarations]
198 | return ssh_channel_get_exit_status(channel);
| ^~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:471:31: note: declared here
471 | SSH_DEPRECATED LIBSSH_API int ssh_channel_get_exit_status(ssh_channel channel);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c: In function ‘channel_select’:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:296:3: warning: ‘ssh_channel_select’ is deprecated [-Wdeprecated-declarations]
296 | return ssh_channel_select(readchans, writechans, exceptchans, timeout);
| ^~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:584:31: note: declared here
584 | SSH_DEPRECATED LIBSSH_API int ssh_channel_select(ssh_channel *readchans, ssh_channel *writechans, ssh_channel *exceptchans, struct
| ^~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c: In function ‘ssh_try_publickey_from_file’:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:729:5: warning: ‘publickey_from_file’ is deprecated [-Wdeprecated-declarations]
729 | pubkey_string = publickey_from_file(session, pubkey_file, &pubkey_type);
| ^~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:494:12: note: declared here
494 | ssh_string publickey_from_file(ssh_session session, const char *filename,
| ^~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c: In function ‘ssh_userauth_privatekey_file’:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:130:3: warning: ‘publickey_from_file’ is deprecated [-Wdeprecated-declarations]
130 | pubkey = publickey_from_file(session, pubkeyfile, &type);
| ^~~~~~
In file included from /var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:890,
from /var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/priv.h:191,
from /var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:32:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/legacy.h:101:38: note: declared here
101 | SSH_DEPRECATED LIBSSH_API ssh_string publickey_from_file(ssh_session session, const char *filename,
| ^~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:134:5: warning: ‘privatekey_from_file’ is deprecated [-Wdeprecated-declarations]
134 | privkey = privatekey_from_file(session, filename, 0, passphrase);
| ^~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/legacy.h:96:43: note: declared here
96 | SSH_DEPRECATED LIBSSH_API ssh_private_key privatekey_from_file(ssh_session session, const char *filename,
| ^~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:137:5: warning: ‘privatekey_from_file’ is deprecated [-Wdeprecated-declarations]
137 | privkey = privatekey_from_file(session, filename, type, passphrase);
| ^~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/legacy.h:96:43: note: declared here
96 | SSH_DEPRECATED LIBSSH_API ssh_private_key privatekey_from_file(ssh_session session, const char *filename,
| ^~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:144:3: warning: ‘privatekey_free’ is deprecated [-Wdeprecated-declarations]
144 | privatekey_free(privkey);
| ^~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/legacy.h:95:32: note: declared here
95 | SSH_DEPRECATED LIBSSH_API void privatekey_free(ssh_private_key prv);
| ^~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c: In function ‘channel_get_exit_status’:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:198:3: warning: ‘ssh_channel_get_exit_status’ is deprecated [-Wdeprecated-declarations]
198 | return ssh_channel_get_exit_status(channel);
| ^~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:471:31: note: declared here
471 | SSH_DEPRECATED LIBSSH_API int ssh_channel_get_exit_status(ssh_channel channel);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c: In function ‘channel_select’:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:296:3: warning: ‘ssh_channel_select’ is deprecated [-Wdeprecated-declarations]
296 | return ssh_channel_select(readchans, writechans, exceptchans, timeout);
| ^~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:584:31: note: declared here
584 | SSH_DEPRECATED LIBSSH_API int ssh_channel_select(ssh_channel *readchans, ssh_channel *writechans, ssh_channel *exceptchans, struct
| ^~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c: In function ‘ssh_try_publickey_from_file’:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:729:5: warning: ‘publickey_from_file’ is deprecated [-Wdeprecated-declarations]
729 | pubkey_string = publickey_from_file(session, pubkey_file, &pubkey_type);
| ^~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:494:12: note: declared here
494 | ssh_string publickey_from_file(ssh_session session, const char *filename,
| ^~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/scp.c: In function ‘ssh_scp_new’:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/scp.c:110:5: warning: ‘ssh_scp_free’ is deprecated [-Wdeprecated-declarations]
110 | ssh_scp_free(scp);
| ^~~~~~~~~~~~
In file included from /var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/priv.h:191,
from /var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/scp.c:30:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:590:32: note: declared here
590 | SSH_DEPRECATED LIBSSH_API void ssh_scp_free(ssh_scp scp);
| ^~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/scp.c: In function ‘ssh_scp_free’:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/scp.c:303:9: warning: ‘ssh_scp_close’ is deprecated [-Wdeprecated-declarations]
303 | ssh_scp_close(scp);
| ^~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/scp.c:249:5: note: declared here
249 | int ssh_scp_close(ssh_scp scp)
| ^~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/scp.c: In function ‘ssh_scp_push_file’:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/scp.c:577:5: warning: ‘ssh_scp_push_file64’ is deprecated [-Wdeprecated-declarations]
577 | return ssh_scp_push_file64(scp, filename, (uint64_t) size, mode);
| ^~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/scp.c:472:5: note: declared here
472 | int ssh_scp_push_file64(ssh_scp scp, const char *filename, uint64_t size,
| ^~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/scp.c: In function ‘ssh_scp_read’:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/scp.c:1039:9: warning: ‘ssh_scp_accept_request’ is deprecated [-Wdeprecated-declarations]
1039 | rc = ssh_scp_accept_request(scp);
| ^~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/scp.c:985:5: note: declared here
985 | int ssh_scp_accept_request(ssh_scp scp)
| ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/scp.c: In function ‘ssh_scp_new’:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/scp.c:110:5: warning: ‘ssh_scp_free’ is deprecated [-Wdeprecated-declarations]
110 | ssh_scp_free(scp);
| ^~~~~~~~~~~~
In file included from /var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/priv.h:191,
from /var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/scp.c:30:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:590:32: note: declared here
590 | SSH_DEPRECATED LIBSSH_API void ssh_scp_free(ssh_scp scp);
| ^~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/scp.c: In function ‘ssh_scp_free’:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/scp.c:303:9: warning: ‘ssh_scp_close’ is deprecated [-Wdeprecated-declarations]
303 | ssh_scp_close(scp);
| ^~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/scp.c:249:5: note: declared here
249 | int ssh_scp_close(ssh_scp scp)
| ^~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/scp.c: In function ‘ssh_scp_push_file’:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/scp.c:577:5: warning: ‘ssh_scp_push_file64’ is deprecated [-Wdeprecated-declarations]
577 | return ssh_scp_push_file64(scp, filename, (uint64_t) size, mode);
| ^~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/scp.c:472:5: note: declared here
472 | int ssh_scp_push_file64(ssh_scp scp, const char *filename, uint64_t size,
| ^~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/scp.c: In function ‘ssh_scp_read’:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/scp.c:1039:9: warning: ‘ssh_scp_accept_request’ is deprecated [-Wdeprecated-declarations]
1039 | rc = ssh_scp_accept_request(scp);
| ^~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/scp.c:985:5: note: declared here
985 | int ssh_scp_accept_request(ssh_scp scp)
| ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/libssh_scp.c: In function ‘close_location’:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/libssh_scp.c:157:17: warning: ‘ssh_scp_close’ is deprecated [-Wdeprecated-declarations]
157 | rc = ssh_scp_close(loc->scp);
| ^~
In file included from /var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/libssh_scp.c:22:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:588:31: note: declared here
588 | SSH_DEPRECATED LIBSSH_API int ssh_scp_close(ssh_scp scp);
| ^~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/libssh_scp.c:163:17: warning: ‘ssh_scp_free’ is deprecated [-Wdeprecated-declarations]
163 | ssh_scp_free(loc->scp);
| ^~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:590:32: note: declared here
590 | SSH_DEPRECATED LIBSSH_API void ssh_scp_free(ssh_scp scp);
| ^~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/libssh_scp.c: In function ‘open_location’:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/libssh_scp.c:188:9: warning: ‘ssh_scp_new’ is deprecated [-Wdeprecated-declarations]
188 | loc->scp = ssh_scp_new(loc->session, SSH_SCP_WRITE, loc->path);
| ^~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:593:35: note: declared here
593 | SSH_DEPRECATED LIBSSH_API ssh_scp ssh_scp_new(ssh_session session, int mode, const char *location);
| ^~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/libssh_scp.c:197:9: warning: ‘ssh_scp_init’ is deprecated [-Wdeprecated-declarations]
197 | if (ssh_scp_init(loc->scp) == SSH_ERROR) {
| ^~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:591:31: note: declared here
591 | SSH_DEPRECATED LIBSSH_API int ssh_scp_init(ssh_scp scp);
| ^~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/libssh_scp.c:199:13: warning: ‘ssh_scp_free’ is deprecated [-Wdeprecated-declarations]
199 | ssh_scp_free(loc->scp);
| ^~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:590:32: note: declared here
590 | SSH_DEPRECATED LIBSSH_API void ssh_scp_free(ssh_scp scp);
| ^~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/libssh_scp.c:214:9: warning: ‘ssh_scp_new’ is deprecated [-Wdeprecated-declarations]
214 | loc->scp = ssh_scp_new(loc->session, SSH_SCP_READ, loc->path);
| ^~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:593:35: note: declared here
593 | SSH_DEPRECATED LIBSSH_API ssh_scp ssh_scp_new(ssh_session session, int mode, const char *location);
| ^~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/libssh_scp.c:223:9: warning: ‘ssh_scp_init’ is deprecated [-Wdeprecated-declarations]
223 | if (ssh_scp_init(loc->scp) == SSH_ERROR) {
| ^~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:591:31: note: declared here
591 | SSH_DEPRECATED LIBSSH_API int ssh_scp_init(ssh_scp scp);
| ^~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/libssh_scp.c:225:13: warning: ‘ssh_scp_free’ is deprecated [-Wdeprecated-declarations]
225 | ssh_scp_free(loc->scp);
| ^~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:590:32: note: declared here
590 | SSH_DEPRECATED LIBSSH_API void ssh_scp_free(ssh_scp scp);
| ^~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/libssh_scp.c: In function ‘do_copy’:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/libssh_scp.c:291:13: warning: ‘ssh_scp_pull_request’ is deprecated [-Wdeprecated-declarations]
291 | r = ssh_scp_pull_request(src->scp);
| ^
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:594:31: note: declared here
594 | SSH_DEPRECATED LIBSSH_API int ssh_scp_pull_request(ssh_scp scp);
| ^~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/libssh_scp.c:293:17: warning: ‘ssh_scp_deny_request’ is deprecated [-Wdeprecated-declarations]
293 | ssh_scp_deny_request(src->scp, "Not in recursive mode");
| ^~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:589:31: note: declared here
589 | SSH_DEPRECATED LIBSSH_API int ssh_scp_deny_request(ssh_scp scp, const char *reason);
| ^~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/libssh_scp.c:297:17: warning: ‘ssh_scp_request_get_size’ is deprecated [-Wdeprecated-declarations]
297 | size = ssh_scp_request_get_size(src->scp);
| ^~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:601:34: note: declared here
601 | SSH_DEPRECATED LIBSSH_API size_t ssh_scp_request_get_size(ssh_scp scp);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/libssh_scp.c:298:17: warning: ‘ssh_scp_request_get_filename’ is deprecated [-Wdeprecated-declarations]
298 | filename = strdup(ssh_scp_request_get_filename(src->scp));
| ^~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:599:39: note: declared here
599 | SSH_DEPRECATED LIBSSH_API const char *ssh_scp_request_get_filename(ssh_scp scp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/libssh_scp.c:299:17: warning: ‘ssh_scp_request_get_permissions’ is deprecated [-Wdeprecated-declarations]
299 | mode = ssh_scp_request_get_permissions(src->scp);
| ^~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:600:31: note: declared here
600 | SSH_DEPRECATED LIBSSH_API int ssh_scp_request_get_permissions(ssh_scp scp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/libssh_scp.c:314:9: warning: ‘ssh_scp_push_file’ is deprecated [-Wdeprecated-declarations]
314 | r = ssh_scp_push_file(dest->scp, src->path, size, mode);
| ^
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:596:31: note: declared here
596 | SSH_DEPRECATED LIBSSH_API int ssh_scp_push_file(ssh_scp scp, const char *filename, size_t size, int perms);
| ^~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/libssh_scp.c:321:13: warning: ‘ssh_scp_free’ is deprecated [-Wdeprecated-declarations]
321 | ssh_scp_free(dest->scp);
| ^~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:590:32: note: declared here
590 | SSH_DEPRECATED LIBSSH_API void ssh_scp_free(ssh_scp scp);
| ^~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/libssh_scp.c:333:21: warning: ‘ssh_scp_deny_request’ is deprecated [-Wdeprecated-declarations]
333 | ssh_scp_deny_request(src->scp, "Cannot open local file");
| ^~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:589:31: note: declared here
589 | SSH_DEPRECATED LIBSSH_API int ssh_scp_deny_request(ssh_scp scp, const char *reason);
| ^~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/libssh_scp.c:340:13: warning: ‘ssh_scp_accept_request’ is deprecated [-Wdeprecated-declarations]
340 | ssh_scp_accept_request(src->scp);
| ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:587:31: note: declared here
587 | SSH_DEPRECATED LIBSSH_API int ssh_scp_accept_request(ssh_scp scp);
| ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/libssh_scp.c:346:13: warning: ‘ssh_scp_read’ is deprecated [-Wdeprecated-declarations]
346 | r = ssh_scp_read(src->scp, buffer, sizeof(buffer));
| ^
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:598:31: note: declared here
598 | SSH_DEPRECATED LIBSSH_API int ssh_scp_read(ssh_scp scp, void *buffer, size_t size);
| ^~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/libssh_scp.c:374:13: warning: ‘ssh_scp_write’ is deprecated [-Wdeprecated-declarations]
374 | w = ssh_scp_write(dest->scp, buffer, r);
| ^
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:604:31: note: declared here
604 | SSH_DEPRECATED LIBSSH_API int ssh_scp_write(ssh_scp scp, const void *buffer, size_t len);
| ^~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/libssh_scp.c:379:17: warning: ‘ssh_scp_free’ is deprecated [-Wdeprecated-declarations]
379 | ssh_scp_free(dest->scp);
| ^~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:590:32: note: declared here
590 | SSH_DEPRECATED LIBSSH_API void ssh_scp_free(ssh_scp scp);
| ^~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/scp_download.c: In function ‘fetch_files’:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/scp_download.c:113:3: warning: ‘ssh_scp_new’ is deprecated [-Wdeprecated-declarations]
113 | ssh_scp scp=ssh_scp_new(session, SSH_SCP_READ | SSH_SCP_RECURSIVE, "/tmp/libssh_tests/*");
| ^~~~~~~
In file included from /var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/scp_download.c:22:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:593:35: note: declared here
593 | SSH_DEPRECATED LIBSSH_API ssh_scp ssh_scp_new(ssh_session session, int mode, const char *location);
| ^~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/scp_download.c:114:3: warning: ‘ssh_scp_init’ is deprecated [-Wdeprecated-declarations]
114 | if(ssh_scp_init(scp) != SSH_OK){
| ^~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:591:31: note: declared here
591 | SSH_DEPRECATED LIBSSH_API int ssh_scp_init(ssh_scp scp);
| ^~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/scp_download.c:116:11: warning: ‘ssh_scp_free’ is deprecated [-Wdeprecated-declarations]
116 | ssh_scp_free(scp);
| ^~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:590:32: note: declared here
590 | SSH_DEPRECATED LIBSSH_API void ssh_scp_free(ssh_scp scp);
| ^~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/scp_download.c:122:11: warning: ‘ssh_scp_pull_request’ is deprecated [-Wdeprecated-declarations]
122 | r=ssh_scp_pull_request(scp);
| ^
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:594:31: note: declared here
594 | SSH_DEPRECATED LIBSSH_API int ssh_scp_pull_request(ssh_scp scp);
| ^~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/scp_download.c:125:19: warning: ‘ssh_scp_request_get_size’ is deprecated [-Wdeprecated-declarations]
125 | size=ssh_scp_request_get_size(scp);
| ^~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:601:34: note: declared here
601 | SSH_DEPRECATED LIBSSH_API size_t ssh_scp_request_get_size(ssh_scp scp);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/scp_download.c:126:19: warning: ‘ssh_scp_request_get_filename’ is deprecated [-Wdeprecated-declarations]
126 | filename=strdup(ssh_scp_request_get_filename(scp));
| ^~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:599:39: note: declared here
599 | SSH_DEPRECATED LIBSSH_API const char *ssh_scp_request_get_filename(ssh_scp scp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/scp_download.c:127:19: warning: ‘ssh_scp_request_get_permissions’ is deprecated [-Wdeprecated-declarations]
127 | mode=ssh_scp_request_get_permissions(scp);
| ^~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:600:31: note: declared here
600 | SSH_DEPRECATED LIBSSH_API int ssh_scp_request_get_permissions(ssh_scp scp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/scp_download.c:130:19: warning: ‘ssh_scp_accept_request’ is deprecated [-Wdeprecated-declarations]
130 | ssh_scp_accept_request(scp);
| ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:587:31: note: declared here
587 | SSH_DEPRECATED LIBSSH_API int ssh_scp_accept_request(ssh_scp scp);
| ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/scp_download.c:131:19: warning: ‘ssh_scp_read’ is deprecated [-Wdeprecated-declarations]
131 | r=ssh_scp_read(scp,buffer,sizeof(buffer));
| ^
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:598:31: note: declared here
598 | SSH_DEPRECATED LIBSSH_API int ssh_scp_read(ssh_scp scp, void *buffer, size_t size);
| ^~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/scp_download.c:134:27: warning: ‘ssh_scp_close’ is deprecated [-Wdeprecated-declarations]
134 | ssh_scp_close(scp);
| ^~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:588:31: note: declared here
588 | SSH_DEPRECATED LIBSSH_API int ssh_scp_close(ssh_scp scp);
| ^~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/scp_download.c:135:27: warning: ‘ssh_scp_free’ is deprecated [-Wdeprecated-declarations]
135 | ssh_scp_free(scp);
| ^~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:590:32: note: declared here
590 | SSH_DEPRECATED LIBSSH_API void ssh_scp_free(ssh_scp scp);
| ^~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/scp_download.c:142:19: warning: ‘ssh_scp_close’ is deprecated [-Wdeprecated-declarations]
142 | ssh_scp_close(scp);
| ^~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:588:31: note: declared here
588 | SSH_DEPRECATED LIBSSH_API int ssh_scp_close(ssh_scp scp);
| ^~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/scp_download.c:143:19: warning: ‘ssh_scp_free’ is deprecated [-Wdeprecated-declarations]
143 | ssh_scp_free(scp);
| ^~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:590:32: note: declared here
590 | SSH_DEPRECATED LIBSSH_API void ssh_scp_free(ssh_scp scp);
| ^~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/scp_download.c:146:19: warning: ‘ssh_scp_request_get_warning’ is deprecated [-Wdeprecated-declarations]
146 | fprintf(stderr,"Warning: %s\n",ssh_scp_request_get_warning(scp));
| ^~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:603:39: note: declared here
603 | SSH_DEPRECATED LIBSSH_API const char *ssh_scp_request_get_warning(ssh_scp scp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/scp_download.c:149:19: warning: ‘ssh_scp_request_get_filename’ is deprecated [-Wdeprecated-declarations]
149 | filename=strdup(ssh_scp_request_get_filename(scp));
| ^~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:599:39: note: declared here
599 | SSH_DEPRECATED LIBSSH_API const char *ssh_scp_request_get_filename(ssh_scp scp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/scp_download.c:150:19: warning: ‘ssh_scp_request_get_permissions’ is deprecated [-Wdeprecated-declarations]
150 | mode=ssh_scp_request_get_permissions(scp);
| ^~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:600:31: note: declared here
600 | SSH_DEPRECATED LIBSSH_API int ssh_scp_request_get_permissions(ssh_scp scp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/scp_download.c:153:19: warning: ‘ssh_scp_accept_request’ is deprecated [-Wdeprecated-declarations]
153 | ssh_scp_accept_request(scp);
| ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:587:31: note: declared here
587 | SSH_DEPRECATED LIBSSH_API int ssh_scp_accept_request(ssh_scp scp);
| ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/scp_download.c:164:3: warning: ‘ssh_scp_close’ is deprecated [-Wdeprecated-declarations]
164 | ssh_scp_close(scp);
| ^~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:588:31: note: declared here
588 | SSH_DEPRECATED LIBSSH_API int ssh_scp_close(ssh_scp scp);
| ^~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/scp_download.c:165:3: warning: ‘ssh_scp_free’ is deprecated [-Wdeprecated-declarations]
165 | ssh_scp_free(scp);
| ^~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:590:32: note: declared here
590 | SSH_DEPRECATED LIBSSH_API void ssh_scp_free(ssh_scp scp);
| ^~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/samplesshd-kbdint.c: In function ‘authenticate’:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/samplesshd-kbdint.c:227:32: warning: ‘ssh_message_auth_password’ is deprecated [-Wdeprecated-declarations]
227 | ssh_message_auth_password(message));
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/samplesshd-kbdint.c:18:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/server.h:306:39: note: declared here
306 | SSH_DEPRECATED LIBSSH_API const char *ssh_message_auth_password(ssh_message msg);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/examples/samplesshd-kbdint.c:229:28: warning: ‘ssh_message_auth_password’ is deprecated [-Wdeprecated-declarations]
229 | ssh_message_auth_password(message))){
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/server.h:306:39: note: declared here
306 | SSH_DEPRECATED LIBSSH_API const char *ssh_message_auth_password(ssh_message msg);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/tests/unittests/torture_hashes.c:7:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c: In function ‘ssh_userauth_privatekey_file’:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:130:3: warning: ‘publickey_from_file’ is deprecated [-Wdeprecated-declarations]
130 | pubkey = publickey_from_file(session, pubkeyfile, &type);
| ^~~~~~
In file included from /var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:890,
from /var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/priv.h:191,
from /var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/tests/torture.h:33,
from /var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/tests/unittests/torture_hashes.c:5:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/legacy.h:101:38: note: declared here
101 | SSH_DEPRECATED LIBSSH_API ssh_string publickey_from_file(ssh_session session, const char *filename,
| ^~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:134:5: warning: ‘privatekey_from_file’ is deprecated [-Wdeprecated-declarations]
134 | privkey = privatekey_from_file(session, filename, 0, passphrase);
| ^~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/legacy.h:96:43: note: declared here
96 | SSH_DEPRECATED LIBSSH_API ssh_private_key privatekey_from_file(ssh_session session, const char *filename,
| ^~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:137:5: warning: ‘privatekey_from_file’ is deprecated [-Wdeprecated-declarations]
137 | privkey = privatekey_from_file(session, filename, type, passphrase);
| ^~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/legacy.h:96:43: note: declared here
96 | SSH_DEPRECATED LIBSSH_API ssh_private_key privatekey_from_file(ssh_session session, const char *filename,
| ^~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:144:3: warning: ‘privatekey_free’ is deprecated [-Wdeprecated-declarations]
144 | privatekey_free(privkey);
| ^~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/legacy.h:95:32: note: declared here
95 | SSH_DEPRECATED LIBSSH_API void privatekey_free(ssh_private_key prv);
| ^~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c: In function ‘channel_get_exit_status’:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:198:3: warning: ‘ssh_channel_get_exit_status’ is deprecated [-Wdeprecated-declarations]
198 | return ssh_channel_get_exit_status(channel);
| ^~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:471:31: note: declared here
471 | SSH_DEPRECATED LIBSSH_API int ssh_channel_get_exit_status(ssh_channel channel);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c: In function ‘channel_select’:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:296:3: warning: ‘ssh_channel_select’ is deprecated [-Wdeprecated-declarations]
296 | return ssh_channel_select(readchans, writechans, exceptchans, timeout);
| ^~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:584:31: note: declared here
584 | SSH_DEPRECATED LIBSSH_API int ssh_channel_select(ssh_channel *readchans, ssh_channel *writechans, ssh_channel *exceptchans, struct
| ^~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c: In function ‘ssh_try_publickey_from_file’:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:729:5: warning: ‘publickey_from_file’ is deprecated [-Wdeprecated-declarations]
729 | pubkey_string = publickey_from_file(session, pubkey_file, &pubkey_type);
| ^~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:494:12: note: declared here
494 | ssh_string publickey_from_file(ssh_session session, const char *filename,
| ^~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/tests/unittests/torture_keyfiles.c:7:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c: In function ‘ssh_userauth_privatekey_file’:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:130:3: warning: ‘publickey_from_file’ is deprecated [-Wdeprecated-declarations]
130 | pubkey = publickey_from_file(session, pubkeyfile, &type);
| ^~~~~~
In file included from /var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:890,
from /var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/priv.h:191,
from /var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/tests/torture.h:33,
from /var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/tests/unittests/torture_keyfiles.c:5:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/legacy.h:101:38: note: declared here
101 | SSH_DEPRECATED LIBSSH_API ssh_string publickey_from_file(ssh_session session, const char *filename,
| ^~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:134:5: warning: ‘privatekey_from_file’ is deprecated [-Wdeprecated-declarations]
134 | privkey = privatekey_from_file(session, filename, 0, passphrase);
| ^~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/legacy.h:96:43: note: declared here
96 | SSH_DEPRECATED LIBSSH_API ssh_private_key privatekey_from_file(ssh_session session, const char *filename,
| ^~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:137:5: warning: ‘privatekey_from_file’ is deprecated [-Wdeprecated-declarations]
137 | privkey = privatekey_from_file(session, filename, type, passphrase);
| ^~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/legacy.h:96:43: note: declared here
96 | SSH_DEPRECATED LIBSSH_API ssh_private_key privatekey_from_file(ssh_session session, const char *filename,
| ^~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:144:3: warning: ‘privatekey_free’ is deprecated [-Wdeprecated-declarations]
144 | privatekey_free(privkey);
| ^~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/legacy.h:95:32: note: declared here
95 | SSH_DEPRECATED LIBSSH_API void privatekey_free(ssh_private_key prv);
| ^~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c: In function ‘channel_get_exit_status’:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:198:3: warning: ‘ssh_channel_get_exit_status’ is deprecated [-Wdeprecated-declarations]
198 | return ssh_channel_get_exit_status(channel);
| ^~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:471:31: note: declared here
471 | SSH_DEPRECATED LIBSSH_API int ssh_channel_get_exit_status(ssh_channel channel);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c: In function ‘channel_select’:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:296:3: warning: ‘ssh_channel_select’ is deprecated [-Wdeprecated-declarations]
296 | return ssh_channel_select(readchans, writechans, exceptchans, timeout);
| ^~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libssh.h:584:31: note: declared here
584 | SSH_DEPRECATED LIBSSH_API int ssh_channel_select(ssh_channel *readchans, ssh_channel *writechans, ssh_channel *exceptchans, struct
| ^~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c: In function ‘ssh_try_publickey_from_file’:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:729:5: warning: ‘publickey_from_file’ is deprecated [-Wdeprecated-declarations]
729 | pubkey_string = publickey_from_file(session, pubkey_file, &pubkey_type);
| ^~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:494:12: note: declared here
494 | ssh_string publickey_from_file(ssh_session session, const char *filename,
| ^~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/tests/unittests/torture_keyfiles.c: In function ‘torture_pubkey_from_file’:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/tests/unittests/torture_keyfiles.c:71:5: warning: ‘ssh_try_publickey_from_file’ is deprecated [-Wdeprecated-declarations]
71 | rc = ssh_try_publickey_from_file(session, LIBSSH_RSA_TESTKEY, &pubkey, &type);
| ^~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:682:5: note: declared here
682 | int ssh_try_publickey_from_file(ssh_session session,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/tests/unittests/torture_keyfiles.c:80:5: warning: ‘ssh_try_publickey_from_file’ is deprecated [-Wdeprecated-declarations]
80 | rc = ssh_try_publickey_from_file(session, LIBSSH_RSA_TESTKEY, &pubkey, &type);
| ^~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:682:5: note: declared here
682 | int ssh_try_publickey_from_file(ssh_session session,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/tests/unittests/torture_keyfiles.c:89:5: warning: ‘ssh_try_publickey_from_file’ is deprecated [-Wdeprecated-declarations]
89 | rc = ssh_try_publickey_from_file(session, LIBSSH_RSA_TESTKEY, &pubkey, &type);
| ^~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:682:5: note: declared here
682 | int ssh_try_publickey_from_file(ssh_session session,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/tests/unittests/torture_keyfiles.c: In function ‘torture_pubkey_generate_from_privkey’:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/tests/unittests/torture_keyfiles.c:132:5: warning: ‘ssh_try_publickey_from_file’ is deprecated [-Wdeprecated-declarations]
132 | rc = ssh_try_publickey_from_file(session, LIBSSH_RSA_TESTKEY, &pubkey_orig,
| ^~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:682:5: note: declared here
682 | int ssh_try_publickey_from_file(ssh_session session,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/tests/unittests/torture_keyfiles.c:144:5: warning: ‘privatekey_from_file’ is deprecated [-Wdeprecated-declarations]
144 | privkey = privatekey_from_file(session, LIBSSH_RSA_TESTKEY, 0, NULL);
| ^~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:421:17: note: declared here
421 | ssh_private_key privatekey_from_file(ssh_session session,
| ^~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/tests/unittests/torture_keyfiles.c:147:5: warning: ‘publickey_from_privatekey’ is deprecated [-Wdeprecated-declarations]
147 | pubkey = publickey_from_privatekey(privkey);
| ^~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:379:16: note: declared here
379 | ssh_public_key publickey_from_privatekey(ssh_private_key prv)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/tests/unittests/torture_keyfiles.c:150:5: warning: ‘privatekey_free’ is deprecated [-Wdeprecated-declarations]
150 | privatekey_free(privkey);
| ^~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:477:6: note: declared here
477 | void privatekey_free(ssh_private_key prv) {
| ^~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/tests/unittests/torture_keyfiles.c:152:5: warning: ‘publickey_to_string’ is deprecated [-Wdeprecated-declarations]
152 | pubkey_new = publickey_to_string(pubkey);
| ^~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:567:12: note: declared here
567 | ssh_string publickey_to_string(ssh_public_key pubkey)
| ^~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/tests/unittests/torture_keyfiles.c:153:5: warning: ‘publickey_free’ is deprecated [-Wdeprecated-declarations]
153 | publickey_free(pubkey);
| ^~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:357:6: note: declared here
357 | void publickey_free(ssh_public_key key) {
| ^~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/tests/unittests/torture_keyfiles.c:162:5: warning: ‘ssh_publickey_to_file’ is deprecated [-Wdeprecated-declarations]
162 | rc = ssh_publickey_to_file(session, LIBSSH_RSA_TESTKEY ".pub", pubkey_new, type_new);
| ^~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:610:5: note: declared here
610 | int ssh_publickey_to_file(ssh_session session,
| ^~~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/tests/unittests/torture_keyfiles.c: In function ‘torture_privatekey_from_file’:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/tests/unittests/torture_keyfiles.c:192:5: warning: ‘privatekey_from_file’ is deprecated [-Wdeprecated-declarations]
192 | key = privatekey_from_file(session, LIBSSH_RSA_TESTKEY, SSH_KEYTYPE_RSA, NULL);
| ^~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:421:17: note: declared here
421 | ssh_private_key privatekey_from_file(ssh_session session,
| ^~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/tests/unittests/torture_keyfiles.c:195:9: warning: ‘privatekey_free’ is deprecated [-Wdeprecated-declarations]
195 | privatekey_free(key);
| ^~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:477:6: note: declared here
477 | void privatekey_free(ssh_private_key prv) {
| ^~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/tests/unittests/torture_keyfiles.c:200:5: warning: ‘privatekey_from_file’ is deprecated [-Wdeprecated-declarations]
200 | key = privatekey_from_file(session, LIBSSH_RSA_TESTKEY, 0, NULL);
| ^~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:421:17: note: declared here
421 | ssh_private_key privatekey_from_file(ssh_session session,
| ^~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/tests/unittests/torture_keyfiles.c:203:9: warning: ‘privatekey_free’ is deprecated [-Wdeprecated-declarations]
203 | privatekey_free(key);
| ^~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:477:6: note: declared here
477 | void privatekey_free(ssh_private_key prv) {
| ^~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/tests/unittests/torture_keyfiles.c: In function ‘torture_privatekey_from_file_passphrase’:
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/tests/unittests/torture_keyfiles.c:216:5: warning: ‘privatekey_from_file’ is deprecated [-Wdeprecated-declarations]
216 | key = privatekey_from_file(session, LIBSSH_RSA_TESTKEY, SSH_KEYTYPE_RSA, TORTURE_TESTKEY_PASSWORD);
| ^~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:421:17: note: declared here
421 | ssh_private_key privatekey_from_file(ssh_session session,
| ^~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/tests/unittests/torture_keyfiles.c:219:9: warning: ‘privatekey_free’ is deprecated [-Wdeprecated-declarations]
219 | privatekey_free(key);
| ^~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:477:6: note: declared here
477 | void privatekey_free(ssh_private_key prv) {
| ^~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/tests/unittests/torture_keyfiles.c:224:5: warning: ‘privatekey_from_file’ is deprecated [-Wdeprecated-declarations]
224 | key = privatekey_from_file(session, LIBSSH_RSA_TESTKEY, 0, TORTURE_TESTKEY_PASSWORD);
| ^~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:421:17: note: declared here
421 | ssh_private_key privatekey_from_file(ssh_session session,
| ^~~~~~~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/tests/unittests/torture_keyfiles.c:227:9: warning: ‘privatekey_free’ is deprecated [-Wdeprecated-declarations]
227 | privatekey_free(key);
| ^~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/legacy.c:477:6: note: declared here
477 | void privatekey_free(ssh_private_key prv) {
| ^~~~~~~~~~~~~~~
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/chacha.h:12: warning: Compound chacha_ctx is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/sftp_aio.c:35: warning: Compound sftp_aio_struct is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/sftpserver.c:815: warning: Compound sftp_handle is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/sftpserver.h:51: warning: Compound sftp_message_handler is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/callbacks.h:1111: warning: Compound ssh_jump_callbacks_struct is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/misc.h:70: warning: Compound ssh_jump_info_struct is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/callbacks.h:466: warning: Member ssh_callbacks_exists(p, c) (macro definition) of group libssh_callbacks is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/callbacks.h:487: warning: Member ssh_callbacks_execute_list(list, cbtype, c,...) (macro definition) of group libssh_callbacks is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/callbacks.h:519: warning: Member ssh_callbacks_iterate(_cb_list, _cb_type, _cb_name) (macro definition) of group libssh_callbacks is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/callbacks.h:527: warning: Member ssh_callbacks_iterate_exec(_cb_name,...) (macro definition) of group libssh_callbacks is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/callbacks.h:530: warning: Member ssh_callbacks_iterate_end() (macro definition) of group libssh_callbacks is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/ed25519.h:32: warning: Member ED25519_PK_LEN (macro definition) of group ed25519 is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/ed25519.h:33: warning: Member ED25519_SK_LEN (macro definition) of group ed25519 is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/ed25519.h:34: warning: Member ED25519_SIG_LEN (macro definition) of group ed25519 is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/ed25519.h:36: warning: Member ed25519_pubkey[ED25519_PK_LEN] (typedef) of group ed25519 is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/ed25519.h:37: warning: Member ed25519_privkey[ED25519_SK_LEN] (typedef) of group ed25519 is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/ed25519.h:38: warning: Member ed25519_signature[ED25519_SIG_LEN] (typedef) of group ed25519 is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/ed25519.h:50: warning: Member crypto_sign_ed25519_keypair(ed25519_pubkey pk, ed25519_privkey sk) (function) of group ed25519 is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/ed25519.h:62: warning: Member crypto_sign_ed25519(unsigned char *sm, uint64_t *smlen, const unsigned char *m, uint64_t mlen, const ed25519_privkey sk) (function) of group ed25519 is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/ed25519.h:77: warning: Member crypto_sign_ed25519_open(unsigned char *m, uint64_t *mlen, const unsigned char *sm, uint64_t smlen, const ed25519_pubkey pk) (function) of group ed25519 is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/server.h:38: warning: Member ssh_bind_options_e (enumeration) of group libssh_server is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/server.c:1095: warning: Member ssh_message_auth_reply_success(ssh_message msg, int partial) (function) of group libssh_server is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/server.c:936: warning: Member ssh_message_auth_interactive_request(ssh_message msg, const char *name, const char *instruction, unsigned int num_prompts, const char **prompts, char *echo) (function) of group libssh_server is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/server.c:1260: warning: Member ssh_execute_message_callbacks(ssh_session session) (function) of group libssh_server is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/server.c:1165: warning: Member ssh_message_channel_request_open_originator(ssh_message msg) (function) of group libssh_server is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/server.c:1169: warning: Member ssh_message_channel_request_open_originator_port(ssh_message msg) (function) of group libssh_server is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/server.c:1173: warning: Member ssh_message_channel_request_open_destination(ssh_message msg) (function) of group libssh_server is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/server.c:1177: warning: Member ssh_message_channel_request_open_destination_port(ssh_message msg) (function) of group libssh_server is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/server.c:1181: warning: Member ssh_message_channel_request_channel(ssh_message msg) (function) of group libssh_server is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/server.c:1185: warning: Member ssh_message_channel_request_pty_term(ssh_message msg) (function) of group libssh_server is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/server.c:1189: warning: Member ssh_message_channel_request_pty_width(ssh_message msg) (function) of group libssh_server is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/server.c:1193: warning: Member ssh_message_channel_request_pty_height(ssh_message msg) (function) of group libssh_server is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/server.c:1197: warning: Member ssh_message_channel_request_pty_pxwidth(ssh_message msg) (function) of group libssh_server is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/server.c:1201: warning: Member ssh_message_channel_request_pty_pxheight(ssh_message msg) (function) of group libssh_server is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/server.c:1205: warning: Member ssh_message_channel_request_env_name(ssh_message msg) (function) of group libssh_server is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/server.c:1209: warning: Member ssh_message_channel_request_env_value(ssh_message msg) (function) of group libssh_server is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/server.c:1213: warning: Member ssh_message_channel_request_command(ssh_message msg) (function) of group libssh_server is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/server.c:1217: warning: Member ssh_message_channel_request_subsystem(ssh_message msg) (function) of group libssh_server is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/server.c:1221: warning: Member ssh_message_channel_request_x11_single_connection(ssh_message msg) (function) of group libssh_server is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/server.c:1225: warning: Member ssh_message_channel_request_x11_auth_protocol(ssh_message msg) (function) of group libssh_server is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/server.c:1229: warning: Member ssh_message_channel_request_x11_auth_cookie(ssh_message msg) (function) of group libssh_server is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/server.c:1233: warning: Member ssh_message_channel_request_x11_screen_number(ssh_message msg) (function) of group libssh_server is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/server.c:1237: warning: Member ssh_message_global_request_address(ssh_message msg) (function) of group libssh_server is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/server.c:1241: warning: Member ssh_message_global_request_port(ssh_message msg) (function) of group libssh_server is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/server.h:403: warning: Member ssh_accept(ssh_session session) (function) of group libssh_server is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/server.h:404: warning: Member channel_write_stderr(ssh_channel channel, const void *data, uint32_t len) (function) of group libssh_server is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/bind.c:327: warning: Member ssh_bind_get_poll(ssh_bind sshbind) (function) of group libssh_server is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/server.c:84: warning: Member server_set_kex(ssh_session session) (function) of group libssh_server is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/server.c:253: warning: Member SSH_PACKET_CALLBACK(ssh_packet_kexdh_init) (function) of group libssh_server is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/server.c:278: warning: Member ssh_get_key_params(ssh_session session, ssh_key *privkey, enum ssh_digest_e *digest) (function) of group libssh_server is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/server.c:618: warning: Member ssh_auth_reply_default(ssh_session session, int partial) (function) of group libssh_server is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/server.c:880: warning: Member ssh_message_auth_publickey(ssh_message msg) (function) of group libssh_server is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/sftp.h:67: warning: Member LIBSFTP_VERSION (macro definition) of group libssh_sftp is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/sftp.h:1382: warning: Member SSH_FXE_STATVFS_ST_RDONLY (macro definition) of group libssh_sftp is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/sftp.h:1383: warning: Member SSH_FXE_STATVFS_ST_NOSUID (macro definition) of group libssh_sftp is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/sftp.h:80: warning: Member sftp_limits_t (typedef) of group libssh_sftp is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/sftp.h:81: warning: Member sftp_aio (typedef) of group libssh_sftp is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/sftp.h:1222: warning: Member sftp_get_client_message(sftp_session sftp) (function) of group libssh_sftp is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/sftp.h:1223: warning: Member sftp_client_message_free(sftp_client_message msg) (function) of group libssh_sftp is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/sftp.h:1224: warning: Member sftp_client_message_get_type(sftp_client_message msg) (function) of group libssh_sftp is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/sftp.h:1225: warning: Member sftp_client_message_get_filename(sftp_client_message msg) (function) of group libssh_sftp is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/sftp.h:1226: warning: Member sftp_client_message_set_filename(sftp_client_message msg, const char *newname) (function) of group libssh_sftp is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/sftp.h:1227: warning: Member sftp_client_message_get_data(sftp_client_message msg) (function) of group libssh_sftp is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/sftp.h:1228: warning: Member sftp_client_message_get_flags(sftp_client_message msg) (function) of group libssh_sftp is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/sftp.h:1229: warning: Member sftp_client_message_get_submessage(sftp_client_message msg) (function) of group libssh_sftp is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/sftp.h:1230: warning: Member sftp_send_client_message(sftp_session sftp, sftp_client_message msg) (function) of group libssh_sftp is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/sftp.h:1231: warning: Member sftp_reply_name(sftp_client_message msg, const char *name, sftp_attributes attr) (function) of group libssh_sftp is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/sftp.h:1233: warning: Member sftp_reply_handle(sftp_client_message msg, ssh_string handle) (function) of group libssh_sftp is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/sftp.h:1234: warning: Member sftp_handle_alloc(sftp_session sftp, void *info) (function) of group libssh_sftp is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/sftp.h:1235: warning: Member sftp_reply_attr(sftp_client_message msg, sftp_attributes attr) (function) of group libssh_sftp is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/sftp.h:1236: warning: Member sftp_handle(sftp_session sftp, ssh_string handle) (function) of group libssh_sftp is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/sftp.h:1237: warning: Member sftp_reply_status(sftp_client_message msg, uint32_t status, const char *message) (function) of group libssh_sftp is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/sftp.h:1238: warning: Member sftp_reply_names_add(sftp_client_message msg, const char *file, const char *longname, sftp_attributes attr) (function) of group libssh_sftp is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/sftp.h:1240: warning: Member sftp_reply_names(sftp_client_message msg) (function) of group libssh_sftp is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/sftp.h:1241: warning: Member sftp_reply_data(sftp_client_message msg, const void *data, int len) (function) of group libssh_sftp is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/sftp.h:1242: warning: Member sftp_handle_remove(sftp_session sftp, void *handle) (function) of group libssh_sftp is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/sftpserver.h:46: warning: Member SSH_SFTP_CALLBACK(name) (macro definition) of group libssh_sftp_server is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/sftpserver.h:49: warning: Member sftp_server_message_callback)(sftp_client_message message) (typedef) of group libssh_sftp_server is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/sftpserver.h:64: warning: Member sftp_channel_default_data_callback(ssh_session session, ssh_channel channel, void *data, uint32_t len, int is_stderr, void *userdata) (function) of group libssh_sftp_server is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/auth.c:874: warning: Member ssh_agent_state_e (enumeration) of group libssh_auth is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/auth.c:1186: warning: Member ssh_auth_auto_state_e (enumeration) of group libssh_auth is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/auth.c:198: warning: Member SSH_PACKET_CALLBACK(ssh_packet_userauth_banner) (function) of group libssh_auth is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/auth.c:226: warning: Member SSH_PACKET_CALLBACK(ssh_packet_userauth_failure) (function) of group libssh_auth is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/auth.c:290: warning: Member SSH_PACKET_CALLBACK(ssh_packet_userauth_success) (function) of group libssh_auth is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/auth.c:331: warning: Member SSH_PACKET_CALLBACK(ssh_packet_userauth_pk_ok) (function) of group libssh_auth is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/auth.c:888: warning: Member ssh_agent_state_free(void *data) (function) of group libssh_auth is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/auth.c:1699: warning: Member ssh_userauth_agent_pubkey(ssh_session session, const char *username, ssh_public_key publickey) (function) of group libssh_auth is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/auth.c:1736: warning: Member ssh_kbdint_new(void) (function) of group libssh_auth is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/auth.c:1749: warning: Member ssh_kbdint_free(ssh_kbdint kbd) (function) of group libssh_auth is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/auth.c:1786: warning: Member ssh_kbdint_clean(ssh_kbdint kbd) (function) of group libssh_auth is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/auth.c:1950: warning: Member SSH_PACKET_CALLBACK(ssh_packet_userauth_info_request) (function) of group libssh_auth is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/buffer.c:112: warning: Member buffer_verify(x) (macro definition) of group libssh_buffer is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/buffer.c:372: warning: Member ssh_buffer_allocate(struct ssh_buffer_struct *buffer, uint32_t len) (function) of group libssh_buffer is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/buffer.c:410: warning: Member ssh_buffer_add_ssh_string(struct ssh_buffer_struct *buffer, struct ssh_string_struct *string) (function) of group libssh_buffer is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/buffer.c:437: warning: Member ssh_buffer_add_u32(struct ssh_buffer_struct *buffer, uint32_t data) (function) of group libssh_buffer is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/buffer.c:460: warning: Member ssh_buffer_add_u16(struct ssh_buffer_struct *buffer, uint16_t data) (function) of group libssh_buffer is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/buffer.c:483: warning: Member ssh_buffer_add_u64(struct ssh_buffer_struct *buffer, uint64_t data) (function) of group libssh_buffer is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/buffer.c:506: warning: Member ssh_buffer_add_u8(struct ssh_buffer_struct *buffer, uint8_t data) (function) of group libssh_buffer is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/buffer.c:531: warning: Member ssh_buffer_prepend_data(struct ssh_buffer_struct *buffer, const void *data, uint32_t len) (function) of group libssh_buffer is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/buffer.c:572: warning: Member ssh_buffer_add_buffer(struct ssh_buffer_struct *buffer, struct ssh_buffer_struct *source) (function) of group libssh_buffer is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/buffer.c:627: warning: Member ssh_buffer_pass_bytes(struct ssh_buffer_struct *buffer, uint32_t len) (function) of group libssh_buffer is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/buffer.c:655: warning: Member ssh_buffer_pass_bytes_end(struct ssh_buffer_struct *buffer, uint32_t len) (function) of group libssh_buffer is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/buffer.c:707: warning: Member ssh_buffer_get_u8(struct ssh_buffer_struct *buffer, uint8_t *data) (function) of group libssh_buffer is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/buffer.c:722: warning: Member ssh_buffer_get_u32(struct ssh_buffer_struct *buffer, uint32_t *data) (function) of group libssh_buffer is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/buffer.c:737: warning: Member ssh_buffer_get_u64(struct ssh_buffer_struct *buffer, uint64_t *data) (function) of group libssh_buffer is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/buffer.c:770: warning: Member ssh_buffer_get_ssh_string(struct ssh_buffer_struct *buffer) (function) of group libssh_buffer is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/buffer.c:1056: warning: Member _ssh_buffer_pack(struct ssh_buffer_struct *buffer, const char *format, size_t argc,...) (function) of group libssh_buffer is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/buffer.c:1092: warning: Member ssh_buffer_unpack_va(struct ssh_buffer_struct *buffer, const char *format, size_t argc, va_list ap) (function) of group libssh_buffer is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/buffer.c:1355: warning: Member _ssh_buffer_unpack(struct ssh_buffer_struct *buffer, const char *format, size_t argc,...) (function) of group libssh_buffer is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/channels.c:157: warning: Member ssh_channel_new_id(ssh_session session) (function) of group libssh_channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/channels.c:169: warning: Member SSH_PACKET_CALLBACK(ssh_packet_channel_open_conf) (function) of group libssh_channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/channels.c:238: warning: Member SSH_PACKET_CALLBACK(ssh_packet_channel_open_fail) (function) of group libssh_channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/channels.c:406: warning: Member ssh_channel_from_local(ssh_session session, uint32_t id) (function) of group libssh_channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/channels.c:525: warning: Member SSH_PACKET_CALLBACK(channel_rcv_change_window) (function) of group libssh_channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/channels.c:573: warning: Member SSH_PACKET_CALLBACK(channel_rcv_data) (function) of group libssh_channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/channels.c:696: warning: Member SSH_PACKET_CALLBACK(channel_rcv_eof) (function) of group libssh_channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/channels.c:741: warning: Member SSH_PACKET_CALLBACK(channel_rcv_close) (function) of group libssh_channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/channels.c:788: warning: Member SSH_PACKET_CALLBACK(channel_rcv_request) (function) of group libssh_channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/channels.c:980: warning: Member channel_default_bufferize(ssh_channel channel, void *data, uint32_t len, bool is_stderr) (function) of group libssh_channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/channels.c:1315: warning: Member ssh_channel_do_free(ssh_channel channel) (function) of group libssh_channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/channels.c:1516: warning: Member ssh_channel_flush(ssh_channel channel) (function) of group libssh_channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/channels.c:1780: warning: Member SSH_PACKET_CALLBACK(ssh_packet_channel_success) (function) of group libssh_channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/channels.c:1816: warning: Member SSH_PACKET_CALLBACK(ssh_packet_channel_failure) (function) of group libssh_channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/channels.c:2016: warning: Member ssh_channel_request_pty_size(ssh_channel channel, const char *terminal, int col, int row) (function) of group libssh_channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/channels.c:2386: warning: Member SSH_PACKET_CALLBACK(ssh_request_success) (function) of group libssh_channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/channels.c:2409: warning: Member SSH_PACKET_CALLBACK(ssh_request_denied) (function) of group libssh_channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/channels.c:2607: warning: Member ssh_forward_listen(ssh_session session, const char *address, int port, int *bound_port) (function) of group libssh_channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/channels.c:2613: warning: Member ssh_forward_accept(ssh_session session, int timeout_ms) (function) of group libssh_channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/channels.c:2706: warning: Member ssh_forward_cancel(ssh_session session, const char *address, int port) (function) of group libssh_channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/error.c:53: warning: Member _ssh_set_error(void *error, int code, const char *function, const char *descr,...) (function) of group libssh_error is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/error.c:81: warning: Member _ssh_set_error_oom(void *error, const char *function) (function) of group libssh_error is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/error.c:100: warning: Member _ssh_set_error_invalid(void *error, const char *function) (function) of group libssh_error is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/error.c:113: warning: Member ssh_reset_error(void *error) (function) of group libssh_error is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/init.c:284: warning: Member is_ssh_initialized(void) (function) of group libssh is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/log.c:112: warning: Member ssh_log_function(int verbosity, const char *function, const char *buffer) (function) of group libssh_log is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/log.c:126: warning: Member ssh_vlog(int verbosity, const char *function, const char *format, va_list *va) (function) of group libssh_log is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/log.c:137: warning: Member _ssh_log(int verbosity, const char *function, const char *format,...) (function) of group libssh_log is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/log.c:152: warning: Member ssh_log(ssh_session session, int verbosity, const char *format,...) (function) of group libssh_log is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/log.c:171: warning: Member ssh_log_common(struct ssh_common_struct *common, int verbosity, const char *function, const char *format,...) (function) of group libssh_log is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/log.c:225: warning: Member _ssh_reset_log_cb(void) (function) of group libssh_log is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/messages.c:522: warning: Member ssh_message_pop_head(ssh_session session) (function) of group libssh_messages is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/messages.c:690: warning: Member SSH_PACKET_CALLBACK(ssh_packet_service_request) (function) of group libssh_messages is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/messages.c:787: warning: Member SSH_PACKET_CALLBACK(ssh_packet_userauth_request) (function) of group libssh_messages is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/messages.c:1062: warning: Member SSH_PACKET_CALLBACK(ssh_packet_userauth_info_response) (function) of group libssh_messages is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/messages.c:1183: warning: Member SSH_PACKET_CALLBACK(ssh_packet_channel_open) (function) of group libssh_messages is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/messages.c:1304: warning: Member ssh_message_channel_request_open_reply_accept_channel(ssh_message msg, ssh_channel chan) (function) of group libssh_messages is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/messages.c:1355: warning: Member ssh_message_channel_request_open_reply_accept(ssh_message msg) (function) of group libssh_messages is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/messages.c:1396: warning: Member ssh_message_handle_channel_request(ssh_session session, ssh_channel channel, ssh_buffer packet, const char *request, uint8_t want_reply) (function) of group libssh_messages is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/messages.c:1525: warning: Member ssh_message_channel_request_reply_success(ssh_message msg) (function) of group libssh_messages is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/messages.c:1560: warning: Member SSH_PACKET_CALLBACK(ssh_packet_global_request) (function) of group libssh_messages is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/misc.c:273: warning: Member ssh_get_user_home_dir(void) (function) of group libssh_misc is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/misc.c:298: warning: Member ssh_file_readaccess_ok(const char *file) (function) of group libssh_misc is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/misc.c:332: warning: Member ssh_get_local_username(void) (function) of group libssh_misc is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/misc.c:356: warning: Member ssh_is_ipaddr_v4(const char *str) (function) of group libssh_misc is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/misc.c:369: warning: Member ssh_is_ipaddr(const char *str) (function) of group libssh_misc is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/misc.c:403: warning: Member ssh_lowercase(const char *str) (function) of group libssh_misc is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/misc.c:423: warning: Member ssh_hostport(const char *host, int port) (function) of group libssh_misc is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/misc.c:717: warning: Member ssh_list_new(void) (function) of group libssh_misc is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/misc.c:727: warning: Member ssh_list_free(struct ssh_list *list) (function) of group libssh_misc is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/misc.c:741: warning: Member ssh_list_get_iterator(const struct ssh_list *list) (function) of group libssh_misc is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/misc.c:748: warning: Member ssh_list_find(const struct ssh_list *list, void *value) (function) of group libssh_misc is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/misc.c:789: warning: Member ssh_list_append(struct ssh_list *list, const void *data) (function) of group libssh_misc is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/misc.c:813: warning: Member ssh_list_prepend(struct ssh_list *list, const void *data) (function) of group libssh_misc is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/misc.c:838: warning: Member ssh_list_remove(struct ssh_list *list, struct ssh_iterator *iterator) (function) of group libssh_misc is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/misc.c:879: warning: Member _ssh_list_pop_head(struct ssh_list *list) (function) of group libssh_misc is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/misc.c:1190: warning: Member ssh_path_expand_escape(ssh_session session, const char *s) (function) of group libssh_misc is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/misc.c:1347: warning: Member ssh_analyze_banner(ssh_session session, int server) (function) of group libssh_misc is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/misc.c:1457: warning: Member ssh_timestamp_init(struct ssh_timestamp *ts) (function) of group libssh_misc is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/misc.c:1503: warning: Member ssh_make_milliseconds(unsigned long sec, unsigned long usec) (function) of group libssh_misc is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/misc.c:1529: warning: Member ssh_timeout_elapsed(struct ssh_timestamp *ts, int timeout) (function) of group libssh_misc is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/misc.c:1578: warning: Member explicit_bzero(void *s, size_t n) (function) of group libssh_misc is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/misc.c:1595: warning: Member strndup(const char *s, size_t n) (function) of group libssh_misc is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/misc.c:1617: warning: Member uint64_inc(unsigned char *counter) (function) of group libssh_misc is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/misc.c:1657: warning: Member ssh_quote_file_name(const char *file_name, char *buf, size_t buf_len) (function) of group libssh_misc is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/misc.c:1827: warning: Member ssh_newline_vis(const char *string, char *buf, size_t buf_len) (function) of group libssh_misc is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/misc.c:1864: warning: Member ssh_tmpname(char *name) (function) of group libssh_misc is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/misc.c:1926: warning: Member ssh_strreplace(const char *src, const char *pattern, const char *replace) (function) of group libssh_misc is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/misc.c:1975: warning: Member ssh_strerror(int err_num, char *buf, size_t buflen) (function) of group libssh_misc is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/misc.c:2262: warning: Member ssh_strict_fopen(const char *filename, size_t max_file_size) (function) of group libssh_misc is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/pki.c:62: warning: Member pki_privatekey_type_from_string(const char *privkey) (function) of group libssh_pki is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/pki.c:304: warning: Member ssh_key_hash_from_name(const char *name) (function) of group libssh_pki is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/pki.c:377: warning: Member ssh_key_size_allowed_rsa(int min_size, ssh_key key) (function) of group libssh_pki is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/pki.c:712: warning: Member ssh_signature_new(void) (function) of group libssh_pki is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/pki.c:725: warning: Member ssh_signature_free(ssh_signature sig) (function) of group libssh_pki is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/pki.c:1181: warning: Member ssh_pki_convert_key_to_publickey(const ssh_key key) (function) of group libssh_pki is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/pki.c:1220: warning: Member ssh_pki_convert_key_to_privatekey(const ssh_key key) (function) of group libssh_pki is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/pki.c:1242: warning: Member pki_import_privkey_buffer(enum ssh_keytypes_e type, ssh_buffer buffer, ssh_key *pkey) (function) of group libssh_pki is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/pki.c:1686: warning: Member ssh_pki_import_pubkey_blob(const ssh_string key_blob, ssh_key *pkey) (function) of group libssh_pki is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/pki.c:1969: warning: Member ssh_pki_import_cert_blob(const ssh_string cert_blob, ssh_key *pkey) (function) of group libssh_pki is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/pki.c:2147: warning: Member ssh_pki_export_pubkey_blob(const ssh_key key, ssh_string *pblob) (function) of group libssh_pki is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/pki.c:2182: warning: Member ssh_pki_export_privkey_blob(const ssh_key key, ssh_string *pblob) (function) of group libssh_pki is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/pki.c:2355: warning: Member ssh_pki_export_signature_blob(const ssh_signature sig, ssh_string *sig_blob) (function) of group libssh_pki is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/pki.c:2415: warning: Member ssh_pki_import_signature_blob(const ssh_string sig_blob, const ssh_key pubkey, ssh_signature *psig) (function) of group libssh_pki is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/pki.c:2499: warning: Member pki_key_check_hash_compatible(ssh_key key, enum ssh_digest_e hash_type) (function) of group libssh_pki is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/pki.c:2569: warning: Member ssh_pki_signature_verify(ssh_session session, ssh_signature sig, const ssh_key key, const unsigned char *input, size_t input_len) (function) of group libssh_pki is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/pki.c:2672: warning: Member pki_do_sign(const ssh_key privkey, const unsigned char *input, size_t input_len, enum ssh_digest_e hash_type) (function) of group libssh_pki is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/pki.c:2697: warning: Member ssh_pki_do_sign(ssh_session session, ssh_buffer sigbuf, const ssh_key privkey, enum ssh_digest_e hash_type) (function) of group libssh_pki is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/pki.c:2774: warning: Member ssh_pki_do_sign_agent(ssh_session session, struct ssh_buffer_struct *buf, const ssh_key pubkey) (function) of group libssh_pki is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/pki.c:2829: warning: Member ssh_srv_pki_do_sign_sessionid(ssh_session session, const ssh_key privkey, const enum ssh_digest_e digest) (function) of group libssh_pki is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/pki_container_openssh.c:383: warning: Member ssh_pki_openssh_privkey_import(const char *text_key, const char *passphrase, ssh_auth_callback auth_fn, void *auth_data) (function) of group libssh_pki is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/pki_container_openssh.c:391: warning: Member ssh_pki_openssh_pubkey_import(const char *text_key) (function) of group libssh_pki is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/pki_container_openssh.c:503: warning: Member ssh_pki_openssh_privkey_export(const ssh_key privkey, const char *passphrase, ssh_auth_callback auth_fn, void *auth_data) (function) of group libssh_pki is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/poll.c:322: warning: Member ssh_poll_init(void) (function) of group libssh_poll is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/poll.c:326: warning: Member ssh_poll_cleanup(void) (function) of group libssh_poll is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/poll.c:330: warning: Member ssh_poll(ssh_pollfd_t *fds, nfds_t nfds, int timeout) (function) of group libssh_poll is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/poll.c:785: warning: Member ssh_poll_get_default_ctx(ssh_session session) (function) of group libssh_poll is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/scp.c:594: warning: Member ssh_scp_response(ssh_scp scp, char **response) (function) of group libssh_scp is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/dh.c:624: warning: Member ssh_dh_is_known_group(bignum modulus, bignum generator) (function) of group libssh_session is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/dh.c:652: warning: Member ssh_dh_get_current_server_publickey(ssh_session session) (function) of group libssh_session is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/dh.c:662: warning: Member ssh_dh_get_current_server_publickey_blob(ssh_session session, ssh_string *pubkey_blob) (function) of group libssh_session is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/dh.c:670: warning: Member ssh_dh_get_next_server_publickey(ssh_session session) (function) of group libssh_session is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/dh.c:676: warning: Member ssh_dh_get_next_server_publickey_blob(ssh_session session, ssh_string *pubkey_blob) (function) of group libssh_session is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/knownhosts.c:396: warning: Member ssh_known_hosts_get_algorithms(ssh_session session) (function) of group libssh_session is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/knownhosts.c:558: warning: Member ssh_known_hosts_get_algorithms_names(ssh_session session) (function) of group libssh_session is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/knownhosts.c:1248: warning: Member ssh_session_get_known_hosts_entry_file(ssh_session session, const char *filename, struct ssh_knownhosts_entry **pentry) (function) of group libssh_session is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/options.c:264: warning: Member ssh_options_set_algo(ssh_session session, enum ssh_kex_types_e algo, const char *list, char **place) (function) of group libssh_session is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/options.c:1868: warning: Member ssh_options_apply(ssh_session session) (function) of group libssh_session is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/session.c:527: warning: Member ssh_session_socket_close(ssh_session session) (function) of group libssh_session is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/session.c:712: warning: Member ssh_handle_packets(ssh_session session, int timeout) (function) of group libssh_session is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/session.c:782: warning: Member ssh_handle_packets_termination(ssh_session session, int timeout, ssh_termination_function fct, void *user) (function) of group libssh_session is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/session.c:938: warning: Member ssh_socket_exception_callback(int code, int errno_code, void *user) (function) of group libssh_session is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/socket.c:68: warning: Member ssh_socket_states_e (enumeration) of group libssh_socket is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/socket.c:118: warning: Member ssh_socket_init(void) (function) of group libssh_socket is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/socket.c:156: warning: Member ssh_socket_new(ssh_session session) (function) of group libssh_socket is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/socket.c:195: warning: Member ssh_socket_reset(ssh_socket s) (function) of group libssh_socket is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/socket.c:220: warning: Member ssh_socket_set_callbacks(ssh_socket s, ssh_socket_callbacks callbacks) (function) of group libssh_socket is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/socket.c:225: warning: Member ssh_socket_set_connected(ssh_socket s, struct ssh_poll_handle_struct *p) (function) of group libssh_socket is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/socket.c:406: warning: Member ssh_socket_get_poll_handle(ssh_socket s) (function) of group libssh_socket is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/socket.c:418: warning: Member ssh_socket_free(ssh_socket s) (function) of group libssh_socket is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/socket.c:429: warning: Member ssh_socket_unix(ssh_socket s, const char *path) (function) of group libssh_socket is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/socket.c:469: warning: Member ssh_socket_close(ssh_socket s) (function) of group libssh_socket is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/socket.c:521: warning: Member ssh_socket_set_fd(ssh_socket s, socket_t fd) (function) of group libssh_socket is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/socket.c:547: warning: Member ssh_socket_get_fd(ssh_socket s) (function) of group libssh_socket is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/socket.c:555: warning: Member ssh_socket_is_open(ssh_socket s) (function) of group libssh_socket is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/socket.c:638: warning: Member ssh_socket_fd_isset(ssh_socket s, fd_set *set) (function) of group libssh_socket is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/socket.c:650: warning: Member ssh_socket_fd_set(ssh_socket s, fd_set *set, socket_t *max_fd) (function) of group libssh_socket is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/socket.c:670: warning: Member ssh_socket_write(ssh_socket s, const void *buffer, uint32_t len) (function) of group libssh_socket is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/socket.c:688: warning: Member ssh_socket_nonblocking_flush(ssh_socket s) (function) of group libssh_socket is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/socket.c:766: warning: Member ssh_socket_set_write_wontblock(ssh_socket s) (function) of group libssh_socket is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/socket.c:771: warning: Member ssh_socket_set_read_wontblock(ssh_socket s) (function) of group libssh_socket is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/socket.c:776: warning: Member ssh_socket_set_except(ssh_socket s) (function) of group libssh_socket is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/socket.c:781: warning: Member ssh_socket_data_available(ssh_socket s) (function) of group libssh_socket is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/socket.c:786: warning: Member ssh_socket_data_writable(ssh_socket s) (function) of group libssh_socket is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/socket.c:796: warning: Member ssh_socket_buffered_write_bytes(ssh_socket s) (function) of group libssh_socket is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/socket.c:806: warning: Member ssh_socket_get_status(ssh_socket s) (function) of group libssh_socket is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/socket.c:825: warning: Member ssh_socket_get_poll_flags(ssh_socket s) (function) of group libssh_socket is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/socket.c:851: warning: Member ssh_socket_set_nonblocking(socket_t fd) (function) of group libssh_socket is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/socket.c:856: warning: Member ssh_socket_set_blocking(socket_t fd) (function) of group libssh_socket is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/socket.c:874: warning: Member ssh_socket_connect(ssh_socket s, const char *host, uint16_t port, const char *bind_addr) (function) of group libssh_socket is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/callbacks.h:999: warning: Member ssh_thread_callback)(void **lock) (typedef) of group libssh_threads is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/callbacks.h:1001: warning: Member ssh_thread_id_callback)(void) (typedef) of group libssh_threads is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/threads.c:42: warning: Member ssh_threads_init(void) (function) of group libssh_threads is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/threads.c:66: warning: Member ssh_threads_finalize(void) (function) of group libssh_threads is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/threads.c:87: warning: Member ssh_threads_get_type(void) (function) of group libssh_threads is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/chacha.h:13: warning: Member input[16] (variable) of struct chacha_ctx is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/sftp_aio.c:36: warning: Member file (variable) of struct sftp_aio_struct is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/sftp_aio.c:37: warning: Member id (variable) of struct sftp_aio_struct is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/sftp_aio.c:38: warning: Member len (variable) of struct sftp_aio_struct is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/sftpserver.c:817: warning: Member type (variable) of struct sftp_handle is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/sftpserver.c:818: warning: Member fd (variable) of struct sftp_handle is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/sftpserver.c:819: warning: Member dirp (variable) of struct sftp_handle is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/src/sftpserver.c:820: warning: Member name (variable) of struct sftp_handle is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/sftp.h:210: warning: Member max_packet_length (variable) of struct sftp_limits_struct is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/sftpserver.h:53: warning: Member name (variable) of struct sftp_message_handler is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/sftpserver.h:54: warning: Member extended_name (variable) of struct sftp_message_handler is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/sftpserver.h:55: warning: Member type (variable) of struct sftp_message_handler is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/sftpserver.h:57: warning: Member cb (variable) of struct sftp_message_handler is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/sftp.h:193: warning: Member f_bsize (variable) of struct sftp_statvfs_struct is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/callbacks.h:1112: warning: Member userdata (variable) of struct ssh_jump_callbacks_struct is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/callbacks.h:1113: warning: Member before_connection (variable) of struct ssh_jump_callbacks_struct is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/callbacks.h:1114: warning: Member verify_knownhost (variable) of struct ssh_jump_callbacks_struct is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/callbacks.h:1115: warning: Member authenticate (variable) of struct ssh_jump_callbacks_struct is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/misc.h:71: warning: Member hostname (variable) of struct ssh_jump_info_struct is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/misc.h:72: warning: Member username (variable) of struct ssh_jump_info_struct is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/misc.h:73: warning: Member port (variable) of struct ssh_jump_info_struct is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/callbacks.h:377: warning: Member gssapi_verify_mic_function (variable) of struct ssh_server_callbacks_struct is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libsshpp.hpp:76: warning: Member SshException(ssh_session csession) (function) of class ssh::SshException is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libsshpp.hpp:80: warning: Member SshException(const SshException &e) (function) of class ssh::SshException is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libsshpp.hpp:315: warning: Member getError() (function) of class ssh::Session is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libsshpp.hpp:321: warning: Member getErrorCode() (function) of class ssh::Session is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libsshpp.hpp:371: warning: Member log(int priority, const char *format,...) (function) of class ssh::Session is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libsshpp.hpp:424: warning: Member cancelForward(const char *address, int port) (function) of class ssh::Session is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libsshpp.hpp:430: warning: Member listenForward(const char *address, int port, int &boundport) (function) of class ssh::Session is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libsshpp.hpp:437: warning: Member getCSession() (function) of class ssh::Session is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libsshpp.hpp:442: warning: Member c_session (variable) of class ssh::Session is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libsshpp.hpp:457: warning: Member Channel(Session &ssh_session) (function) of class ssh::Channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libsshpp.hpp:504: warning: Member getExitStatus() (function) of class ssh::Channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libsshpp.hpp:509: warning: Member getExitState(uint32_t &pexit_code, char **pexit_signal, int &pcore_dumped) (function) of class ssh::Channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libsshpp.hpp:518: warning: Member getSession() (function) of class ssh::Channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libsshpp.hpp:539: warning: Member openForward(const char *remotehost, int remoteport, const char *sourcehost, int localport=0) (function) of class ssh::Channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libsshpp.hpp:547: warning: Member openSession() (function) of class ssh::Channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libsshpp.hpp:552: warning: Member poll(bool is_stderr=false) (function) of class ssh::Channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libsshpp.hpp:557: warning: Member read(void *dest, size_t count) (function) of class ssh::Channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libsshpp.hpp:566: warning: Member read(void *dest, size_t count, int timeout) (function) of class ssh::Channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libsshpp.hpp:575: warning: Member read(void *dest, size_t count, bool is_stderr=false, int timeout=-1) (function) of class ssh::Channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libsshpp.hpp:584: warning: Member readNonblocking(void *dest, size_t count, bool is_stderr=false) (function) of class ssh::Channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libsshpp.hpp:593: warning: Member requestEnv(const char *name, const char *value) (function) of class ssh::Channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libsshpp.hpp:599: warning: Member requestExec(const char *cmd) (function) of class ssh::Channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libsshpp.hpp:604: warning: Member requestPty(const char *term=NULL, int cols=0, int rows=0, const unsigned char *modes=NULL, size_t modes_len=0) (function) of class ssh::Channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libsshpp.hpp:617: warning: Member requestShell() (function) of class ssh::Channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libsshpp.hpp:622: warning: Member requestSendSignal(const char *signum) (function) of class ssh::Channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libsshpp.hpp:627: warning: Member requestSubsystem(const char *subsystem) (function) of class ssh::Channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libsshpp.hpp:632: warning: Member requestX11(bool single_connection, const char *protocol, const char *cookie, int screen_number) (function) of class ssh::Channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libsshpp.hpp:639: warning: Member sendEof() (function) of class ssh::Channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libsshpp.hpp:664: warning: Member getCSession() (function) of class ssh::Channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libsshpp.hpp:668: warning: Member getCChannel() (function) of class ssh::Channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libsshpp.hpp:673: warning: Member session (variable) of class ssh::Channel is not documented.
/var/pisi/libssh-0.11.4-13/work/libssh-0.11.4/include/libssh/libsshpp.hpp:674: warning: Member channel (variable) of class ssh::Channel is not documented.