aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-10-07test: Use cmocka instead of cmockery.Andreas Schneider8-87/+74
cmocka is the successor of cmockery. http://git.cryptomilk.org/projects/cmocka.git/
2012-10-07example: Fix a build warning.Andreas Schneider1-1/+4
2012-10-07session: Make sure we don't segfault on freeing id.Andreas Schneider1-1/+1
2012-10-05gcrypt: Fix simple DES support.Dmitriy Kuznetsov1-12/+21
2012-10-05channel: Fix a possible null pointer dereference.Andreas Schneider1-1/+3
2012-10-05channels: Fix a possible null pointer dereference.Andreas Schneider1-1/+3
2012-10-05getpass: Fix a memory leak in ssh_gets() on error.Andreas Schneider1-0/+1
2012-10-05sftp: Harden sftp_extension_supported() against null pointers.Andreas Schneider1-2/+10
2012-10-05sftp: Fix a memory on error in sftp_opendir().Andreas Schneider1-0/+1
2012-10-05messages: Fix error path of ssh_packet_userauth_info_response.Andreas Schneider1-16/+12
This fixes a memory leak on error.
2012-10-05messages: Fix a possible null pointer dereference.Andreas Schneider1-0/+3
2012-10-05misc: Don't leak memory on ssh_path_expand_escape() on error.Andreas Schneider1-0/+4
2012-10-05packet: Fix a possible segfault.Andreas Schneider1-3/+7
2012-10-05session: Fix a memory leak in ssh_new() on error.Andreas Schneider1-0/+1
2012-10-05channels: Fix a memory leak in ssh_channel_select().Andreas Schneider1-3/+7
2012-10-05options: Fix a memory in ssh_options_copy() on error.Andreas Schneider1-0/+1
2012-10-05options: Fix a memory leak if we can't add an idenity.Andreas Schneider1-0/+1
2012-09-25kex: Fix simpledes with gcrypt.Andreas Schneider1-21/+21
2012-09-25dh: Fix dh_generate_e() with gcrypt.Andreas Schneider1-1/+1
2012-09-24messages: Fix a possible null pointer dereference.Andreas Schneider1-1/+3
2012-09-21MSVC Windows and winsock2.hChristophe Baribaud2-2/+3
With Microsoft Visual Studio, winsock2.h shall be included before ws2tcpip.h Signed-off-by: Christophe Baribaud <christophe.baribaud@gmail.com> Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2012-09-21Finds zlib in a debug only build (windows)Christophe Baribaud1-0/+1
Signed-off-by: Christophe Baribaud <christophe.baribaud@gmail.com> Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2012-09-07channels: Fix channel_request_pty_size1 always returning an error.Dmitriy Kuznetsov1-1/+6
Fixes bug #88.
2012-09-07channels: Fix return value of ssh_channel_request_pty_size with SSHv1.Andreas Schneider1-1/+1
Thanks to Dmitriy Kuznetsov <dk@yandex.ru>.
2012-09-07kex: Add simple DES support for SSHv1.Dmitriy Kuznetsov7-11/+94
2012-09-05changelog: Update features.Andreas Schneider1-0/+8
2012-09-04dh: Add support for diffie-hellman-group14-sha1.Dmitriy Kuznetsov7-22/+92
2012-09-04pki: Open privkey file in binary mode.Andreas Schneider1-1/+1
This is needed to correctly detect carriage return.
2012-07-17build: Fix missing struct in_addr warning.Andreas Schneider13-0/+13
2012-07-17sftp: Fix bug in sftp_mkdir not returning on error.Andreas Schneider1-0/+1
resolves: #84
2012-07-17socket: Add a SSH_WRITE_PENDING socket status.Andreas Schneider3-3/+12
2012-07-17auth: Improve ssh_userauth_kbdint_setanswer() documentation.Andreas Schneider1-1/+5
Thanks to Arto Karppinen.
2012-07-17auth: Fix ssh_userauth_kbdint*() documentation.Andreas Schneider1-8/+12
Thanks to Arto Karppinen.
2012-07-17auth: Fix ssh_userauth_password() documentation.Andreas Schneider1-5/+7
2012-07-17connect: Fix a build warning.Andreas Schneider1-1/+1
2012-07-06options: Add option to specify host keys string.Oliver Gasser2-1/+17
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2012-06-11dh: Add a doc hint to ssh_string_free_char() for ssh_get_hexa().Andreas Schneider1-0/+2
2012-05-09bind: Fix build.Andreas Schneider1-1/+2
2012-05-08server: Add ecdsa hostkey support.Andreas Schneider1-1/+1
2012-04-10agent: Do not fail reads with EPIPE if there is not enough data to read.Andreas Schneider1-1/+2
2012-03-09Fix typo.Andreas Schneider2-2/+2
2012-02-20auth: Fix build warning.Andreas Schneider1-1/+1
2012-02-19server: Add ecdsa hostkey support.Andreas Schneider4-13/+80
2012-02-19examples: Fix sparse warnings in sshd examples.Andreas Schneider2-14/+12
2012-02-19examples: Make variabes static in client sample.Andreas Schneider1-6/+7
Fixes sparse warnings.
2012-02-19examples: Make variables static in scp example.Andreas Schneider1-2/+3
Fixes sparse warnings.
2012-02-19examples: Make variables static in scp example.Andreas Schneider1-4/+4
Fixes sparse warnings.
2012-02-19threads: Make libcrypto_mutexes static.Andreas Schneider1-1/+1
Fixes sparse warnings.
2012-02-19threads: Fix function defintions.Andreas Schneider1-2/+2
Fixes sparse warnings.
2012-02-19pcap: Fix definition of ssh_pcap_file_new().Andreas Schneider1-1/+1
Fixes sparse warnings.