summaryrefslogtreecommitdiffstats
path: root/src/connect.c
Commit message (Collapse)AuthorAgeFilesLines
* connect: Fix a build warning.Andreas Schneider2012-07-171-1/+1
| | | | (cherry picked from commit 8b8d9dc83af81dfaec22bbb6710083e79f00c470)
* connect: Use ssh_is_ipaddr instead of regex.Andreas Schneider2011-02-121-58/+8
| | | | (cherry picked from commit 768fbdd92eb06df1e9a0fdaa9c7303ed30ebec6c)
* 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> (cherry picked from commit 8e0e4d8fb36cff426450c057a12eb6226b58ec11)
* 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