aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/callbacks.h
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-10Rename callback header file.Andreas Schneider1-0/+91