Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2009-05-21 | Set version to 0.3.0 and set release date.release-0-3-0 | Andreas Schneider | 2 | -3/+3 |
2009-05-18 | updated changelog + authors | Aris Adamantiadis | 2 | -2/+7 |
2009-05-14 | Fix the homepage url and the vendor. | Andreas Schneider | 1 | -2/+1 |
2009-05-13 | Add missing vim modeline. | Andreas Schneider | 1 | -0/+1 |
2009-05-13 | Fix some compiler warnings on windows. | Andreas Schneider | 2 | -7/+8 |
2009-05-12 | Fix the vim modeline and place it at the end of the file. | Andreas Schneider | 38 | -88/+41 |
2009-05-11 | Add missing changelog entry. | Andreas Schneider | 1 | -0/+1 |
2009-05-11 | Improve some debug statements. | Andreas Schneider | 1 | -3/+3 |
2009-05-11 | Fix a double free corruption. | Andreas Schneider | 1 | -2/+2 |
2009-05-11 | Remove a wrong NULL check. | Andreas Schneider | 1 | -4/+0 |
2009-05-11 | Don't force the CMAKE_BUILD_TYPE or we can't overwrite it. | Andreas Schneider | 1 | -1/+0 |
2009-05-11 | Initialize the return value to fix a build warning. | Andreas Schneider | 1 | -1/+1 |
2009-05-11 | Document the ssh server bind functions. | Andreas Schneider | 1 | -1/+74 |
2009-05-11 | Update changelog. | Andreas Schneider | 1 | -0/+1 |
2009-05-11 | Added a ssh_bind_set_fd() function. | Andreas Schneider | 2 | -2/+17 |
2009-05-11 | Change variable names of the keys_struct to avoid conflicts. | Andreas Schneider | 3 | -22/+22 |
2009-05-07 | Improve OpenSSL cmake checks. | Andreas Schneider | 3 | -8/+14 |
2009-05-07 | Improve GCrypt cmake checks. | Andreas Schneider | 3 | -5/+5 |
2009-05-07 | Improve the INSTALL file. | Andreas Schneider | 1 | -9/+15 |
2009-05-07 | Fix typos. | Andreas Schneider | 1 | -1/+1 |
2009-05-06 | Add channel_read() changes to changelog. | Andreas Schneider | 1 | -1/+3 |
2009-05-05 | Add more changelog entries for 0.3. | Andreas Schneider | 1 | -1/+11 |
2009-05-05 | Update an format ChangeLog. | Andreas Schneider | 1 | -76/+95 |
2009-05-05 | Remove empty file. | Andreas Schneider | 1 | -0/+0 |
2009-05-05 | Fix compilation on windows. | Andreas Schneider | 1 | -0/+6 |
2009-05-05 | Improve bin_to_base64() and use const for source. | Andreas Schneider | 2 | -19/+30 |
2009-05-05 | Format alphabet table. | Andreas Schneider | 1 | -3/+5 |
2009-05-05 | Fix the macros. | Andreas Schneider | 1 | -9/+9 |
2009-05-05 | Format _bin_to_base64(). | Andreas Schneider | 1 | -22/+24 |
2009-05-05 | Improve get_equals(). | Andreas Schneider | 1 | -10/+11 |
2009-05-05 | Fix the prototype. | Andreas Schneider | 1 | -1/+1 |
2009-05-05 | Improve _base64_to_bin(). | Andreas Schneider | 1 | -8/+11 |
2009-05-05 | Improve to_block4(). | Andreas Schneider | 1 | -20/+31 |
2009-05-05 | Improve base64_to_bin(). | Andreas Schneider | 2 | -78/+109 |
2009-05-05 | Improve channel_write1(). | Andreas Schneider | 1 | -4/+2 |
2009-05-05 | Improve channel_request_exec1(). | Andreas Schneider | 1 | -5/+2 |
2009-05-05 | Improve channel_change_pty_size1(). | Andreas Schneider | 1 | -14/+6 |
2009-05-05 | Improve channel_request_pty_size1(). | Andreas Schneider | 1 | -25/+10 |
2009-05-05 | Format channel_open_session1(). | Andreas Schneider | 1 | -19/+26 |
2009-05-05 | Format ssh_select(). | Andreas Schneider | 2 | -86/+139 |
2009-05-05 | Improve ssh_connect_host(). | Andreas Schneider | 1 | -65/+83 |
2009-05-05 | Improve ssh_connect_ai_timeout(). | Andreas Schneider | 1 | -41/+54 |
2009-05-05 | Improve getai(). | Andreas Schneider | 1 | -17/+19 |
2009-05-05 | Reorder and format socket blocking functions. | Andreas Schneider | 1 | -19/+23 |
2009-05-05 | Reoder define and includes. | Andreas Schneider | 1 | -8/+16 |
2009-05-05 | Use const char * and an unsigned int in ssh_crc32(). | Andreas Schneider | 2 | -61/+62 |
2009-05-05 | Format ssh_get_error_code(). | Andreas Schneider | 1 | -13/+20 |
2009-05-05 | Format ssh_get_error(). | Andreas Schneider | 1 | -6/+10 |
2009-05-05 | Make the documentation internal. | Andreas Schneider | 1 | -0/+2 |
2009-05-05 | Improve and document ssh_set_error(). | Andreas Schneider | 1 | -10/+23 |