aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/callbacks.h
AgeCommit message (Expand)AuthorFilesLines
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