aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/callbacks.h
AgeCommit message (Expand)AuthorFilesLines
2019-03-25The ssh_channel_callbacks_struct member name is channel_data_function.Jan Pazdziora1-1/+1
2016-11-05callbacks: Add support for MSVCAndreas Schneider1-5/+3
2016-05-02callbacks: Implement list of callbacks for channelsAris Adamantiadis1-0/+36
2016-05-02callback: Add macro to iterate callbacksAris Adamantiadis1-0/+37
2016-05-02callbacks: Add macro for callbacks execute listAris Adamantiadis1-0/+28
2016-05-02packets: Handle flow control callbacksAris Adamantiadis1-0/+20
2015-07-07client: handle agent forward open requests with callbacksFabiano Fidêncio1-0/+15
2014-04-09Revert "direct-tcpip and forwarded-tcpip callbacks"Andreas Schneider1-32/+2
2014-04-09direct-tcpip and forwarded-tcpip callbacksLoïc Michaux1-2/+32
2014-02-02doc: Document expected return value of channel data callbackAudrius Butkevicius1-0/+2
2014-01-08threads: support libgcrypt 1.6 hackAris Adamantiadis1-0/+2
2013-10-31SSH_AUTH_OK -> SSH_AUTH_SUCCESS in commentsAlan Dunn1-4/+4
2013-09-16callbacks: Improve the documentation of ssh_threads_set_callbacks().Andreas Schneider1-6/+11
2013-09-16callbacks: Improve the documentation of ssh_threads_get_noop().Andreas Schneider1-3/+7
2013-07-14log: Implment new logging functions.Andreas Schneider1-0/+34
2013-07-13server: add pubkey auth callbackAris Adamantiadis1-0/+23
2013-07-13gssapi: Add user parameter to gssapi auth callbackAris Adamantiadis1-2/+6
2013-07-13gssapi: gssapi callbacks serversideAris Adamantiadis1-2/+52
2013-07-13server: callback for channel_request_subsystemAris Adamantiadis1-0/+16
2013-07-13server: added 2 missing channel callbacksAris Adamantiadis1-1/+40
2013-07-13client: handle x11 channel open requests with callbacksAris Adamantiadis1-1/+17
2013-07-13server: Implement X11 requests and window-changeAris Adamantiadis1-2/+44
2013-07-13channels: implement callback for agent forwarding requestAris Adamantiadis1-0/+14
2013-07-13callbacks: make the channel accept callback more logicalAris Adamantiadis1-6/+5
2013-07-13callbacks: new callbacks for gssapiAris Adamantiadis1-1/+16
2013-07-13server: added channel callbacksAris Adamantiadis1-0/+36
2013-07-13Defined SSH server callbacks interfaceAris Adamantiadis1-0/+107
2013-01-23include: Fix the LGPL header.Andreas Schneider1-12/+11
2011-08-16pki: Remove session from ssh_pki_import_privkey_* functions.Andreas Schneider1-15/+0
2010-12-07doc: Define a doc group for the callbacks.Andreas Schneider1-0/+11
2010-10-02Fix warnings on testcasesAris Adamantiadis1-1/+1
2010-10-02Add new callbacks in session and channelsmilo1-3/+152
2010-09-30Changed the threads cbks from struct to publ funcAris Adamantiadis1-2/+15
2010-09-12Changed callbacks typeAris Adamantiadis1-19/+1
2010-09-06Implemented the noop and native pointersAris Adamantiadis1-1/+22
2010-09-06Moved pthread specific code in src/threads/pthread.cAris Adamantiadis1-53/+1
2010-09-03Made pthread threading a user macroAris Adamantiadis1-1/+70
2010-09-01Openssl implementation of threading + default impAris Adamantiadis1-0/+15
2010-07-23Add consistency check to ssh_set_callbacksAris Adamantiadis1-1/+1
2010-06-25Add ssh_callbacks_exists internal macro + unittestAris Adamantiadis1-6/+20
2009-12-18Documentation callbacks.h + standardizationAris Adamantiadis1-1/+21
2009-12-18Document the callback structure correctly.Andreas Schneider1-12/+23
2009-12-01Asynchronous sockets work !Aris Adamantiadis1-8/+9
2009-12-01Fixed uint* to work on Windows.Andreas Schneider1-2/+2
2009-11-30Socket connect callback working...Aris Adamantiadis1-1/+1
2009-11-29Standardize callbacks style and add documentationAris Adamantiadis1-25/+59
2009-11-27Squashed commit of the following:Aris Adamantiadis1-1/+63
2009-10-10Add structure cleaning in commentAris Adamantiadis1-1/+1
2009-10-10Document the function to set the callbacks and provide an example.Andreas Schneider1-0/+22
2009-10-10resolve callback crashAris Adamantiadis1-1/+1