aboutsummaryrefslogtreecommitdiff
path: root/libssh
AgeCommit message (Expand)AuthorFilesLines
2009-05-11Added a ssh_bind_set_fd() function.Andreas Schneider1-1/+5
2009-05-11Change variable names of the keys_struct to avoid conflicts.Andreas Schneider2-20/+20
2009-05-05Fix compilation on windows.Andreas Schneider1-0/+6
2009-05-05Improve bin_to_base64() and use const for source.Andreas Schneider1-18/+29
2009-05-05Format alphabet table.Andreas Schneider1-3/+5
2009-05-05Fix the macros.Andreas Schneider1-9/+9
2009-05-05Format _bin_to_base64().Andreas Schneider1-22/+24
2009-05-05Improve get_equals().Andreas Schneider1-10/+11
2009-05-05Fix the prototype.Andreas Schneider1-1/+1
2009-05-05Improve _base64_to_bin().Andreas Schneider1-8/+11
2009-05-05Improve to_block4().Andreas Schneider1-20/+31
2009-05-05Improve base64_to_bin().Andreas Schneider1-77/+108
2009-05-05Improve channel_write1().Andreas Schneider1-4/+2
2009-05-05Improve channel_request_exec1().Andreas Schneider1-5/+2
2009-05-05Improve channel_change_pty_size1().Andreas Schneider1-14/+6
2009-05-05Improve channel_request_pty_size1().Andreas Schneider1-25/+10
2009-05-05Format channel_open_session1().Andreas Schneider1-19/+26
2009-05-05Format ssh_select().Andreas Schneider1-85/+137
2009-05-05Improve ssh_connect_host().Andreas Schneider1-65/+83
2009-05-05Improve ssh_connect_ai_timeout().Andreas Schneider1-41/+54
2009-05-05Improve getai().Andreas Schneider1-17/+19
2009-05-05Reorder and format socket blocking functions.Andreas Schneider1-19/+23
2009-05-05Reoder define and includes.Andreas Schneider1-8/+16
2009-05-05Use const char * and an unsigned int in ssh_crc32().Andreas Schneider1-60/+61
2009-05-05Format ssh_get_error_code().Andreas Schneider1-13/+20
2009-05-05Format ssh_get_error().Andreas Schneider1-6/+10
2009-05-05Make the documentation internal.Andreas Schneider1-0/+2
2009-05-05Improve and document ssh_set_error().Andreas Schneider1-10/+23
2009-05-05Fix build error.Andreas Schneider1-1/+1
2009-05-05Improve ssh_log().Andreas Schneider1-29/+41
2009-05-05Format match_hostname().Andreas Schneider1-3/+5
2009-05-05Reformat match_pattern_list().Andreas Schneider1-53/+58
2009-05-05Format match_pattern().Andreas Schneider1-55/+62
2009-05-04Wait for the exit status before returning.Andreas Schneider1-1/+16
2009-05-04Improve own gcrypt function.Andreas Schneider1-21/+42
2009-05-04Remove line which was accidently commited.Andreas Schneider1-2/+0
2009-05-04Fix a bug in channel_poll().Andreas Schneider1-1/+1
2009-05-04Improve channel_select().Andreas Schneider1-120/+132
2009-05-04Reformat count_ptrs().Andreas Schneider1-6/+7
2009-05-04Remove unused variable.Andreas Schneider1-1/+0
2009-05-04Reformat channel_protocol_select().Andreas Schneider1-42/+52
2009-05-04Improve the docu of channel_get_exit_status().Andreas Schneider1-5/+7
2009-05-04Reformat channel_get_session() and improve docu.Andreas Schneider1-5/+8
2009-05-04Improve channel_poll() and add a SSH_EOF return value.Andreas Schneider1-26/+34
2009-05-04Add a warning.Andreas Schneider1-0/+3
2009-05-04Implement channel_read() as a POSIX like function.Andreas Schneider3-120/+239
2009-05-04Improve the documentation in channel_request_exec().Andreas Schneider1-7/+13
2009-05-04Improve the docu of channel_request_env().Andreas Schneider1-8/+13
2009-05-04Improve the channel_request_subsystem() docu.Andreas Schneider1-7/+10
2009-05-04Improve channel_request_shell().Andreas Schneider1-8/+11