aboutsummaryrefslogtreecommitdiff
path: root/libssh/connect.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-14Sanitize libssh namespace + legacy wrappersAris Adamantiadis1-4/+4
2010-05-12connect: Fixed signedness warnings from MSVC.Andreas Schneider1-5/+6
2010-05-12win: Added missing includes with newer MSCV.Andreas Schneider1-0/+5
2010-05-12Fixed linking errors on Windows.Andreas Schneider1-2/+2
2010-04-28Fixed warnings with clangAris Adamantiadis1-1/+1
2010-04-04Fixed documenation of ssh_select().Andreas Schneider1-14/+17
2010-01-08Set socket blocking after connexionAris Adamantiadis1-7/+7
2009-11-30Socket connect callback working...Aris Adamantiadis1-0/+82
2009-11-12Improve standard logging.Andreas Schneider1-0/+3
2009-09-23Moved lots of declaration out of priv.hAris Adamantiadis1-0/+3
2009-09-23get rid of SSH_SESSIONAris Adamantiadis1-3/+3
2009-09-21Fixed building libssh with MSVC.Andreas Schneider1-0/+6
2009-09-19Fix binding found by Bernhard R. LinkAris Adamantiadis1-1/+1
2009-08-20Improve checks for Windows version and wspiapi.h.Andreas Schneider1-3/+15
2009-07-30Fix build with MSVC.Andreas Schneider1-1/+1
2009-07-27Add a function to close the socket.Andreas Schneider1-5/+15
2009-07-24Changes all CHANNEL * to ssh_channelAris Adamantiadis1-1/+1
2009-07-13Put #ifdef around AI_NUMERICSERV which doesn't seem stdAris Adamantiadis1-0/+2
2009-07-13Enable conditional compiling for IP regex code.Aris Adamantiadis1-2/+13
2009-07-13Fixed copyright noticesAris Adamantiadis1-1/+1
2009-07-12Set correct hint when connecting to an IP addressAris Adamantiadis1-4/+52
2009-05-12Fix the vim modeline and place it at the end of the file.Andreas Schneider1-2/+1
2009-05-05Format ssh_select().Andreas Schneider1-85/+137
2009-05-05Improve ssh_connect_host().Andreas Schneider1-65/+83
2009-05-05Improve ssh_connect_ai_timeout().Andreas Schneider1-41/+54
2009-05-05Improve getai().Andreas Schneider1-17/+19
2009-05-05Reorder and format socket blocking functions.Andreas Schneider1-19/+23
2009-05-05Reoder define and includes.Andreas Schneider1-8/+16
2009-03-29Normalize the license in all files and add vim tab instructions.Andreas Schneider1-20/+23
2009-03-08Fix cross compilation.Andreas Schneider1-0/+2
2009-02-02Make ssh_connect_ai_timeout static.Andreas Schneider1-2/+2
2008-12-14some changes to resolve bugs reported by webyogAris Adamantiadis1-1/+1
2008-11-04doxygen fixes. Mostly typos and some comments.Aris Adamantiadis1-3/+6
2008-10-29fixed a bug where channel_poll could wait forever for a packet already in soc...Aris Adamantiadis1-17/+5
2008-06-16displaced the data_to_* into socketAris Adamantiadis1-1/+1
2008-06-16Big changes :Aris Adamantiadis1-42/+2
2008-06-12begin fixing the ssh_say everywhereAris Adamantiadis1-2/+2
2008-06-12big changes :Aris Adamantiadis1-3/+17
2008-05-22libssh.h now can be included from visual studioAris Adamantiadis1-1/+1
2008-05-22some changes so it compiles better under windowsAris Adamantiadis1-1/+9
2008-03-07first part of win32 patchesAris Adamantiadis1-9/+25
2008-03-04fixed a load of ssh_set_error(NULL,...)Aris Adamantiadis1-1/+1
2008-03-04added the socket class and created wrappersAris Adamantiadis1-13/+12
2006-12-15-rc releaseAris Adamantiadis1-33/+49
2006-11-12oops, forgot to verify that it compiled fineAris Adamantiadis1-2/+3
2006-11-07more doxygen documentationAris Adamantiadis1-3/+26
2006-11-06Added doxygen documentation file. Now need to document it..Aris Adamantiadis1-1/+1
2005-12-06git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@53 7dcaeef0-1...Aris Adamantiadis1-34/+40
2005-10-26patches from Norbert merged in. I have made some little changes here and there.Aris Adamantiadis1-61/+57
2005-10-04added the gcrypt patch (without gcrypt as default library).Aris Adamantiadis1-32/+32