summaryrefslogtreecommitdiffstats
path: root/src/messages.c
Commit message (Collapse)AuthorAgeFilesLines
* build: Fix missing struct in_addr warning.Andreas Schneider2012-07-171-0/+1
| | | | (cherry picked from commit 782b2e37c6a4e0254e2b596b9182043c5ebabd75)
* message: Fix compiler warning.Andreas Schneider2012-01-021-1/+1
| | | | (cherry picked from commit 2f861a858be9f2fe1f55a0fbfc47d732e3b3b31b)
* message: Handle all unknown global messages.rofl0r2012-01-011-1/+4
| | | | | Reply to unknown global messages as required by the RFC. Therefore keepalive@openssh.com style messages should get treated in a sane way.
* Fixes the ssh_log issue on ssh_bind handles.Aris Adamantiadis2011-09-171-4/+4
| | | | | | | | (cherry picked from commit da954c2c5ee85bcbe2f5ad9f507a6306b0f5f8b9) Conflicts: src/keyfiles.c
* session: Fix timeout handling.rofl0r2011-08-071-1/+1
| | | | | | -2 now means to use the timeout specified in options. It wasn't used earlier and poll only knows -1 and 0 anyway for special meanings. (cherry picked from commit af85337f5ff052437fa5cf117f3d065488640660)
* Fix compilation without server and sftp modesAris Adamantiadis2011-06-091-0/+20
| | | | (cherry picked from commit 809b3adeba94c1128c7a2ed5354ade305156b8b8)
* [messages] don't queue messages if callback presentmilo2011-05-021-5/+34
| | | | (cherry picked from commit 1979c14aac47137e7af782e7e49ec43f910b2b00)
* messages: Added missing config.h include.Andreas Schneider2011-03-011-0/+2
|
* messages: Added missing NULL pointer checks.Andreas Schneider2011-01-061-2/+2
| | | | Found by clang-analyzer http://test.libssh.org/clang-analyzer/
* messages: Fixed cast warnings on Windows.Andreas Schneider2011-01-021-5/+5
|
* TODO server: Fixed server support.Andreas Schneider2010-12-181-190/+193
|
* Removed references to ssh_buffer_get_beginAris Adamantiadis2010-10-031-1/+1
|
* Handle global requests and reverse forwardingmilo2010-10-021-0/+87
|
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-0/+848