aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-29misc: Move ssh_analyze_banner to a common location.Andreas Schneider3-126/+66
2010-09-29known_hosts: Added missing include.Andreas Schneider1-0/+1
2010-09-28keyfiles: Fixed unlink warning.Andreas Schneider1-0/+2
2010-09-28threads: Fixed windows build.Andreas Schneider1-6/+6
2010-09-28pki: Create a file for known_hosts functions.Andreas Schneider4-673/+725
2010-09-28build: Remove unneeded include directories.Andreas Schneider1-2/+0
2010-09-28keyfiles: Fixed the windows defines.Andreas Schneider1-11/+12
2010-09-28options: Rename HOSTKEYCHECK to STRICTHOSTKEYCHECK.Andreas Schneider2-6/+6
2010-09-28options: Fixed documentation of SSH_OPTIONS_HOSTKEYCHECK.Andreas Schneider1-1/+2
2010-09-26Fixed outgoing flow control + writes behavioursAris Adamantiadis6-36/+34
2010-09-20socket.c: Fixed setting max_fd which breaks ssh_select().Vic Lee1-2/+6
2010-09-18pki: Fixed a possible crash.Andreas Schneider1-3/+6
2010-09-12Added initialisation logs for threadingAris Adamantiadis2-4/+10
2010-09-12Changed callbacks typeAris Adamantiadis2-15/+9
2010-09-09build: Remove unneeded debug message.Andreas Schneider1-2/+0
2010-09-09Fix #ifdef'ed erroneous debug code in buffer.cAris Adamantiadis1-1/+1
2010-09-08build: Improve pthread detection.Andreas Schneider1-2/+2
2010-09-08build: Make sure LIBSSH_THREADS_LINK_LIBRARIES is in the cache.Andreas Schneider1-5/+7
2010-09-08build: Fixed linking against libssh in thread library.Andreas Schneider1-2/+2
2010-09-07socket: Make code easier to read and debug.Andreas Schneider1-8/+10