aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-01-03poll: Ensure that the poll handle and ctx is zeroed.Andreas Schneider1-19/+24
2011-01-02messages: Fixed cast warnings on Windows.Andreas Schneider1-5/+5
2011-01-02base64: Added casts to GET macros to fix build warnings.Andreas Schneider1-3/+3
2011-01-02scp: Fixed a build warning on Windows.Andreas Schneider1-1/+1
2011-01-02poll: Fixed a build warning on Windows.Andreas Schneider1-1/+1
2011-01-02bind: Added include file for close function on Windows.Andreas Schneider1-0/+1
2011-01-01misc: Avoid redefine of _WIN32_IE.Andreas Schneider1-2/+9
2010-12-30threads: Fixed ssh_pthread_thread_id with mingw.Andreas Schneider1-1/+5
2010-12-29server: Added missing include files for getaddrinfo on Windows.Andreas Schneider1-1/+10
2010-12-29connect: Added and improved regex for ip detection.Andreas Schneider1-1/+1
2010-12-29server: Added include files for getaddrinfo.Andreas Schneider1-2/+14
2010-12-29cmake: Added missing include dirs for libssh.Andreas Schneider1-0/+2
2010-12-29connect: Added missing $ in IPREGEX.Andreas Schneider1-1/+1
2010-12-28connect: Use a better IP regex.Andreas Schneider1-1/+3
2010-12-27Added compression options and allow "yes/no" settingAris Adamantiadis4-20/+68
2010-12-27server: Replace gethostbyname() with getaddrinfo().Andreas Schneider1-43/+56
2010-12-27misc: Fixed a possible memory leak.Andreas Schneider1-1/+2
2010-12-27sftp: Fixed a memory leak in sftp_xstat.Andreas Schneider1-1/+4
2010-12-23channels: Fixed a build warning.Andreas Schneider1-1/+1
2010-12-21options: Remove unused variable.Andreas Schneider1-4/+0
2010-12-21packet1: Fixed dead assignments.Andreas Schneider1-3/+1
2010-12-20build: Fixed build warning on FreeBSD.Andreas Schneider1-0/+5
2010-12-20build: Fixed some build warnings on FreeBSD.Andreas Schneider2-0/+4
2010-12-19Fix free() on uninitialized data on some cases.Aris Adamantiadis1-2/+1
2010-12-18TODO server: Fixed server support.Andreas Schneider3-190/+203
2010-12-10doc: Follow the current naming convention.Andreas Schneider2-2/+2
2010-12-10include: Only require LIBSSH_STATIC on Windows.Andreas Schneider1-2/+9
2010-12-10build: Use the same name for static and shared library.Andreas Schneider1-0/+2
2010-12-08server: Remove channel_write_stderr.Andreas Schneider1-18/+0
2010-12-07doc: Fixed pki doc group.Andreas Schneider1-1/+2
2010-12-07Fix from Oleksandr ShneyderAris Adamantiadis1-2/+4
2010-10-27Moved includes from priv.h to bind.hAris Adamantiadis2-0/+2
2010-10-20Split ssh_bind functions in a new .c fileAris Adamantiadis3-322/+373
2010-10-20Fixed a bunch of smallish bugsAris Adamantiadis5-17/+56
2010-10-19start of work to have callbackbased ssh_bindAris Adamantiadis2-35/+103
2010-10-15Adapt comments in options to give parameters typesAris Adamantiadis1-161/+161
2010-10-12Removed the global poll ctx in fav. of /session ctxAris Adamantiadis3-31/+18
2010-10-04Add zlib@openssh.com on the list of compressionAris Adamantiadis1-2/+2
2010-10-04Implemented zlib@openssh.com compressionAris Adamantiadis5-7/+26
2010-10-03Resolved the server blocked bugAris Adamantiadis1-0/+1
2010-10-03Fix doxygen warningsAris Adamantiadis1-2/+4
2010-10-03resolve memory consumption bugAris Adamantiadis1-1/+17
2010-10-03Fix prepend bugAris Adamantiadis1-4/+14
2010-10-03Removed references to ssh_buffer_get_beginAris Adamantiadis15-56/+56
2010-10-02Fix documentation of ssh_set_message_callbackAris Adamantiadis1-2/+2
2010-10-02Don't grow window if there is no space in the buffermilo1-1/+1
2010-10-02Fix the window not growing problemAris Adamantiadis1-1/+6
2010-10-02Added ssh_channel_write_stderr() for the servermilo1-0/+17
2010-10-02Added channel features on the servermilo1-6/+205
2010-10-02Handle global requests and reverse forwardingmilo4-2/+218