aboutsummaryrefslogtreecommitdiff
path: root/libssh/session.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-13server: Fix missing socket close notification.milo1-1/+16
2010-08-09session: Set needed poll events for handling packets.milo1-0/+1
2010-05-28session: Fixed setting up default identity files.Andreas Schneider1-3/+3
2010-05-14Sanitize libssh namespace + legacy wrappersAris Adamantiadis1-7/+7
2010-05-09ssh_socket support for 2 fd + Proxyhost commandAris Adamantiadis1-5/+9
2010-04-20session: Fixed a memory leak.Andreas Schneider1-0/+3
2010-04-07Added support for StrictHostKeyChecking and UserKnownHostsFile parameters.Ruben Garcia Azuara1-0/+1
2010-03-04Fixed and added support for several identity files.Andreas Schneider1-1/+46
2010-03-01renamed ssh_list_get_head to ssh_list_pop_headAris Adamantiadis1-1/+1
2010-02-05Improve the session documentation.Andreas Schneider1-40/+82
2010-01-08Fixed blocking bug in channel_pollAris Adamantiadis1-2/+6
2009-12-28Fix use-without-initializationAris Adamantiadis1-13/+15
2009-12-11Added a global poll contextAris Adamantiadis1-26/+21
2009-12-01Fixed uint* to work on Windows.Andreas Schneider1-1/+1
2009-11-29Standardize callbacks style and add documentationAris Adamantiadis1-2/+2
2009-11-27Squashed commit of the following:Aris Adamantiadis1-0/+41
2009-11-16Pcap: more cleanup and minimalist APIAris Adamantiadis1-0/+6
2009-11-09Added explanation in ssh_silent_disconnect doxygenAris Adamantiadis1-1/+2
2009-10-09ssh_disconnect doesn't free the session anymoreAris Adamantiadis1-3/+8
2009-10-09get rid of the option structureAris Adamantiadis1-14/+0
2009-10-02Get rid of the options structure.Andreas Schneider1-12/+30
2009-09-26More include file splittingAris Adamantiadis1-1/+1
2009-09-26More include file movingsAris Adamantiadis1-0/+3
2009-09-23Moved lots of declaration out of priv.hAris Adamantiadis1-0/+5
2009-09-23Get rid of SSH_MESSAGEAris Adamantiadis1-2/+2
2009-09-23get rid of SSH_OPTIONSAris Adamantiadis1-1/+1
2009-09-23get rid of SSH_SESSIONAris Adamantiadis1-19/+17
2009-08-23experimental callback systemAris Adamantiadis1-0/+1
2009-08-11Fix memory leak introduced by previous bugfixAris Adamantiadis1-2/+3
2009-08-06Fix possible memory corruption (#14)milo1-2/+2
2009-06-18added ssh_message_callback support.Aris Adamantiadis1-1/+8
2009-05-12Fix the vim modeline and place it at the end of the file.Andreas Schneider1-3/+1
2009-04-20Rename privatekey_free() to be consistent with publickey_free().Andreas Schneider1-2/+2
2009-04-14Improve ssh_get_version().Andreas Schneider1-5/+12
2009-04-14Improve ssh_get_disconnect_message().Andreas Schneider1-12/+18
2009-04-14Improve ssh_get_status().Andreas Schneider1-14/+29
2009-04-14Cleanup ssh_handle_packets().Andreas Schneider1-20/+27
2009-04-14Add error checks to setter.Andreas Schneider1-19/+46
2009-04-14Use consistent return values for packet_translate().Andreas Schneider1-1/+2
2009-04-09Improve ssh_message_free().Andreas Schneider1-1/+0
2009-04-08Fix SSHv1 compile errors.Andreas Schneider1-1/+1
2009-04-03Improve ssh_cleanup().Andreas Schneider1-26/+28
2009-04-03Improve ssh_socket_free().Andreas Schneider1-21/+17
2009-04-01Use memset cause something is wrong with the macro.Andreas Schneider1-1/+1
2009-04-01Fix ssh connection.Andreas Schneider1-1/+1
2009-04-01Improve ssh_new().Andreas Schneider1-17/+34
2009-04-01Add memory error checks for crypto wrapper functions.Andreas Schneider1-0/+3
2009-04-01More memory error checks for ssh_socket_new().Andreas Schneider1-1/+4
2009-04-01Fix memory error checking in socket functions.Andreas Schneider1-1/+8
2009-03-29Normalize the license in all files and add vim tab instructions.Andreas Schneider1-4/+7