summaryrefslogtreecommitdiffstats
path: root/src/connect.c
Commit message (Collapse)AuthorAgeFilesLines
* connect: fix memory leak in ssh_selectJon Simons2013-10-311-2/+9
| | | | | | | | Balance 'ssh_event_add_fd' with 'ssh_event_remove_fd' in 'ssh_select'. BUG: https://red.libssh.org/issues/128 Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
* connect: Fix a build warning on Windows.Andreas Schneider2013-07-221-7/+12
|
* src: Remove enter_function() and leave_function().Andreas Schneider2013-07-141-17/+7
|
* src: Migrate to SSH_LOG.Andreas Schneider2013-07-141-10/+10
|
* connect: Use the correct close function.Andreas Schneider2013-06-181-1/+1
|
* connect: Correctly fail in ssh_connect_host_nonblocking().Andreas Schneider2013-06-181-0/+2
|
* socket: Check if socket (non)blocking is working.Andreas Schneider2013-06-171-3/+22
|
* connect: Check return value of getsockopt().Andreas Schneider2013-06-171-3/+4
|
* connect: Don't leak the addressinfo on error.Andreas Schneider2012-10-121-0/+1
|
* connect: Don't leak the file descriptor on error.Andreas Schneider2012-10-121-0/+1
| | | | Found by Coverity.
* connect: Fix a build warning.Andreas Schneider2012-07-171-1/+1
|
* socket: Move socket function to right location.Andreas Schneider2011-09-181-23/+3
|
* ssh_select converted to ssh_event, and bugfix to ssh_channel_selectAris Adamantiadis2011-09-021-110/+57
|
* connect: Use ssh_is_ipaddr instead of regex.Andreas Schneider2011-02-121-58/+8
|
* ssh_connect_host_nonblocking returns SSH_EINTR, not E_INTR, so update ↵Bernhard R. Link2011-02-121-1/+1
| | | | | | documentation Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
* Fix problem with ssh_connect w/ timeout &fd > 1024Aris Adamantiadis2011-01-221-13/+16
| | | | | Convert that code to ssh_poll (cherry picked from commit b1a65dd25f124bd7d78714b016e8c0e05fc7acd2)
* connect: Added and improved regex for ip detection.Andreas Schneider2010-12-291-1/+1
| | | | Thanks to Norbert Kiesel, rlo#14.
* connect: Added missing $ in IPREGEX.Andreas Schneider2010-12-291-1/+1
| | | | Fixes rlo#14.
* connect: Use a better IP regex.Andreas Schneider2010-12-281-1/+3
|
* Fixed outgoing flow control + writes behavioursAris Adamantiadis2010-09-261-1/+1
|
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-0/+600