aboutsummaryrefslogtreecommitdiff
path: root/libssh
AgeCommit message (Expand)AuthorFilesLines
2009-11-30Some brain surgery to add event-based socketsAris Adamantiadis2-0/+46
2009-11-29Standardize callbacks style and add documentationAris Adamantiadis4-12/+13
2009-11-27Squashed commit of the following:Aris Adamantiadis6-230/+597
2009-11-27Compile in stub for pcap funcs when pcap disabledAris Adamantiadis2-9/+33
2009-11-19Build the pcap source only if enabled.Andreas Schneider1-1/+8
2009-11-18Fix compile bug introduced by another bugfixAris Adamantiadis1-1/+1
2009-11-18Fix another memleakAris Adamantiadis1-1/+1
2009-11-18Fixed possible doulbe free problem found by Bernhard R. Link.Andreas Schneider1-0/+4
2009-11-18Added more error messages and checking to handle_channel_request.Andreas Schneider1-0/+28
2009-11-18Fixed a memory leak in channel_new() if we have an error.Andreas Schneider1-0/+1
2009-11-16Pcap: more cleanup and minimalist APIAris Adamantiadis2-2/+27
2009-11-16Pcap: Fix bug with non-encrypted incoming packetsAris Adamantiadis1-0/+11
2009-11-16Improved pcap dumping supportAris Adamantiadis3-16/+112
2009-11-12Improve standard logging.Andreas Schneider2-1/+5
2009-11-12Fixed setting the timeout and ssh2 and ssh1 option.Andreas Schneider1-4/+4
2009-11-12Fixed setting the log verbosity.Andreas Schneider1-2/+2
2009-11-10Added an option to set log verbosity as string.Andreas Schneider1-0/+31
2009-11-09Always use the poll-emulation on Windows.Andreas Schneider1-1/+2
2009-11-09Added explanation in ssh_silent_disconnect doxygenAris Adamantiadis1-1/+2
2009-11-08First lines of experimental pcap output supportAris Adamantiadis3-0/+307
2009-11-06Update structures name to new conventionAris Adamantiadis1-28/+28
2009-11-05channel_read() won't block until count b. are readAris Adamantiadis1-4/+6
2009-11-03Fix openssl header inclusionAris Adamantiadis1-2/+1
2009-10-29Fixed setting knownhosts in ssh_is_server_known().Andreas Schneider1-5/+7
2009-10-29Fixed a segfault on Windows.Andreas Schneider1-1/+1
2009-10-29Fix server kex againAris Adamantiadis2-5/+5
2009-10-29Fix server kexAris Adamantiadis1-6/+3
2009-10-25improve error reporting of sftp.cBernhard R. Link1-37/+203
2009-10-25buffer_get_data returns 0 on error, so checking buffer_get_u* for < 0 makes n...Bernhard R. Link2-2/+2
2009-10-23fix stupid bugAris Adamantiadis1-1/+1
2009-10-23Compatibility with (broken) sftp version 2 protocolsAris Adamantiadis1-10/+35
2009-10-23Add missing free.Andreas Schneider1-0/+1
2009-10-22Fix memory leaks in ssh_bind_options_set() if called twice.Andreas Schneider1-0/+3
2009-10-17Allow use of SSH_DIR/ when expanding key pathsAris Adamantiadis3-23/+27
2009-10-17Verify existence of callback before using themAris Adamantiadis1-1/+1
2009-10-15Added missing documentation for ssh_bind_options_set.Andreas Schneider1-14/+55
2009-10-15Added option to set log_verbosity in the server.Andreas Schneider2-7/+32
2009-10-15Added an option to set the port as string.Andreas Schneider1-2/+18
2009-10-15Fixed ssh_get_user_home_dir on Windows.Andreas Schneider1-2/+2
2009-10-15Fixed ssh_get_home_dir and ssh dir to be more portable on UNIX systems.Andreas Schneider4-24/+36
2009-10-13Remove deprecated functions.Andreas Schneider1-13/+0
2009-10-11Fix a memory corruption in parse_status_msgVic Lee1-1/+1
2009-10-11add loggingAris Adamantiadis1-0/+1
2009-10-11Fix server. Now, it runsAris Adamantiadis1-1/+1
2009-10-10updated the sftp subsystem to follow the type convAris Adamantiadis2-186/+183
2009-10-10Add a function to set the callback structure to the session.Andreas Schneider2-0/+38
2009-10-09ssh_disconnect doesn't free the session anymoreAris Adamantiadis3-7/+9
2009-10-09No more SSH_BIND SSH_MESSAGE etc.Aris Adamantiadis1-11/+11
2009-10-09get rid of the option structureAris Adamantiadis2-39/+25
2009-10-09Modified server APIAris Adamantiadis1-19/+14