aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-07session: Fixed a memory leak with session->bindaddr.Andreas Schneider2-0/+2
2010-09-07misc: Fixed a memory leak.Andreas Schneider1-1/+2
2010-09-06Implemented the noop and native pointersAris Adamantiadis4-42/+72
2010-09-06threads: Build a libssh threading library.Andreas Schneider4-0/+119
2010-09-06Moved pthread specific code in src/threads/pthread.cAris Adamantiadis2-21/+84
2010-09-06misc: Rename libssh/ to src/Andreas Schneider44-0/+27914