aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/priv.h
AgeCommit message (Expand)AuthorFilesLines
2013-03-13priv: Make really sure memset doesn't get optimzed out.Andreas Schneider1-2/+2
2013-01-23include: Fix the LGPL header.Andreas Schneider1-12/+11
2012-12-03BUG 97: Fix strtoull() detection on serveral platforms.Andreas Schneider1-1/+13
2012-11-23priv: Add BURN_BUFFER macro and make sure it isn't optimzed out.Andreas Schneider1-2/+5
2011-09-18packet: Move packet callbacks to packet_cb.c.Andreas Schneider1-11/+0
2011-09-18priv: Remove dead prototype.Andreas Schneider1-2/+0
2011-09-18crypt: Rename to packet_crypt.Andreas Schneider1-16/+0
2011-09-18priv: Remove crypto.h and add correct includes to src files.Andreas Schneider1-1/+0
2011-09-18socket: Move socket function to right location.Andreas Schneider1-2/+0
2011-09-18priv: Create crc32.h.Andreas Schneider1-4/+0
2011-09-18priv: Move gcrypt functions to gcrypt header.Andreas Schneider1-6/+0
2011-09-18priv: Start to remove enter_function.Andreas Schneider1-59/+38
2011-09-18priv: Move kex functions to kex header.Andreas Schneider1-14/+1
2011-09-18priv: Move options and config prototypes to own header.Andreas Schneider1-7/+0
2011-09-18priv: Move defines to the top.Andreas Schneider1-15/+8
2011-09-18server: split dh_handsake_serverAris Adamantiadis1-0/+1
2011-09-18kex: split key selection and sendingAris Adamantiadis1-7/+4
2011-09-17log: Split do_ssh_log().Andreas Schneider1-0/+3
2011-09-17log: Remove unneeded ssh_log_function().Andreas Schneider1-6/+1
2011-09-17error: Use macros for error functions.Andreas Schneider1-8/+21
2011-09-10priv: Remove obsolete ssh_keys_struct.Andreas Schneider1-5/+0
2011-09-10log: Improve the logging function.Andreas Schneider1-0/+8
2011-08-21priv: Add discard_const macros.Andreas Schneider1-0/+19
2011-07-19Fixes the ssh_log issue on ssh_bind handles.Aris Adamantiadis1-4/+8
2011-04-15scp: More correct fix for snprintf 64-bit format.Andreas Schneider1-0/+8
2011-02-12connect: Use ssh_is_ipaddr instead of regex.Andreas Schneider1-2/+0
2011-01-02cmake: Fixed msvc posix warnings and unsecure functions.Andreas Schneider1-6/+0
2010-10-30Moved declarations from auth.h to various headersAris Adamantiadis1-22/+0
2010-10-27Moved includes from priv.h to bind.hAris Adamantiadis1-25/+2
2010-10-19start of work to have callbackbased ssh_bindAris Adamantiadis1-0/+6
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