aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-02Add new callbacks in session and channelsmilo2-0/+51
2010-10-01First step getting rid of ssh_buffer_get_beginAris Adamantiadis2-5/+5
2010-10-01Rewrote channel_read_buffer to use ssh_channel_readAris Adamantiadis1-71/+36
2010-10-01Convert sftp.c to ssh_channel_readAris Adamantiadis1-6/+22
2010-10-01Update the window *after* effective readAris Adamantiadis1-6/+6
2010-10-01Fix the behaviour of channel window handlingAris Adamantiadis1-15/+30
2010-09-30Changed the threads cbks from struct to publ funcAris Adamantiadis2-2/+10
2010-09-30Removed the extern char *environAris Adamantiadis1-3/+0
2010-09-29Remove extern environ from the requirementsAris Adamantiadis1-1/+1
2010-09-29misc: Fixed a typo.Andreas Schneider1-1/+1
2010-09-29misc: Make sure ssh_analyze_banner has proper length checks.Andreas Schneider1-19/+37
2010-09-29misc: Differentiate between client and server in ssh_analyze_banner.Andreas Schneider3-4/+10
2010-09-29misc: Fixed a possible data overread and crash bug.Andreas Schneider1-2/+5