Diff:
libssh.so 0.5.5 (x86_64)
libssh.so 0.6.0 (x86_64)

ABI
Viewer

SymbolsTypes



Symbols List (360)


FUNCOBJ
WEAKGLOBAL
ADDED77
REMOVED0
CHANGED12


Name Signature Status Type Prms Return Source Size Bind Vis Ndx
_ssh_log » _ssh_log (
    int verbosity,
    char const* function,
    char const* format,
    ... 
)
ADDED FUNC 4 void log.c 260 GLOBAL DEFAULT 11
buffer_free » buffer_free (
    ssh_buffer buffer
)
FUNC 1 void legacy.c 14 GLOBAL DEFAULT 11
buffer_get » buffer_get (
    ssh_buffer buffer
)
FUNC 1 void* legacy.c 14 GLOBAL DEFAULT 11
buffer_get_len » buffer_get_len (
    ssh_buffer buffer
)
FUNC 1 uint32_t legacy.c 14 GLOBAL DEFAULT 11
buffer_new » buffer_new ( ) FUNC 0 ssh_buffer legacy.c 14 GLOBAL DEFAULT 11
channel_accept_x11 » channel_accept_x11 (
    ssh_channel channel,
    int timeout_ms
)
FUNC 2 ssh_channel legacy.c 14 GLOBAL DEFAULT 11
channel_change_pty_size » channel_change_pty_size (
    ssh_channel channel,
    int cols,
    int rows
)
FUNC 3 int legacy.c 14 GLOBAL DEFAULT 11
channel_close » channel_close (
    ssh_channel channel
)
FUNC 1 int legacy.c 14 GLOBAL DEFAULT 11
channel_forward_accept » channel_forward_accept (
    ssh_session session,
    int timeout_ms
)
FUNC 2 ssh_channel legacy.c 14 GLOBAL DEFAULT 11
channel_forward_cancel » channel_forward_cancel (
    ssh_session session,
    char const* address,
    int port
)
FUNC 3 int legacy.c 14 GLOBAL DEFAULT 11
channel_forward_listen » channel_forward_listen (
    ssh_session session,
    char const* address,
    int port,
    int* bound_port
)
FUNC 4 int legacy.c 14 GLOBAL DEFAULT 11
channel_free » channel_free (
    ssh_channel channel
)
FUNC 1 void legacy.c 14 GLOBAL DEFAULT 11
channel_get_exit_status » channel_get_exit_status (
    ssh_channel channel
)
FUNC 1 int legacy.c 14 GLOBAL DEFAULT 11
channel_get_session » channel_get_session (
    ssh_channel channel
)
FUNC 1 ssh_session legacy.c 14 GLOBAL DEFAULT 11
channel_is_closed » channel_is_closed (
    ssh_channel channel
)
FUNC 1 int legacy.c 14 GLOBAL DEFAULT 11
channel_is_eof » channel_is_eof (
    ssh_channel channel
)
FUNC 1 int legacy.c 14 GLOBAL DEFAULT 11
channel_is_open » channel_is_open (
    ssh_channel channel
)
FUNC 1 int legacy.c 14 GLOBAL DEFAULT 11
channel_new » channel_new (
    ssh_session session
)
FUNC 1 ssh_channel legacy.c 14 GLOBAL DEFAULT 11
channel_open_forward » channel_open_forward (
    ssh_channel channel,
    char const* remotehost,
    int remoteport,
    char const* sourcehost,
    int localport
)
FUNC 5 int legacy.c 14 GLOBAL DEFAULT 11
channel_open_session » channel_open_session (
    ssh_channel channel
)
FUNC 1 int legacy.c 14 GLOBAL DEFAULT 11
channel_poll » channel_poll (
    ssh_channel channel,
    int is_stderr
)
FUNC 2 int legacy.c 14 GLOBAL DEFAULT 11
channel_read » channel_read (
    ssh_channel channel,
    void* dest,
    uint32_t count,
    int is_stderr
)
FUNC 4 int legacy.c 14 GLOBAL DEFAULT 11
channel_read_buffer » channel_read_buffer (
    ssh_channel channel,
    ssh_buffer buffer,
    uint32_t count,
    int is_stderr
)
FUNC 4 int channels.c 937 GLOBAL DEFAULT 11
channel_read_nonblocking » channel_read_nonblocking (
    ssh_channel channel,
    void* dest,
    uint32_t count,
    int is_stderr
)
FUNC 4 int legacy.c 14 GLOBAL DEFAULT 11
channel_request_env » channel_request_env (
    ssh_channel channel,
    char const* name,
    char const* value
)
FUNC 3 int legacy.c 14 GLOBAL DEFAULT 11
channel_request_exec » channel_request_exec (
    ssh_channel channel,
    char const* cmd
)
FUNC 2 int legacy.c 14 GLOBAL DEFAULT 11
channel_request_pty » channel_request_pty (
    ssh_channel channel
)
FUNC 1 int legacy.c 14 GLOBAL DEFAULT 11
channel_request_pty_size » channel_request_pty_size (
    ssh_channel channel,
    char const* term,
    int cols,
    int rows
)
FUNC 4 int legacy.c 14 GLOBAL DEFAULT 11
channel_request_send_signal » channel_request_send_signal (
    ssh_channel channel,
    char const* signum
)
FUNC 2 int legacy.c 14 GLOBAL DEFAULT 11
channel_request_sftp » channel_request_sftp (
    ssh_channel channel
)
FUNC 1 int legacy.c 14 GLOBAL DEFAULT 11
channel_request_shell » channel_request_shell (
    ssh_channel channel
)
FUNC 1 int legacy.c 14 GLOBAL DEFAULT 11
channel_request_subsystem » channel_request_subsystem (
    ssh_channel channel,
    char const* subsystem
)
FUNC 2 int legacy.c 14 GLOBAL DEFAULT 11
channel_request_x11 » channel_request_x11 (
    ssh_channel channel,
    int single_connection,
    char const* protocol,
    char const* cookie,
    int screen_number
)
FUNC 5 int legacy.c 14 GLOBAL DEFAULT 11
channel_select » channel_select (
    ssh_channel* readchans,
    ssh_channel* writechans,
    ssh_channel* exceptchans,
    struct timeval* timeout
)
FUNC 4 int legacy.c 14 GLOBAL DEFAULT 11
channel_send_eof » channel_send_eof (
    ssh_channel channel
)
FUNC 1 int legacy.c 14 GLOBAL DEFAULT 11
channel_set_blocking » channel_set_blocking (
    ssh_channel channel,
    int blocking
)
FUNC 2 void legacy.c 14 GLOBAL DEFAULT 11
channel_write » channel_write (
    ssh_channel channel,
    void const* data,
    uint32_t len
)
FUNC 3 int legacy.c 14 GLOBAL DEFAULT 11
channel_write_stderr » channel_write_stderr (
    ssh_channel channel,
    void const* data,
    uint32_t len
)
FUNC 3 int legacy.c 14 GLOBAL DEFAULT 11
privatekey_free » privatekey_free (
    ssh_private_key prv
)
FUNC 1 void keyfiles.c 66 GLOBAL DEFAULT 11
privatekey_from_file » privatekey_from_file (
    ssh_session session,
    char const* filename,
    int type,
    char const* passphrase
)
FUNC 4 ssh_private_key keyfiles.c 937 GLOBAL DEFAULT 11
publickey_free » publickey_free (
    ssh_public_key key
)
FUNC 1 void keys.c 64 GLOBAL DEFAULT 11
publickey_from_file » publickey_from_file (
    ssh_session session,
    char const* filename,
    int* type
)
FUNC 3 ssh_string keyfiles.c 530 GLOBAL DEFAULT 11
publickey_from_privatekey » publickey_from_privatekey (
    ssh_private_key prv
)
FUNC 1 ssh_public_key keys.c 372 GLOBAL DEFAULT 11
publickey_to_string » publickey_to_string (
    ssh_public_key key
)
CHANGED FUNC 1 ssh_string keys.c 242 GLOBAL DEFAULT 11
sftp_async_read » sftp_async_read (
    sftp_file file,
    void* data,
    uint32_t size,
    uint32_t id
)
FUNC 4 int sftp.c 1242 GLOBAL DEFAULT 11
sftp_async_read_begin » sftp_async_read_begin (
    sftp_file file,
    uint32_t len
)
FUNC 2 int sftp.c 352 GLOBAL DEFAULT 11
sftp_attributes_free » sftp_attributes_free (
    sftp_attributes file
)
FUNC 1 void sftp.c 148 GLOBAL DEFAULT 11
sftp_canonicalize_path » sftp_canonicalize_path (
    sftp_session sftp,
    char const* path
)
FUNC 2 char* sftp.c 550 GLOBAL DEFAULT 11
sftp_chmod » sftp_chmod (
    sftp_session sftp,
    char const* file,
    mode_t mode
)
FUNC 3 int sftp.c 57 GLOBAL DEFAULT 11
sftp_chown » sftp_chown (
    sftp_session sftp,
    char const* file,
    uid_t owner,
    gid_t group
)
FUNC 4 int sftp.c 65 GLOBAL DEFAULT 11
sftp_client_message_free » sftp_client_message_free (
    sftp_client_message msg
)
ADDED FUNC 1 void sftpserver.c 159 GLOBAL DEFAULT 11
sftp_client_message_get_data » sftp_client_message_get_data (
    sftp_client_message msg
)
ADDED FUNC 1 char const* sftpserver.c 30 GLOBAL DEFAULT 11
sftp_client_message_get_filename » sftp_client_message_get_filename (
    sftp_client_message msg
)
ADDED FUNC 1 char const* sftpserver.c 5 GLOBAL DEFAULT 11
sftp_client_message_get_flags » sftp_client_message_get_flags (
    sftp_client_message msg
)
ADDED FUNC 1 uint32_t sftpserver.c 4 GLOBAL DEFAULT 11
sftp_client_message_get_type » sftp_client_message_get_type (
    sftp_client_message msg
)
ADDED FUNC 1 uint8_t sftpserver.c 5 GLOBAL DEFAULT 11
sftp_client_message_set_filename » sftp_client_message_set_filename (
    sftp_client_message msg,
    char const* newname
)
ADDED FUNC 2 void sftpserver.c 40 GLOBAL DEFAULT 11
sftp_close » sftp_close (
    sftp_file file
)
FUNC 1 int sftp.c 88 GLOBAL DEFAULT 11
sftp_closedir » sftp_closedir (
    sftp_dir dir
)
FUNC 1 int sftp.c 97 GLOBAL DEFAULT 11
sftp_dir_eof » sftp_dir_eof (
    sftp_dir dir
)
FUNC 1 int sftp.c 4 GLOBAL DEFAULT 11
sftp_extension_supported » sftp_extension_supported (
    sftp_session sftp,
    char const* name,
    char const* data
)
FUNC 3 int sftp.c 190 GLOBAL DEFAULT 11
sftp_extensions_get_count » sftp_extensions_get_count (
    sftp_session sftp
)
FUNC 1 unsigned int sftp.c 29 GLOBAL DEFAULT 11
sftp_extensions_get_data » sftp_extensions_get_data (
    sftp_session sftp,
    unsigned int idx
)
FUNC 2 char const* sftp.c 98 GLOBAL DEFAULT 11
sftp_extensions_get_name » sftp_extensions_get_name (
    sftp_session sftp,
    unsigned int idx
)
FUNC 2 char const* sftp.c 93 GLOBAL DEFAULT 11
sftp_file_set_blocking » sftp_file_set_blocking (
    sftp_file handle
)
FUNC 1 void sftp.c 8 GLOBAL DEFAULT 11
sftp_file_set_nonblocking » sftp_file_set_nonblocking (
    sftp_file handle
)
FUNC 1 void sftp.c 8 GLOBAL DEFAULT 11
sftp_free » sftp_free (
    sftp_session sftp
)
FUNC 1 void sftp.c 157 GLOBAL DEFAULT 11
sftp_fstat » sftp_fstat (
    sftp_file file
)
FUNC 1 sftp_attributes sftp.c 372 GLOBAL DEFAULT 11
sftp_fstatvfs » sftp_fstatvfs (
    sftp_file file
)
FUNC 1 sftp_statvfs_t sftp.c 493 GLOBAL DEFAULT 11
sftp_get_client_message » sftp_get_client_message (
    sftp_session sftp
)
ADDED FUNC 1 sftp_client_message sftpserver.c 1534 GLOBAL DEFAULT 11
sftp_get_error » sftp_get_error (
    sftp_session sftp
)
FUNC 1 int sftp.c 15 GLOBAL DEFAULT 11
sftp_init » sftp_init (
    sftp_session sftp
)
FUNC 1 int sftp.c 1293 GLOBAL DEFAULT 11
sftp_lstat » sftp_lstat (
    sftp_session session,
    char const* path
)
FUNC 2 sftp_attributes sftp.c 19 GLOBAL DEFAULT 11
sftp_mkdir » sftp_mkdir (
    sftp_session sftp,
    char const* directory,
    mode_t mode
)
FUNC 3 int sftp.c 525 GLOBAL DEFAULT 11
sftp_new » sftp_new (
    ssh_session session
)
FUNC 1 sftp_session sftp.c 681 GLOBAL DEFAULT 11
sftp_new_channel » sftp_new_channel (
    ssh_session session,
    ssh_channel channel
)
ADDED FUNC 2 sftp_session sftp.c 157 GLOBAL DEFAULT 11
sftp_open » sftp_open (
    sftp_session sftp,
    char const* file,
    int flags,
    mode_t mode
)
FUNC 4 sftp_file sftp.c 652 GLOBAL DEFAULT 11
sftp_opendir » sftp_opendir (
    sftp_session sftp,
    char const* path
)
FUNC 2 sftp_dir sftp.c 639 GLOBAL DEFAULT 11
sftp_read » sftp_read (
    sftp_file handle,
    void* buf,
    size_t count
)
FUNC 3 ssize_t sftp.c 720 GLOBAL DEFAULT 11
sftp_readdir » sftp_readdir (
    sftp_session sftp,
    sftp_dir dir
)
FUNC 2 sftp_attributes sftp.c 662 GLOBAL DEFAULT 11
sftp_readlink » sftp_readlink (
    sftp_session sftp,
    char const* path
)
FUNC 2 char* sftp.c 574 GLOBAL DEFAULT 11
sftp_rename » sftp_rename (
    sftp_session sftp,
    char const* original,
    char const* newname
)
FUNC 3 int sftp.c 562 GLOBAL DEFAULT 11
sftp_rewind » sftp_rewind (
    sftp_file file
)
FUNC 1 void sftp.c 16 GLOBAL DEFAULT 11
sftp_rmdir » sftp_rmdir (
    sftp_session sftp,
    char const* directory
)
FUNC 2 int sftp.c 451 GLOBAL DEFAULT 11
sftp_seek » sftp_seek (
    sftp_file file,
    uint32_t new_offset
)
FUNC 2 int sftp.c 30 GLOBAL DEFAULT 11
sftp_seek64 » sftp_seek64 (
    sftp_file file,
    uint64_t new_offset
)
FUNC 2 int sftp.c 28 GLOBAL DEFAULT 11
sftp_send_client_message » sftp_send_client_message (
    sftp_session sftp,
    sftp_client_message msg
)
ADDED FUNC 2 int sftpserver.c 22 GLOBAL DEFAULT 11
sftp_server_init » sftp_server_init (
    sftp_session sftp
)
FUNC 1 int sftp.c 881 GLOBAL DEFAULT 11
sftp_server_new » sftp_server_new (
    ssh_session session,
    ssh_channel chan
)
FUNC 2 sftp_session sftp.c 83 GLOBAL DEFAULT 11
sftp_server_version » sftp_server_version (
    sftp_session sftp
)
FUNC 1 int sftp.c 4 GLOBAL DEFAULT 11
sftp_setstat » sftp_setstat (
    sftp_session sftp,
    char const* file,
    sftp_attributes attr
)
FUNC 3 int sftp.c 465 GLOBAL DEFAULT 11
sftp_stat » sftp_stat (
    sftp_session session,
    char const* path
)
FUNC 2 sftp_attributes sftp.c 19 GLOBAL DEFAULT 11
sftp_statvfs » sftp_statvfs (
    sftp_session sftp,
    char const* path
)
FUNC 2 sftp_statvfs_t sftp.c 636 GLOBAL DEFAULT 11
sftp_statvfs_free » sftp_statvfs_free (
    sftp_statvfs_t statvfs
)
FUNC 1 void sftp.c 22 GLOBAL DEFAULT 11
sftp_symlink » sftp_symlink (
    sftp_session sftp,
    char const* target,
    char const* dest
)
FUNC 3 int sftp.c 721 GLOBAL DEFAULT 11
sftp_tell » sftp_tell (
    sftp_file file
)
FUNC 1 unsigned long sftp.c 5 GLOBAL DEFAULT 11
sftp_tell64 » sftp_tell64 (
    sftp_file file
)
FUNC 1 uint64_t sftp.c 5 GLOBAL DEFAULT 11
sftp_unlink » sftp_unlink (
    sftp_session sftp,
    char const* file
)
FUNC 2 int sftp.c 451 GLOBAL DEFAULT 11
sftp_utimes » sftp_utimes (
    sftp_session sftp,
    char const* file,
    struct timeval const* times
)
FUNC 3 int sftp.c 84 GLOBAL DEFAULT 11
sftp_write » sftp_write (
    sftp_file file,
    void const* buf,
    size_t count
)
FUNC 3 ssize_t sftp.c 571 GLOBAL DEFAULT 11
ssh_accept » ssh_accept (
    ssh_session session
)
FUNC 1 int legacy.c 14 GLOBAL DEFAULT 11
ssh_auth_list » ssh_auth_list (
    ssh_session session
)
FUNC 1 int auth.c 19 GLOBAL DEFAULT 11
ssh_basename » ssh_basename (
    char const* path
)
FUNC 1 char* misc.c 247 GLOBAL DEFAULT 11
ssh_bind_accept » ssh_bind_accept (
    ssh_bind sshbind,
    ssh_session session
)
FUNC 2 int bind.c 691 GLOBAL DEFAULT 11
ssh_bind_accept_fd » ssh_bind_accept_fd (
    ssh_bind sshbind,
    ssh_session session,
    socket_t fd
)
ADDED FUNC 3 int bind.c 510 GLOBAL DEFAULT 11
ssh_bind_fd_toaccept » ssh_bind_fd_toaccept (
    ssh_bind sshbind
)
FUNC 1 void bind.c 11 GLOBAL DEFAULT 11
ssh_bind_free » ssh_bind_free (
    ssh_bind sshbind
)
FUNC 1 void bind.c 229 GLOBAL DEFAULT 11
ssh_bind_get_fd » ssh_bind_get_fd (
    ssh_bind sshbind
)
FUNC 1 socket_t bind.c 7 GLOBAL DEFAULT 11
ssh_bind_listen » ssh_bind_listen (
    ssh_bind sshbind
)
FUNC 1 int bind.c 190 GLOBAL DEFAULT 11
ssh_bind_new » ssh_bind_new ( ) FUNC 0 ssh_bind bind.c 85 GLOBAL DEFAULT 11
ssh_bind_options_set » ssh_bind_options_set (
    ssh_bind sshbind,
    enum ssh_bind_options_e type,
    void const* value
)
FUNC 3 int options.c 941 GLOBAL DEFAULT 11
ssh_bind_set_blocking » ssh_bind_set_blocking (
    ssh_bind sshbind,
    int blocking
)
FUNC 2 void bind.c 15 GLOBAL DEFAULT 11
ssh_bind_set_callbacks » ssh_bind_set_callbacks (
    ssh_bind sshbind,
    ssh_bind_callbacks callbacks,
    void* userdata
)
FUNC 3 int bind.c 108 GLOBAL DEFAULT 11
ssh_bind_set_fd » ssh_bind_set_fd (
    ssh_bind sshbind,
    socket_t fd
)
FUNC 2 void bind.c 7 GLOBAL DEFAULT 11
ssh_blocking_flush » ssh_blocking_flush (
    ssh_session session,
    int timeout
)
FUNC 2 int session.c 98 GLOBAL DEFAULT 11
ssh_buffer_free » ssh_buffer_free (
    struct ssh_buffer_struct* buffer
)
FUNC 1 void buffer.c 87 GLOBAL DEFAULT 11
ssh_buffer_get_begin » ssh_buffer_get_begin (
    struct ssh_buffer_struct* buffer
)
FUNC 1 void* buffer.c 4 GLOBAL DEFAULT 11
ssh_buffer_get_len » ssh_buffer_get_len (
    struct ssh_buffer_struct* buffer
)
FUNC 1 uint32_t buffer.c 4 GLOBAL DEFAULT 11
ssh_buffer_new » ssh_buffer_new ( ) FUNC 0 struct ssh_buffer_struct* buffer.c 54 GLOBAL DEFAULT 11
ssh_channel_accept_x11 » ssh_channel_accept_x11 (
    ssh_channel channel,
    int timeout_ms
)
FUNC 2 ssh_channel channels.c 24 GLOBAL DEFAULT 11
ssh_channel_change_pty_size » ssh_channel_change_pty_size (
    ssh_channel channel,
    int cols,
    int rows
)
FUNC 3 int channels.c 287 GLOBAL DEFAULT 11
ssh_channel_close » ssh_channel_close (
    ssh_channel channel
)
FUNC 1 int channels.c 417 GLOBAL DEFAULT 11
ssh_channel_free » ssh_channel_free (
    ssh_channel channel
)
FUNC 1 void channels.c 283 GLOBAL DEFAULT 11
ssh_channel_get_exit_status » ssh_channel_get_exit_status (
    ssh_channel channel
)
FUNC 1 int channels.c 75 GLOBAL DEFAULT 11
ssh_channel_get_session » ssh_channel_get_session (
    ssh_channel channel
)
FUNC 1 ssh_session channels.c 4 GLOBAL DEFAULT 11
ssh_channel_is_closed » ssh_channel_is_closed (
    ssh_channel channel
)
FUNC 1 int channels.c 36 GLOBAL DEFAULT 11
ssh_channel_is_eof » ssh_channel_is_eof (
    ssh_channel channel
)
FUNC 1 int channels.c 66 GLOBAL DEFAULT 11
ssh_channel_is_open » ssh_channel_is_open (
    ssh_channel channel
)
FUNC 1 int channels.c 36 GLOBAL DEFAULT 11
ssh_channel_new » ssh_channel_new (
    ssh_session session
)
FUNC 1 ssh_channel channels.c 256 GLOBAL DEFAULT 11
ssh_channel_open_auth_agent » ssh_channel_open_auth_agent (
    ssh_channel channel
)
ADDED FUNC 1 int channels.c 50 GLOBAL DEFAULT 11
ssh_channel_open_forward » ssh_channel_open_forward (
    ssh_channel channel,
    char const* remotehost,
    int remoteport,
    char const* sourcehost,
    int localport
)
FUNC 5 int channels.c 467 GLOBAL DEFAULT 11
ssh_channel_open_reverse_forward » ssh_channel_open_reverse_forward (
    ssh_channel channel,
    char const* remotehost,
    int remoteport,
    char const* sourcehost,
    int localport
)
FUNC 5 int channels.c 426 GLOBAL DEFAULT 11
ssh_channel_open_session » ssh_channel_open_session (
    ssh_channel channel
)
FUNC 1 int channels.c 50 GLOBAL DEFAULT 11
ssh_channel_open_x11 » ssh_channel_open_x11 (
    ssh_channel channel,
    char const* orig_addr,
    int orig_port
)
ADDED FUNC 3 int channels.c 279 GLOBAL DEFAULT 11
ssh_channel_poll » ssh_channel_poll (
    ssh_channel channel,
    int is_stderr
)
FUNC 2 int channels.c 425 GLOBAL DEFAULT 11
ssh_channel_poll_timeout » ssh_channel_poll_timeout (
    ssh_channel channel,
    int timeout,
    int is_stderr
)
ADDED FUNC 3 int channels.c 131 GLOBAL DEFAULT 11
ssh_channel_read » ssh_channel_read (
    ssh_channel channel,
    void* dest,
    uint32_t count,
    int is_stderr
)
FUNC 4 int channels.c 731 GLOBAL DEFAULT 11
ssh_channel_read_nonblocking » ssh_channel_read_nonblocking (
    ssh_channel channel,
    void* dest,
    uint32_t count,
    int is_stderr
)
FUNC 4 int channels.c 255 GLOBAL DEFAULT 11
ssh_channel_read_timeout » ssh_channel_read_timeout (
    ssh_channel channel,
    void* dest,
    uint32_t count,
    int is_stderr,
    int timeout
)
ADDED FUNC 5 int channels.c 419 GLOBAL DEFAULT 11
ssh_channel_request_env » ssh_channel_request_env (
    ssh_channel channel,
    char const* name,
    char const* value
)
FUNC 3 int channels.c 254 GLOBAL DEFAULT 11
ssh_channel_request_exec » ssh_channel_request_exec (
    ssh_channel channel,
    char const* cmd
)
FUNC 2 int channels.c 151 GLOBAL DEFAULT 11
ssh_channel_request_pty » ssh_channel_request_pty (
    ssh_channel channel
)
FUNC 1 int channels.c 31 GLOBAL DEFAULT 11
ssh_channel_request_pty_size » ssh_channel_request_pty_size (
    ssh_channel channel,
    char const* terminal,
    int col,
    int row
)
FUNC 4 int channels.c 415 GLOBAL DEFAULT 11
ssh_channel_request_send_exit_signal » ssh_channel_request_send_exit_signal (
    ssh_channel channel,
    char const* sig,
    int core,
    char const* errmsg,
    char const* lang
)
FUNC 5 int channels.c 445 GLOBAL DEFAULT 11
ssh_channel_request_send_exit_status » ssh_channel_request_send_exit_status (
    ssh_channel channel,
    int exit_status
)
FUNC 2 int channels.c 123 GLOBAL DEFAULT 11
ssh_channel_request_send_signal » ssh_channel_request_send_signal (
    ssh_channel channel,
    char const* sig
)
FUNC 2 int channels.c 160 GLOBAL DEFAULT 11
ssh_channel_request_sftp » ssh_channel_request_sftp (
    ssh_channel channel
)
FUNC 1 int channels.c 21 GLOBAL DEFAULT 11
ssh_channel_request_shell » ssh_channel_request_shell (
    ssh_channel channel
)
FUNC 1 int channels.c 31 GLOBAL DEFAULT 11
ssh_channel_request_subsystem » ssh_channel_request_subsystem (
    ssh_channel channel,
    char const* subsys
)
FUNC 2 int channels.c 160 GLOBAL DEFAULT 11
ssh_channel_request_x11 » ssh_channel_request_x11 (
    ssh_channel channel,
    int single_connection,
    char const* protocol,
    char const* cookie,
    int screen_number
)
FUNC 5 int channels.c 328 GLOBAL DEFAULT 11
ssh_channel_select » ssh_channel_select (
    ssh_channel* readchans,
    ssh_channel* writechans,
    ssh_channel* exceptchans,
    struct timeval* timeout
)
FUNC 4 int channels.c 1163 GLOBAL DEFAULT 11
ssh_channel_send_eof » ssh_channel_send_eof (
    ssh_channel channel
)
FUNC 1 int channels.c 336 GLOBAL DEFAULT 11
ssh_channel_set_blocking » ssh_channel_set_blocking (
    ssh_channel channel,
    int blocking
)
FUNC 2 void channels.c 12 GLOBAL DEFAULT 11
ssh_channel_window_size » ssh_channel_window_size (
    ssh_channel channel
)
FUNC 1 uint32_t channels.c 4 GLOBAL DEFAULT 11
ssh_channel_write » ssh_channel_write (
    ssh_channel channel,
    void const* data,
    uint32_t len
)
FUNC 3 int channels.c 19 GLOBAL DEFAULT 11
ssh_channel_write_stderr » ssh_channel_write_stderr (
    ssh_channel channel,
    void const* data,
    uint32_t len
)
FUNC 3 int channels.c 19 GLOBAL DEFAULT 11
ssh_clean_pubkey_hash » ssh_clean_pubkey_hash (
    unsigned char** hash
)
FUNC 1 void dh.c 33 GLOBAL DEFAULT 11
ssh_connect » ssh_connect (
    ssh_session session
)
FUNC 1 int client.c 1343 GLOBAL DEFAULT 11
ssh_copyright » ssh_copyright ( ) FUNC 0 char const* client.c 8 GLOBAL DEFAULT 11
ssh_dirname » ssh_dirname (
    char const* path
)
FUNC 1 char* misc.c 260 GLOBAL DEFAULT 11
ssh_disconnect » ssh_disconnect (
    ssh_session session
)
FUNC 1 void client.c 818 GLOBAL DEFAULT 11
ssh_event_add_fd » ssh_event_add_fd (
    ssh_event event,
    socket_t fd,
    short events,
    ssh_event_callback cb,
    void* userdata
)
ADDED FUNC 5 int poll.c 225 GLOBAL DEFAULT 11
ssh_event_add_session » ssh_event_add_session (
    ssh_event event,
    ssh_session session
)
ADDED FUNC 2 int poll.c 211 GLOBAL DEFAULT 11
ssh_event_dopoll » ssh_event_dopoll (
    ssh_event event,
    int timeout
)
ADDED FUNC 2 int poll.c 41 GLOBAL DEFAULT 11
ssh_event_free » ssh_event_free (
    ssh_event event
)
ADDED FUNC 1 void poll.c 143 GLOBAL DEFAULT 11
ssh_event_new » ssh_event_new ( ) ADDED FUNC 0 ssh_event poll.c 118 GLOBAL DEFAULT 11
ssh_event_remove_fd » ssh_event_remove_fd (
    ssh_event event,
    socket_t fd
)
ADDED FUNC 2 int poll.c 164 GLOBAL DEFAULT 11
ssh_event_remove_session » ssh_event_remove_session (
    ssh_event event,
    ssh_session session
)
ADDED FUNC 2 int poll.c 209 GLOBAL DEFAULT 11
ssh_execute_message_callbacks » ssh_execute_message_callbacks (
    ssh_session session
)
FUNC 1 int server.c 189 GLOBAL DEFAULT 11
ssh_finalize » ssh_finalize ( ) FUNC 0 int init.c 29 GLOBAL DEFAULT 11
ssh_forward_accept » ssh_forward_accept (
    ssh_session session,
    int timeout_ms
)
FUNC 2 ssh_channel channels.c 21 GLOBAL DEFAULT 11
ssh_forward_cancel » ssh_forward_cancel (
    ssh_session session,
    char const* address,
    int port
)
FUNC 3 int channels.c 203 GLOBAL DEFAULT 11
ssh_forward_listen » ssh_forward_listen (
    ssh_session session,
    char const* address,
    int port,
    int* bound_port
)
FUNC 4 int channels.c 253 GLOBAL DEFAULT 11
ssh_free » ssh_free (
    ssh_session session
)
FUNC 1 void session.c 991 GLOBAL DEFAULT 11
ssh_get_clientbanner » ssh_get_clientbanner (
    ssh_session session
)
ADDED FUNC 1 char const* session.c 19 GLOBAL DEFAULT 11
ssh_get_disconnect_message » ssh_get_disconnect_message (
    ssh_session session
)
FUNC 1 char const* session.c 131 GLOBAL DEFAULT 11
ssh_get_error » ssh_get_error (
    void* error
)
FUNC 1 char const* error.c 5 GLOBAL DEFAULT 11
ssh_get_error_code » ssh_get_error_code (
    void* error
)
FUNC 1 int error.c 3 GLOBAL DEFAULT 11
ssh_get_fd » ssh_get_fd (
    ssh_session session
)
FUNC 1 socket_t session.c 34 GLOBAL DEFAULT 11
ssh_get_hexa » ssh_get_hexa (
    unsigned char const* what,
    size_t len
)
FUNC 2 char* dh.c 149 GLOBAL DEFAULT 11
ssh_get_issue_banner » ssh_get_issue_banner (
    ssh_session session
)
FUNC 1 char* client.c 45 GLOBAL DEFAULT 11
ssh_get_log_callback » ssh_get_log_callback ( ) ADDED FUNC 0 ssh_logging_callback log.c 20 GLOBAL DEFAULT 11
ssh_get_log_level » ssh_get_log_level ( ) ADDED FUNC 0 int log.c 19 GLOBAL DEFAULT 11
ssh_get_log_userdata » ssh_get_log_userdata ( ) ADDED FUNC 0 void* log.c 20 GLOBAL DEFAULT 11
ssh_get_openssh_version » ssh_get_openssh_version (
    ssh_session session
)
FUNC 1 int client.c 18 GLOBAL DEFAULT 11
ssh_get_poll_flags » ssh_get_poll_flags (
    ssh_session session
)
ADDED FUNC 1 int session.c 34 GLOBAL DEFAULT 11
ssh_get_pubkey » ssh_get_pubkey (
    ssh_session session
)
FUNC 1 ssh_string dh.c 61 GLOBAL DEFAULT 11
ssh_get_pubkey_hash » ssh_get_pubkey_hash (
    ssh_session session,
    unsigned char** hash
)
FUNC 2 int dh.c 239 GLOBAL DEFAULT 11
ssh_get_publickey » ssh_get_publickey (
    ssh_session session,
    ssh_key* key
)
ADDED FUNC 2 int dh.c 63 GLOBAL DEFAULT 11
ssh_get_publickey_hash » ssh_get_publickey_hash (
    ssh_key const key,
    enum ssh_publickey_hash_type type,
    unsigned char** hash,
    size_t* hlen
)
ADDED FUNC 4 int dh.c 320 GLOBAL DEFAULT 11
ssh_get_random » ssh_get_random (
    void* where,
    int len,
    int strong
)
FUNC 3 int dh.c 25 GLOBAL DEFAULT 11
ssh_get_serverbanner » ssh_get_serverbanner (
    ssh_session session
)
ADDED FUNC 1 char const* session.c 19 GLOBAL DEFAULT 11
ssh_get_status » ssh_get_status (
    ssh_session session
)
FUNC 1 int session.c 73 GLOBAL DEFAULT 11
ssh_get_version » ssh_get_version (
    ssh_session session
)
FUNC 1 int session.c 18 GLOBAL DEFAULT 11
ssh_getpass » ssh_getpass (
    char const* prompt,
    char* buf,
    size_t len,
    int echo,
    int verify
)
FUNC 5 int getpass.c 546 GLOBAL DEFAULT 11
ssh_gssapi_get_creds » ssh_gssapi_get_creds (
    ssh_session session
)
ADDED FUNC 1 ssh_gssapi_creds gssapi.c 34 GLOBAL DEFAULT 11
ssh_gssapi_set_creds » ssh_gssapi_set_creds (
    ssh_session session,
    ssh_gssapi_creds const creds
)
ADDED FUNC 2 void gssapi.c 61 GLOBAL DEFAULT 11
ssh_handle_key_exchange » ssh_handle_key_exchange (
    ssh_session session
)
FUNC 1 int server.c 231 GLOBAL DEFAULT 11
ssh_init » ssh_init ( ) FUNC 0 int init.c 55 GLOBAL DEFAULT 11
ssh_is_blocking » ssh_is_blocking (
    ssh_session session
)
FUNC 1 int session.c 14 GLOBAL DEFAULT 11
ssh_is_connected » ssh_is_connected (
    ssh_session session
)
FUNC 1 int session.c 18 GLOBAL DEFAULT 11
ssh_is_server_known » ssh_is_server_known (
    ssh_session session
)
FUNC 1 int known_hosts.c 987 GLOBAL DEFAULT 11
ssh_key_cmp » ssh_key_cmp (
    ssh_key const k1,
    ssh_key const k2,
    enum ssh_keycmp_e what
)
ADDED FUNC 3 int pki.c 106 GLOBAL DEFAULT 11
ssh_key_free » ssh_key_free (
    ssh_key key
)
ADDED FUNC 1 void pki.c 30 GLOBAL DEFAULT 11
ssh_key_is_private » ssh_key_is_private (
    ssh_key const k
)
ADDED FUNC 1 int pki.c 18 GLOBAL DEFAULT 11
ssh_key_is_public » ssh_key_is_public (
    ssh_key const k
)
ADDED FUNC 1 int pki.c 18 GLOBAL DEFAULT 11
ssh_key_new » ssh_key_new ( ) ADDED FUNC 0 ssh_key pki.c 55 GLOBAL DEFAULT 11
ssh_key_type » ssh_key_type (
    ssh_key const key
)
ADDED FUNC 1 enum ssh_keytypes_e pki.c 14 GLOBAL DEFAULT 11
ssh_key_type_from_name » ssh_key_type_from_name (
    char const* name
)
ADDED FUNC 1 enum ssh_keytypes_e pki.c 435 GLOBAL DEFAULT 11
ssh_key_type_to_char » ssh_key_type_to_char (
    enum ssh_keytypes_e type
)
ADDED FUNC 1 char const* pki.c 67 GLOBAL DEFAULT 11
ssh_log » ssh_log (
    ssh_session session,
    int verbosity,
    char const* format,
    ... 
)
FUNC 4 void log.c 249 GLOBAL DEFAULT 11
ssh_message_auth_interactive_request » ssh_message_auth_interactive_request (
    ssh_message msg,
    char const* name,
    char const* instruction,
    unsigned int num_prompts,
    char const** prompts,
    char* echo
)
ADDED FUNC 6 int server.c 1276 GLOBAL DEFAULT 11
ssh_message_auth_kbdint_is_response » ssh_message_auth_kbdint_is_response (
    ssh_message msg
)
ADDED FUNC 1 int server.c 22 GLOBAL DEFAULT 11
ssh_message_auth_password » ssh_message_auth_password (
    ssh_message msg
)
CHANGED FUNC 1 char* server.c 16 GLOBAL DEFAULT 11
ssh_message_auth_pubkey » ssh_message_auth_pubkey (
    ssh_message msg
)
ADDED FUNC 1 ssh_key server.c 16 GLOBAL DEFAULT 11
ssh_message_auth_publickey » ssh_message_auth_publickey (
    ssh_message msg
)
FUNC 1 ssh_public_key server.c 16 GLOBAL DEFAULT 11
ssh_message_auth_publickey_state » ssh_message_auth_publickey_state (
    ssh_message msg
)
FUNC 1 enum ssh_publickey_state_e server.c 16 GLOBAL DEFAULT 11
ssh_message_auth_reply_pk_ok » ssh_message_auth_reply_pk_ok (
    ssh_message msg,
    ssh_string algo,
    ssh_string pubkey
)
FUNC 3 int server.c 126 GLOBAL DEFAULT 11
ssh_message_auth_reply_pk_ok_simple » ssh_message_auth_reply_pk_ok_simple (
    ssh_message msg
)
FUNC 1 int server.c 74 GLOBAL DEFAULT 11
ssh_message_auth_reply_success » ssh_message_auth_reply_success (
    ssh_message msg,
    int partial
)
FUNC 2 int server.c 224 GLOBAL DEFAULT 11
ssh_message_auth_set_methods » ssh_message_auth_set_methods (
    ssh_message msg,
    int methods
)
FUNC 2 int server.c 37 GLOBAL DEFAULT 11
ssh_message_auth_user » ssh_message_auth_user (
    ssh_message msg
)
CHANGED FUNC 1 char* server.c 16 GLOBAL DEFAULT 11
ssh_message_channel_request_channel » ssh_message_channel_request_channel (
    ssh_message msg
)
FUNC 1 ssh_channel server.c 5 GLOBAL DEFAULT 11
ssh_message_channel_request_command » ssh_message_channel_request_command (
    ssh_message msg
)
CHANGED FUNC 1 char* server.c 8 GLOBAL DEFAULT 11
ssh_message_channel_request_env_name » ssh_message_channel_request_env_name (
    ssh_message msg
)
CHANGED FUNC 1 char* server.c 8 GLOBAL DEFAULT 11
ssh_message_channel_request_env_value » ssh_message_channel_request_env_value (
    ssh_message msg
)
CHANGED FUNC 1 char* server.c 8 GLOBAL DEFAULT 11
ssh_message_channel_request_open_destination » ssh_message_channel_request_open_destination (
    ssh_message msg
)
CHANGED FUNC 1 char* server.c 5 GLOBAL DEFAULT 11
ssh_message_channel_request_open_destination_port » ssh_message_channel_request_open_destination_port (
    ssh_message msg
)
FUNC 1 int server.c 5 GLOBAL DEFAULT 11
ssh_message_channel_request_open_originator » ssh_message_channel_request_open_originator (
    ssh_message msg
)
CHANGED FUNC 1 char* server.c 5 GLOBAL DEFAULT 11
ssh_message_channel_request_open_originator_port » ssh_message_channel_request_open_originator_port (
    ssh_message msg
)
FUNC 1 int server.c 5 GLOBAL DEFAULT 11
ssh_message_channel_request_open_reply_accept » ssh_message_channel_request_open_reply_accept (
    ssh_message msg
)
FUNC 1 ssh_channel messages.c 587 GLOBAL DEFAULT 11
ssh_message_channel_request_pty_height » ssh_message_channel_request_pty_height (
    ssh_message msg
)
FUNC 1 int server.c 7 GLOBAL DEFAULT 11
ssh_message_channel_request_pty_pxheight » ssh_message_channel_request_pty_pxheight (
    ssh_message msg
)
FUNC 1 int server.c 7 GLOBAL DEFAULT 11
ssh_message_channel_request_pty_pxwidth » ssh_message_channel_request_pty_pxwidth (
    ssh_message msg
)
FUNC 1 int server.c 7 GLOBAL DEFAULT 11
ssh_message_channel_request_pty_term » ssh_message_channel_request_pty_term (
    ssh_message msg
)
CHANGED FUNC 1 char* server.c 8 GLOBAL DEFAULT 11
ssh_message_channel_request_pty_width » ssh_message_channel_request_pty_width (
    ssh_message msg
)
FUNC 1 int server.c 7 GLOBAL DEFAULT 11
ssh_message_channel_request_reply_success » ssh_message_channel_request_reply_success (
    ssh_message msg
)
FUNC 1 int messages.c 172 GLOBAL DEFAULT 11
ssh_message_channel_request_subsystem » ssh_message_channel_request_subsystem (
    ssh_message msg
)
CHANGED FUNC 1 char* server.c 8 GLOBAL DEFAULT 11
ssh_message_channel_request_x11_auth_cookie » ssh_message_channel_request_x11_auth_cookie (
    ssh_message msg
)
ADDED FUNC 1 char const* server.c 8 GLOBAL DEFAULT 11
ssh_message_channel_request_x11_auth_protocol » ssh_message_channel_request_x11_auth_protocol (
    ssh_message msg
)
ADDED FUNC 1 char const* server.c 8 GLOBAL DEFAULT 11
ssh_message_channel_request_x11_screen_number » ssh_message_channel_request_x11_screen_number (
    ssh_message msg
)
ADDED FUNC 1 int server.c 7 GLOBAL DEFAULT 11
ssh_message_channel_request_x11_single_connection » ssh_message_channel_request_x11_single_connection (
    ssh_message msg
)
ADDED FUNC 1 int server.c 14 GLOBAL DEFAULT 11
ssh_message_free » ssh_message_free (
    ssh_message msg
)
FUNC 1 void messages.c 500 GLOBAL DEFAULT 11
ssh_message_get » ssh_message_get (
    ssh_session session
)
FUNC 1 ssh_message messages.c 334 GLOBAL DEFAULT 11
ssh_message_global_request_address » ssh_message_global_request_address (
    ssh_message msg
)
CHANGED FUNC 1 char* server.c 8 GLOBAL DEFAULT 11
ssh_message_global_request_port » ssh_message_global_request_port (
    ssh_message msg
)
FUNC 1 int server.c 8 GLOBAL DEFAULT 11
ssh_message_global_request_reply_success » ssh_message_global_request_reply_success (
    ssh_message msg,
    uint16_t bound_port
)
FUNC 2 int server.c 206 GLOBAL DEFAULT 11
ssh_message_reply_default » ssh_message_reply_default (
    ssh_message msg
)
FUNC 1 int server.c 118 GLOBAL DEFAULT 11
ssh_message_retrieve » ssh_message_retrieve (
    ssh_session session,
    uint32_t packettype
)
FUNC 2 ssh_message legacy.c 36 GLOBAL DEFAULT 11
ssh_message_service_reply_success » ssh_message_service_reply_success (
    ssh_message msg
)
FUNC 1 int server.c 155 GLOBAL DEFAULT 11
ssh_message_service_service » ssh_message_service_service (
    ssh_message msg
)
CHANGED FUNC 1 char* server.c 19 GLOBAL DEFAULT 11
ssh_message_subtype » ssh_message_subtype (
    ssh_message msg
)
FUNC 1 int messages.c 68 GLOBAL DEFAULT 11
ssh_message_type » ssh_message_type (
    ssh_message msg
)
FUNC 1 int messages.c 15 GLOBAL DEFAULT 11
ssh_mkdir » ssh_mkdir (
    char const* pathname,
    mode_t mode
)
FUNC 2 int misc.c 14 GLOBAL DEFAULT 11
ssh_new » ssh_new ( ) FUNC 0 ssh_session session.c 522 GLOBAL DEFAULT 11
ssh_options_copy » ssh_options_copy (
    ssh_session src,
    ssh_session* dest
)
FUNC 2 int options.c 579 GLOBAL DEFAULT 11
ssh_options_get » ssh_options_get (
    ssh_session session,
    enum ssh_options_e type,
    char** value
)
ADDED FUNC 3 int options.c 241 GLOBAL DEFAULT 11
ssh_options_get_port » ssh_options_get_port (
    ssh_session session,
    unsigned int* port_target
)
ADDED FUNC 2 int options.c 57 GLOBAL DEFAULT 11
ssh_options_getopt » ssh_options_getopt (
    ssh_session session,
    int* argcptr,
    char** argv
)
FUNC 3 int options.c 1182 GLOBAL DEFAULT 11
ssh_options_parse_config » ssh_options_parse_config (
    ssh_session session,
    char const* filename
)
FUNC 2 int options.c 221 GLOBAL DEFAULT 11
ssh_options_set » ssh_options_set (
    ssh_session session,
    enum ssh_options_e type,
    void const* value
)
FUNC 3 int options.c 2532 GLOBAL DEFAULT 11
ssh_pcap_file_close » ssh_pcap_file_close (
    ssh_pcap_file pcap
)
FUNC 1 int pcap.c 62 GLOBAL DEFAULT 11
ssh_pcap_file_free » ssh_pcap_file_free (
    ssh_pcap_file pcap
)
FUNC 1 void pcap.c 24 GLOBAL DEFAULT 11
ssh_pcap_file_new » ssh_pcap_file_new ( ) FUNC 0 ssh_pcap_file pcap.c 48 GLOBAL DEFAULT 11
ssh_pcap_file_open » ssh_pcap_file_open (
    ssh_pcap_file pcap,
    char const* filename
)
FUNC 2 int pcap.c 228 GLOBAL DEFAULT 11
ssh_pki_export_privkey_file » ssh_pki_export_privkey_file (
    ssh_key const privkey,
    char const* passphrase,
    ssh_auth_callback auth_fn,
    void* auth_data,
    char const* filename
)
ADDED FUNC 5 int pki.c 302 GLOBAL DEFAULT 11
ssh_pki_export_privkey_to_pubkey » ssh_pki_export_privkey_to_pubkey (
    ssh_key const privkey,
    ssh_key* pkey
)
ADDED FUNC 2 int pki.c 80 GLOBAL DEFAULT 11
ssh_pki_export_pubkey_base64 » ssh_pki_export_pubkey_base64 (
    ssh_key const key,
    char** b64_key
)
ADDED FUNC 2 int pki.c 116 GLOBAL DEFAULT 11
ssh_pki_export_pubkey_file » ssh_pki_export_pubkey_file (
    ssh_key const key,
    char const* filename
)
ADDED FUNC 2 int pki.c 446 GLOBAL DEFAULT 11
ssh_pki_generate » ssh_pki_generate (
    enum ssh_keytypes_e type,
    int parameter,
    ssh_key* pkey
)
ADDED FUNC 3 int pki.c 168 GLOBAL DEFAULT 11
ssh_pki_import_privkey_base64 » ssh_pki_import_privkey_base64 (
    char const* b64_key,
    char const* passphrase,
    ssh_auth_callback auth_fn,
    void* auth_data,
    ssh_key* pkey
)
ADDED FUNC 5 int pki.c 77 GLOBAL DEFAULT 11
ssh_pki_import_privkey_file » ssh_pki_import_privkey_file (
    char const* filename,
    char const* passphrase,
    ssh_auth_callback auth_fn,
    void* auth_data,
    ssh_key* pkey
)
ADDED FUNC 5 int pki.c 416 GLOBAL DEFAULT 11
ssh_pki_import_pubkey_base64 » ssh_pki_import_pubkey_base64 (
    char const* b64_key,
    enum ssh_keytypes_e type,
    ssh_key* pkey
)
ADDED FUNC 3 int pki.c 117 GLOBAL DEFAULT 11
ssh_pki_import_pubkey_file » ssh_pki_import_pubkey_file (
    char const* filename,
    ssh_key* pkey
)
ADDED FUNC 2 int pki.c 474 GLOBAL DEFAULT 11
ssh_print_hexa » ssh_print_hexa (
    char const* descr,
    unsigned char const* what,
    size_t len
)
FUNC 3 void dh.c 66 GLOBAL DEFAULT 11
ssh_privatekey_type » ssh_privatekey_type (
    ssh_private_key privatekey
)
FUNC 1 enum ssh_keytypes_e keyfiles.c 14 GLOBAL DEFAULT 11
ssh_publickey_to_file » ssh_publickey_to_file (
    ssh_session session,
    char const* file,
    ssh_string pubkey,
    int type
)
FUNC 4 int keyfiles.c 669 GLOBAL DEFAULT 11
ssh_scp_accept_request » ssh_scp_accept_request (
    ssh_scp scp
)
FUNC 1 int scp.c 132 GLOBAL DEFAULT 11
ssh_scp_close » ssh_scp_close (
    ssh_scp scp
)
FUNC 1 int scp.c 198 GLOBAL DEFAULT 11
ssh_scp_deny_request » ssh_scp_deny_request (
    ssh_scp scp,
    char const* reason
)
FUNC 2 int scp.c 203 GLOBAL DEFAULT 11
ssh_scp_free » ssh_scp_free (
    ssh_scp scp
)
FUNC 1 void scp.c 116 GLOBAL DEFAULT 11
ssh_scp_init » ssh_scp_init (
    ssh_scp scp
)
FUNC 1 int scp.c 580 GLOBAL DEFAULT 11
ssh_scp_leave_directory » ssh_scp_leave_directory (
    ssh_scp scp
)
FUNC 1 int scp.c 272 GLOBAL DEFAULT 11
ssh_scp_new » ssh_scp_new (
    ssh_session session,
    int mode,
    char const* location
)
FUNC 3 ssh_scp scp.c 249 GLOBAL DEFAULT 11
ssh_scp_pull_request » ssh_scp_pull_request (
    ssh_scp scp
)
FUNC 1 int scp.c 692 GLOBAL DEFAULT 11
ssh_scp_push_directory » ssh_scp_push_directory (
    ssh_scp scp,
    char const* dirname,
    int mode
)
FUNC 3 int scp.c 392 GLOBAL DEFAULT 11
ssh_scp_push_file » ssh_scp_push_file (
    ssh_scp scp,
    char const* filename,
    size_t size,
    int mode
)
FUNC 4 int scp.c 457 GLOBAL DEFAULT 11
ssh_scp_push_file64 » ssh_scp_push_file64 (
    ssh_scp scp,
    char const* filename,
    uint64_t size,
    int mode
)
ADDED FUNC 4 int scp.c 485 GLOBAL DEFAULT 11
ssh_scp_read » ssh_scp_read (
    ssh_scp scp,
    void* buffer,
    size_t size
)
FUNC 3 int scp.c 294 GLOBAL DEFAULT 11
ssh_scp_request_get_filename » ssh_scp_request_get_filename (
    ssh_scp scp
)
FUNC 1 char const* scp.c 16 GLOBAL DEFAULT 11
ssh_scp_request_get_permissions » ssh_scp_request_get_permissions (
    ssh_scp scp
)
FUNC 1 int scp.c 15 GLOBAL DEFAULT 11
ssh_scp_request_get_size » ssh_scp_request_get_size (
    ssh_scp scp
)
FUNC 1 size_t scp.c 16 GLOBAL DEFAULT 11
ssh_scp_request_get_size64 » ssh_scp_request_get_size64 (
    ssh_scp scp
)
ADDED FUNC 1 uint64_t scp.c 16 GLOBAL DEFAULT 11
ssh_scp_request_get_warning » ssh_scp_request_get_warning (
    ssh_scp scp
)
FUNC 1 char const* scp.c 16 GLOBAL DEFAULT 11
ssh_scp_write » ssh_scp_write (
    ssh_scp scp,
    void const* buffer,
    size_t len
)
FUNC 3 int scp.c 353 GLOBAL DEFAULT 11
ssh_select » ssh_select (
    ssh_channel* channels,
    ssh_channel* outchannels,
    socket_t maxfd,
    fd_set* readfds,
    struct timeval* timeout
)
FUNC 5 int connect.c 1476 GLOBAL DEFAULT 11
ssh_send_debug » ssh_send_debug (
    ssh_session session,
    char const* message,
    int always_display
)
ADDED FUNC 3 int session.c 191 GLOBAL DEFAULT 11
ssh_send_ignore » ssh_send_ignore (
    ssh_session session,
    char const* data
)
ADDED FUNC 2 int session.c 154 GLOBAL DEFAULT 11
ssh_send_keepalive » ssh_send_keepalive (
    ssh_session session
)
ADDED FUNC 1 int server.c 203 GLOBAL DEFAULT 11
ssh_service_request » ssh_service_request (
    ssh_session session,
    char const* service
)
FUNC 2 int client.c 408 GLOBAL DEFAULT 11
ssh_set_agent_channel » ssh_set_agent_channel (
    ssh_session session,
    ssh_channel channel
)
ADDED FUNC 2 int agent.c 86 GLOBAL DEFAULT 11
ssh_set_auth_methods » ssh_set_auth_methods (
    ssh_session session,
    int auth_methods
)
ADDED FUNC 2 void server.c 10 GLOBAL DEFAULT 11
ssh_set_blocking » ssh_set_blocking (
    ssh_session session,
    int blocking
)
FUNC 2 void session.c 32 GLOBAL DEFAULT 11
ssh_set_callbacks » ssh_set_callbacks (
    ssh_session session,
    ssh_callbacks cb
)
FUNC 2 int callbacks.c 278 GLOBAL DEFAULT 11
ssh_set_channel_callbacks » ssh_set_channel_callbacks (
    ssh_channel channel,
    ssh_channel_callbacks cb
)
FUNC 2 int callbacks.c 293 GLOBAL DEFAULT 11
ssh_set_fd_except » ssh_set_fd_except (
    ssh_session session
)
FUNC 1 void session.c 27 GLOBAL DEFAULT 11
ssh_set_fd_toread » ssh_set_fd_toread (
    ssh_session session
)
FUNC 1 void session.c 27 GLOBAL DEFAULT 11
ssh_set_fd_towrite » ssh_set_fd_towrite (
    ssh_session session
)
FUNC 1 void session.c 27 GLOBAL DEFAULT 11
ssh_set_log_callback » ssh_set_log_callback (
    ssh_logging_callback cb
)
ADDED FUNC 1 int log.c 43 GLOBAL DEFAULT 11
ssh_set_log_level » ssh_set_log_level (
    int level
)
ADDED FUNC 1 int log.c 40 GLOBAL DEFAULT 11
ssh_set_log_userdata » ssh_set_log_userdata (
    void* data
)
ADDED FUNC 1 int log.c 30 GLOBAL DEFAULT 11
ssh_set_message_callback » ssh_set_message_callback (
    ssh_session session,
    int(*)(ssh_session, ssh_message, void*) ssh_bind_message_callback,
    void* data
)
FUNC 3 void server.c 15 GLOBAL DEFAULT 11
ssh_set_pcap_file » ssh_set_pcap_file (
    ssh_session session,
    ssh_pcap_file pcap
)
FUNC 2 int pcap.c 76 GLOBAL DEFAULT 11
ssh_set_server_callbacks » ssh_set_server_callbacks (
    ssh_session session,
    ssh_server_callbacks cb
)
ADDED FUNC 2 int callbacks.c 95 GLOBAL DEFAULT 11
ssh_silent_disconnect » ssh_silent_disconnect (
    ssh_session session
)
FUNC 1 void session.c 146 GLOBAL DEFAULT 11
ssh_string_burn » ssh_string_burn (
    struct ssh_string_struct* s
)
FUNC 1 void string.c 34 GLOBAL DEFAULT 11
ssh_string_copy » ssh_string_copy (
    struct ssh_string_struct* s
)
FUNC 1 struct ssh_string_struct* string.c 106 GLOBAL DEFAULT 11
ssh_string_data » ssh_string_data (
    struct ssh_string_struct* s
)
FUNC 1 void* string.c 16 GLOBAL DEFAULT 11
ssh_string_fill » ssh_string_fill (
    struct ssh_string_struct* s,
    void const* data,
    size_t len
)
FUNC 3 int string.c 71 GLOBAL DEFAULT 11
ssh_string_free » ssh_string_free (
    struct ssh_string_struct* s
)
FUNC 1 void string.c 20 GLOBAL DEFAULT 11
ssh_string_free_char » ssh_string_free_char (
    char* s
)
FUNC 1 void string.c 20 GLOBAL DEFAULT 11
ssh_string_from_char » ssh_string_from_char (
    char const* what
)
FUNC 1 struct ssh_string_struct* string.c 105 GLOBAL DEFAULT 11
ssh_string_get_char » ssh_string_get_char (
    struct ssh_string_struct* s
)
ADDED FUNC 1 char const* string.c 33 GLOBAL DEFAULT 11
ssh_string_len » ssh_string_len (
    struct ssh_string_struct* s
)
FUNC 1 size_t string.c 18 GLOBAL DEFAULT 11
ssh_string_new » ssh_string_new (
    size_t size
)
FUNC 1 struct ssh_string_struct* string.c 51 GLOBAL DEFAULT 11
ssh_string_to_char » ssh_string_to_char (
    struct ssh_string_struct* s
)
FUNC 1 char* string.c 101 GLOBAL DEFAULT 11
ssh_threads_get_noop » ssh_threads_get_noop ( ) FUNC 0 struct ssh_threads_callbacks_struct* threads.c 8 GLOBAL DEFAULT 11
ssh_threads_set_callbacks » ssh_threads_set_callbacks (
    struct ssh_threads_callbacks_struct* cb
)
FUNC 1 int threads.c 13 GLOBAL DEFAULT 11
ssh_try_publickey_from_file » ssh_try_publickey_from_file (
    ssh_session session,
    char const* keyfile,
    ssh_string* publickey,
    int* type
)
FUNC 4 int keyfiles.c 526 GLOBAL DEFAULT 11
ssh_userauth_agent » ssh_userauth_agent (
    ssh_session session,
    char const* username
)
ADDED FUNC 2 int auth.c 701 GLOBAL DEFAULT 11
ssh_userauth_agent_pubkey » ssh_userauth_agent_pubkey (
    ssh_session session,
    char const* username,
    ssh_public_key publickey
)
FUNC 3 int auth.c 1221 GLOBAL DEFAULT 11
ssh_userauth_autopubkey » ssh_userauth_autopubkey (
    ssh_session session,
    char const* passphrase
)
FUNC 2 int auth.c 2276 GLOBAL DEFAULT 11
ssh_userauth_gssapi » ssh_userauth_gssapi (
    ssh_session session
)
ADDED FUNC 1 int auth.c 211 GLOBAL DEFAULT 11
ssh_userauth_kbdint » ssh_userauth_kbdint (
    ssh_session session,
    char const* user,
    char const* submethods
)
FUNC 3 int auth.c 469 GLOBAL DEFAULT 11
ssh_userauth_kbdint_getanswer » ssh_userauth_kbdint_getanswer (
    ssh_session session,
    unsigned int i
)
ADDED FUNC 2 char const* auth.c 62 GLOBAL DEFAULT 11
ssh_userauth_kbdint_getinstruction » ssh_userauth_kbdint_getinstruction (
    ssh_session session
)
FUNC 1 char const* auth.c 56 GLOBAL DEFAULT 11
ssh_userauth_kbdint_getname » ssh_userauth_kbdint_getname (
    ssh_session session
)
FUNC 1 char const* auth.c 56 GLOBAL DEFAULT 11
ssh_userauth_kbdint_getnanswers » ssh_userauth_kbdint_getnanswers (
    ssh_session session
)
ADDED FUNC 1 int auth.c 33 GLOBAL DEFAULT 11
ssh_userauth_kbdint_getnprompts » ssh_userauth_kbdint_getnprompts (
    ssh_session session
)
FUNC 1 int auth.c 54 GLOBAL DEFAULT 11
ssh_userauth_kbdint_getprompt » ssh_userauth_kbdint_getprompt (
    ssh_session session,
    unsigned int i,
    char* echo
)
FUNC 3 char const* auth.c 112 GLOBAL DEFAULT 11
ssh_userauth_kbdint_setanswer » ssh_userauth_kbdint_setanswer (
    ssh_session session,
    unsigned int i,
    char const* answer
)
FUNC 3 int auth.c 346 GLOBAL DEFAULT 11
ssh_userauth_list » ssh_userauth_list (
    ssh_session session,
    char const* username
)
FUNC 2 int auth.c 39 GLOBAL DEFAULT 11
ssh_userauth_none » ssh_userauth_none (
    ssh_session session,
    char const* username
)
FUNC 2 int auth.c 1139 GLOBAL DEFAULT 11
ssh_userauth_offer_pubkey » ssh_userauth_offer_pubkey (
    ssh_session session,
    char const* username,
    int type,
    ssh_string publickey
)
FUNC 4 int auth.c 1034 GLOBAL DEFAULT 11
ssh_userauth_password » ssh_userauth_password (
    ssh_session session,
    char const* username,
    char const* password
)
FUNC 3 int auth.c 1145 GLOBAL DEFAULT 11
ssh_userauth_privatekey_file » ssh_userauth_privatekey_file (
    ssh_session session,
    char const* username,
    char const* filename,
    char const* passphrase
)
FUNC 4 int auth.c 487 GLOBAL DEFAULT 11
ssh_userauth_pubkey » ssh_userauth_pubkey (
    ssh_session session,
    char const* username,
    ssh_string publickey,
    ssh_private_key privatekey
)
FUNC 4 int auth.c 1284 GLOBAL DEFAULT 11
ssh_userauth_publickey » ssh_userauth_publickey (
    ssh_session session,
    char const* username,
    ssh_key const privkey
)
ADDED FUNC 3 int auth.c 734 GLOBAL DEFAULT 11
ssh_userauth_publickey_auto » ssh_userauth_publickey_auto (
    ssh_session session,
    char const* username,
    char const* passphrase
)
ADDED FUNC 3 int auth.c 1540 GLOBAL DEFAULT 11
ssh_userauth_try_publickey » ssh_userauth_try_publickey (
    ssh_session session,
    char const* username,
    ssh_key const pubkey
)
ADDED FUNC 3 int auth.c 665 GLOBAL DEFAULT 11
ssh_version » ssh_version (
    int req_version
)
FUNC 1 char const* misc.c 22 GLOBAL DEFAULT 11
ssh_write_knownhost » ssh_write_knownhost (
    ssh_session session
)
FUNC 1 int known_hosts.c 1140 GLOBAL DEFAULT 11
string_burn » string_burn (
    ssh_string str
)
FUNC 1 void legacy.c 14 GLOBAL DEFAULT 11
string_copy » string_copy (
    ssh_string str
)
FUNC 1 ssh_string legacy.c 14 GLOBAL DEFAULT 11
string_data » string_data (
    ssh_string str
)
FUNC 1 void* legacy.c 14 GLOBAL DEFAULT 11
string_fill » string_fill (
    ssh_string str,
    void const* data,
    size_t len
)
FUNC 3 int legacy.c 14 GLOBAL DEFAULT 11
string_free » string_free (
    ssh_string str
)
FUNC 1 void legacy.c 14 GLOBAL DEFAULT 11
string_from_char » string_from_char (
    char const* what
)
FUNC 1 ssh_string legacy.c 14 GLOBAL DEFAULT 11
string_len » string_len (
    ssh_string str
)
FUNC 1 size_t legacy.c 14 GLOBAL DEFAULT 11
string_new » string_new (
    size_t size
)
FUNC 1 ssh_string legacy.c 14 GLOBAL DEFAULT 11
string_to_char » string_to_char (
    ssh_string str
)
FUNC 1 char* legacy.c 14 GLOBAL DEFAULT 11



Andrey Ponomarenko's ABI laboratory