summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Remove DEBUG_CRYPTO variable.Andreas Schneider2009-08-201-6/+0
| | | | | | | | You can enable it with cmake -DWITH_DEBUG_CRYPTO:BOOL=TRUE.
| * 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
| | | | | | | | Signed-off-by: Andreas Schneider <mail@cynapses.org>
| * Fix return code from packet_wait in channel_requestVic Lee2009-08-161-1/+1
| | | | | | | | Signed-off-by: Andreas Schneider <mail@cynapses.org>
| * Fix channel_accept_x11 on Windows.Andreas Schneider2009-08-161-3/+11
| |
| * Add forward listening featureVic Lee2009-08-163-12/+193
| | | | | | | | Signed-off-by: Andreas Schneider <mail@cynapses.org>
* | experimental callback systemAris Adamantiadis2009-08-237-8/+53
|/
* Fix channel_get_exit_status bug reported by VicLeeAris Adamantiadis2009-08-161-1/+3
| | | | | It would return -1 if the channel received the exit status and the close message at same time.
* 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
| | | | Thanks to Patrick Spendrin.
* 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
| | | | | | | | | | | | | | If you want to link against the static library you have to define LIBSSH_STATIC and link against ssh_static. gcc -static -DLIBSSH_STATIC -lssh_static foo.c -o foo
| * 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
| | | | | | | | Thanks to Patrick Spendrin <ps_ml@gmx.de> for all the MSVC fixes.
| * 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
| | | | The sample is now able to scp a file
* Fixed stupid "can't parse known host key" bugAris Adamantiadis2009-08-101-0/+1
| | | | due to a dangling \n in the base64 ...
* I really really broke itAris Adamantiadis2009-08-101-2/+2
| | | | excuse me !
* oops I broke libssh.mapAris Adamantiadis2009-08-101-1/+1
|
* ssh_scp_push_file and ssh_scp_writeAris Adamantiadis2009-08-095-3/+62
| | | | still needs tests
* Initial scp implementation in source treeAris Adamantiadis2009-08-096-0/+124
|
* Got the scp sample to workAris Adamantiadis2009-08-091-13/+39
| | | | Problem was that the terminal was not needed, and some nul bytes were to be read.
* Fixed channel_poll broken when delayed EOF recvdAris Adamantiadis2009-08-091-0/+3
| | | | Previous code returned SSH_EOF even if data was left in buffer
* Fix buffer overflow in generate_cookie()milo2009-08-071-4/+4
| | | | Signed-off-by: Andreas Schneider <mail@cynapses.org>
* Fix a typo: CHANNEL * -> ssh_channelmilo2009-08-071-1/+1
| | | | Signed-off-by: Andreas Schneider <mail@cynapses.org>
* Fix possible memory corruption (#14)milo2009-08-067-24/+24
| | | | Signed-off-by: Andreas Schneider <mail@cynapses.org>
* 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
| | | | | Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Andreas Schneider <mail@cynapses.org>
* 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
|