| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | session: Fixed setting up default identity files. | Andreas Schneider | 2010-05-28 | 1 | -3/+3 |
| * | Sanitize libssh namespace + legacy wrappers | Aris Adamantiadis | 2010-05-14 | 1 | -7/+7 |
| * | ssh_socket support for 2 fd + Proxyhost command | Aris Adamantiadis | 2010-05-09 | 1 | -5/+9 |
| * | session: Fixed a memory leak. | Andreas Schneider | 2010-04-20 | 1 | -0/+3 |
| * | Added support for StrictHostKeyChecking and UserKnownHostsFile parameters. | Ruben Garcia Azuara | 2010-04-07 | 1 | -0/+1 |
| * | Fixed and added support for several identity files. | Andreas Schneider | 2010-03-04 | 1 | -1/+46 |
| * | renamed ssh_list_get_head to ssh_list_pop_head | Aris Adamantiadis | 2010-03-01 | 1 | -1/+1 |
| * | Improve the session documentation. | Andreas Schneider | 2010-02-05 | 1 | -40/+82 |
| * | Fixed blocking bug in channel_poll | Aris Adamantiadis | 2010-01-08 | 1 | -2/+6 |
| * | Fix use-without-initialization | Aris Adamantiadis | 2009-12-28 | 1 | -13/+15 |
| * | Added a global poll context | Aris Adamantiadis | 2009-12-11 | 1 | -26/+21 |
| * | Fixed uint* to work on Windows. | Andreas Schneider | 2009-12-01 | 1 | -1/+1 |
| * | Standardize callbacks style and add documentation | Aris Adamantiadis | 2009-11-29 | 1 | -2/+2 |
| * | Squashed commit of the following: | Aris Adamantiadis | 2009-11-27 | 1 | -0/+41 |
| * | Pcap: more cleanup and minimalist API | Aris Adamantiadis | 2009-11-16 | 1 | -0/+6 |
| * | Added explanation in ssh_silent_disconnect doxygen | Aris Adamantiadis | 2009-11-09 | 1 | -1/+2 |
| * | ssh_disconnect doesn't free the session anymore | Aris Adamantiadis | 2009-10-09 | 1 | -3/+8 |
| * | get rid of the option structure | Aris Adamantiadis | 2009-10-09 | 1 | -14/+0 |
| * | Get rid of the options structure. | Andreas Schneider | 2009-10-02 | 1 | -12/+30 |
| * | More include file splitting | Aris Adamantiadis | 2009-09-26 | 1 | -1/+1 |
| * | More include file movings | Aris Adamantiadis | 2009-09-26 | 1 | -0/+3 |
| * | Moved lots of declaration out of priv.h | Aris Adamantiadis | 2009-09-23 | 1 | -0/+5 |
| * | Get rid of SSH_MESSAGE | Aris Adamantiadis | 2009-09-23 | 1 | -2/+2 |
| * | get rid of SSH_OPTIONS | Aris Adamantiadis | 2009-09-23 | 1 | -1/+1 |
| * | get rid of SSH_SESSION | Aris Adamantiadis | 2009-09-23 | 1 | -19/+17 |
| * | experimental callback system | Aris Adamantiadis | 2009-08-23 | 1 | -0/+1 |
| * | Fix memory leak introduced by previous bugfix | Aris Adamantiadis | 2009-08-11 | 1 | -2/+3 |
| * | Fix possible memory corruption (#14) | milo | 2009-08-06 | 1 | -2/+2 |
| * | added ssh_message_callback support. | Aris Adamantiadis | 2009-06-18 | 1 | -1/+8 |
| * | Fix the vim modeline and place it at the end of the file. | Andreas Schneider | 2009-05-12 | 1 | -3/+1 |
| * | Rename privatekey_free() to be consistent with publickey_free(). | Andreas Schneider | 2009-04-20 | 1 | -2/+2 |
| * | Improve ssh_get_version(). | Andreas Schneider | 2009-04-14 | 1 | -5/+12 |
| * | Improve ssh_get_disconnect_message(). | Andreas Schneider | 2009-04-14 | 1 | -12/+18 |
| * | Improve ssh_get_status(). | Andreas Schneider | 2009-04-14 | 1 | -14/+29 |
| * | Cleanup ssh_handle_packets(). | Andreas Schneider | 2009-04-14 | 1 | -20/+27 |
| * | Add error checks to setter. | Andreas Schneider | 2009-04-14 | 1 | -19/+46 |
| * | Use consistent return values for packet_translate(). | Andreas Schneider | 2009-04-14 | 1 | -1/+2 |
| * | Improve ssh_message_free(). | Andreas Schneider | 2009-04-09 | 1 | -1/+0 |
| * | Fix SSHv1 compile errors. | Andreas Schneider | 2009-04-08 | 1 | -1/+1 |
| * | Improve ssh_cleanup(). | Andreas Schneider | 2009-04-03 | 1 | -26/+28 |
| * | Improve ssh_socket_free(). | Andreas Schneider | 2009-04-03 | 1 | -21/+17 |
| * | Use memset cause something is wrong with the macro. | Andreas Schneider | 2009-04-01 | 1 | -1/+1 |
| * | Fix ssh connection. | Andreas Schneider | 2009-04-01 | 1 | -1/+1 |
| * | Improve ssh_new(). | Andreas Schneider | 2009-04-01 | 1 | -17/+34 |
| * | Add memory error checks for crypto wrapper functions. | Andreas Schneider | 2009-04-01 | 1 | -0/+3 |
| * | More memory error checks for ssh_socket_new(). | Andreas Schneider | 2009-04-01 | 1 | -1/+4 |
| * | Fix memory error checking in socket functions. | Andreas Schneider | 2009-04-01 | 1 | -1/+8 |
| * | Normalize the license in all files and add vim tab instructions. | Andreas Schneider | 2009-03-29 | 1 | -4/+7 |
| * | Fix build on Windows. | Andreas Schneider | 2009-03-08 | 1 | -0/+4 |
| * | Fix build warnings in session code. | Andreas Schneider | 2009-02-02 | 1 | -2/+3 |
