Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | channels: Fix checking for fatal errors. | rofl0r | 2011-08-06 | 1 | -18/+20 |
| | | | | We need this that we don't end up in and infinite poll loop. | ||||
* | Fix "connecting to closed port" on MacosX | Aris Adamantiadis | 2011-05-20 | 1 | -1/+1 |
| | |||||
* | socket: Fixed use-after-free. | Oliver Stöneberg | 2011-05-17 | 1 | -0/+6 |
| | | | | | When s->callbacks->exception() was called in ssh_socket_pollcallback() we had a use after free bug. | ||||
* | [socket] fix a segfault at disconnect | milo | 2011-05-02 | 1 | -4/+15 |
| | | | | (cherry picked from commit 56394917b15e41603c641c22a4e29c33b096d673) | ||||
* | init: Some initialization fixes. | Oliver Stöneberg | 2011-05-01 | 1 | -6/+18 |
| | | | | | | | | - 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) | ||||
* | socket: Fixed poll input event. | Oliver Stöneberg | 2011-05-01 | 1 | -1/+1 |
| | |||||
* | poll: Fix poll input events. | Andreas Schneider | 2011-04-15 | 1 | -1/+1 |
| | | | | bug#38 | ||||
* | build: Fixed some VS2010 problems. | Oliver Stöneberg | 2011-04-11 | 1 | -1/+1 |
| | |||||
* | Implement ssh_blocking_flush() | Aris Adamantiadis | 2011-03-22 | 1 | -0/+12 |
| | | | | Based on code from Jan Willamowius | ||||
* | socket: Set errors on return. | Bernhard R. Link | 2011-02-14 | 1 | -1/+16 |
| | | | | Signed-off-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | Fix use-after-free when socket is closed in a callback handler | Aris Adamantiadis | 2011-01-19 | 1 | -2/+15 |
| | |||||
* | Fix double-connect testcase | Aris Adamantiadis | 2011-01-15 | 1 | -0/+19 |
| | |||||
* | Removed the extern char *environ | Aris Adamantiadis | 2010-09-30 | 1 | -3/+0 |
| | |||||
* | Remove extern environ from the requirements | Aris Adamantiadis | 2010-09-29 | 1 | -1/+1 |
| | |||||
* | Fixed outgoing flow control + writes behaviours | Aris Adamantiadis | 2010-09-26 | 1 | -24/+28 |
| | |||||
* | socket.c: Fixed setting max_fd which breaks ssh_select(). | Vic Lee | 2010-09-20 | 1 | -2/+6 |
| | | | | Signed-off-by: Andreas Schneider <asn@cynapses.org> | ||||
* | socket: Make code easier to read and debug. | Andreas Schneider | 2010-09-07 | 1 | -8/+10 |
| | |||||
* | misc: Rename libssh/ to src/ | Andreas Schneider | 2010-09-06 | 1 | -0/+719 |