aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2009-07-25Add sftp_readlink function.Andreas Schneider1-0/+11
2009-07-25Add sftp_symlink function.Andreas Schneider1-0/+13
2009-07-23Make the ssh_userauth_kbdint functions to get the prompts const.Andreas Schneider1-3/+3
2009-07-23Fix sol8 + ss11 compile errors.Andreas Schneider1-1/+11
2009-07-14Set version to 0.3.1.Andreas Schneider1-1/+1
2009-07-13Added return code SSH_SERVER_FILE_NOT_FOUNDAris 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
2009-04-16Add return value to dh_generate_y().Andreas Schneider1-1/+1
2009-04-16Add return value to dh_generate_x().Andreas Schneider1-1/+1
2009-04-16Add a return value to ssh_socket_init().Andreas Schneider1-1/+1
2009-04-16Add error checks to ssh_crypto_init().Andreas Schneider1-2/+1
2009-04-16Revert commit 491.Andreas Schneider1-6/+3
2009-04-16Make dh crypto functions thread safe.Andreas Schneider1-3/+6
2009-04-14Reformat ssh_socket_completewrite() and use const for buffer.Andreas Schneider1-1/+1
2009-04-09Improve ssh_message_auth* functions.Andreas Schneider1-1/+1
2009-04-08Fix build error in SSHv1 channel code.Andreas Schneider1-4/+4
2009-04-08Fix header functions and add return value checks.Andreas Schneider1-1/+1