summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Improve bin_to_base64() and use const for source.Andreas Schneider2009-05-051-1/+1
* Improve base64_to_bin().Andreas Schneider2009-05-051-1/+1
* Format ssh_select().Andreas Schneider2009-05-051-1/+2
* Use const char * and an unsigned int in ssh_crc32().Andreas Schneider2009-05-051-1/+1
* Improve channel_poll() and add a SSH_EOF return value.Andreas Schneider2009-05-041-3/+4
* Implement channel_read() as a POSIX like function.Andreas Schneider2009-05-041-2/+5
* Improve ssh_channel_from_local().Andreas Schneider2009-05-021-1/+1
* Add a BURN_STRING macro and use it in auth.c.Andreas Schneider2009-04-301-0/+3
* Improve the autopubkey authentication.Andreas Schneider2009-04-301-3/+3
* Improve auto public key authentication.Andreas Schneider2009-04-282-2/+12
* Improve sftp_reply_data and fix sftp_reply_status.Andreas Schneider2009-04-271-2/+2
* Improve sftp_reply_names_add.Andreas Schneider2009-04-271-2/+2
* Improve sftp_reply_name.Andreas Schneider2009-04-271-1/+2
* Add option to build with or without sftp support.Andreas Schneider2009-04-271-2/+14
* Improve the sftp seek functions.Andreas Schneider2009-04-241-2/+6
* Use a negative value for SSH_AGAIN.Andreas Schneider2009-04-241-1/+1
* Improve the sftp async read functions.Andreas Schneider2009-04-241-5/+5
* Improve buffer_add_attributes() and add a return value.Andreas Schneider2009-04-231-1/+1
* Rename buffer_add_data_begin() to buffer_prepend_data().Andreas Schneider2009-04-221-1/+1
* Improve publickey_from_file().Andreas Schneider2009-04-201-1/+2
* Rename privatekey_free() to be consistent with publickey_free().Andreas Schneider2009-04-201-1/+1
* Replace some strcmp with switch to make it a bit faster.Andreas Schneider2009-04-181-1/+1
* Fix build with openssl.Andreas Schneider2009-04-171-6/+1
* Add return values to set_encrypt_key and set_decrypt_key.Andreas Schneider2009-04-171-8/+14
* Add return values to generate_session_keys() and generate_one_key().Andreas Schneider2009-04-161-1/+1
* Add return value to dh_build_k().Andreas Schneider2009-04-161-1/+1
* Improve dh_import() functions.Andreas Schneider2009-04-161-2/+2
* Add return value to dh_generate_f().Andreas Schneider2009-04-161-2/+2
* Add return value to dh_generate_e().Andreas Schneider2009-04-161-1/+1
* Add return value to dh_generate_y().Andreas Schneider2009-04-161-1/+1
* Add return value to dh_generate_x().Andreas Schneider2009-04-161-1/+1
* Add a return value to ssh_socket_init().Andreas Schneider2009-04-161-1/+1
* Add error checks to ssh_crypto_init().Andreas Schneider2009-04-161-2/+1
* Revert commit 491.Andreas Schneider2009-04-161-6/+3
* Make dh crypto functions thread safe.Andreas Schneider2009-04-161-3/+6
* Reformat ssh_socket_completewrite() and use const for buffer.Andreas Schneider2009-04-141-1/+1
* Improve ssh_message_auth* functions.Andreas Schneider2009-04-091-1/+1
* Fix build error in SSHv1 channel code.Andreas Schneider2009-04-081-4/+4
* Fix header functions and add return value checks.Andreas Schneider2009-04-081-1/+1
* Add return value and error checks to ssh_send_kex().Andreas Schneider2009-04-071-1/+1
* Add return value and error checking for hash buffer cookie functions.Andreas Schneider2009-04-071-2/+2
* Add return value and error checks to make_sessionid().Andreas Schneider2009-04-071-1/+1
* Add return values and error checking to channel_default_bufferize().Andreas Schneider2009-04-071-1/+1
* Use const where it should be used.Andreas Schneider2009-04-051-9/+10
* Make use of const.Andreas Schneider2009-04-051-2/+3
* Add printf checking for ssh_set_error().Andreas Schneider2009-04-051-1/+1
* Make return of ssh_get_error() const.Andreas Schneider2009-04-051-1/+1
* Fix build warning.Andreas Schneider2009-04-051-1/+1
* Don't shadow a global variable declaration in unistd.h.Andreas Schneider2009-04-051-1/+1
* Don't shadow a global variable declaration on unistd.h.Andreas Schneider2009-04-051-1/+2