Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make ssh_options_free() documentation public. | Andreas Schneider | 2009-04-02 | 1 | -1/+1 |
* | Improve ssh_options_set_host(). | Andreas Schneider | 2009-04-02 | 3 | -19/+48 |
* | Make ssh_options_free() public. | Andreas Schneider | 2009-04-02 | 3 | -2/+2 |
* | Improve ssh_options_copy() and ssh_options_free(). | Andreas Schneider | 2009-04-02 | 1 | -69/+122 |
* | Add error checking for strdup. | Andreas Schneider | 2009-04-02 | 1 | -2/+7 |
* | Add error checking of strdup. | Andreas Schneider | 2009-04-02 | 1 | -0/+3 |
* | Improve ssh_send_banner() and add error checking of strdup. | Andreas Schneider | 2009-04-02 | 1 | -19/+40 |
* | Add a return value to ssh_userauth_kbdint_setanswer(). | Andreas Schneider | 2009-04-02 | 4 | -17/+32 |
* | Cleanup todo's. | Andreas Schneider | 2009-04-02 | 1 | -4/+1 |
* | There is no file to close here. | Andreas Schneider | 2009-04-02 | 1 | -2/+0 |
* | Fix string_new(). | Andreas Schneider | 2009-04-02 | 1 | -3/+0 |
* | Improve the ssh_get_pubkey_hash() function. | Andreas Schneider | 2009-04-02 | 3 | -24/+58 |
* | Simply return 0. | Andreas Schneider | 2009-04-02 | 1 | -1/+1 |
* | Use memset cause something is wrong with the macro. | Andreas Schneider | 2009-04-01 | 3 | -3/+3 |
* | Fix ssh connection. | Andreas Schneider | 2009-04-01 | 1 | -1/+1 |
* | Add one missing memory error check in crypt.c. | Andreas Schneider | 2009-04-01 | 1 | -1/+5 |
* | Add NULL check to buffer free. | Andreas Schneider | 2009-04-01 | 1 | -0/+4 |
* | Improve ssh_new(). | Andreas Schneider | 2009-04-01 | 1 | -17/+34 |
* | Add memory error checks for crypto wrapper functions. | Andreas Schneider | 2009-04-01 | 9 | -44/+191 |
* | More memory error checks for ssh_socket_new(). | Andreas Schneider | 2009-04-01 | 3 | -16/+37 |
* | Fix memory error checking in socket functions. | Andreas Schneider | 2009-04-01 | 3 | -2/+21 |
* | Add memory error checking for sftpserver functions. | Andreas Schneider | 2009-04-01 | 1 | -7/+19 |
* | Fix typo. | Andreas Schneider | 2009-04-01 | 1 | -1/+1 |
* | Add memory error checks for sftp functions. | Andreas Schneider | 2009-04-01 | 1 | -11/+65 |
* | Add memory error checks for server functions. | Andreas Schneider | 2009-04-01 | 1 | -1/+7 |
* | Add memory error checking for packet functions. | Andreas Schneider | 2009-04-01 | 1 | -3/+13 |
* | Added memory error checks for option functions. | Andreas Schneider | 2009-04-01 | 2 | -4/+35 |
* | Added memory error checks for message functions. | Andreas Schneider | 2009-04-01 | 1 | -6/+23 |
* | Fix memory error checking in key functions. | Andreas Schneider | 2009-04-01 | 1 | -14/+72 |
* | Add memory error checking to keyfile functions. | Andreas Schneider | 2009-04-01 | 1 | -2/+16 |
* | Fix build warning. | Andreas Schneider | 2009-04-01 | 1 | -1/+2 |
* | Add memory error checking to key exchange functions. | Andreas Schneider | 2009-04-01 | 2 | -12/+65 |
* | Check for memory allocation errors. | Andreas Schneider | 2009-04-01 | 2 | -9/+27 |
* | Fix build warnings. | Andreas Schneider | 2009-04-01 | 1 | -2/+2 |
* | Add checks for memory errors in channel functions. | Andreas Schneider | 2009-04-01 | 3 | -3/+28 |
* | Check for errors of memory allocation. | Andreas Schneider | 2009-04-01 | 1 | -7/+38 |
* | Add error checking to buffer functions. | Andreas Schneider | 2009-04-01 | 2 | -106/+172 |
* | Fix segfaults in string.c. | Andreas Schneider | 2009-04-01 | 1 | -2/+1 |
* | Add arg and error checking for the string functions. | Andreas Schneider | 2009-04-01 | 2 | -38/+106 |
* | Fix sources list of libssh. | Andreas Schneider | 2009-03-30 | 1 | -3/+0 |
* | Create a ssh_get_hexa function. | Andreas Schneider | 2009-03-30 | 4 | -14/+55 |
* | Fixed memory leak and file descriptor leak in known host parsing | Aris Adamantiadis | 2009-03-29 | 1 | -12/+10 |
* | Remove automake files. | Andreas Schneider | 2009-03-29 | 3 | -23/+0 |
* | Normalize the license in all files and add vim tab instructions. | Andreas Schneider | 2009-03-29 | 37 | -643/+791 |
* | Improve the lowercase function and free memory allocated by lowercase(). | Andreas Schneider | 2009-03-29 | 1 | -9/+24 |
* | openssh Hashed host support ! | Aris Adamantiadis | 2009-03-29 | 1 | -7/+60 |
* | Working new known_host algorithm | Aris Adamantiadis | 2009-03-28 | 3 | -131/+195 |
* | Fix typos. | Andreas Schneider | 2009-03-28 | 3 | -3/+3 |
* | Ignore build files. | Andreas Schneider | 2009-03-28 | 0 | -0/+0 |
* | Try to fix build file ignores. | Andreas Schneider | 2009-03-28 | 0 | -0/+0 |