summaryrefslogtreecommitdiffstats
path: root/include/libssh/callbacks.h
Commit message (Expand)AuthorAgeFilesLines
* SSH_AUTH_OK -> SSH_AUTH_SUCCESS in commentsAlan Dunn2013-10-311-4/+4
* callbacks: Improve the documentation of ssh_threads_set_callbacks().Andreas Schneider2013-09-161-6/+11
* callbacks: Improve the documentation of ssh_threads_get_noop().Andreas Schneider2013-09-161-3/+7
* log: Implment new logging functions.Andreas Schneider2013-07-141-0/+34
* server: add pubkey auth callbackAris Adamantiadis2013-07-131-0/+23
* gssapi: Add user parameter to gssapi auth callbackAris Adamantiadis2013-07-131-2/+6
* gssapi: gssapi callbacks serversideAris Adamantiadis2013-07-131-2/+52
* server: callback for channel_request_subsystemAris Adamantiadis2013-07-131-0/+16
* server: added 2 missing channel callbacksAris Adamantiadis2013-07-131-1/+40
* client: handle x11 channel open requests with callbacksAris Adamantiadis2013-07-131-1/+17
* server: Implement X11 requests and window-changeAris Adamantiadis2013-07-131-2/+44
* channels: implement callback for agent forwarding requestAris Adamantiadis2013-07-131-0/+14
* callbacks: make the channel accept callback more logicalAris Adamantiadis2013-07-131-6/+5
* callbacks: new callbacks for gssapiAris Adamantiadis2013-07-131-1/+16
* server: added channel callbacksAris Adamantiadis2013-07-131-0/+36
* Defined SSH server callbacks interfaceAris Adamantiadis2013-07-131-0/+107
* include: Fix the LGPL header.Andreas Schneider2013-01-231-12/+11
* pki: Remove session from ssh_pki_import_privkey_* functions.Andreas Schneider2011-08-161-15/+0
* doc: Define a doc group for the callbacks.Andreas Schneider2010-12-071-0/+11
* Fix warnings on testcasesAris Adamantiadis2010-10-021-1/+1
* Add new callbacks in session and channelsmilo2010-10-021-3/+152
* Changed the threads cbks from struct to publ funcAris Adamantiadis2010-09-301-2/+15
* Changed callbacks typeAris Adamantiadis2010-09-121-19/+1
* Implemented the noop and native pointersAris Adamantiadis2010-09-061-1/+22
* Moved pthread specific code in src/threads/pthread.cAris Adamantiadis2010-09-061-53/+1
* Made pthread threading a user macroAris Adamantiadis2010-09-031-1/+70
* Openssl implementation of threading + default impAris Adamantiadis2010-09-011-0/+15
* Add consistency check to ssh_set_callbacksAris Adamantiadis2010-07-231-1/+1
* Add ssh_callbacks_exists internal macro + unittestAris Adamantiadis2010-06-251-6/+20
* Documentation callbacks.h + standardizationAris Adamantiadis2009-12-181-1/+21
* Document the callback structure correctly.Andreas Schneider2009-12-181-12/+23
* Asynchronous sockets work !Aris Adamantiadis2009-12-011-8/+9
* Fixed uint* to work on Windows.Andreas Schneider2009-12-011-2/+2
* Socket connect callback working...Aris Adamantiadis2009-11-301-1/+1
* Standardize callbacks style and add documentationAris Adamantiadis2009-11-291-25/+59
* Squashed commit of the following:Aris Adamantiadis2009-11-271-1/+63
* Add structure cleaning in commentAris Adamantiadis2009-10-101-1/+1
* Document the function to set the callbacks and provide an example.Andreas Schneider2009-10-101-0/+22
* resolve callback crashAris Adamantiadis2009-10-101-1/+1
* Rename callback header file.Andreas Schneider2009-10-101-0/+91