aboutsummaryrefslogtreecommitdiff
path: root/include/libssh
AgeCommit message (Expand)AuthorFilesLines
2009-07-21Make the ssh_userauth_kbdint functions to get the prompts const.Andreas Schneider1-3/+3
2009-07-20Fix sol8 + ss11 compile errors.Andreas Schneider1-1/+11
2009-07-13Fixed copyright noticesAris Adamantiadis2-2/+2
2009-07-12Added return code SSH_SERVER_FILE_NOT_FOUNDAris Adamantiadis1-0/+1
2009-07-12Set correct hint when connecting to an IP addressAris Adamantiadis1-0/+3
2009-07-04fix int -> socket_t in SSH_POLLAris Adamantiadis1-1/+1
2009-07-04Temporary move of ssh_poll_* back to priv.hAris Adamantiadis2-36/+33
2009-07-04Move doxygen tags into C filesAris Adamantiadis1-122/+1
2009-07-04Put back the poll declarations into priv.hAris Adamantiadis2-7/+9
2009-07-03Add a generic way to handle sockets asynchronously.Aleksandar Kanchev2-8/+163
2009-06-19Verify memory return codes in ssh_list functionsAris Adamantiadis1-1/+1
2009-06-18added ssh_message_callback support.Aris Adamantiadis2-3/+8
2009-06-18Created general singlelinked list implementationAris Adamantiadis1-0/+35
2009-06-17Begin of asynchronous SSH message parsingAris Adamantiadis1-0/+4
2009-06-17ssh_message_retrieve + memoryleak fixed in ssh_message_freeAris Adamantiadis2-0/+11
2009-06-15ssh_init()Aris Adamantiadis1-0/+1
2009-06-04Make use of poll() and add a poll-emulation for win32.Andreas Schneider1-0/+25
2009-05-12Fix the vim modeline and place it at the end of the file.Andreas Schneider6-10/+6
2009-05-11Document the ssh server bind functions.Andreas Schneider1-1/+74
2009-05-11Added a ssh_bind_set_fd() function.Andreas Schneider1-1/+12
2009-05-11Change variable names of the keys_struct to avoid conflicts.Andreas Schneider1-2/+2
2009-05-05Improve bin_to_base64() and use const for source.Andreas Schneider1-1/+1
2009-05-05Improve base64_to_bin().Andreas Schneider1-1/+1
2009-05-05Format ssh_select().Andreas Schneider1-1/+2
2009-05-05Use const char * and an unsigned int in ssh_crc32().Andreas Schneider1-1/+1
2009-05-04Improve channel_poll() and add a SSH_EOF return value.Andreas Schneider1-3/+4
2009-05-04Implement channel_read() as a POSIX like function.Andreas Schneider1-2/+5
2009-05-02Improve ssh_channel_from_local().Andreas Schneider1-1/+1
2009-04-30Add a BURN_STRING macro and use it in auth.c.Andreas Schneider1-0/+3
2009-04-30Improve the autopubkey authentication.Andreas Schneider1-3/+3
2009-04-28Improve auto public key authentication.Andreas Schneider2-2/+12
2009-04-27Improve sftp_reply_data and fix sftp_reply_status.Andreas Schneider1-2/+2
2009-04-27Improve sftp_reply_names_add.Andreas Schneider1-2/+2
2009-04-27Improve sftp_reply_name.Andreas Schneider1-1/+2
2009-04-27Add option to build with or without sftp support.Andreas Schneider1-2/+14
2009-04-24Improve the sftp seek functions.Andreas Schneider1-2/+6
2009-04-24Use a negative value for SSH_AGAIN.Andreas Schneider1-1/+1
2009-04-24Improve the sftp async read functions.Andreas Schneider1-5/+5
2009-04-23Improve buffer_add_attributes() and add a return value.Andreas Schneider1-1/+1
2009-04-22Rename buffer_add_data_begin() to buffer_prepend_data().Andreas Schneider1-1/+1
2009-04-20Improve publickey_from_file().Andreas Schneider1-1/+2
2009-04-20Rename privatekey_free() to be consistent with publickey_free().Andreas Schneider1-1/+1
2009-04-18Replace some strcmp with switch to make it a bit faster.Andreas Schneider1-1/+1
2009-04-17Fix build with openssl.Andreas Schneider1-6/+1
2009-04-17Add return values to set_encrypt_key and set_decrypt_key.Andreas Schneider1-8/+14
2009-04-16Add return values to generate_session_keys() and generate_one_key().Andreas Schneider1-1/+1
2009-04-16Add return value to dh_build_k().Andreas Schneider1-1/+1
2009-04-16Improve dh_import() functions.Andreas Schneider1-2/+2
2009-04-16Add return value to dh_generate_f().Andreas Schneider1-2/+2
2009-04-16Add return value to dh_generate_e().Andreas Schneider1-1/+1