summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* messages: Fix a possible null pointer dereference.Andreas Schneider2012-09-241-1/+3
* MSVC Windows and winsock2.hChristophe Baribaud2012-09-211-0/+1
* channels: Fix channel_request_pty_size1 always returning an error.Dmitriy Kuznetsov2012-09-071-1/+6
* channels: Fix return value of ssh_channel_request_pty_size with SSHv1.Andreas Schneider2012-09-071-1/+1
* kex: Add simple DES support for SSHv1.Dmitriy Kuznetsov2012-09-076-10/+88
* dh: Add support for diffie-hellman-group14-sha1.Dmitriy Kuznetsov2012-09-046-22/+90
* pki: Open privkey file in binary mode.Andreas Schneider2012-09-041-1/+1
* build: Fix missing struct in_addr warning.Andreas Schneider2012-07-1713-0/+13
* sftp: Fix bug in sftp_mkdir not returning on error.Andreas Schneider2012-07-171-0/+1
* socket: Add a SSH_WRITE_PENDING socket status.Andreas Schneider2012-07-172-3/+11
* auth: Improve ssh_userauth_kbdint_setanswer() documentation.Andreas Schneider2012-07-171-1/+5
* auth: Fix ssh_userauth_kbdint*() documentation.Andreas Schneider2012-07-171-8/+12
* auth: Fix ssh_userauth_password() documentation.Andreas Schneider2012-07-171-5/+7
* connect: Fix a build warning.Andreas Schneider2012-07-171-1/+1
* options: Add option to specify host keys string.Oliver Gasser2012-07-061-0/+15
* dh: Add a doc hint to ssh_string_free_char() for ssh_get_hexa().Andreas Schneider2012-06-111-0/+2
* bind: Fix build.Andreas Schneider2012-05-091-1/+2
* server: Add ecdsa hostkey support.Andreas Schneider2012-05-081-1/+1
* agent: Do not fail reads with EPIPE if there is not enough data to read.Andreas Schneider2012-04-101-1/+2
* Fix typo.Andreas Schneider2012-03-091-1/+1
* auth: Fix build warning.Andreas Schneider2012-02-201-1/+1
* server: Add ecdsa hostkey support.Andreas Schneider2012-02-192-13/+77
* threads: Make libcrypto_mutexes static.Andreas Schneider2012-02-191-1/+1
* threads: Fix function defintions.Andreas Schneider2012-02-191-2/+2
* pcap: Fix definition of ssh_pcap_file_new().Andreas Schneider2012-02-191-1/+1
* packet: Make default_packet_handlers static.Andreas Schneider2012-02-192-2/+2
* misc: Improve byte swapping of ntohll().Andreas Schneider2012-02-191-6/+8
* misc: Fix definitions of ssh_list_new().Andreas Schneider2012-02-191-1/+1
* auth: Improve doc of ssh_userauth_kbdint_getprompt().Andreas Schneider2012-02-191-3/+11
* Fixed a compiling error in src/log.c on Win32 with MSVCzhengfish2012-02-071-0/+4
* auth: Fix SSHv1 build.Andreas Schneider2012-02-061-2/+2
* session: Use a struct for all options.Andreas Schneider2012-02-0513-192/+200
* dh: Fix build with DEBUG_CRYPTO.Andreas Schneider2012-02-052-6/+10
* pki: Add ecdsa support for signature verification.Andreas Schneider2012-02-041-8/+24
* crypto: Add evp hashing function.Andreas Schneider2012-02-041-0/+28
* pki: Fix openssl ecdsa signature from blob.Andreas Schneider2012-02-041-34/+62
* pki: Fix ssh_pki_log function.Andreas Schneider2012-02-041-1/+1
* pki: Make a strcmp better readable.Andreas Schneider2012-02-041-1/+1
* kex: Add support for ecdsa hostkeys.Andreas Schneider2012-02-041-2/+4
* kex: Add a define for the kex method size.Andreas Schneider2012-02-041-16/+19
* pki: Don't free a const key!Andreas Schneider2012-02-041-1/+0
* sftp: Fix memory leak in sftp_free() on server.Andreas Schneider2012-02-041-0/+3
* ecdh: Fix a memory leak in ecdh_build_k().Andreas Schneider2012-02-041-5/+9
* ecdh: Fix a memory leak in ssh_server_ecdh_init().Andreas Schneider2012-02-041-0/+1
* pki: Update copyright.Andreas Schneider2012-02-042-2/+2
* pki: Add ecdsa gcrypt stubs.Andreas Schneider2012-02-041-0/+20
* cmake: Update GCrypt module.Andreas Schneider2012-02-041-1/+1
* pki: Fix build if you don't have ECC support.Andreas Schneider2012-02-042-8/+4
* pki: Add ecdsa support to do_sign_sessionid.Andreas Schneider2012-02-041-0/+8
* pki: Add ecdsa support to do_sign.Andreas Schneider2012-02-041-0/+14