aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-10-04Optimize buffer reallocationremote_wipmilo1-2/+4
2010-10-04Add zlib@openssh.com on the list of compressionAris Adamantiadis1-2/+2
2010-10-04Implemented zlib@openssh.com compressionAris Adamantiadis6-8/+48
2010-10-03Resolved the server blocked bugAris Adamantiadis1-0/+1
2010-10-03Fix doxygen warningsAris Adamantiadis1-2/+4
2010-10-03resolve memory consumption bugAris Adamantiadis2-2/+19
2010-10-03Fix prepend bugAris Adamantiadis3-5/+29
2010-10-03test the buffer_prepend_data functionAris Adamantiadis1-1/+22
2010-10-03Removed references to ssh_buffer_get_beginAris Adamantiadis15-56/+56
2010-10-03Added buffer test caseAris Adamantiadis2-0/+68
2010-10-02Fix warnings on testcasesAris Adamantiadis1-1/+1
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
Fix conflict with patch from milo Conflicts: src/channels.c
2010-10-02Change path to ../src instead of the old ../libsshmilo1-1/+1
2010-10-02Added ssh_channel_write_stderr() for the servermilo2-0/+20
2010-10-02Added channel features on the servermilo2-6/+213
- ssh_channel_request_send_exit_status() - ssh_channel_request_send_exit_signal() - enhanced these features client-side
2010-10-02Handle global requests and reverse forwardingmilo7-2/+242
2010-10-02Add new callbacks in session and channelsmilo4-3/+204
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 Adamantiadis4-5/+26
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 Schneider4-5/+11
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 Schneider4-126/+67
Don't duplicate functions!
2010-09-29build: Fixed the unit test build.Andreas Schneider1-0/+1
2010-09-29known_hosts: Added missing include.Andreas Schneider1-0/+1
Thanks miloj ;)
2010-09-28keyfiles: Fixed unlink warning.Andreas Schneider1-0/+2
2010-09-28threads: Fixed windows build.Andreas Schneider1-6/+6
MSVC isn't C99.
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-28pki: Added GPL to header file.Andreas Schneider1-0/+21
2010-09-28keyfiles: Fixed the windows defines.Andreas Schneider1-11/+12
2010-09-28options: Rename HOSTKEYCHECK to STRICTHOSTKEYCHECK.Andreas Schneider3-7/+7
Looks like people are confused by the name and think this is normal host key checking.
2010-09-28options: Fixed documentation of SSH_OPTIONS_HOSTKEYCHECK.Andreas Schneider1-1/+2
2010-09-26Completed senddata example to exit somedayAris Adamantiadis1-1/+11
2010-09-26Fixed outgoing flow control + writes behavioursAris Adamantiadis8-39/+37
2010-09-20socket.c: Fixed setting max_fd which breaks ssh_select().Vic Lee1-2/+6
Signed-off-by: Andreas Schneider <asn@cynapses.org>
2010-09-18pki: Fixed a possible crash.Andreas Schneider1-3/+6
2010-09-12Added documentation for threadingAris Adamantiadis3-1/+67
2010-09-12ssh_threads_init is privateAris Adamantiadis1-1/+1
2010-09-12Added initialisation logs for threadingAris Adamantiadis3-5/+12
2010-09-12Changed callbacks typeAris Adamantiadis3-34/+10