aboutsummaryrefslogtreecommitdiff
path: root/libssh
AgeCommit message (Expand)AuthorFilesLines
2009-12-21Fixed ssh_get_user_home_dir() to be thread safe.Andreas Schneider1-4/+11
2009-12-20Some options functions did not show up in doxygenAris Adamantiadis1-214/+216
2009-12-20added ssh_message_auth_reply_pk_ok_simpleAris Adamantiadis1-0/+13
2009-12-20Add key validation in server side authenticationAris Adamantiadis2-5/+12
2009-12-19Merge branch 'master' of git://git.libssh.org/projects/libssh/libsshAris Adamantiadis1-61/+64
2009-12-19Improved doxygen output of ssh_options_set().Andreas Schneider1-61/+64
2009-12-18Documentation callbacks.h + standardizationAris Adamantiadis3-8/+8
2009-12-18Fixed documentation of ssh_options_copy().Andreas Schneider1-2/+4
2009-12-18Fixed the doxygen documentation.Andreas Schneider1-0/+10
2009-12-13Made packet_wait issue warningsAris Adamantiadis3-87/+11
2009-12-13Key exchange currently done asynchronouslyAris Adamantiadis2-136/+158
2009-12-13ssh_poll_handle detaches from context before freeAris Adamantiadis1-0/+4
2009-12-12packet SSH_KEXINIT received and parsedAris Adamantiadis4-56/+62
2009-12-11Async connection + banner fetch is workingAris Adamantiadis3-35/+37
2009-12-11Fix logging problem in match_known_hostAris Adamantiadis1-0/+1
2009-12-11Added a global poll contextAris Adamantiadis3-27/+54
2009-12-09More doxygen stuffAris Adamantiadis2-10/+11
2009-12-09Resolving doxygen errors in internal modeAris Adamantiadis2-14/+20
2009-12-09Fix some doxygen errorsAris Adamantiadis1-1/+1
2009-12-06Moved #defines into an enumAris Adamantiadis1-6/+9
2009-12-06struct socket -> struct ssh_socket_struct +typedefAris Adamantiadis4-42/+42
2009-12-05More callback stuff in connectionAris Adamantiadis2-92/+96
2009-12-03Trying to adapt client.c to use callbacksAris Adamantiadis1-45/+70
2009-12-01Asynchronous sockets work !Aris Adamantiadis1-4/+31
2009-12-01Fixed indent.Andreas Schneider1-2/+2
2009-12-01Added gettimeofday for Windows.Andreas Schneider2-0/+18
2009-12-01Fixed uint* to work on Windows.Andreas Schneider3-21/+21
2009-11-30More loggingAris Adamantiadis1-0/+1
2009-11-30Fix stupid bug which stops log_verbosity workingAris Adamantiadis1-0/+1
2009-11-30Socket connect callback working...Aris Adamantiadis2-5/+154
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