Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | callbacks: make the channel accept callback more logical | Aris Adamantiadis | 2013-07-13 | 1 | -6/+2 |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | auth: adapt libssh to gssapi-with-mic server | Aris Adamantiadis | 2013-07-13 | 1 | -0/+53 |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | Implement callbacks for servers in the message queue | Aris Adamantiadis | 2013-07-13 | 1 | -7/+115 |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | server: added channel callbacks | Aris Adamantiadis | 2013-07-13 | 1 | -14/+27 |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | messages: Fix a possible memory leak. | Andreas Schneider | 2013-06-19 | 1 | -0/+1 |
| | |||||
* | messages: Fix a possible segfault. | Andreas Schneider | 2013-06-17 | 1 | -1/+3 |
| | |||||
* | messages: Fix memory leaks in user request callback. | Andreas Schneider | 2012-10-12 | 1 | -54/+41 |
| | |||||
* | message: Set correct request type. | Andreas Schneider | 2012-10-12 | 1 | -1/+1 |
| | | | | Found by Coverity. | ||||
* | messages: Fix error path of ssh_packet_userauth_info_response. | Andreas Schneider | 2012-10-05 | 1 | -16/+12 |
| | | | | This fixes a memory leak on error. | ||||
* | messages: Fix a possible null pointer dereference. | Andreas Schneider | 2012-10-05 | 1 | -0/+3 |
| | |||||
* | messages: Fix a possible null pointer dereference. | Andreas Schneider | 2012-09-24 | 1 | -1/+3 |
| | |||||
* | build: Fix missing struct in_addr warning. | Andreas Schneider | 2012-07-17 | 1 | -0/+1 |
| | |||||
* | message: Fix compiler warning. | Andreas Schneider | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | message: Handle all unknown global messages. | rofl0r | 2012-01-01 | 1 | -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 ecdh | Aris Adamantiadis | 2011-09-25 | 1 | -2/+2 |
| | |||||
* | Update libssh to ssh_handle_packets_termination | Aris Adamantiadis | 2011-09-02 | 1 | -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 Schneider | 2011-08-30 | 1 | -2/+2 |
| | |||||
* | messages: Fix ssh_packet_userauth_request(). | Andreas Schneider | 2011-08-26 | 1 | -11/+3 |
| | | | | Remove useless ssh_pki_import_signature_blob(). | ||||
* | Free sig_blob if an error occurs | milo | 2011-08-26 | 1 | -0/+2 |
| | |||||
* | Fix double free in ssh_packet_userauth_request | milo | 2011-08-26 | 1 | -1/+0 |
| | |||||
* | auth: Prefix kbdint functions. | Andreas Schneider | 2011-08-25 | 1 | -5/+5 |
| | |||||
* | pki: We need only one signature verify blob function. | Andreas Schneider | 2011-08-23 | 1 | -5/+5 |
| | | | | This fixes the build without server. | ||||
* | server: Migrate more functions to new pki. | Andreas Schneider | 2011-08-22 | 1 | -49/+53 |
| | |||||
* | messages: Move ssh_userauth_build_digest() and make it static. | Andreas Schneider | 2011-08-22 | 1 | -1/+119 |
| | |||||
* | session: Fix timeout handling. | rofl0r | 2011-08-06 | 1 | -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 Adamantiadis | 2011-07-19 | 1 | -4/+4 |
| | |||||
* | Fix compilation without server and sftp modes | Aris Adamantiadis | 2011-05-26 | 1 | -0/+20 |
| | |||||
* | messages: Try to fix the build. | Andreas Schneider | 2011-05-03 | 1 | -1/+1 |
| | |||||
* | [messages] don't queue messages if callback present | milo | 2011-05-02 | 1 | -5/+34 |
| | | | | (cherry picked from commit 99d0f6d7c77e064b7fd0f0f46c40988de1996f3b) | ||||
* | Implemented X11 server side | milo | 2011-04-14 | 1 | -0/+35 |
| | |||||
* | doc: Added missing doc for common message function. | Andreas Schneider | 2011-03-09 | 1 | -0/+19 |
| | |||||
* | doc: Fixed typos in messaging introduction. | Andreas Schneider | 2011-03-09 | 1 | -7/+9 |
| | |||||
* | messages: Added missing config.h include. | Andreas Schneider | 2011-02-25 | 1 | -0/+2 |
| | |||||
* | Added the keyboard-interactive authentication method | milo | 2011-02-10 | 1 | -0/+155 |
| | |||||
* | messages: Added missing NULL pointer checks. | Andreas Schneider | 2011-01-06 | 1 | -2/+2 |
| | | | | Found by clang-analyzer http://test.libssh.org/clang-analyzer/ | ||||
* | messages: Fixed cast warnings on Windows. | Andreas Schneider | 2011-01-02 | 1 | -5/+5 |
| | |||||
* | TODO server: Fixed server support. | Andreas Schneider | 2010-12-18 | 1 | -190/+193 |
| | |||||
* | Removed references to ssh_buffer_get_begin | Aris Adamantiadis | 2010-10-03 | 1 | -1/+1 |
| | |||||
* | Handle global requests and reverse forwarding | milo | 2010-10-02 | 1 | -0/+87 |
| | |||||
* | misc: Rename libssh/ to src/ | Andreas Schneider | 2010-09-06 | 1 | -0/+848 |