summaryrefslogtreecommitdiffstats
path: root/src/dh.c
Commit message (Collapse)AuthorAgeFilesLines
* CVE-2012-4562: Fix possible integer overflow in ssh_get_hexa().Xi Wang2012-11-141-0/+4
| | | | No exploit known, but it is better to check the string length.
* build: Fix missing struct in_addr warning.Andreas Schneider2012-07-171-0/+1
| | | | (cherry picked from commit 782b2e37c6a4e0254e2b596b9182043c5ebabd75)
* init: Some initialization fixes.Oliver Stöneberg2011-05-011-1/+7
| | | | | | | | - Check result of ssh_init() in privatekey_from_base64() - Moved code from ssh_finalize() to appropriate subroutines - Only initialize sockets once (caused mismatch of WSAStartup() and WSACleanup() calls and potential usage of bsd_poll when win_poll should be used)
* dh: Fixed a memory leak in ssh_print_hexa.Andreas Schneider2011-01-061-0/+2
| | | | Found by cppcheck - http://test.libssh.org/cppcheck-analyzer/
* Fixed a bunch of smallish bugsAris Adamantiadis2010-10-201-3/+8
| | | | | http://linuxtesting.org/upstream-tracker/test_results/libssh/current/test_results.html for a whole list
* Removed references to ssh_buffer_get_beginAris Adamantiadis2010-10-031-7/+7
|
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-0/+1049