summaryrefslogtreecommitdiffstats
path: root/src/messages.c
Commit message (Collapse)AuthorAgeFilesLines
* build: Fix missing struct in_addr warning.Andreas Schneider2012-07-171-0/+1
|
* message: Fix compiler warning.Andreas Schneider2012-01-021-1/+1
|
* 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.
* server: pubkey auth doesn't work with ecdhAris Adamantiadis2011-09-251-2/+2
|
* Update libssh to ssh_handle_packets_terminationAris Adamantiadis2011-09-021-8/+20
| | | | | | | | | | | cherry-picked from 0cb5248 Should resolve all timeout problems Conflicts: src/auth.c src/channels.c
* pki: Use consistent API for ssh_pki_export_pubkey_blob().Andreas Schneider2011-08-301-2/+2
|
* messages: Fix ssh_packet_userauth_request().Andreas Schneider2011-08-261-11/+3
| | | | Remove useless ssh_pki_import_signature_blob().
* Free sig_blob if an error occursmilo2011-08-261-0/+2
|
* Fix double free in ssh_packet_userauth_requestmilo2011-08-261-1/+0
|
* auth: Prefix kbdint functions.Andreas Schneider2011-08-251-5/+5
|
* pki: We need only one signature verify blob function.Andreas Schneider2011-08-231-5/+5
| | | | This fixes the build without server.
* server: Migrate more functions to new pki.Andreas Schneider2011-08-221-49/+53
|
* messages: Move ssh_userauth_build_digest() and make it static.Andreas Schneider2011-08-221-1/+119
|
* session: Fix timeout handling.rofl0r2011-08-061-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.
* Fixes the ssh_log issue on ssh_bind handles.Aris Adamantiadis2011-07-191-4/+4
|
* Fix compilation without server and sftp modesAris Adamantiadis2011-05-261-0/+20
|
* messages: Try to fix the build.Andreas Schneider2011-05-031-1/+1
|
* [messages] don't queue messages if callback presentmilo2011-05-021-5/+34
| | | | (cherry picked from commit 99d0f6d7c77e064b7fd0f0f46c40988de1996f3b)
* Implemented X11 server sidemilo2011-04-141-0/+35
|
* doc: Added missing doc for common message function.Andreas Schneider2011-03-091-0/+19
|
* doc: Fixed typos in messaging introduction.Andreas Schneider2011-03-091-7/+9
|
* messages: Added missing config.h include.Andreas Schneider2011-02-251-0/+2
|
* Added the keyboard-interactive authentication methodmilo2011-02-101-0/+155
|
* 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