aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-29build: Fixed the unit test build.Andreas Schneider1-0/+1
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-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
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
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
2010-09-10build: Added -pedantic-errors.Andreas Schneider1-1/+1
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 Schneider2-4/+4
2010-09-08build: Make sure LIBSSH_THREADS_LINK_LIBRARIES is in the cache.Andreas Schneider1-5/+7
2010-09-08build: Make sure to link against all required thread libraries.Andreas Schneider1-1/+2
2010-09-08build: Fixed options parsing.Andreas Schneider1-5/+0
2010-09-08build: Improve the check for argp.Andreas Schneider1-2/+2
2010-09-08build: There is no need to check for system libraries on Linux.Andreas Schneider2-27/+30
2010-09-08build: Added DefinePlatformDefaults cmake file.Andreas Schneider1-0/+21
2010-09-08build: Cleanup DefineCompilerFlags.Andreas Schneider1-49/+57
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-07doc: Added links to the RFCs.Andreas Schneider1-0/+63
2010-09-07doc: Fixed doxygen config.Andreas Schneider1-1/+1
2010-09-07doc: More work on the tutorial.Éric Bischoff3-8/+8