libssh.so 0.7.1 (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbols List (368)


FUNCOBJ
WEAKGLOBAL


Name Signature Type Bind Prms Return Source Size
_ssh_log »
_ssh_log ( int verbosity, char const* function, char const* format, ... )
FUNC GLOBAL 4
void
log.c 260
buffer_free »
buffer_free ( ssh_buffer buffer )
FUNC GLOBAL 1
void
legacy.c 14
buffer_get »
buffer_get ( ssh_buffer buffer )
FUNC GLOBAL 1
void*
legacy.c 14
buffer_get_len »
buffer_get_len ( ssh_buffer buffer )
FUNC GLOBAL 1
uint32_t
legacy.c 14
buffer_new »
buffer_new ( )
FUNC GLOBAL 0
ssh_buffer
legacy.c 14
channel_accept_x11 »
channel_accept_x11 ( ssh_channel channel, int timeout_ms )
FUNC GLOBAL 2
ssh_channel
legacy.c 14
channel_change_pty_size »
channel_change_pty_size ( ssh_channel channel, int cols, int rows )
FUNC GLOBAL 3
int
legacy.c 14
channel_close »
channel_close ( ssh_channel channel )
FUNC GLOBAL 1
int
legacy.c 14
channel_forward_accept »
channel_forward_accept ( ssh_session session, int timeout_ms )
FUNC GLOBAL 2
ssh_channel
legacy.c 19
channel_forward_cancel »
channel_forward_cancel ( ssh_session session, char const* address, int port )
FUNC GLOBAL 3
int
legacy.c 14
channel_forward_listen »
channel_forward_listen ( ssh_session session, char const* address, int port, int* bound_port )
FUNC GLOBAL 4
int
legacy.c 14
channel_free »
channel_free ( ssh_channel channel )
FUNC GLOBAL 1
void
legacy.c 14
channel_get_exit_status »
channel_get_exit_status ( ssh_channel channel )
FUNC GLOBAL 1
int
legacy.c 14
channel_get_session »
channel_get_session ( ssh_channel channel )
FUNC GLOBAL 1
ssh_session
legacy.c 14
channel_is_closed »
channel_is_closed ( ssh_channel channel )
FUNC GLOBAL 1
int
legacy.c 14
channel_is_eof »
channel_is_eof ( ssh_channel channel )
FUNC GLOBAL 1
int
legacy.c 14
channel_is_open »
channel_is_open ( ssh_channel channel )
FUNC GLOBAL 1
int
legacy.c 14
channel_new »
channel_new ( ssh_session session )
FUNC GLOBAL 1
ssh_channel
legacy.c 14
channel_open_forward »
channel_open_forward ( ssh_channel channel, char const* remotehost, int remoteport, char const* sourcehost, int localport )
FUNC GLOBAL 5
int
legacy.c 14
channel_open_session »
channel_open_session ( ssh_channel channel )
FUNC GLOBAL 1
int
legacy.c 14
channel_poll »
channel_poll ( ssh_channel channel, int is_stderr )
FUNC GLOBAL 2
int
legacy.c 14
channel_read »
channel_read ( ssh_channel channel, void* dest, uint32_t count, int is_stderr )
FUNC GLOBAL 4
int
legacy.c 14
channel_read_buffer »
channel_read_buffer ( ssh_channel channel, ssh_buffer buffer, uint32_t count, int is_stderr )
FUNC GLOBAL 4
int
channels.c 406
channel_read_nonblocking »
channel_read_nonblocking ( ssh_channel channel, void* dest, uint32_t count, int is_stderr )
FUNC GLOBAL 4
int
legacy.c 14
channel_request_env »
channel_request_env ( ssh_channel channel, char const* name, char const* value )
FUNC GLOBAL 3
int
legacy.c 14
channel_request_exec »
channel_request_exec ( ssh_channel channel, char const* cmd )
FUNC GLOBAL 2
int
legacy.c 14
channel_request_pty »
channel_request_pty ( ssh_channel channel )
FUNC GLOBAL 1
int
legacy.c 14
channel_request_pty_size »
channel_request_pty_size ( ssh_channel channel, char const* term, int cols, int rows )
FUNC GLOBAL 4
int
legacy.c 14
channel_request_send_signal »
channel_request_send_signal ( ssh_channel channel, char const* signum )
FUNC GLOBAL 2
int
legacy.c 14
channel_request_sftp »
channel_request_sftp ( ssh_channel channel )
FUNC GLOBAL 1
int
legacy.c 14
channel_request_shell »
channel_request_shell ( ssh_channel channel )
FUNC GLOBAL 1
int
legacy.c 14
channel_request_subsystem »
channel_request_subsystem ( ssh_channel channel, char const* subsystem )
FUNC GLOBAL 2
int
legacy.c 14
channel_request_x11 »
channel_request_x11 ( ssh_channel channel, int single_connection, char const* protocol, char const* cookie, int screen_number )
FUNC GLOBAL 5
int
legacy.c 14
channel_select »
channel_select ( ssh_channel* readchans, ssh_channel* writechans, ssh_channel* exceptchans, struct timeval* timeout )
FUNC GLOBAL 4
int
legacy.c 14
channel_send_eof »
channel_send_eof ( ssh_channel channel )
FUNC GLOBAL 1
int
legacy.c 14
channel_set_blocking »
channel_set_blocking ( ssh_channel channel, int blocking )
FUNC GLOBAL 2
void
legacy.c 14
channel_write »
channel_write ( ssh_channel channel, void const* data, uint32_t len )
FUNC GLOBAL 3
int
legacy.c 14
channel_write_stderr »
channel_write_stderr ( ssh_channel channel, void const* data, uint32_t len )
FUNC GLOBAL 3
int
legacy.c 14
privatekey_free »
privatekey_free ( ssh_private_key prv )
FUNC GLOBAL 1
void
legacy.c 66
privatekey_from_file »
privatekey_from_file ( ssh_session session, char const* filename, int type, char const* passphrase )
FUNC GLOBAL 4
ssh_private_key
legacy.c 158
publickey_free »
publickey_free ( ssh_public_key key )
FUNC GLOBAL 1
void
legacy.c 64
publickey_from_file »
publickey_from_file ( ssh_session session, char const* filename, int* type )
FUNC GLOBAL 3
ssh_string
legacy.c 106
publickey_from_privatekey »
publickey_from_privatekey ( ssh_private_key prv )
FUNC GLOBAL 1
ssh_public_key
legacy.c 149
publickey_to_string »
publickey_to_string ( ssh_public_key pubkey )
FUNC GLOBAL 1
ssh_string
legacy.c 120
sftp_async_read »
sftp_async_read ( sftp_file file, void* data, uint32_t size, uint32_t id )
FUNC GLOBAL 4
int
sftp.c 558
sftp_async_read_begin »
sftp_async_read_begin ( sftp_file file, uint32_t len )
FUNC GLOBAL 2
int
sftp.c 207
sftp_attributes_free »
sftp_attributes_free ( sftp_attributes file )
FUNC GLOBAL 1
void
sftp.c 148
sftp_canonicalize_path »
sftp_canonicalize_path ( sftp_session sftp, char const* path )
FUNC GLOBAL 2
char*
sftp.c 600
sftp_chmod »
sftp_chmod ( sftp_session sftp, char const* file, mode_t mode )
FUNC GLOBAL 3
int
sftp.c 57
sftp_chown »
sftp_chown ( sftp_session sftp, char const* file, uid_t owner, gid_t group )
FUNC GLOBAL 4
int
sftp.c 65
sftp_client_message_free »
sftp_client_message_free ( sftp_client_message msg )
FUNC GLOBAL 1
void
sftpserver.c 159
sftp_client_message_get_data »
sftp_client_message_get_data ( sftp_client_message msg )
FUNC GLOBAL 1
char const*
sftpserver.c 30
sftp_client_message_get_filename »
sftp_client_message_get_filename ( sftp_client_message msg )
FUNC GLOBAL 1
char const*
sftpserver.c 5
sftp_client_message_get_flags »
sftp_client_message_get_flags ( sftp_client_message msg )
FUNC GLOBAL 1
uint32_t
sftpserver.c 4
sftp_client_message_get_type »
sftp_client_message_get_type ( sftp_client_message msg )
FUNC GLOBAL 1
uint8_t
sftpserver.c 5
sftp_client_message_set_filename »
sftp_client_message_set_filename ( sftp_client_message msg, char const* newname )
FUNC GLOBAL 2
void
sftpserver.c 40
sftp_close »
sftp_close ( sftp_file file )
FUNC GLOBAL 1
int
sftp.c 88
sftp_closedir »
sftp_closedir ( sftp_dir dir )
FUNC GLOBAL 1
int
sftp.c 97
sftp_dir_eof »
sftp_dir_eof ( sftp_dir dir )
FUNC GLOBAL 1
int
sftp.c 4
sftp_extension_supported »
sftp_extension_supported ( sftp_session sftp, char const* name, char const* data )
FUNC GLOBAL 3
int
sftp.c 190
sftp_extensions_get_count »
sftp_extensions_get_count ( sftp_session sftp )
FUNC GLOBAL 1
unsigned int
sftp.c 29
sftp_extensions_get_data »
sftp_extensions_get_data ( sftp_session sftp, unsigned int idx )
FUNC GLOBAL 2
char const*
sftp.c 98
sftp_extensions_get_name »
sftp_extensions_get_name ( sftp_session sftp, unsigned int idx )
FUNC GLOBAL 2
char const*
sftp.c 93
sftp_file_set_blocking »
sftp_file_set_blocking ( sftp_file handle )
FUNC GLOBAL 1
void
sftp.c 8
sftp_file_set_nonblocking »
sftp_file_set_nonblocking ( sftp_file handle )
FUNC GLOBAL 1
void
sftp.c 8
sftp_free »
sftp_free ( sftp_session sftp )
FUNC GLOBAL 1
void
sftp.c 181
sftp_fstat »
sftp_fstat ( sftp_file file )
FUNC GLOBAL 1
sftp_attributes
sftp.c 408
sftp_fstatvfs »
sftp_fstatvfs ( sftp_file file )
FUNC GLOBAL 1
sftp_statvfs_t
sftp.c 536
sftp_get_client_message »
sftp_get_client_message ( sftp_session sftp )
FUNC GLOBAL 1
sftp_client_message
sftpserver.c 1288
sftp_get_error »
sftp_get_error ( sftp_session sftp )
FUNC GLOBAL 1
int
sftp.c 15
sftp_init »
sftp_init ( sftp_session sftp )
FUNC GLOBAL 1
int
sftp.c 818
sftp_lstat »
sftp_lstat ( sftp_session session, char const* path )
FUNC GLOBAL 2
sftp_attributes
sftp.c 19
sftp_mkdir »
sftp_mkdir ( sftp_session sftp, char const* directory, mode_t mode )
FUNC GLOBAL 3
int
sftp.c 559
sftp_new »
sftp_new ( ssh_session session )
FUNC GLOBAL 1
sftp_session
sftp.c 302
sftp_new_channel »
sftp_new_channel ( ssh_session session, ssh_channel channel )
FUNC GLOBAL 2
sftp_session
sftp.c 157
sftp_open »
sftp_open ( sftp_session sftp, char const* file, int flags, mode_t mode )
FUNC GLOBAL 4
sftp_file
sftp.c 706
sftp_opendir »
sftp_opendir ( sftp_session sftp, char const* path )
FUNC GLOBAL 2
sftp_dir
sftp.c 689
sftp_read »
sftp_read ( sftp_file handle, void* buf, size_t count )
FUNC GLOBAL 3
ssize_t
sftp.c 731
sftp_readdir »
sftp_readdir ( sftp_session sftp, sftp_dir dir )
FUNC GLOBAL 2
sftp_attributes
sftp.c 723
sftp_readlink »
sftp_readlink ( sftp_session sftp, char const* path )
FUNC GLOBAL 2
char*
sftp.c 626
sftp_rename »
sftp_rename ( sftp_session sftp, char const* original, char const* newname )
FUNC GLOBAL 3
int
sftp.c 456
sftp_rewind »
sftp_rewind ( sftp_file file )
FUNC GLOBAL 1
void
sftp.c 16
sftp_rmdir »
sftp_rmdir ( sftp_session sftp, char const* directory )
FUNC GLOBAL 2
int
sftp.c 428
sftp_seek »
sftp_seek ( sftp_file file, uint32_t new_offset )
FUNC GLOBAL 2
int
sftp.c 30
sftp_seek64 »
sftp_seek64 ( sftp_file file, uint64_t new_offset )
FUNC GLOBAL 2
int
sftp.c 28
sftp_send_client_message »
sftp_send_client_message ( sftp_session sftp, sftp_client_message msg )
FUNC GLOBAL 2
int
sftpserver.c 22
sftp_server_init »
sftp_server_init ( sftp_session sftp )
FUNC GLOBAL 1
int
sftp.c 397
sftp_server_new »
sftp_server_new ( ssh_session session, ssh_channel chan )
FUNC GLOBAL 2
sftp_session
sftp.c 90
sftp_server_version »
sftp_server_version ( sftp_session sftp )
FUNC GLOBAL 1
int
sftp.c 4
sftp_setstat »
sftp_setstat ( sftp_session sftp, char const* file, sftp_attributes attr )
FUNC GLOBAL 3
int
sftp.c 506
sftp_stat »
sftp_stat ( sftp_session session, char const* path )
FUNC GLOBAL 2
sftp_attributes
sftp.c 19
sftp_statvfs »
sftp_statvfs ( sftp_session sftp, char const* path )
FUNC GLOBAL 2
sftp_statvfs_t
sftp.c 695
sftp_statvfs_free »
sftp_statvfs_free ( sftp_statvfs_t statvfs )
FUNC GLOBAL 1
void
sftp.c 22
sftp_symlink »
sftp_symlink ( sftp_session sftp, char const* target, char const* dest )
FUNC GLOBAL 3
int
sftp.c 554
sftp_tell »
sftp_tell ( sftp_file file )
FUNC GLOBAL 1
unsigned long
sftp.c 5
sftp_tell64 »
sftp_tell64 ( sftp_file file )
FUNC GLOBAL 1
uint64_t
sftp.c 5
sftp_unlink »
sftp_unlink ( sftp_session sftp, char const* file )
FUNC GLOBAL 2
int
sftp.c 428
sftp_utimes »
sftp_utimes ( sftp_session sftp, char const* file, struct timeval const* times )
FUNC GLOBAL 3
int
sftp.c 84
sftp_write »
sftp_write ( sftp_file file, void const* buf, size_t count )
FUNC GLOBAL 3
ssize_t
sftp.c 520
ssh_accept »
ssh_accept ( ssh_session session )
FUNC GLOBAL 1
int
legacy.c 14
ssh_auth_list »
ssh_auth_list ( ssh_session session )
FUNC GLOBAL 1
int
legacy.c 19
ssh_basename »
ssh_basename ( char const* path )
FUNC GLOBAL 1
char*
misc.c 254
ssh_bind_accept »
ssh_bind_accept ( ssh_bind sshbind, ssh_session session )
FUNC GLOBAL 2
int
bind.c 238
ssh_bind_accept_fd »
ssh_bind_accept_fd ( ssh_bind sshbind, ssh_session session, socket_t fd )
FUNC GLOBAL 3
int
bind.c 611
ssh_bind_fd_toaccept »
ssh_bind_fd_toaccept ( ssh_bind sshbind )
FUNC GLOBAL 1
void
bind.c 11
ssh_bind_free »
ssh_bind_free ( ssh_bind sshbind )
FUNC GLOBAL 1
void
bind.c 392
ssh_bind_get_fd »
ssh_bind_get_fd ( ssh_bind sshbind )
FUNC GLOBAL 1
socket_t
bind.c 7
ssh_bind_listen »
ssh_bind_listen ( ssh_bind sshbind )
FUNC GLOBAL 1
int
bind.c 371
ssh_bind_new »
ssh_bind_new ( )
FUNC GLOBAL 0
ssh_bind
bind.c 85
ssh_bind_options_set »
ssh_bind_options_set ( ssh_bind sshbind, enum ssh_bind_options_e type, void const* value )
FUNC GLOBAL 3
int
options.c 1113
ssh_bind_set_blocking »
ssh_bind_set_blocking ( ssh_bind sshbind, int blocking )
FUNC GLOBAL 2
void
bind.c 15
ssh_bind_set_callbacks »
ssh_bind_set_callbacks ( ssh_bind sshbind, ssh_bind_callbacks callbacks, void* userdata )
FUNC GLOBAL 3
int
bind.c 115
ssh_bind_set_fd »
ssh_bind_set_fd ( ssh_bind sshbind, socket_t fd )
FUNC GLOBAL 2
void
bind.c 7
ssh_blocking_flush »
ssh_blocking_flush ( ssh_session session, int timeout )
FUNC GLOBAL 2
int
session.c 70
ssh_channel_accept_forward »
ssh_channel_accept_forward ( ssh_session session, int timeout_ms, int* destination_port )
FUNC GLOBAL 3
ssh_channel
channels.c 24
ssh_channel_accept_x11 »
ssh_channel_accept_x11 ( ssh_channel channel, int timeout_ms )
FUNC GLOBAL 2
ssh_channel
channels.c 29
ssh_channel_cancel_forward »
ssh_channel_cancel_forward ( ssh_session session, char const* address, int port )
FUNC GLOBAL 3
int
channels.c 192
ssh_channel_change_pty_size »
ssh_channel_change_pty_size ( ssh_channel channel, int cols, int rows )
FUNC GLOBAL 3
int
channels.c 168
ssh_channel_close »
ssh_channel_close ( ssh_channel channel )
FUNC GLOBAL 1
int
channels.c 208
ssh_channel_free »
ssh_channel_free ( ssh_channel channel )
FUNC GLOBAL 1
void
channels.c 53
ssh_channel_get_exit_status »
ssh_channel_get_exit_status ( ssh_channel channel )
FUNC GLOBAL 1
int
channels.c 74
ssh_channel_get_session »
ssh_channel_get_session ( ssh_channel channel )
FUNC GLOBAL 1
ssh_session
channels.c 15
ssh_channel_is_closed »
ssh_channel_is_closed ( ssh_channel channel )
FUNC GLOBAL 1
int
channels.c 47
ssh_channel_is_eof »
ssh_channel_is_eof ( ssh_channel channel )
FUNC GLOBAL 1
int
channels.c 77
ssh_channel_is_open »
ssh_channel_is_open ( ssh_channel channel )
FUNC GLOBAL 1
int
channels.c 47
ssh_channel_listen_forward »
ssh_channel_listen_forward ( ssh_session session, char const* address, int port, int* bound_port )
FUNC GLOBAL 4
int
channels.c 252
ssh_channel_new »
ssh_channel_new ( ssh_session session )
FUNC GLOBAL 1
ssh_channel
channels.c 284
ssh_channel_open_auth_agent »
ssh_channel_open_auth_agent ( ssh_channel channel )
FUNC GLOBAL 1
int
channels.c 50
ssh_channel_open_forward »
ssh_channel_open_forward ( ssh_channel channel, char const* remotehost, int remoteport, char const* sourcehost, int localport )
FUNC GLOBAL 5
int
channels.c 260
ssh_channel_open_reverse_forward »
ssh_channel_open_reverse_forward ( ssh_channel channel, char const* remotehost, int remoteport, char const* sourcehost, int localport )
FUNC GLOBAL 5
int
channels.c 262
ssh_channel_open_session »
ssh_channel_open_session ( ssh_channel channel )
FUNC GLOBAL 1
int
channels.c 50
ssh_channel_open_x11 »
ssh_channel_open_x11 ( ssh_channel channel, char const* orig_addr, int orig_port )
FUNC GLOBAL 3
int
channels.c 222
ssh_channel_poll »
ssh_channel_poll ( ssh_channel channel, int is_stderr )
FUNC GLOBAL 2
int
channels.c 134
ssh_channel_poll_timeout »
ssh_channel_poll_timeout ( ssh_channel channel, int timeout, int is_stderr )
FUNC GLOBAL 3
int
channels.c 131
ssh_channel_read »
ssh_channel_read ( ssh_channel channel, void* dest, uint32_t count, int is_stderr )
FUNC GLOBAL 4
int
channels.c 20
ssh_channel_read_nonblocking »
ssh_channel_read_nonblocking ( ssh_channel channel, void* dest, uint32_t count, int is_stderr )
FUNC GLOBAL 4
int
channels.c 185
ssh_channel_read_timeout »
ssh_channel_read_timeout ( ssh_channel channel, void* dest, uint32_t count, int is_stderr, int timeout )
FUNC GLOBAL 5
int
channels.c 438
ssh_channel_request_env »
ssh_channel_request_env ( ssh_channel channel, char const* name, char const* value )
FUNC GLOBAL 3
int
channels.c 231
ssh_channel_request_exec »
ssh_channel_request_exec ( ssh_channel channel, char const* cmd )
FUNC GLOBAL 2
int
channels.c 201
ssh_channel_request_pty »
ssh_channel_request_pty ( ssh_channel channel )
FUNC GLOBAL 1
int
channels.c 31
ssh_channel_request_pty_size »
ssh_channel_request_pty_size ( ssh_channel channel, char const* terminal, int col, int row )
FUNC GLOBAL 4
int
channels.c 251
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 GLOBAL 5
int
channels.c 252
ssh_channel_request_send_exit_status »
ssh_channel_request_send_exit_status ( ssh_channel channel, int exit_status )
FUNC GLOBAL 2
int
channels.c 159
ssh_channel_request_send_signal »
ssh_channel_request_send_signal ( ssh_channel channel, char const* sig )
FUNC GLOBAL 2
int
channels.c 191
ssh_channel_request_sftp »
ssh_channel_request_sftp ( ssh_channel channel )
FUNC GLOBAL 1
int
channels.c 34
ssh_channel_request_shell »
ssh_channel_request_shell ( ssh_channel channel )
FUNC GLOBAL 1
int
channels.c 44
ssh_channel_request_subsystem »
ssh_channel_request_subsystem ( ssh_channel channel, char const* subsys )
FUNC GLOBAL 2
int
channels.c 201
ssh_channel_request_x11 »
ssh_channel_request_x11 ( ssh_channel channel, int single_connection, char const* protocol, char const* cookie, int screen_number )
FUNC GLOBAL 5
int
channels.c 317
ssh_channel_select »
ssh_channel_select ( ssh_channel* readchans, ssh_channel* writechans, ssh_channel* exceptchans, struct timeval* timeout )
FUNC GLOBAL 4
int
channels.c 1040
ssh_channel_send_eof »
ssh_channel_send_eof ( ssh_channel channel )
FUNC GLOBAL 1
int
channels.c 187
ssh_channel_set_blocking »
ssh_channel_set_blocking ( ssh_channel channel, int blocking )
FUNC GLOBAL 2
void
channels.c 23
ssh_channel_set_counter »
ssh_channel_set_counter ( ssh_channel channel, ssh_counter counter )
FUNC GLOBAL 2
void
channels.c 11
ssh_channel_window_size »
ssh_channel_window_size ( ssh_channel channel )
FUNC GLOBAL 1
uint32_t
channels.c 4
ssh_channel_write »
ssh_channel_write ( ssh_channel channel, void const* data, uint32_t len )
FUNC GLOBAL 3
int
channels.c 19
ssh_channel_write_stderr »
ssh_channel_write_stderr ( ssh_channel channel, void const* data, uint32_t len )
FUNC GLOBAL 3
int
channels.c 19
ssh_clean_pubkey_hash »
ssh_clean_pubkey_hash ( unsigned char** hash )
FUNC GLOBAL 1
void
dh.c 33
ssh_connect »
ssh_connect ( ssh_session session )
FUNC GLOBAL 1
int
client.c 932
ssh_copyright »
ssh_copyright ( )
FUNC GLOBAL 0
char const*
client.c 8
ssh_dirname »
ssh_dirname ( char const* path )
FUNC GLOBAL 1
char*
misc.c 266
ssh_disconnect »
ssh_disconnect ( ssh_session session )
FUNC GLOBAL 1
void
client.c 491
ssh_event_add_fd »
ssh_event_add_fd ( ssh_event event, socket_t fd, short events, ssh_event_callback cb, void* userdata )
FUNC GLOBAL 5
int
poll.c 225
ssh_event_add_session »
ssh_event_add_session ( ssh_event event, ssh_session session )
FUNC GLOBAL 2
int
poll.c 211
ssh_event_dopoll »
ssh_event_dopoll ( ssh_event event, int timeout )
FUNC GLOBAL 2
int
poll.c 41
ssh_event_free »
ssh_event_free ( ssh_event event )
FUNC GLOBAL 1
void
poll.c 143
ssh_event_new »
ssh_event_new ( )
FUNC GLOBAL 0
ssh_event
poll.c 118
ssh_event_remove_fd »
ssh_event_remove_fd ( ssh_event event, socket_t fd )
FUNC GLOBAL 2
int
poll.c 164
ssh_event_remove_session »
ssh_event_remove_session ( ssh_event event, ssh_session session )
FUNC GLOBAL 2
int
poll.c 209
ssh_execute_message_callbacks »
ssh_execute_message_callbacks ( ssh_session session )
FUNC GLOBAL 1
int
server.c 189
ssh_finalize »
ssh_finalize ( )
FUNC GLOBAL 0
int
init.c 29
ssh_forward_accept »
ssh_forward_accept ( ssh_session session, int timeout_ms )
FUNC GLOBAL 2
ssh_channel
channels.c 26
ssh_forward_cancel »
ssh_forward_cancel ( ssh_session session, char const* address, int port )
FUNC GLOBAL 3
int
channels.c 14
ssh_forward_listen »
ssh_forward_listen ( ssh_session session, char const* address, int port, int* bound_port )
FUNC GLOBAL 4
int
channels.c 14
ssh_free »
ssh_free ( ssh_session session )
FUNC GLOBAL 1
void
session.c 1279
ssh_get_cipher_in »
ssh_get_cipher_in ( ssh_session session )
FUNC GLOBAL 1
char const*
session.c 51
ssh_get_cipher_out »
ssh_get_cipher_out ( ssh_session session )
FUNC GLOBAL 1
char const*
session.c 51
ssh_get_clientbanner »
ssh_get_clientbanner ( ssh_session session )
FUNC GLOBAL 1
char const*
session.c 19
ssh_get_disconnect_message »
ssh_get_disconnect_message ( ssh_session session )
FUNC GLOBAL 1
char const*
session.c 107
ssh_get_error »
ssh_get_error ( void* error )
FUNC GLOBAL 1
char const*
error.c 5
ssh_get_error_code »
ssh_get_error_code ( void* error )
FUNC GLOBAL 1
int
error.c 3
ssh_get_fd »
ssh_get_fd ( ssh_session session )
FUNC GLOBAL 1
socket_t
session.c 34
ssh_get_hexa »
ssh_get_hexa ( unsigned char const* what, size_t len )
FUNC GLOBAL 2
char*
dh.c 200
ssh_get_hmac_in »
ssh_get_hmac_in ( ssh_session session )
FUNC GLOBAL 1
char const*
session.c 51
ssh_get_hmac_out »
ssh_get_hmac_out ( ssh_session session )
FUNC GLOBAL 1
char const*
session.c 51
ssh_get_issue_banner »
ssh_get_issue_banner ( ssh_session session )
FUNC GLOBAL 1
char*
client.c 45
ssh_get_kex_algo »
ssh_get_kex_algo ( ssh_session session )
FUNC GLOBAL 1
char const*
session.c 102
ssh_get_log_callback »
ssh_get_log_callback ( )
FUNC GLOBAL 0
ssh_logging_callback
log.c 20
ssh_get_log_level »
ssh_get_log_level ( )
FUNC GLOBAL 0
int
log.c 19
ssh_get_log_userdata »
ssh_get_log_userdata ( )
FUNC GLOBAL 0
void*
log.c 20
ssh_get_openssh_version »
ssh_get_openssh_version ( ssh_session session )
FUNC GLOBAL 1
int
client.c 18
ssh_get_poll_flags »
ssh_get_poll_flags ( ssh_session session )
FUNC GLOBAL 1
int
session.c 34
ssh_get_pubkey »
ssh_get_pubkey ( ssh_session session )
FUNC GLOBAL 1
ssh_string
legacy.c 61
ssh_get_pubkey_hash »
ssh_get_pubkey_hash ( ssh_session session, unsigned char** hash )
FUNC GLOBAL 2
int
dh.c 252
ssh_get_publickey »
ssh_get_publickey ( ssh_session session, ssh_key* key )
FUNC GLOBAL 2
int
dh.c 63
ssh_get_publickey_hash »
ssh_get_publickey_hash ( ssh_key const key, enum ssh_publickey_hash_type type, unsigned char** hash, size_t* hlen )
FUNC GLOBAL 4
int
dh.c 320
ssh_get_random »
ssh_get_random ( void* where, int len, int strong )
FUNC GLOBAL 3
int
dh.c 25
ssh_get_serverbanner »
ssh_get_serverbanner ( ssh_session session )
FUNC GLOBAL 1
char const*
session.c 19
ssh_get_status »
ssh_get_status ( ssh_session session )
FUNC GLOBAL 1
int
session.c 87
ssh_get_version »
ssh_get_version ( ssh_session session )
FUNC GLOBAL 1
int
session.c 18
ssh_getpass »
ssh_getpass ( char const* prompt, char* buf, size_t len, int echo, int verify )
FUNC GLOBAL 5
int
getpass.c 584
ssh_gssapi_get_creds »
ssh_gssapi_get_creds ( ssh_session session )
FUNC GLOBAL 1
ssh_gssapi_creds
gssapi.c 34
ssh_gssapi_set_creds »
ssh_gssapi_set_creds ( ssh_session session, ssh_gssapi_creds const creds )
FUNC GLOBAL 2
void
gssapi.c 61
ssh_handle_key_exchange »
ssh_handle_key_exchange ( ssh_session session )
FUNC GLOBAL 1
int
server.c 251
ssh_init »
ssh_init ( )
FUNC GLOBAL 0
int
init.c 55
ssh_is_blocking »
ssh_is_blocking ( ssh_session session )
FUNC GLOBAL 1
int
session.c 14
ssh_is_connected »
ssh_is_connected ( ssh_session session )
FUNC GLOBAL 1
int
session.c 18
ssh_is_server_known »
ssh_is_server_known ( ssh_session session )
FUNC GLOBAL 1
int
known_hosts.c 724
ssh_key_cmp »
ssh_key_cmp ( ssh_key const k1, ssh_key const k2, enum ssh_keycmp_e what )
FUNC GLOBAL 3
int
pki.c 157
ssh_key_free »
ssh_key_free ( ssh_key key )
FUNC GLOBAL 1
void
pki.c 30
ssh_key_is_private »
ssh_key_is_private ( ssh_key const k )
FUNC GLOBAL 1
int
pki.c 18
ssh_key_is_public »
ssh_key_is_public ( ssh_key const k )
FUNC GLOBAL 1
int
pki.c 18
ssh_key_new »
ssh_key_new ( )
FUNC GLOBAL 0
ssh_key
pki.c 55
ssh_key_type »
ssh_key_type ( ssh_key const key )
FUNC GLOBAL 1
enum ssh_keytypes_e
pki.c 14
ssh_key_type_from_name »
ssh_key_type_from_name ( char const* name )
FUNC GLOBAL 1
enum ssh_keytypes_e
pki.c 465
ssh_key_type_to_char »
ssh_key_type_to_char ( enum ssh_keytypes_e type )
FUNC GLOBAL 1
char const*
pki.c 75
ssh_log »
ssh_log ( ssh_session session, int verbosity, char const* format, ... )
FUNC GLOBAL 4
void
log.c 246
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 )
FUNC GLOBAL 6
int
server.c 1007
ssh_message_auth_kbdint_is_response »
ssh_message_auth_kbdint_is_response ( ssh_message msg )
FUNC GLOBAL 1
int
server.c 22
ssh_message_auth_password »
ssh_message_auth_password ( ssh_message msg )
FUNC GLOBAL 1
char const*
server.c 16
ssh_message_auth_pubkey »
ssh_message_auth_pubkey ( ssh_message msg )
FUNC GLOBAL 1
ssh_key
server.c 16
ssh_message_auth_publickey »
ssh_message_auth_publickey ( ssh_message msg )
FUNC GLOBAL 1
ssh_public_key
server.c 31
ssh_message_auth_publickey_state »
ssh_message_auth_publickey_state ( ssh_message msg )
FUNC GLOBAL 1
enum ssh_publickey_state_e
server.c 16
ssh_message_auth_reply_pk_ok »
ssh_message_auth_reply_pk_ok ( ssh_message msg, ssh_string algo, ssh_string pubkey )
FUNC GLOBAL 3
int
server.c 109
ssh_message_auth_reply_pk_ok_simple »
ssh_message_auth_reply_pk_ok_simple ( ssh_message msg )
FUNC GLOBAL 1
int
server.c 124
ssh_message_auth_reply_success »
ssh_message_auth_reply_success ( ssh_message msg, int partial )
FUNC GLOBAL 2
int
server.c 30
ssh_message_auth_set_methods »
ssh_message_auth_set_methods ( ssh_message msg, int methods )
FUNC GLOBAL 2
int
server.c 37
ssh_message_auth_user »
ssh_message_auth_user ( ssh_message msg )
FUNC GLOBAL 1
char const*
server.c 16
ssh_message_channel_request_channel »
ssh_message_channel_request_channel ( ssh_message msg )
FUNC GLOBAL 1
ssh_channel
server.c 5
ssh_message_channel_request_command »
ssh_message_channel_request_command ( ssh_message msg )
FUNC GLOBAL 1
char const*
server.c 8
ssh_message_channel_request_env_name »
ssh_message_channel_request_env_name ( ssh_message msg )
FUNC GLOBAL 1
char const*
server.c 8
ssh_message_channel_request_env_value »
ssh_message_channel_request_env_value ( ssh_message msg )
FUNC GLOBAL 1
char const*
server.c 8
ssh_message_channel_request_open_destination »
ssh_message_channel_request_open_destination ( ssh_message msg )
FUNC GLOBAL 1
char const*
server.c 5
ssh_message_channel_request_open_destination_port »
ssh_message_channel_request_open_destination_port ( ssh_message msg )
FUNC GLOBAL 1
int
server.c 5
ssh_message_channel_request_open_originator »
ssh_message_channel_request_open_originator ( ssh_message msg )
FUNC GLOBAL 1
char const*
server.c 5
ssh_message_channel_request_open_originator_port »
ssh_message_channel_request_open_originator_port ( ssh_message msg )
FUNC GLOBAL 1
int
server.c 5
ssh_message_channel_request_open_reply_accept »
ssh_message_channel_request_open_reply_accept ( ssh_message msg )
FUNC GLOBAL 1
ssh_channel
messages.c 81
ssh_message_channel_request_pty_height »
ssh_message_channel_request_pty_height ( ssh_message msg )
FUNC GLOBAL 1
int
server.c 7
ssh_message_channel_request_pty_pxheight »
ssh_message_channel_request_pty_pxheight ( ssh_message msg )
FUNC GLOBAL 1
int
server.c 7
ssh_message_channel_request_pty_pxwidth »
ssh_message_channel_request_pty_pxwidth ( ssh_message msg )
FUNC GLOBAL 1
int
server.c 7
ssh_message_channel_request_pty_term »
ssh_message_channel_request_pty_term ( ssh_message msg )
FUNC GLOBAL 1
char const*
server.c 8
ssh_message_channel_request_pty_width »
ssh_message_channel_request_pty_width ( ssh_message msg )
FUNC GLOBAL 1
int
server.c 7
ssh_message_channel_request_reply_success »
ssh_message_channel_request_reply_success ( ssh_message msg )
FUNC GLOBAL 1
int
messages.c 193
ssh_message_channel_request_subsystem »
ssh_message_channel_request_subsystem ( ssh_message msg )
FUNC GLOBAL 1
char const*
server.c 8
ssh_message_channel_request_x11_auth_cookie »
ssh_message_channel_request_x11_auth_cookie ( ssh_message msg )
FUNC GLOBAL 1
char const*
server.c 8
ssh_message_channel_request_x11_auth_protocol »
ssh_message_channel_request_x11_auth_protocol ( ssh_message msg )
FUNC GLOBAL 1
char const*
server.c 8
ssh_message_channel_request_x11_screen_number »
ssh_message_channel_request_x11_screen_number ( ssh_message msg )
FUNC GLOBAL 1
int
server.c 7
ssh_message_channel_request_x11_single_connection »
ssh_message_channel_request_x11_single_connection ( ssh_message msg )
FUNC GLOBAL 1
int
server.c 14
ssh_message_free »
ssh_message_free ( ssh_message msg )
FUNC GLOBAL 1
void
messages.c 765
ssh_message_get »
ssh_message_get ( ssh_session session )
FUNC GLOBAL 1
ssh_message
messages.c 100
ssh_message_global_request_address »
ssh_message_global_request_address ( ssh_message msg )
FUNC GLOBAL 1
char const*
server.c 8
ssh_message_global_request_port »
ssh_message_global_request_port ( ssh_message msg )
FUNC GLOBAL 1
int
server.c 8
ssh_message_global_request_reply_success »
ssh_message_global_request_reply_success ( ssh_message msg, uint16_t bound_port )
FUNC GLOBAL 2
int
server.c 255
ssh_message_reply_default »
ssh_message_reply_default ( ssh_message msg )
FUNC GLOBAL 1
int
server.c 125
ssh_message_retrieve »
ssh_message_retrieve ( ssh_session session, uint32_t packettype )
FUNC GLOBAL 2
ssh_message
legacy.c 43
ssh_message_service_reply_success »
ssh_message_service_reply_success ( ssh_message msg )
FUNC GLOBAL 1
int
server.c 153
ssh_message_service_service »
ssh_message_service_service ( ssh_message msg )
FUNC GLOBAL 1
char const*
server.c 19
ssh_message_subtype »
ssh_message_subtype ( ssh_message msg )
FUNC GLOBAL 1
int
messages.c 68
ssh_message_type »
ssh_message_type ( ssh_message msg )
FUNC GLOBAL 1
int
messages.c 15
ssh_mkdir »
ssh_mkdir ( char const* pathname, mode_t mode )
FUNC GLOBAL 2
int
misc.c 14
ssh_new »
ssh_new ( )
FUNC GLOBAL 0
ssh_session
session.c 630
ssh_options_copy »
ssh_options_copy ( ssh_session src, ssh_session* dest )
FUNC GLOBAL 2
int
options.c 638
ssh_options_get »
ssh_options_get ( ssh_session session, enum ssh_options_e type, char** value )
FUNC GLOBAL 3
int
options.c 241
ssh_options_get_port »
ssh_options_get_port ( ssh_session session, unsigned int* port_target )
FUNC GLOBAL 2
int
options.c 36
ssh_options_getopt »
ssh_options_getopt ( ssh_session session, int* argcptr, char** argv )
FUNC GLOBAL 3
int
options.c 1283
ssh_options_parse_config »
ssh_options_parse_config ( ssh_session session, char const* filename )
FUNC GLOBAL 2
int
options.c 228
ssh_options_set »
ssh_options_set ( ssh_session session, enum ssh_options_e type, void const* value )
FUNC GLOBAL 3
int
options.c 3721
ssh_pcap_file_close »
ssh_pcap_file_close ( ssh_pcap_file pcap )
FUNC GLOBAL 1
int
pcap.c 62
ssh_pcap_file_free »
ssh_pcap_file_free ( ssh_pcap_file pcap )
FUNC GLOBAL 1
void
pcap.c 24
ssh_pcap_file_new »
ssh_pcap_file_new ( )
FUNC GLOBAL 0
ssh_pcap_file
pcap.c 48
ssh_pcap_file_open »
ssh_pcap_file_open ( ssh_pcap_file pcap, char const* filename )
FUNC GLOBAL 2
int
pcap.c 266
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 )
FUNC GLOBAL 5
int
pki.c 329
ssh_pki_export_privkey_to_pubkey »
ssh_pki_export_privkey_to_pubkey ( ssh_key const privkey, ssh_key* pkey )
FUNC GLOBAL 2
int
pki.c 80
ssh_pki_export_pubkey_base64 »
ssh_pki_export_pubkey_base64 ( ssh_key const key, char** b64_key )
FUNC GLOBAL 2
int
pki.c 116
ssh_pki_export_pubkey_file »
ssh_pki_export_pubkey_file ( ssh_key const key, char const* filename )
FUNC GLOBAL 2
int
pki.c 446
ssh_pki_generate »
ssh_pki_generate ( enum ssh_keytypes_e type, int parameter, ssh_key* pkey )
FUNC GLOBAL 3
int
pki.c 199
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 )
FUNC GLOBAL 5
int
pki.c 226
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 )
FUNC GLOBAL 5
int
pki.c 569
ssh_pki_import_pubkey_base64 »
ssh_pki_import_pubkey_base64 ( char const* b64_key, enum ssh_keytypes_e type, ssh_key* pkey )
FUNC GLOBAL 3
int
pki.c 117
ssh_pki_import_pubkey_file »
ssh_pki_import_pubkey_file ( char const* filename, ssh_key* pkey )
FUNC GLOBAL 2
int
pki.c 616
ssh_pki_key_ecdsa_name »
ssh_pki_key_ecdsa_name ( ssh_key const key )
FUNC GLOBAL 1
char const*
pki.c 17
ssh_print_hexa »
ssh_print_hexa ( char const* descr, unsigned char const* what, size_t len )
FUNC GLOBAL 3
void
dh.c 66
ssh_privatekey_type »
ssh_privatekey_type ( ssh_private_key privatekey )
FUNC GLOBAL 1
enum ssh_keytypes_e
legacy.c 14
ssh_publickey_to_file »
ssh_publickey_to_file ( ssh_session session, char const* file, ssh_string pubkey, int type )
FUNC GLOBAL 4
int
legacy.c 694
ssh_scp_accept_request »
ssh_scp_accept_request ( ssh_scp scp )
FUNC GLOBAL 1
int
scp.c 139
ssh_scp_close »
ssh_scp_close ( ssh_scp scp )
FUNC GLOBAL 1
int
scp.c 198
ssh_scp_deny_request »
ssh_scp_deny_request ( ssh_scp scp, char const* reason )
FUNC GLOBAL 2
int
scp.c 214
ssh_scp_free »
ssh_scp_free ( ssh_scp scp )
FUNC GLOBAL 1
void
scp.c 116
ssh_scp_init »
ssh_scp_init ( ssh_scp scp )
FUNC GLOBAL 1
int
scp.c 608
ssh_scp_leave_directory »
ssh_scp_leave_directory ( ssh_scp scp )
FUNC GLOBAL 1
int
scp.c 296
ssh_scp_new »
ssh_scp_new ( ssh_session session, int mode, char const* location )
FUNC GLOBAL 3
ssh_scp
scp.c 271
ssh_scp_pull_request »
ssh_scp_pull_request ( ssh_scp scp )
FUNC GLOBAL 1
int
scp.c 755
ssh_scp_push_directory »
ssh_scp_push_directory ( ssh_scp scp, char const* dirname, int mode )
FUNC GLOBAL 3
int
scp.c 416
ssh_scp_push_file »
ssh_scp_push_file ( ssh_scp scp, char const* filename, size_t size, int mode )
FUNC GLOBAL 4
int
scp.c 14
ssh_scp_push_file64 »
ssh_scp_push_file64 ( ssh_scp scp, char const* filename, uint64_t size, int mode )
FUNC GLOBAL 4
int
scp.c 485
ssh_scp_read »
ssh_scp_read ( ssh_scp scp, void* buffer, size_t size )
FUNC GLOBAL 3
int
scp.c 301
ssh_scp_request_get_filename »
ssh_scp_request_get_filename ( ssh_scp scp )
FUNC GLOBAL 1
char const*
scp.c 16
ssh_scp_request_get_permissions »
ssh_scp_request_get_permissions ( ssh_scp scp )
FUNC GLOBAL 1
int
scp.c 15
ssh_scp_request_get_size »
ssh_scp_request_get_size ( ssh_scp scp )
FUNC GLOBAL 1
size_t
scp.c 16
ssh_scp_request_get_size64 »
ssh_scp_request_get_size64 ( ssh_scp scp )
FUNC GLOBAL 1
uint64_t
scp.c 16
ssh_scp_request_get_warning »
ssh_scp_request_get_warning ( ssh_scp scp )
FUNC GLOBAL 1
char const*
scp.c 16
ssh_scp_write »
ssh_scp_write ( ssh_scp scp, void const* buffer, size_t len )
FUNC GLOBAL 3
int
scp.c 386
ssh_select »
ssh_select ( ssh_channel* channels, ssh_channel* outchannels, socket_t maxfd, fd_set* readfds, struct timeval* timeout )
FUNC GLOBAL 5
int
connect.c 647
ssh_send_debug »
ssh_send_debug ( ssh_session session, char const* message, int always_display )
FUNC GLOBAL 3
int
session.c 157
ssh_send_ignore »
ssh_send_ignore ( ssh_session session, char const* data )
FUNC GLOBAL 2
int
session.c 142
ssh_send_keepalive »
ssh_send_keepalive ( ssh_session session )
FUNC GLOBAL 1
int
server.c 164
ssh_service_request »
ssh_service_request ( ssh_session session, char const* service )
FUNC GLOBAL 2
int
client.c 315
ssh_set_agent_channel »
ssh_set_agent_channel ( ssh_session session, ssh_channel channel )
FUNC GLOBAL 2
int
agent.c 86
ssh_set_agent_socket »
ssh_set_agent_socket ( ssh_session session, socket_t fd )
FUNC GLOBAL 2
int
agent.c 78
ssh_set_auth_methods »
ssh_set_auth_methods ( ssh_session session, int auth_methods )
FUNC GLOBAL 2
void
server.c 10
ssh_set_blocking »
ssh_set_blocking ( ssh_session session, int blocking )
FUNC GLOBAL 2
void
session.c 32
ssh_set_callbacks »
ssh_set_callbacks ( ssh_session session, ssh_callbacks cb )
FUNC GLOBAL 2
int
callbacks.c 155
ssh_set_channel_callbacks »
ssh_set_channel_callbacks ( ssh_channel channel, ssh_channel_callbacks cb )
FUNC GLOBAL 2
int
callbacks.c 98
ssh_set_counters »
ssh_set_counters ( ssh_session session, ssh_counter scounter, ssh_counter rcounter )
FUNC GLOBAL 3
void
session.c 21
ssh_set_fd_except »
ssh_set_fd_except ( ssh_session session )
FUNC GLOBAL 1
void
session.c 27
ssh_set_fd_toread »
ssh_set_fd_toread ( ssh_session session )
FUNC GLOBAL 1
void
session.c 27
ssh_set_fd_towrite »
ssh_set_fd_towrite ( ssh_session session )
FUNC GLOBAL 1
void
session.c 27
ssh_set_log_callback »
ssh_set_log_callback ( ssh_logging_callback cb )
FUNC GLOBAL 1
int
log.c 43
ssh_set_log_level »
ssh_set_log_level ( int level )
FUNC GLOBAL 1
int
log.c 40
ssh_set_log_userdata »
ssh_set_log_userdata ( void* data )
FUNC GLOBAL 1
int
log.c 30
ssh_set_message_callback »
ssh_set_message_callback ( ssh_session session, int(*)(ssh_session, ssh_message, void*) ssh_bind_message_callback, void* data )
FUNC GLOBAL 3
void
server.c 15
ssh_set_pcap_file »
ssh_set_pcap_file ( ssh_session session, ssh_pcap_file pcap )
FUNC GLOBAL 2
int
pcap.c 83
ssh_set_server_callbacks »
ssh_set_server_callbacks ( ssh_session session, ssh_server_callbacks cb )
FUNC GLOBAL 2
int
callbacks.c 95
ssh_silent_disconnect »
ssh_silent_disconnect ( ssh_session session )
FUNC GLOBAL 1
void
session.c 42
ssh_string_burn »
ssh_string_burn ( struct ssh_string_struct* s )
FUNC GLOBAL 1
void
string.c 44
ssh_string_copy »
ssh_string_copy ( struct ssh_string_struct* s )
FUNC GLOBAL 1
struct ssh_string_struct*
string.c 85
ssh_string_data »
ssh_string_data ( struct ssh_string_struct* s )
FUNC GLOBAL 1
void*
string.c 16
ssh_string_fill »
ssh_string_fill ( struct ssh_string_struct* s, void const* data, size_t len )
FUNC GLOBAL 3
int
string.c 88
ssh_string_free »
ssh_string_free ( struct ssh_string_struct* s )
FUNC GLOBAL 1
void
string.c 20
ssh_string_free_char »
ssh_string_free_char ( char* s )
FUNC GLOBAL 1
void
string.c 20
ssh_string_from_char »
ssh_string_from_char ( char const* what )
FUNC GLOBAL 1
struct ssh_string_struct*
string.c 97
ssh_string_get_char »
ssh_string_get_char ( struct ssh_string_struct* s )
FUNC GLOBAL 1
char const*
string.c 33
ssh_string_len »
ssh_string_len ( struct ssh_string_struct* s )
FUNC GLOBAL 1
size_t
string.c 38
ssh_string_new »
ssh_string_new ( size_t size )
FUNC GLOBAL 1
struct ssh_string_struct*
string.c 52
ssh_string_to_char »
ssh_string_to_char ( struct ssh_string_struct* s )
FUNC GLOBAL 1
char*
string.c 91
ssh_threads_get_noop »
ssh_threads_get_noop ( )
FUNC GLOBAL 0
struct ssh_threads_callbacks_struct*
threads.c 8
ssh_threads_set_callbacks »
ssh_threads_set_callbacks ( struct ssh_threads_callbacks_struct* cb )
FUNC GLOBAL 1
int
threads.c 13
ssh_try_publickey_from_file »
ssh_try_publickey_from_file ( ssh_session session, char const* keyfile, ssh_string* publickey, int* type )
FUNC GLOBAL 4
int
legacy.c 550
ssh_userauth_agent »
ssh_userauth_agent ( ssh_session session, char const* username )
FUNC GLOBAL 2
int
auth.c 701
ssh_userauth_agent_pubkey »
ssh_userauth_agent_pubkey ( ssh_session session, char const* username, ssh_public_key publickey )
FUNC GLOBAL 3
int
auth.c 129
ssh_userauth_autopubkey »
ssh_userauth_autopubkey ( ssh_session session, char const* passphrase )
FUNC GLOBAL 2
int
legacy.c 22
ssh_userauth_gssapi »
ssh_userauth_gssapi ( ssh_session session )
FUNC GLOBAL 1
int
auth.c 211
ssh_userauth_kbdint »
ssh_userauth_kbdint ( ssh_session session, char const* user, char const* submethods )
FUNC GLOBAL 3
int
auth.c 113
ssh_userauth_kbdint_getanswer »
ssh_userauth_kbdint_getanswer ( ssh_session session, unsigned int i )
FUNC GLOBAL 2
char const*
auth.c 62
ssh_userauth_kbdint_getinstruction »
ssh_userauth_kbdint_getinstruction ( ssh_session session )
FUNC GLOBAL 1
char const*
auth.c 56
ssh_userauth_kbdint_getname »
ssh_userauth_kbdint_getname ( ssh_session session )
FUNC GLOBAL 1
char const*
auth.c 56
ssh_userauth_kbdint_getnanswers »
ssh_userauth_kbdint_getnanswers ( ssh_session session )
FUNC GLOBAL 1
int
auth.c 33
ssh_userauth_kbdint_getnprompts »
ssh_userauth_kbdint_getnprompts ( ssh_session session )
FUNC GLOBAL 1
int
auth.c 54
ssh_userauth_kbdint_getprompt »
ssh_userauth_kbdint_getprompt ( ssh_session session, unsigned int i, char* echo )
FUNC GLOBAL 3
char const*
auth.c 112
ssh_userauth_kbdint_setanswer »
ssh_userauth_kbdint_setanswer ( ssh_session session, unsigned int i, char const* answer )
FUNC GLOBAL 3
int
auth.c 376
ssh_userauth_list »
ssh_userauth_list ( ssh_session session, char const* username )
FUNC GLOBAL 2
int
auth.c 18
ssh_userauth_none »
ssh_userauth_none ( ssh_session session, char const* username )
FUNC GLOBAL 2
int
auth.c 290
ssh_userauth_offer_pubkey »
ssh_userauth_offer_pubkey ( ssh_session session, char const* username, int type, ssh_string publickey )
FUNC GLOBAL 4
int
legacy.c 105
ssh_userauth_password »
ssh_userauth_password ( ssh_session session, char const* username, char const* password )
FUNC GLOBAL 3
int
auth.c 293
ssh_userauth_privatekey_file »
ssh_userauth_privatekey_file ( ssh_session session, char const* username, char const* filename, char const* passphrase )
FUNC GLOBAL 4
int
legacy.c 335
ssh_userauth_pubkey »
ssh_userauth_pubkey ( ssh_session session, char const* username, ssh_string publickey, ssh_private_key privatekey )
FUNC GLOBAL 4
int
legacy.c 129
ssh_userauth_publickey »
ssh_userauth_publickey ( ssh_session session, char const* username, ssh_key const privkey )
FUNC GLOBAL 3
int
auth.c 517
ssh_userauth_publickey_auto »
ssh_userauth_publickey_auto ( ssh_session session, char const* username, char const* passphrase )
FUNC GLOBAL 3
int
auth.c 1526
ssh_userauth_try_publickey »
ssh_userauth_try_publickey ( ssh_session session, char const* username, ssh_key const pubkey )
FUNC GLOBAL 3
int
auth.c 445
ssh_version »
ssh_version ( int req_version )
FUNC GLOBAL 1
char const*
misc.c 22
ssh_write_knownhost »
ssh_write_knownhost ( ssh_session session )
FUNC GLOBAL 1
int
known_hosts.c 1204
string_burn »
string_burn ( ssh_string str )
FUNC GLOBAL 1
void
legacy.c 14
string_copy »
string_copy ( ssh_string str )
FUNC GLOBAL 1
ssh_string
legacy.c 14
string_data »
string_data ( ssh_string str )
FUNC GLOBAL 1
void*
legacy.c 14
string_fill »
string_fill ( ssh_string str, void const* data, size_t len )
FUNC GLOBAL 3
int
legacy.c 14
string_free »
string_free ( ssh_string str )
FUNC GLOBAL 1
void
legacy.c 14
string_from_char »
string_from_char ( char const* what )
FUNC GLOBAL 1
ssh_string
legacy.c 14
string_len »
string_len ( ssh_string str )
FUNC GLOBAL 1
size_t
legacy.c 14
string_new »
string_new ( size_t size )
FUNC GLOBAL 1
ssh_string
legacy.c 14
string_to_char »
string_to_char ( ssh_string str )
FUNC GLOBAL 1
char*
legacy.c 14



Andrey Ponomarenko's ABI laboratory