aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-11-12Fixed setting the timeout and ssh2 and ssh1 option.Andreas Schneider1-4/+4
2009-11-12Fixed setting the log verbosity.Andreas Schneider1-2/+2
2009-11-10Added an option to set log verbosity as string.Andreas Schneider2-0/+32
2009-11-09Always use the poll-emulation on Windows.Andreas Schneider1-1/+2
Until we we have a solution to use WSAPoll only on Vista and newer.
2009-11-09Added explanation in ssh_silent_disconnect doxygenAris Adamantiadis1-1/+2
2009-11-08First lines of experimental pcap output supportAris Adamantiadis9-1/+396
This will serve to debug packets right under wireshark !
2009-11-08Add an other (simplier ?) polling method to sampleAris Adamantiadis1-0/+103
2009-11-07change buffer size in sample.cAris Adamantiadis1-2/+2
2009-11-07Refactorize sample.cAris Adamantiadis2-121/+45
2009-11-07move authentication out of sampe.cAris Adamantiadis2-77/+7
2009-11-06Moved sftp parts into a new exampleAris Adamantiadis3-209/+274
2009-11-06Update structures name to new conventionAris Adamantiadis2-45/+45
SSH_POLL* -> ssh_poll_handle, SSH_POLL_CTX* -> ssh_poll_ctx
2009-11-06Improve MSVC support. Better binary compatibility.Andreas Schneider2-2/+2
Patch by Patrick Spendrin from KDE.
2009-11-05A few test cases for benchmarksAris Adamantiadis3-0/+36
2009-11-05Fixed compilation of samplesshd.Andreas Schneider1-0/+2
2009-11-05Merge branch 'master' of git://git.libssh.org/projects/libssh/libsshAndreas Schneider8-32/+43
2009-11-05channel_read() won't block until count b. are readAris Adamantiadis1-4/+6
2009-11-05Forgot to update config.h.cmakeAris Adamantiadis1-0/+3
2009-11-03Fix compilation on freebsd 6.0 which lacks argp.hAris Adamantiadis2-2/+8
2009-11-03Fix warnings on old gcc'sAris Adamantiadis2-19/+19
they don't like variable names having type names
2009-11-03Fix openssl header inclusionAris Adamantiadis2-7/+7
caused cbc_encrypt to be redefined by an openssl macro
2009-10-29Increase package version.Andreas Schneider1-1/+1
2009-10-29Fixed setting knownhosts in ssh_is_server_known().Andreas Schneider1-5/+7
2009-10-29Fixed a segfault on Windows.Andreas Schneider1-1/+1
2009-10-29Make libssh_scp a little more consistantAris Adamantiadis1-19/+18
2009-10-29Fix server kex againAris Adamantiadis3-5/+6
2009-10-29Fix server kexAris Adamantiadis1-6/+3
2009-10-25improve error reporting of sftp.cBernhard R. Link1-37/+203
Signed-off-by: Andreas Schneider <mail@cynapses.org>
2009-10-25buffer_get_data returns 0 on error, so checking buffer_get_u* for < 0 makes ↵Bernhard R. Link2-2/+2
no sense Signed-off-by: Andreas Schneider <mail@cynapses.org>
2009-10-23fix stupid bugAris Adamantiadis1-1/+1
2009-10-23Compatibility with (broken) sftp version 2 protocolsAris Adamantiadis1-10/+35
2009-10-23Add missing free.Andreas Schneider1-0/+1
2009-10-22Fix memory leaks in ssh_bind_options_set() if called twice.Andreas Schneider1-0/+3
This fixes ticket #36.
2009-10-17Allow use of SSH_DIR/ when expanding key pathsAris Adamantiadis4-23/+31
2009-10-17Verify existence of callback before using themAris Adamantiadis1-1/+1
2009-10-15Improve example authentication.Andreas Schneider1-37/+48
2009-10-15Added missing documentation for ssh_bind_options_set.Andreas Schneider1-14/+55
2009-10-15Added option parsing using GNU argp.Andreas Schneider1-3/+12
2009-10-15Added option to set log_verbosity in the server.Andreas Schneider4-8/+36
2009-10-15Added an option to set the port as string.Andreas Schneider3-4/+121
2009-10-15Fixed ssh_get_user_home_dir on Windows.Andreas Schneider1-2/+2
2009-10-15Fixed ssh_get_home_dir and ssh dir to be more portable on UNIX systems.Andreas Schneider4-24/+36
Thanks to Pino Toscano.
2009-10-13Add API changes to README.Andreas Schneider1-1/+21
2009-10-13Remove deprecated functions.Andreas Schneider2-34/+0
2009-10-11Fix a memory corruption in parse_status_msgVic Lee1-1/+1
Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Andreas Schneider <mail@cynapses.org>
2009-10-11add loggingAris Adamantiadis1-0/+1
2009-10-11Fix server. Now, it runsAris Adamantiadis1-1/+1
2009-10-10updated the sftp subsystem to follow the type convAris Adamantiadis4-317/+324
2009-10-10Add structure cleaning in commentAris Adamantiadis1-1/+1
2009-10-10Document the function to set the callbacks and provide an example.Andreas Schneider1-0/+22