Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some tweaks of scp example | Aris Adamantiadis | 2009-08-12 | 1 | -1/+1 |
* | Make the calltrace logging optional | Aris Adamantiadis | 2009-08-12 | 1 | -0/+5 |
* | Latest scp code | Aris Adamantiadis | 2009-08-10 | 3 | -81/+96 |
* | Fixed stupid "can't parse known host key" bug | Aris Adamantiadis | 2009-08-10 | 1 | -0/+1 |
* | I really really broke it | Aris Adamantiadis | 2009-08-10 | 1 | -2/+2 |
* | oops I broke libssh.map | Aris Adamantiadis | 2009-08-10 | 1 | -1/+1 |
* | ssh_scp_push_file and ssh_scp_write | Aris Adamantiadis | 2009-08-09 | 5 | -3/+62 |
* | Initial scp implementation in source tree | Aris Adamantiadis | 2009-08-09 | 6 | -0/+124 |
* | Got the scp sample to work | Aris Adamantiadis | 2009-08-09 | 1 | -13/+39 |
* | Fixed channel_poll broken when delayed EOF recvd | Aris Adamantiadis | 2009-08-09 | 1 | -0/+3 |
* | Fix buffer overflow in generate_cookie() | milo | 2009-08-07 | 1 | -4/+4 |
* | Fix a typo: CHANNEL * -> ssh_channel | milo | 2009-08-07 | 1 | -1/+1 |
* | Fix possible memory corruption (#14) | milo | 2009-08-06 | 7 | -24/+24 |
* | Remove ssh_fd_poll from map file. | Andreas Schneider | 2009-08-05 | 2 | -2/+0 |
* | Remove ssh_fd_poll which is gone. | Andreas Schneider | 2009-08-05 | 1 | -1/+0 |
* | Move extension structure to the end. | Andreas Schneider | 2009-08-01 | 1 | -1/+1 |
* | Don't use the map file if the build type is debug. | Andreas Schneider | 2009-08-01 | 1 | -2/+2 |
* | Fixed libssh compilation without server support. | Andreas Schneider | 2009-07-31 | 6 | -392/+392 |
* | Add x11 forwarding support for ssh client | Vic Lee | 2009-07-31 | 4 | -0/+125 |
* | Cleanup the map file and oder it alphabetically. | Andreas Schneider | 2009-07-30 | 1 | -68/+189 |
* | Export public functions on Windows. | Andreas Schneider | 2009-07-30 | 2 | -0/+208 |
* | Fix Windows build. | Andreas Schneider | 2009-07-30 | 1 | -1/+2 |
* | Add strange names for Windows. | Andreas Schneider | 2009-07-30 | 1 | -0/+2 |
* | Fix project name in examples. | Andreas Schneider | 2009-07-30 | 1 | -2/+2 |
* | Fix build with MSVC. | Andreas Schneider | 2009-07-30 | 16 | -113/+153 |
* | Compile the library with the map file again. | Andreas Schneider | 2009-07-30 | 1 | -0/+9 |
* | Add missing functions to map file. | Andreas Schneider | 2009-07-30 | 1 | -9/+12 |
* | Change the library so version. | Andreas Schneider | 2009-07-30 | 1 | -2/+2 |
* | Move channel_write_stderr to server.c. | Andreas Schneider | 2009-07-29 | 5 | -19/+22 |
* | Fix indent. | Andreas Schneider | 2009-07-29 | 1 | -2/+2 |
* | Update map file and introduce a new version. | Andreas Schneider | 2009-07-29 | 1 | -2/+23 |
* | Add channel_write_stderr prototype to the right header file. | Andreas Schneider | 2009-07-29 | 3 | -3/+3 |
* | Fix build errors in new messages functions. | Andreas Schneider | 2009-07-29 | 1 | -4/+3 |
* | Fleshed out server interface | Preston A. Elder | 2009-07-29 | 4 | -25/+273 |
* | Add functions to get the extension count, name and data. | Andreas Schneider | 2009-07-28 | 3 | -1/+77 |
* | Add support to read and store sftp extensions. | Andreas Schneider | 2009-07-28 | 2 | -21/+120 |
* | Check for OpenSSH and implement sftp_symlink correct. | Andreas Schneider | 2009-07-28 | 4 | -5/+61 |
* | Fix SSH1 compilation. | Andreas Schneider | 2009-07-27 | 6 | -26/+30 |
* | Fix stdint type. | Andreas Schneider | 2009-07-27 | 1 | -1/+1 |
* | Fix SSH1 and stdint in SSH1 code. | Andreas Schneider | 2009-07-27 | 1 | -11/+11 |
* | Fix potential memory corruption bug | milo | 2009-07-27 | 1 | -0/+5 |
* | Fix typo orignator_port -> originator_port | milo | 2009-07-27 | 1 | -1/+1 |
* | Fix compile errors in keyfiles. | Andreas Schneider | 2009-07-27 | 1 | -8/+8 |
* | Remove double SSH2_MSG_USERAUTH_PK_OK. | Andreas Schneider | 2009-07-27 | 1 | -1/+0 |
* | Public key authentication server side | milo | 2009-07-27 | 6 | -5/+165 |
* | Add ssh_file_readaccess_ok to check read access on a file. | Andreas Schneider | 2009-07-27 | 1 | -0/+9 |
* | Add a function to close the socket. | Andreas Schneider | 2009-07-27 | 1 | -5/+15 |
* | Fix a typo. | Andreas Schneider | 2009-07-27 | 1 | -1/+2 |
* | Switch completly to stdint types. | Andreas Schneider | 2009-07-25 | 16 | -241/+235 |
* | First implementation of a scp transfer tool | Aris Adamantiadis | 2009-07-25 | 1 | -146/+192 |