aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2010-09-10include: Fixed some pedantic build warnings.Andreas Schneider1-3/+3
2010-09-05build: Increase version number.Andreas Schneider1-1/+1
2010-08-25poll: Added a cleanup function to free the ws2_32 library.Andreas Schneider2-0/+2
2010-07-24build: Fixed some mingw warnings.Andreas Schneider1-1/+3
2010-07-24priv: Fixed a mingw build bug.Andreas Schneider1-3/+3
2010-07-13build: Fixed the Windows build.Andreas Schneider1-1/+61
2010-07-13build: Fixed the Windows preprocessor macros and defines.Andreas Schneider1-49/+2
2010-07-13build: Increase version numbers.release-0-4-5Andreas Schneider1-1/+1
2010-07-09poll: Added poll constants for Windows.Andreas Schneider1-2/+40
2010-07-07options: Added option to bind a client to an ip address.Andreas Schneider2-2/+3
2010-06-25socket: Fixed a prototype.Andreas Schneider1-1/+1
2010-06-24socket: Fixed conflicting types.Andreas Schneider1-1/+1
2010-06-17poll: Fixed type of the fd variables and use SSH_INVALID_SOCKET.Andreas Schneider1-1/+1
2010-06-17socket: Fixed checks for max fd.Andreas Schneider1-0/+2
2010-06-17poll: Fixed a malfunction with wrong max fd value check.Andreas Schneider1-2/+6
2010-05-30Increased version numbers.Andreas Schneider1-1/+1
2010-05-14Typos in last patchAris Adamantiadis1-2/+4
2010-05-14Fix build on VC7Aris Adamantiadis1-2/+11
2010-05-12Respond to keepalives/global requestsAris Adamantiadis1-1/+1
2010-05-12Increment version and soversion numbers.Andreas Schneider1-1/+1
2010-05-12Added runtime detection of WSAPoll().Andreas Schneider1-0/+1
2010-05-12Fixed Windows build.Andreas Schneider1-2/+3
2010-05-12Added a select(2) based poll-emulation if poll(2) is not available.Andreas Schneider1-1/+15
2010-05-11Use the new expand functions.Andreas Schneider1-1/+1
2010-05-11Added a function to expand an escaped string.Andreas Schneider1-0/+1
2010-05-11Added a function to expand the tilde from a path.Andreas Schneider1-0/+2
2010-05-10Backport of the proxycommand featureAris Adamantiadis3-1/+9
2010-05-10Use configure checks to define vsnprintf and strncpy.Andreas Schneider1-2/+10
2010-05-10Fixed building libssh with VC9.Andreas Schneider1-7/+17
2010-05-10Added more defines to use secure VC functions.Andreas Schneider1-9/+9
2010-05-07First implementation of known_hosts with port readAris Adamantiadis1-0/+1
2010-04-28Added ssh_privatekey_type public functionAris Adamantiadis1-0/+3
2010-04-14Do not compile aes*-ctr with <=OpenSSL 0.9.7bAris Adamantiadis1-0/+5
2010-04-06Fix vsnprintf symbol on older VS2003 compilerAris Adamantiadis1-0/+9
2010-04-04Fixed documentation of ssh_bind_options_set.Andreas Schneider1-2/+6
2010-03-25Fixed spelling.Andreas Schneider1-1/+1
2010-03-15Increase version number to 0.4.2.Andreas Schneider1-1/+1
2010-03-06Fixed and added support for several identity files.Andreas Schneider3-1/+7
2010-03-06Rename ssh_list_add to ssh_list_append.Andreas Schneider1-1/+1
2010-03-06Added a prepend function for ssh_list.Andreas Schneider1-0/+1
2010-03-06renamed ssh_list_get_head to ssh_list_pop_headAris Adamantiadis1-8/+4
2010-02-23Added owner and group information in sftp attributes.Andreas Schneider1-4/+3
2010-01-29Increased version number.Andreas Schneider1-1/+1
2010-01-29Fix underflow when leave_function() are unbalancedAris Adamantiadis1-1/+1
2009-12-18Fixed documentation of buffer struct.Andreas Schneider1-2/+1
2009-12-18Moved the doxygen mainpage to doc/mainpage.doxAndreas Schneider1-12/+0
2009-12-18Added a mainpage to doxygen.Andreas Schneider1-0/+12
2009-12-10Don't install crypto.h which is an internal header file.Andreas Schneider1-1/+0
2009-12-09Remove socklen_t definition.Andreas Schneider1-3/+0
2009-12-02Added gettimeofday for Windows.Andreas Schneider1-0/+5