aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/priv.h
AgeCommit message (Expand)AuthorFilesLines
2010-08-09session: Added callback for the connection per session.milo1-1/+0
2010-08-03build: Fixed the Windows preprocessor macros and defines.Andreas Schneider1-35/+61
2010-05-12Fixed Windows build.Andreas Schneider1-2/+3
2010-05-11Use the new expand functions.Andreas Schneider1-1/+1
2010-05-10Use configure checks to define vsnprintf and strncpy.Andreas Schneider1-2/+10
2010-05-10Fixed building libssh with VC9.Andreas Schneider1-8/+17
2010-05-10Fixed a MSVC build error.Andreas Schneider1-0/+1
2010-05-10Added more defines to use secure VC functions.Andreas Schneider1-1/+10
2010-04-28Renamed private type TYPE_RSA to SSH_KEYTYPE_*Aris Adamantiadis1-6/+0
2010-01-24Made parts of SSH asynchronous (inc kex1)Aris Adamantiadis1-1/+2
2010-01-08Set socket blocking after connexionAris Adamantiadis1-1/+3
2010-01-06Made the server DH asynchronous.Aris Adamantiadis1-0/+3
2009-12-26Asynchronous service requestAris Adamantiadis1-0/+1
2009-12-18Moved the doxygen mainpage to doc/mainpage.doxAndreas Schneider1-12/+0
2009-12-18Added a mainpage to doxygen.Andreas Schneider1-0/+12
2009-12-13Key exchange currently done asynchronouslyAris Adamantiadis1-0/+2
2009-12-12packet SSH_KEXINIT received and parsedAris Adamantiadis1-1/+1
2009-12-06struct socket -> struct ssh_socket_struct +typedefAris Adamantiadis1-2/+2
2009-12-05More callback stuff in connectionAris Adamantiadis1-1/+0
2009-12-01Added gettimeofday for Windows.Andreas Schneider1-0/+5
2009-12-01Fixed uint* to work on Windows.Andreas Schneider1-1/+1
2009-11-30Socket connect callback working...Aris Adamantiadis1-1/+2
2009-11-30Some brain surgery to add event-based socketsAris Adamantiadis1-6/+2
2009-11-29Standardize callbacks style and add documentationAris Adamantiadis1-8/+9
2009-11-27Squashed commit of the following:Aris Adamantiadis1-1/+21
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 Schneider1-0/+1
2009-10-10fix typo in header inclusionAris Adamantiadis1-1/+1
2009-10-09get rid of the option structureAris 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-02Get rid of the options structure.Andreas Schneider1-5/+15
2009-09-26more priv.h splittingAris Adamantiadis1-94/+0
2009-09-26More include file splittingAris Adamantiadis1-189/+3
2009-09-26More include file movingsAris Adamantiadis1-116/+4
2009-09-25Fixed including of config.h.Andreas Schneider1-1/+3
2009-09-23Get rid of CRYPTOAris Adamantiadis1-4/+4
2009-09-23Moved lots of declaration out of priv.hAris Adamantiadis1-318/+1
2009-09-23Change #defines to enums when it makes senseAris Adamantiadis1-3/+5
2009-09-23get rid of SSH_OPTIONSAris Adamantiadis1-5/+5
2009-09-23get rid of SSH_SESSIONAris Adamantiadis1-67/+67
2009-09-23Changed the current callback sys to be scalableAris Adamantiadis1-7/+3
2009-09-22Added a userdata generic pointer to the log callback function.Andreas Schneider1-1/+2
2009-09-21Fixed building libssh with MSVC.Andreas Schneider1-0/+4
2009-09-16Limit the size of acceptable compressed packetsAris Adamantiadis1-1/+1
2009-09-15Added support for ~/.ssh/config.Andreas Schneider1-0/+3
2009-09-13SCP warning requestAris Adamantiadis1-0/+1
2009-09-13scp recursive modeAris Adamantiadis1-0/+1
2009-09-13Add better error detection + EOF requestAris Adamantiadis1-1/+3