summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* getpass: Fix a memory leak in ssh_gets() on error.Andreas Schneider2012-10-051-0/+1
|
* sftp: Harden sftp_extension_supported() against null pointers.Andreas Schneider2012-10-051-2/+10
|
* sftp: Fix a memory on error in sftp_opendir().Andreas Schneider2012-10-051-0/+1
|
* messages: Fix error path of ssh_packet_userauth_info_response.Andreas Schneider2012-10-051-16/+12
| | | | This fixes a memory leak on error.
* messages: Fix a possible null pointer dereference.Andreas Schneider2012-10-051-0/+3
|
* misc: Don't leak memory on ssh_path_expand_escape() on error.Andreas Schneider2012-10-051-0/+4
|
* packet: Fix a possible segfault.Andreas Schneider2012-10-051-3/+7
|
* session: Fix a memory leak in ssh_new() on error.Andreas Schneider2012-10-051-0/+1
|
* channels: Fix a memory leak in ssh_channel_select().Andreas Schneider2012-10-051-3/+7
|
* options: Fix a memory in ssh_options_copy() on error.Andreas Schneider2012-10-051-0/+1
|
* options: Fix a memory leak if we can't add an idenity.Andreas Schneider2012-10-051-0/+1
|
* kex: Fix simpledes with gcrypt.Andreas Schneider2012-09-251-21/+21
|
* dh: Fix dh_generate_e() with gcrypt.Andreas Schneider2012-09-251-1/+1
|
* messages: Fix a possible null pointer dereference.Andreas Schneider2012-09-241-1/+3
|
* MSVC Windows and winsock2.hChristophe Baribaud2012-09-212-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>
* Finds zlib in a debug only build (windows)Christophe Baribaud2012-09-211-0/+1
| | | | | Signed-off-by: Christophe Baribaud <christophe.baribaud@gmail.com> Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
* channels: Fix channel_request_pty_size1 always returning an error.Dmitriy Kuznetsov2012-09-071-1/+6
| | | | Fixes bug #88.
* channels: Fix return value of ssh_channel_request_pty_size with SSHv1.Andreas Schneider2012-09-071-1/+1
| | | | Thanks to Dmitriy Kuznetsov <dk@yandex.ru>.
* kex: Add simple DES support for SSHv1.Dmitriy Kuznetsov2012-09-077-11/+94
|
* changelog: Update features.Andreas Schneider2012-09-051-0/+8
|
* dh: Add support for diffie-hellman-group14-sha1.Dmitriy Kuznetsov2012-09-047-22/+92
|
* pki: Open privkey file in binary mode.Andreas Schneider2012-09-041-1/+1
| | | | This is needed to correctly detect carriage return.
* 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
| | | | resolves: #84
* socket: Add a SSH_WRITE_PENDING socket status.Andreas Schneider2012-07-173-3/+12
|
* auth: Improve ssh_userauth_kbdint_setanswer() documentation.Andreas Schneider2012-07-171-1/+5
| | | | Thanks to Arto Karppinen.
* auth: Fix ssh_userauth_kbdint*() documentation.Andreas Schneider2012-07-171-8/+12
| | | | Thanks to Arto Karppinen.
* 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-062-1/+17
| | | | Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
* 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-092-2/+2
|
* auth: Fix build warning.Andreas Schneider2012-02-201-1/+1
|
* server: Add ecdsa hostkey support.Andreas Schneider2012-02-194-13/+80
|
* examples: Fix sparse warnings in sshd examples.Andreas Schneider2012-02-192-14/+12
|
* examples: Make variabes static in client sample.Andreas Schneider2012-02-191-6/+7
| | | | Fixes sparse warnings.
* examples: Make variables static in scp example.Andreas Schneider2012-02-191-2/+3
| | | | Fixes sparse warnings.
* examples: Make variables static in scp example.Andreas Schneider2012-02-191-4/+4
| | | | Fixes sparse warnings.
* threads: Make libcrypto_mutexes static.Andreas Schneider2012-02-191-1/+1
| | | | Fixes sparse warnings.
* threads: Fix function defintions.Andreas Schneider2012-02-191-2/+2
| | | | Fixes sparse warnings.
* pcap: Fix definition of ssh_pcap_file_new().Andreas Schneider2012-02-191-1/+1
| | | | Fixes sparse warnings.
* packet: Make default_packet_handlers static.Andreas Schneider2012-02-192-2/+2
| | | | Fixes sparse warnings.
* misc: Improve byte swapping of ntohll().Andreas Schneider2012-02-191-6/+8
| | | | Fixes sparse warnings.
* misc: Fix definitions of ssh_list_new().Andreas Schneider2012-02-191-1/+1
| | | | Fixes sparse warnings.
* auth: Improve doc of ssh_userauth_kbdint_getprompt().Andreas Schneider2012-02-191-3/+11
|
* cmake: Update FindCMokery.Andreas Schneider2012-02-082-43/+42
|
* doc: Add a note about makefile generators on Windows.Andreas Schneider2012-02-081-0/+2
|