aboutsummaryrefslogtreecommitdiff
path: root/src/connect.c
AgeCommit message (Collapse)AuthorFilesLines
2011-02-12connect: Use ssh_is_ipaddr instead of regex.Andreas Schneider1-58/+8
2011-02-12ssh_connect_host_nonblocking returns SSH_EINTR, not E_INTR, so update ↵Bernhard R. Link1-1/+1
documentation Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2011-01-22Fix problem with ssh_connect w/ timeout &fd > 1024Aris Adamantiadis1-13/+16
Convert that code to ssh_poll (cherry picked from commit b1a65dd25f124bd7d78714b016e8c0e05fc7acd2)
2010-12-29connect: Added and improved regex for ip detection.Andreas Schneider1-1/+1
Thanks to Norbert Kiesel, rlo#14.
2010-12-29connect: Added missing $ in IPREGEX.Andreas Schneider1-1/+1
Fixes rlo#14.
2010-12-28connect: Use a better IP regex.Andreas Schneider1-1/+3
2010-09-26Fixed outgoing flow control + writes behavioursAris Adamantiadis1-1/+1
2010-09-06misc: Rename libssh/ to src/Andreas Schneider1-0/+600