summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a memory leak in channel_new() if we have an error.Andreas Schneider2009-11-181-0/+1
|
* Pcap: more cleanup and minimalist APIAris Adamantiadis2009-11-165-15/+36
|
* Pcap: Fix bug with non-encrypted incoming packetsAris Adamantiadis2009-11-161-0/+11
|
* Improved pcap dumping supportAris Adamantiadis2009-11-166-21/+170
|
* Improve standard logging.Andreas Schneider2009-11-122-1/+5
|
* Fixed setting the timeout and ssh2 and ssh1 option.Andreas Schneider2009-11-121-4/+4
|
* Fixed setting the log verbosity.Andreas Schneider2009-11-121-2/+2
|
* Added an option to set log verbosity as string.Andreas Schneider2009-11-102-0/+32
|
* Always use the poll-emulation on Windows.Andreas Schneider2009-11-091-1/+2
| | | | Until we we have a solution to use WSAPoll only on Vista and newer.
* Added explanation in ssh_silent_disconnect doxygenAris Adamantiadis2009-11-091-1/+2
|
* First lines of experimental pcap output supportAris Adamantiadis2009-11-089-1/+396
| | | | This will serve to debug packets right under wireshark !
* Add an other (simplier ?) polling method to sampleAris Adamantiadis2009-11-081-0/+103
|
* change buffer size in sample.cAris Adamantiadis2009-11-071-2/+2
|
* Refactorize sample.cAris Adamantiadis2009-11-072-121/+45
|
* move authentication out of sampe.cAris Adamantiadis2009-11-072-77/+7
|
* Moved sftp parts into a new exampleAris Adamantiadis2009-11-063-209/+274
|
* Update structures name to new conventionAris Adamantiadis2009-11-062-45/+45
| | | | | SSH_POLL* -> ssh_poll_handle, SSH_POLL_CTX* -> ssh_poll_ctx
* Improve MSVC support. Better binary compatibility.Andreas Schneider2009-11-062-2/+2
| | | | Patch by Patrick Spendrin from KDE.
* A few test cases for benchmarksAris Adamantiadis2009-11-053-0/+36
|
* Fixed compilation of samplesshd.Andreas Schneider2009-11-051-0/+2
|
* Merge branch 'master' of git://git.libssh.org/projects/libssh/libsshAndreas Schneider2009-11-058-32/+43
|\
| * channel_read() won't block until count b. are readAris Adamantiadis2009-11-051-4/+6
| |
| * Forgot to update config.h.cmakeAris Adamantiadis2009-11-051-0/+3
| |
| * Fix compilation on freebsd 6.0 which lacks argp.hAris Adamantiadis2009-11-032-2/+8
| |
| * Fix warnings on old gcc'sAris Adamantiadis2009-11-032-19/+19
| | | | | | | | they don't like variable names having type names
| * Fix openssl header inclusionAris Adamantiadis2009-11-032-7/+7
| | | | | | | | | | caused cbc_encrypt to be redefined by an openssl macro
* | Increase package version.Andreas Schneider2009-10-291-1/+1
|/
* Fixed setting knownhosts in ssh_is_server_known().Andreas Schneider2009-10-291-5/+7
|
* Fixed a segfault on Windows.Andreas Schneider2009-10-291-1/+1
|
* Make libssh_scp a little more consistantAris Adamantiadis2009-10-291-19/+18
|
* Fix server kex againAris Adamantiadis2009-10-293-5/+6
|
* Fix server kexAris Adamantiadis2009-10-291-6/+3
|
* improve error reporting of sftp.cBernhard R. Link2009-10-251-37/+203
| | | | Signed-off-by: Andreas Schneider <mail@cynapses.org>
* buffer_get_data returns 0 on error, so checking buffer_get_u* for < 0 makes ↵Bernhard R. Link2009-10-252-2/+2
| | | | | | no sense Signed-off-by: Andreas Schneider <mail@cynapses.org>
* fix stupid bugAris Adamantiadis2009-10-231-1/+1
|
* Compatibility with (broken) sftp version 2 protocolsAris Adamantiadis2009-10-231-10/+35
|
* Add missing free.Andreas Schneider2009-10-231-0/+1
|
* Fix memory leaks in ssh_bind_options_set() if called twice.Andreas Schneider2009-10-221-0/+3
| | | | This fixes ticket #36.
* Allow use of SSH_DIR/ when expanding key pathsAris Adamantiadis2009-10-174-23/+31
|
* Verify existence of callback before using themAris Adamantiadis2009-10-171-1/+1
|
* Improve example authentication.Andreas Schneider2009-10-151-37/+48
|
* Added missing documentation for ssh_bind_options_set.Andreas Schneider2009-10-151-14/+55
|
* Added option parsing using GNU argp.Andreas Schneider2009-10-151-3/+12
|
* Added option to set log_verbosity in the server.Andreas Schneider2009-10-154-8/+36
|
* Added an option to set the port as string.Andreas Schneider2009-10-153-4/+121
|
* Fixed ssh_get_user_home_dir on Windows.Andreas Schneider2009-10-151-2/+2
|
* Fixed ssh_get_home_dir and ssh dir to be more portable on UNIX systems.Andreas Schneider2009-10-154-24/+36
| | | | Thanks to Pino Toscano.
* Add API changes to README.Andreas Schneider2009-10-131-1/+21
|
* Remove deprecated functions.Andreas Schneider2009-10-132-34/+0
|
* Fix a memory corruption in parse_status_msgVic Lee2009-10-111-1/+1
| | | | | Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Andreas Schneider <mail@cynapses.org>