summaryrefslogtreecommitdiffstats
path: root/libssh
Commit message (Expand)AuthorAgeFilesLines
...
* Fix compilation with MSVC and use declspec to export functions.Andreas Schneider2009-08-113-219/+8
* Fix memory leak introduced by previous bugfixAris Adamantiadis2009-08-111-2/+3
* Fix uint8_t.Andreas Schneider2009-08-111-3/+3
* Add a NULL check for strdup memory allocation.Andreas Schneider2009-08-111-1/+6
* Latest scp codeAris Adamantiadis2009-08-101-13/+62
* Fixed stupid "can't parse known host key" bugAris Adamantiadis2009-08-101-0/+1
* I really really broke itAris Adamantiadis2009-08-101-2/+2
* oops I broke libssh.mapAris Adamantiadis2009-08-101-1/+1
* ssh_scp_push_file and ssh_scp_writeAris Adamantiadis2009-08-093-2/+58
* Initial scp implementation in source treeAris Adamantiadis2009-08-094-0/+103
* Fixed channel_poll broken when delayed EOF recvdAris Adamantiadis2009-08-091-0/+3
* Fix buffer overflow in generate_cookie()milo2009-08-071-4/+4
* Fix a typo: CHANNEL * -> ssh_channelmilo2009-08-071-1/+1
* Fix possible memory corruption (#14)milo2009-08-067-24/+24
* Remove ssh_fd_poll from map file.Andreas Schneider2009-08-052-2/+0
* Don't use the map file if the build type is debug.Andreas Schneider2009-08-011-2/+2
* Fixed libssh compilation without server support.Andreas Schneider2009-07-313-344/+345
* Add x11 forwarding support for ssh clientVic Lee2009-07-313-0/+122
* Cleanup the map file and oder it alphabetically.Andreas Schneider2009-07-301-68/+189
* Export public functions on Windows.Andreas Schneider2009-07-302-0/+208
* Fix build with MSVC.Andreas Schneider2009-07-3014-109/+124
* Compile the library with the map file again.Andreas Schneider2009-07-301-0/+9
* Add missing functions to map file.Andreas Schneider2009-07-301-9/+12
* Move channel_write_stderr to server.c.Andreas Schneider2009-07-292-18/+18
* Fix indent.Andreas Schneider2009-07-291-2/+2
* Update map file and introduce a new version.Andreas Schneider2009-07-291-2/+23
* Add channel_write_stderr prototype to the right header file.Andreas Schneider2009-07-291-1/+2
* Fix build errors in new messages functions.Andreas Schneider2009-07-291-4/+3
* Fleshed out server interfacePreston A. Elder2009-07-293-17/+246
* Add functions to get the extension count, name and data.Andreas Schneider2009-07-281-0/+32
* Add support to read and store sftp extensions.Andreas Schneider2009-07-281-21/+117
* Check for OpenSSH and implement sftp_symlink correct.Andreas Schneider2009-07-282-5/+59
* Fix SSH1 compilation.Andreas Schneider2009-07-276-26/+30
* Fix stdint type.Andreas Schneider2009-07-271-1/+1
* Fix SSH1 and stdint in SSH1 code.Andreas Schneider2009-07-271-11/+11
* Fix potential memory corruption bugmilo2009-07-271-0/+5
* Fix compile errors in keyfiles.Andreas Schneider2009-07-271-8/+8
* Public key authentication server sidemilo2009-07-273-5/+157
* Add ssh_file_readaccess_ok to check read access on a file.Andreas Schneider2009-07-271-0/+9
* Add a function to close the socket.Andreas Schneider2009-07-271-5/+15
* Fix a typo.Andreas Schneider2009-07-271-1/+2
* Switch completly to stdint types.Andreas Schneider2009-07-2515-189/+189
* Fix conflicting declarations of ssh_session and ssh_kbdint.Andreas Schneider2009-07-257-17/+17
* Fix return value of sftp_tell64().Andreas Schneider2009-07-251-1/+1
* Update map file for ssh_clean_pubkey_hash;Andreas Schneider2009-07-251-1/+1
* Add a sftp_tel64() function.Andreas Schneider2009-07-252-1/+6
* Add ssh_clean_pubkey_hash() which is needed on Windows.Andreas Schneider2009-07-251-0/+16
* Update map file.Andreas Schneider2009-07-251-0/+1
* Add sftp_readlink function.Andreas Schneider2009-07-251-0/+74
* Add sftp_symlink function.Andreas Schneider2009-07-251-0/+83