Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |