aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-09ssh_disconnect doesn't free the session anymoreAris Adamantiadis2-1/+1
2009-10-09No more SSH_BIND SSH_MESSAGE etc.Aris Adamantiadis1-11/+12
2009-10-09Last nail on SSH_OPTIONS, SSH_SESSION etc.Aris Adamantiadis1-14/+1
2009-10-09get rid of the option structureAris Adamantiadis2-6/+5
2009-10-09Moved samples into examples directoryAris Adamantiadis1-1/+2
2009-10-09Modified server APIAris Adamantiadis1-1/+1
2009-10-05add ssh_set_error_oom and ssh_set_error_invalidBernhard R. Link1-0/+2
2009-10-05proper prototype of ssh_session_newBernhard R. Link1-1/+1
2009-10-04Fixed ssh_options_copy().Andreas Schneider1-1/+1
2009-10-02Get rid of the options structure.Andreas Schneider6-96/+65
2009-10-02Remove unused option functions.Andreas Schneider1-6/+0
2009-09-29Fix warnings on opensolarisAris Adamantiadis2-5/+5