| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Replace ssh_say with ssh_log. | Andreas Schneider | 2009-03-11 | 1 | -8/+17 | |
| * | Fix compiler warning about unused variable. | Andreas Schneider | 2009-03-11 | 1 | -9/+15 | |
| * | Fix compiler warnings in keyfile.c. | Andreas Schneider | 2009-03-11 | 1 | -25/+19 | |
| * | Fix compilation and installation of libssh. | Andreas Schneider | 2009-03-08 | 1 | -0/+7 | |
| * | Fix build warnings. | Andreas Schneider | 2009-03-08 | 1 | -4/+6 | |
| * | Fix cross compilation errors. | Andreas Schneider | 2009-03-08 | 1 | -3/+3 | |
| * | Fix cross compilation. | Andreas Schneider | 2009-03-08 | 1 | -0/+2 | |
| * | Fix crypto/gcrypt detection and prepare for cross compilation. | Andreas Schneider | 2009-03-08 | 1 | -4/+25 | |
| * | Fix build warnings. | Andreas Schneider | 2009-03-08 | 1 | -2/+2 | |
| * | Add missing include file. | Andreas Schneider | 2009-03-08 | 1 | -0/+1 | |
| * | Fix build errors. | Andreas Schneider | 2009-03-08 | 1 | -4/+4 | |
| * | Fix build on Windows. | Andreas Schneider | 2009-03-08 | 1 | -0/+4 | |
| * | Fix version number. | Andreas Schneider | 2009-03-08 | 1 | -1/+1 | |
| * | Rename function to set sftp error to be consistent. | Andreas Schneider | 2009-02-09 | 1 | -16/+16 | |
| * | Rename function to agent_is_running. | Andreas Schneider | 2009-02-09 | 2 | -3/+3 | |
| * | Fix the ifdefs. | Andreas Schneider | 2009-02-06 | 2 | -4/+3 | |
| * | Add missing ifdef for ssh-agent support. | Andreas Schneider | 2009-02-06 | 2 | -4/+5 | |
| * | Complete ssh client agent support. | Andreas Schneider | 2009-02-06 | 3 | -46/+374 | |
| * | exit-status should be -1 when undefined | Aris Adamantiadis | 2009-02-04 | 1 | -3/+3 | |
| * | channel_get_exit_status() | Aris Adamantiadis | 2009-02-03 | 1 | -0/+12 | |
| * | added logging for exit-status | Aris Adamantiadis | 2009-02-03 | 1 | -0/+1 | |
| * | Fix typo. | Andreas Schneider | 2009-02-03 | 1 | -1/+1 | |
| * | Remove deprecated pubkey_get_hash function. | Andreas Schneider | 2009-02-02 | 1 | -6/+0 | |
| * | Fix build warnings in the crypto wrapper functions. | Andreas Schneider | 2009-02-02 | 1 | -8/+13 | |
| * | Fix build warnings in socket code. | Andreas Schneider | 2009-02-02 | 1 | -13/+18 | |
| * | Return count if the write was successful. | Andreas Schneider | 2009-02-02 | 1 | -2/+1 | |
| * | Fix build warnings in sftp code. | Andreas Schneider | 2009-02-02 | 1 | -24/+37 | |
| * | Fix build warnings in session code. | Andreas Schneider | 2009-02-02 | 1 | -2/+3 | |
| * | Fix build warings in the server code. | Andreas Schneider | 2009-02-02 | 1 | -3/+5 | |
| * | Fix several build warnings. | Andreas Schneider | 2009-02-02 | 8 | -24/+28 | |
| * | Fix compiler warnings. | Andreas Schneider | 2009-02-02 | 1 | -3/+3 | |
| * | Make ssh_connect_ai_timeout static. | Andreas Schneider | 2009-02-02 | 1 | -2/+2 | |
| * | Use unsigned values for length in buffer functions. | Andreas Schneider | 2009-02-02 | 1 | -4/+4 | |
| * | Fix build warnings in channel code. | Andreas Schneider | 2009-02-02 | 1 | -12/+16 | |
| * | 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 | |
| * | Make ssh_analyze_banner static as it is only used in this file. | Andreas Schneider | 2009-02-02 | 1 | -1/+1 | |
| * | Fix compiler warnings in buffer implementation. | Andreas Schneider | 2009-02-02 | 1 | -4/+4 | |
| * | Fix build warnings of the auth code. | Andreas Schneider | 2009-02-02 | 1 | -3/+2 | |
| * | Add Makefiles for the CMake build system. | Andreas Schneider | 2009-02-02 | 1 | -0/+91 | |
| * | Add missing agent files. | Andreas Schneider | 2009-02-02 | 1 | -0/+315 | |
| * | Start with ssh agent implementation. | Andreas Schneider | 2009-02-02 | 4 | -1/+47 | |
| * | Add a more generic auth callback function. | Andreas Schneider | 2008-12-29 | 3 | -50/+84 | |
| * | Add doxygen documentation for all public sftp functions. | Andreas Schneider | 2008-12-22 | 1 | -102/+34 | |
| * | Create POSIX like sftp functions. | Andreas Schneider | 2008-12-22 | 1 | -21/+79 | |
| * | http://www.cynapses.org/tmp/patches/libssh/0001-Replace-getenv-USER-with-getp... | Aris Adamantiadis | 2008-12-19 | 2 | -61/+25 | |
| * | some changes to resolve bugs reported by webyog | Aris Adamantiadis | 2008-12-14 | 3 | -11/+20 | |
| * | patches 0001-Save-the-last-error-and-provide-a-function-to-get-it.patch, | Aris Adamantiadis | 2008-11-24 | 8 | -99/+198 | |
| * | commited path 003 and 004 from Andreas Schneider | Aris Adamantiadis | 2008-11-23 | 3 | -4/+9 | |
| * | oops miscompilation | Aris Adamantiadis | 2008-11-05 | 1 | -13/+19 | |
