summaryrefslogtreecommitdiffstats
path: root/libssh
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix compile bug introduced by another bugfixAris Adamantiadis2009-11-181-1/+1
|
* Fix another memleakAris Adamantiadis2009-11-181-1/+1
| | | | Use buffer_free instead of SAFE_FREE
* Fixed possible doulbe free problem found by Bernhard R. Link.Andreas Schneider2009-11-181-0/+4
|
* Added more error messages and checking to handle_channel_request.Andreas Schneider2009-11-181-0/+28
|
* 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-162-2/+27
|
* Pcap: Fix bug with non-encrypted incoming packetsAris Adamantiadis2009-11-161-0/+11
|
* Improved pcap dumping supportAris Adamantiadis2009-11-163-16/+112
|
* 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-101-0/+31
|
* 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-083-0/+307
| | | | This will serve to debug packets right under wireshark !
* Update structures name to new conventionAris Adamantiadis2009-11-061-28/+28
| | | | | SSH_POLL* -> ssh_poll_handle, SSH_POLL_CTX* -> ssh_poll_ctx
* channel_read() won't block until count b. are readAris Adamantiadis2009-11-051-4/+6
|
* Fix openssl header inclusionAris Adamantiadis2009-11-031-2/+1
| | | | | caused cbc_encrypt to be redefined by an openssl macro
* 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
|
* Fix server kex againAris Adamantiadis2009-10-292-5/+5
|
* 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-173-23/+27
|
* Verify existence of callback before using themAris Adamantiadis2009-10-171-1/+1
|
* Added missing documentation for ssh_bind_options_set.Andreas Schneider2009-10-151-14/+55
|
* Added option to set log_verbosity in the server.Andreas Schneider2009-10-152-7/+32
|
* Added an option to set the port as string.Andreas Schneider2009-10-151-2/+18
|
* 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.
* Remove deprecated functions.Andreas Schneider2009-10-131-13/+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>
* add loggingAris Adamantiadis2009-10-111-0/+1
|
* Fix server. Now, it runsAris Adamantiadis2009-10-111-1/+1
|
* updated the sftp subsystem to follow the type convAris Adamantiadis2009-10-102-186/+183
|
* Add a function to set the callback structure to the session.Andreas Schneider2009-10-102-0/+38
|
* ssh_disconnect doesn't free the session anymoreAris Adamantiadis2009-10-093-7/+9
|
* No more SSH_BIND SSH_MESSAGE etc.Aris Adamantiadis2009-10-091-11/+11
|
* get rid of the option structureAris Adamantiadis2009-10-092-39/+25
|
* Modified server APIAris Adamantiadis2009-10-091-19/+14
|
* Remove functions to set callbacks.Andreas Schneider2009-10-091-96/+0
|
* Added more error messages to config parser.Andreas Schneider2009-10-061-1/+3
|
* Fixed build temporarily.Andreas Schneider2009-10-051-0/+2
|
* Fix a segment fault in privatekey_from_fileVic Lee2009-10-051-1/+1
| | | | Signed-off-by: Vic Lee <llyzs@163.com>
* Merge branch 'master' of git://git.libssh.org/projects/libssh/libsshAris Adamantiadis2009-10-0512-764/+518
|\