aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2009-12-30Add new API function ssh_userauth_privatekey_file().Vic Lee1-0/+2
2009-12-27Made channel_open_session partially asynchronousAris Adamantiadis1-0/+3
2009-12-26Asynchronous authentication works !Aris Adamantiadis2-14/+43
2009-12-26New packet handler for SSH_USERAUTH_BANNERAris Adamantiadis2-1/+29
2009-12-26Asynchronous service requestAris Adamantiadis2-1/+17
2009-12-20added ssh_message_auth_reply_pk_ok_simpleAris Adamantiadis1-0/+2
2009-12-20Add key validation in server side authenticationAris Adamantiadis2-0/+8
2009-12-18Documentation callbacks.h + standardizationAris Adamantiadis1-1/+21
2009-12-18Fixed documentation of buffer struct.Andreas Schneider1-2/+1
2009-12-18Moved the doxygen mainpage to doc/mainpage.doxAndreas Schneider1-12/+0
2009-12-18Document the callback structure correctly.Andreas Schneider1-12/+23
2009-12-18Added a mainpage to doxygen.Andreas Schneider1-0/+12
2009-12-13Made packet_wait issue warningsAris Adamantiadis1-1/+0
2009-12-13Key exchange currently done asynchronouslyAris Adamantiadis1-0/+2
2009-12-12packet SSH_KEXINIT received and parsedAris Adamantiadis3-1/+33
2009-12-11Async connection + banner fetch is workingAris Adamantiadis1-2/+0
2009-12-11Added a global poll contextAris Adamantiadis1-1/+2
2009-12-10Don't install crypto.h which is an internal header file.Andreas Schneider1-1/+0
2009-12-09Fix some doxygen errorsAris Adamantiadis1-3/+6
2009-12-09Remove socklen_t definition.Andreas Schneider1-3/+0
2009-12-06struct socket -> struct ssh_socket_struct +typedefAris Adamantiadis5-33/+35
2009-12-05More callback stuff in connectionAris Adamantiadis2-1/+1
2009-12-03Trying to adapt client.c to use callbacksAris Adamantiadis1-0/+12
2009-12-01Asynchronous sockets work !Aris Adamantiadis1-8/+9
2009-12-01Added gettimeofday for Windows.Andreas Schneider1-0/+5
2009-12-01Fixed uint* to work on Windows.Andreas Schneider4-5/+9
2009-11-30Socket connect callback working...Aris Adamantiadis3-2/+4
2009-11-30Some brain surgery to add event-based socketsAris Adamantiadis3-6/+11
2009-11-29Standardize callbacks style and add documentationAris Adamantiadis2-33/+68
2009-11-27Squashed commit of the following:Aris Adamantiadis4-4/+89
2009-11-16Pcap: more cleanup and minimalist APIAris Adamantiadis2-9/+7
2009-11-16Improved pcap dumping supportAris Adamantiadis2-1/+8
2009-11-10Added an option to set log verbosity as string.Andreas Schneider1-0/+1
2009-11-08First lines of experimental pcap output supportAris Adamantiadis2-0/+31
2009-11-06Update structures name to new conventionAris Adamantiadis1-17/+17
2009-11-06Improve MSVC support. Better binary compatibility.Andreas Schneider2-2/+2
2009-11-03Fix warnings on old gcc'sAris Adamantiadis2-19/+19
2009-11-03Fix openssl header inclusionAris Adamantiadis1-5/+6
2009-10-29Fix server kex againAris Adamantiadis1-0/+1
2009-10-17Allow use of SSH_DIR/ when expanding key pathsAris Adamantiadis1-0/+4
2009-10-15Added option to set log_verbosity in the server.Andreas Schneider2-1/+4
2009-10-15Added an option to set the port as string.Andreas Schneider1-0/+1
2009-10-13Remove deprecated functions.Andreas Schneider1-21/+0
2009-10-10updated the sftp subsystem to follow the type convAris Adamantiadis1-104/+114
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-10fix typo in header inclusionAris Adamantiadis1-1/+1
2009-10-10Rename callback header file.Andreas Schneider2-1/+1
2009-10-10Add a function to set the callback structure to the session.Andreas Schneider1-6/+1