summaryrefslogtreecommitdiffstats
path: root/src/connect.c
Commit message (Collapse)AuthorAgeFilesLines
* 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