summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Remove DEBUG_CRYPTO variable.Andreas Schneider2009-08-201-6/+0
| * Don't shadow global vairables.Andreas Schneider2009-08-191-28/+28
| * Fix compile warnings.Andreas Schneider2009-08-171-22/+22
| * Build channel_accept() on Windows too.Andreas Schneider2009-08-161-2/+0
| * Fix double free pointer crash in dsa_public_to_stringVic Lee2009-08-161-1/+0
| * Fix return code from packet_wait in channel_requestVic Lee2009-08-161-1/+1
| * Fix channel_accept_x11 on Windows.Andreas Schneider2009-08-161-3/+11
| * Add forward listening featureVic Lee2009-08-163-12/+193
* | experimental callback systemAris Adamantiadis2009-08-237-8/+53
|/
* Fix channel_get_exit_status bug reported by VicLeeAris Adamantiadis2009-08-161-1/+3
* fix ssh_finalize which didn't clear the flagAris Adamantiadis2009-08-131-0/+1
* Add sftp_extension_supported() function.Andreas Schneider2009-08-123-75/+95
* Implement an example for statvfs.Andreas Schneider2009-08-121-0/+65
* Add support for OpenSSH's statvfs and fstatvfs calls.Andreas Schneider2009-08-122-3/+291
* Set version number to 0.4.0.Andreas Schneider2009-08-121-1/+1
* Fix compilation with visibility flags with mingw.Andreas Schneider2009-08-122-6/+7
* Enable the debug calltrace by default.Andreas Schneider2009-08-123-1/+9
* Merge branch 'master' of git://git.libssh.org/projects/libssh/libsshAris Adamantiadis2009-08-1216-679/+315
|\
| * Fix static build.Andreas Schneider2009-08-112-21/+21
| * Remove the map file from the sources.Andreas Schneider2009-08-111-1/+0
| * Use gcc visibility attribute to get rid of the map file.Andreas Schneider2009-08-114-248/+45
| * Fix linking of the static library on Windows.Andreas Schneider2009-08-111-0/+2
| * Fix compilation with MSVC and use declspec to export functions.Andreas Schneider2009-08-118-431/+256
| * Remove InstallRequiredSystemLibraries from CPack.Andreas Schneider2009-08-111-2/+0
| * Fix libssh build and installation on MSVC.Andreas Schneider2009-08-112-1/+5
| * Suppress warning about "deprecated" functions in MSVC.Andreas Schneider2009-08-111-0/+5
| * 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
* | some tweaks of scp exampleAris Adamantiadis2009-08-121-1/+1
* | Make the calltrace logging optionalAris Adamantiadis2009-08-121-0/+5
|/
* Latest scp codeAris Adamantiadis2009-08-103-81/+96
* 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-095-3/+62
* Initial scp implementation in source treeAris Adamantiadis2009-08-096-0/+124
* Got the scp sample to workAris Adamantiadis2009-08-091-13/+39
* 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
* Remove ssh_fd_poll which is gone.Andreas Schneider2009-08-051-1/+0
* Move extension structure to the end.Andreas Schneider2009-08-011-1/+1
* 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-316-392/+392
* Add x11 forwarding support for ssh clientVic Lee2009-07-314-0/+125
* 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