summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* doc: Follow the current naming convention.Andreas Schneider2010-12-102-2/+2
|
* doc: Started to write a linking howto.Andreas Schneider2010-12-102-0/+29
|
* include: Only require LIBSSH_STATIC on Windows.Andreas Schneider2010-12-102-11/+18
|
* build: Use the same name for static and shared library.Andreas Schneider2010-12-101-0/+2
|
* server: Remove channel_write_stderr.Andreas Schneider2010-12-083-21/+1
|
* doc: Some small fixes in server.h.Andreas Schneider2010-12-071-11/+6
|
* doc: Fixed pki doc group.Andreas Schneider2010-12-071-1/+2
|
* doc: Define a doc group for the callbacks.Andreas Schneider2010-12-071-0/+11
|
* doc: Added buzzword.Andreas Schneider2010-12-071-1/+1
|
* Fix from Oleksandr ShneyderAris Adamantiadis2010-12-071-2/+4
| | | | http://www.libssh.org/archive/libssh/2010-11/0000005.html
* doc: Fixed doc namespace to be able to install manpages.Andreas Schneider2010-12-0511-20/+20
|
* Moved declarations from auth.h to various headersAris Adamantiadis2010-10-303-22/+25
|
* Moved includes from priv.h to bind.hAris Adamantiadis2010-10-274-25/+57
|
* Fix senddata.c for 32bits machinesAris Adamantiadis2010-10-271-3/+3
|
* Split ssh_bind functions in a new .c fileAris Adamantiadis2010-10-203-322/+373
|
* Fixed a bunch of smallish bugsAris Adamantiadis2010-10-205-17/+56
| | | | | http://linuxtesting.org/upstream-tracker/test_results/libssh/current/test_results.html for a whole list
* start of work to have callbackbased ssh_bindAris Adamantiadis2010-10-194-36/+139
|
* cmake: Fixed a problem with ccache.Andreas Schneider2010-10-191-1/+5
|
* Adapt comments in options to give parameters typesAris Adamantiadis2010-10-151-161/+161
|
* Oops, libssh.h did not compile anymoreAris Adamantiadis2010-10-151-2/+2
|
* Fix OPTIONS_BINDADDR, PROXYCOMMAND constant changeAris Adamantiadis2010-10-141-1/+1
|
* Removed the global poll ctx in fav. of /session ctxAris Adamantiadis2010-10-125-35/+21
|
* Add zlib@openssh.com on the list of compressionAris Adamantiadis2010-10-041-2/+2
|
* Implemented zlib@openssh.com compressionAris Adamantiadis2010-10-046-8/+48
|
* Resolved the server blocked bugAris Adamantiadis2010-10-031-0/+1
|
* Fix doxygen warningsAris Adamantiadis2010-10-031-2/+4
|
* resolve memory consumption bugAris Adamantiadis2010-10-032-2/+19
|
* Fix prepend bugAris Adamantiadis2010-10-033-5/+29
|
* test the buffer_prepend_data functionAris Adamantiadis2010-10-031-1/+22
|
* Removed references to ssh_buffer_get_beginAris Adamantiadis2010-10-0315-56/+56
|
* Added buffer test caseAris Adamantiadis2010-10-032-0/+68
|
* Fix warnings on testcasesAris Adamantiadis2010-10-021-1/+1
|
* Fix documentation of ssh_set_message_callbackAris Adamantiadis2010-10-021-2/+2
|
* Don't grow window if there is no space in the buffermilo2010-10-021-1/+1
|
* Fix the window not growing problemAris Adamantiadis2010-10-021-1/+6
| | | | | | | Fix conflict with patch from milo Conflicts: src/channels.c
* Change path to ../src instead of the old ../libsshmilo2010-10-021-1/+1
|
* Added ssh_channel_write_stderr() for the servermilo2010-10-022-0/+20
|
* Added channel features on the servermilo2010-10-022-6/+213
| | | | | | | - ssh_channel_request_send_exit_status() - ssh_channel_request_send_exit_signal() - enhanced these features client-side
* Handle global requests and reverse forwardingmilo2010-10-027-2/+242
|
* Add new callbacks in session and channelsmilo2010-10-024-3/+204
|
* First step getting rid of ssh_buffer_get_beginAris Adamantiadis2010-10-012-5/+5
|
* Rewrote channel_read_buffer to use ssh_channel_readAris Adamantiadis2010-10-011-71/+36
|
* Convert sftp.c to ssh_channel_readAris Adamantiadis2010-10-011-6/+22
|
* Update the window *after* effective readAris Adamantiadis2010-10-011-6/+6
|
* Fix the behaviour of channel window handlingAris Adamantiadis2010-10-011-15/+30
|
* Changed the threads cbks from struct to publ funcAris Adamantiadis2010-09-304-5/+26
|
* Removed the extern char *environAris Adamantiadis2010-09-301-3/+0
|
* Remove extern environ from the requirementsAris Adamantiadis2010-09-291-1/+1
|
* misc: Fixed a typo.Andreas Schneider2010-09-291-1/+1
|
* misc: Make sure ssh_analyze_banner has proper length checks.Andreas Schneider2010-09-291-19/+37
|