Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Start with ssh agent implementation. | Andreas Schneider | 2009-02-02 | 1 | -0/+3 |
* | patches 0001-Save-the-last-error-and-provide-a-function-to-get-it.patch, | Aris Adamantiadis | 2008-11-24 | 1 | -0/+1 |
* | fixed a bug where channel_poll could wait forever for a packet already in soc... | Aris Adamantiadis | 2008-10-29 | 1 | -5/+5 |
* | fixed a bug in the channel windows. | Aris Adamantiadis | 2008-06-17 | 1 | -1/+1 |
* | displaced the data_to_* into socket | Aris Adamantiadis | 2008-06-16 | 1 | -5/+7 |
* | Big changes : | Aris Adamantiadis | 2008-06-16 | 1 | -7/+4 |
* | big changes : | Aris Adamantiadis | 2008-06-12 | 1 | -3/+16 |
* | workaround for the bug #14 | Aris Adamantiadis | 2008-05-26 | 1 | -2/+3 |
* | Doxygen changes | Aris Adamantiadis | 2008-05-12 | 1 | -3/+2 |
* | first part of win32 patches | Aris Adamantiadis | 2008-03-07 | 1 | -1/+2 |