aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/priv.h
AgeCommit message (Expand)AuthorFilesLines
2013-11-03priv: Fix brackets of burn macros.Andreas Schneider1-2/+2
2013-10-30cmake: Check for isblank().Andreas Schneider1-1/+3
2013-08-13include: Add a MIN macro.Andreas Schneider1-2/+3
2013-07-27include: Fix a build warning in MinGW.Andreas Schneider1-0/+1
2013-07-23cmake: Check for HAVE_GCC_VOLATILE_MEMORY_PROTECTION.Andreas Schneider1-2/+35
2013-07-22cmake: Check for _strtoui64() on Windows.Andreas Schneider1-13/+12
2013-07-21log: Make _ssh_log() public.Andreas Schneider1-4/+0
2013-07-14src: Remove enter_function() and leave_function().Andreas Schneider1-3/+0
2013-07-14error: Use new logging function.Andreas Schneider1-0/+4
2013-07-14log: Implment new logging functions.Andreas Schneider1-5/+7
2013-07-14cmake: Check if we have Thread Local Storage support.Andreas Schneider1-0/+8
2013-07-14server: Fix compilation without WITH_SERVERAris Adamantiadis1-1/+2
2013-07-13auth: adapt libssh to gssapi-with-mic serverAris Adamantiadis1-2/+3
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