Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Improve ssh_options_set_host(). | Andreas Schneider | 2009-04-02 | 1 | -1/+1 | |
* | Make ssh_options_free() public. | Andreas Schneider | 2009-04-02 | 2 | -1/+1 | |
* | Add a return value to ssh_userauth_kbdint_setanswer(). | Andreas Schneider | 2009-04-02 | 1 | -1/+2 | |
* | Improve the ssh_get_pubkey_hash() function. | Andreas Schneider | 2009-04-02 | 1 | -1/+1 | |
* | Add error checking to buffer functions. | Andreas Schneider | 2009-04-01 | 1 | -10/+10 | |
* | Add arg and error checking for the string functions. | Andreas Schneider | 2009-04-01 | 1 | -5/+6 | |
* | Create a ssh_get_hexa function. | Andreas Schneider | 2009-03-30 | 1 | -1/+2 | |
* | Remove automake files. | Andreas Schneider | 2009-03-29 | 1 | -8/+0 | |
* | Normalize the license in all files and add vim tab instructions. | Andreas Schneider | 2009-03-29 | 5 | -97/+117 | |
* | Working new known_host algorithm | Aris Adamantiadis | 2009-03-28 | 1 | -17/+20 | |
* | Fix typos. | Andreas Schneider | 2009-03-28 | 1 | -1/+1 | |
* | Fix compilation of the server with option turned off. | Andreas Schneider | 2009-03-28 | 1 | -15/+7 | |
* | Add WITH_SERVER option. | Andreas Schneider | 2009-03-28 | 2 | -5/+19 | |
* | Fix possible precedence problems. | Andreas Schneider | 2009-03-26 | 1 | -1/+1 | |
* | Add a ssh_version function. | Andreas Schneider | 2009-03-21 | 2 | -3/+24 | |
* | Don't require C++ compiler. | Andreas Schneider | 2009-03-17 | 1 | -1/+1 | |
* | Enable printf attribute checking on GNU systems. | Andreas Schneider | 2009-03-14 | 1 | -1/+8 | |
* | R.I.P. ssh_say() | Andreas Schneider | 2009-03-12 | 1 | -2/+1 | |
* | Use ssh_log instead of ssh_say in ssh_list_kex(). | Andreas Schneider | 2009-03-12 | 1 | -1/+1 | |
* | Fix crypto/gcrypt detection and prepare for cross compilation. | Andreas Schneider | 2009-03-08 | 1 | -0/+2 | |
* | Fix build on Windows. | Andreas Schneider | 2009-03-08 | 1 | -1/+3 | |
* | Fix build on Windows. | Andreas Schneider | 2009-03-08 | 1 | -0/+9 | |
* | Rename function to agent_is_running. | Andreas Schneider | 2009-02-09 | 1 | -1/+1 | |
* | Complete ssh client agent support. | Andreas Schneider | 2009-02-06 | 2 | -2/+23 | |
* | channel_get_exit_status() | Aris Adamantiadis | 2009-02-03 | 2 | -0/+2 | |
* | Moved ssh_crypto_init to priv.h file and added a note. | Andreas Schneider | 2009-02-02 | 2 | -3/+4 | |
* | Fix build warnings in the crypto wrapper functions. | Andreas Schneider | 2009-02-02 | 1 | -1/+1 | |
* | Fix build warnings in socket code. | Andreas Schneider | 2009-02-02 | 1 | -3/+4 | |
* | Fix build warnings in sftp code. | Andreas Schneider | 2009-02-02 | 1 | -2/+6 | |
* | Fix the build. | Andreas Schneider | 2009-02-02 | 1 | -1/+1 | |
* | Fix build warnings in session code. | Andreas Schneider | 2009-02-02 | 1 | -3/+6 | |
* | Fix build warings in the server code. | Andreas Schneider | 2009-02-02 | 1 | -2/+2 | |
* | Fix several build warnings. | Andreas Schneider | 2009-02-02 | 2 | -4/+6 | |
* | Fix compiler warnings. | Andreas Schneider | 2009-02-02 | 2 | -2/+2 | |
* | Use unsigned values for length in buffer functions. | Andreas Schneider | 2009-02-02 | 2 | -4/+4 | |
* | Fix build warnings in channel code. | Andreas Schneider | 2009-02-02 | 1 | -3/+5 | |
* | The string_len function should return unsigned int. | Andreas Schneider | 2009-02-02 | 1 | -1/+1 | |
* | Fix compiler warning in client.c. | Andreas Schneider | 2009-02-02 | 1 | -1/+1 | |
* | Fix compiler warnings in buffer implementation. | Andreas Schneider | 2009-02-02 | 2 | -7/+7 | |
* | Fix build warnings of the auth code. | Andreas Schneider | 2009-02-02 | 1 | -1/+2 | |
* | Add Makefiles for the CMake build system. | Andreas Schneider | 2009-02-02 | 1 | -0/+18 | |
* | Add missing agent files. | Andreas Schneider | 2009-02-02 | 1 | -0/+48 | |
* | Cleanup the define check in the libssh header file. | Andreas Schneider | 2009-02-02 | 1 | -8/+7 | |
* | Start with ssh agent implementation. | Andreas Schneider | 2009-02-02 | 2 | -0/+42 | |
* | Add extern C declatrion to server header file. | Andreas Schneider | 2009-01-08 | 1 | -1/+9 | |
* | Add a more generic auth callback function. | Andreas Schneider | 2008-12-29 | 2 | -3/+31 | |
* | Change version numbers to 0.3. | Andreas Schneider | 2008-12-22 | 1 | -1/+1 | |
* | Add doxygen documentation for all public sftp functions. | Andreas Schneider | 2008-12-22 | 1 | -4/+445 | |
* | Create POSIX like sftp functions. | Andreas Schneider | 2008-12-22 | 2 | -7/+29 | |
* | some changes to resolve bugs reported by webyog | Aris Adamantiadis | 2008-12-14 | 1 | -0/+1 |