summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
* Changed the threads cbks from struct to publ funcAris Adamantiadis2010-09-301-2/+15
|
* misc: Differentiate between client and server in ssh_analyze_banner.Andreas Schneider2010-09-291-1/+1
|
* misc: Move ssh_analyze_banner to a common location.Andreas Schneider2010-09-291-0/+1
| | | | Don't duplicate functions!
* pki: Added GPL to header file.Andreas Schneider2010-09-281-0/+21
|
* options: Rename HOSTKEYCHECK to STRICTHOSTKEYCHECK.Andreas Schneider2010-09-281-1/+1
| | | | | Looks like people are confused by the name and think this is normal host key checking.
* Fixed outgoing flow control + writes behavioursAris Adamantiadis2010-09-261-2/+2
|
* ssh_threads_init is privateAris Adamantiadis2010-09-121-1/+1
|
* Added initialisation logs for threadingAris Adamantiadis2010-09-121-1/+2
|
* Changed callbacks typeAris Adamantiadis2010-09-121-19/+1
|
* Implemented the noop and native pointersAris Adamantiadis2010-09-061-1/+22
|
* threads: Build a libssh threading library.Andreas Schneider2010-09-061-3/+3
|
* Moved pthread specific code in src/threads/pthread.cAris Adamantiadis2010-09-061-53/+1
| | | | | pthread example doesn't compile du to the lack of libssh_threads_native.so library
* server: Fixed a shadowed variable.Andreas Schneider2010-09-051-1/+1
|
* Made pthread threading a user macroAris Adamantiadis2010-09-031-1/+70
|
* Openssl implementation of threading + default impAris Adamantiadis2010-09-012-10/+18
|
* Begin of a solution for threadingAris Adamantiadis2010-08-301-0/+38
|
* ssh_channel_forward_* -> ssh_forward_*Aris Adamantiadis2010-08-282-6/+6
| | | | Fixes bug #108
* libsshpp: do not use deprecated functionsAris Adamantiadis2010-08-281-0/+3
|
* Fixed missing libsshpp methodsAris Adamantiadis2010-08-281-23/+60
|
* Added missing /** in doxygen @}'sAris Adamantiadis2010-08-282-2/+2
|
* Fix a few documentation issuesAris Adamantiadis2010-08-281-1/+1
|
* Near to end of implementation of the C++ wrapperAris Adamantiadis2010-08-281-19/+124
|
* Fix C++ documentation about the exceptionsAris Adamantiadis2010-08-271-0/+7
|
* Added a SSH_NO_CPP_EXCEPTIONS mode to libsshpp.hAris Adamantiadis2010-08-271-9/+26
|
* doc: Document the server responses.Andreas Schneider2010-08-271-1/+23
|
* Doxygen fixesAris Adamantiadis2010-08-231-1/+4
|
* lot of C++ wrapper workAris Adamantiadis2010-08-231-29/+194
|
* server: Added an API entry for the message callback.Milo Jhoran2010-08-133-3/+5
| | | | Signed-off-by: Andreas Schneider <asn@cynapses.org>
* server: Fix missing socket close notification.milo2010-08-131-0/+2
| | | | Signed-off-by: Andreas Schneider <asn@cynapses.org>
* server: Split ssh_bind_accept and create ssh_handle_key_exchange.milo2010-08-101-1/+10
| | | | Signed-off-by: Andreas Schneider <asn@cynapses.org>
* server: Make ssh_accept a depreacted function to not break the API.Andreas Schneider2010-08-091-0/+3
|
* server: Merge ssh_bind_accept.Andreas Schneider2010-08-091-11/+0
|
* server: Rename ssh_accept to ssh_bind_accept.Andreas Schneider2010-08-091-2/+4
|
* session: Added callback for the connection per session.milo2010-08-092-1/+1
| | | | Signed-off-by: Andreas Schneider <asn@cynapses.org>
* session: Fixed the type of the session dh_handshake_state.milo2010-08-091-2/+2
| | | | Signed-off-by: Andreas Schneider <asn@cynapses.org>
* build: Fixed the Windows preprocessor macros and defines.Andreas Schneider2010-08-031-35/+61
|
* Begining of zlib@openssh.org implementationAris Adamantiadis2010-07-231-0/+2
|
* Continue removing old flushing codeAris Adamantiadis2010-07-232-6/+1
|
* Removed obsolete socket functionsAris Adamantiadis2010-07-231-2/+2
|
* Add consistency check to ssh_set_callbacksAris Adamantiadis2010-07-232-1/+3
|
* Receive and send SSH_MSG_UNIMPLEMENTEDAris Adamantiadis2010-07-181-0/+2
|
* poll: Added poll constants for Windows.Andreas Schneider2010-07-091-2/+40
| | | | | WSAPoll uses different constanst values as the POSIX implementation, what else ...
* options: Added option to bind a client to an ip address.Andreas Schneider2010-07-072-2/+3
| | | | Thanks to Donatello Boccaforno <donatello.boccaforno@gmail.com>.
* Removed dead code in socket.cAris Adamantiadis2010-07-071-3/+2
|
* Add ssh_callbacks_exists internal macro + unittestAris Adamantiadis2010-06-251-6/+20
| | | (first commit with eclipse helios, crossing fingers ...)
* socket: Rename INVALID_SOCKET_T to SSH_INVALID_SOCKET.Andreas Schneider2010-06-171-1/+1
|
* socket: Fixed checks for max fd.Andreas Schneider2010-06-171-0/+2
|
* socket: Fixed prototype of ssh_socket_pollcallback().Andreas Schneider2010-06-171-1/+1
|
* poll: Fixed a malfunction with wrong max fd value check.Andreas Schneider2010-06-171-2/+6
|
* string: Added a function to delete a char basesd stirng object.Andreas Schneider2010-06-111-0/+1
|