summaryrefslogtreecommitdiffstats
path: root/include/libssh/priv.h
Commit message (Expand)AuthorAgeFilesLines
* include: Add stdarg.h so we can check for va_copy macroAndreas Schneider2015-06-301-0/+1
* include: Add support for older MSVC versionsAndreas Schneider2015-06-241-0/+4
* include: Fix variadic macro issues with MSVCAndreas Schneider2015-05-051-1/+9
* bind: Correctly close sockets and invalidate them.Andreas Schneider2015-04-101-0/+6
* cmake: Detect __func__ and __FUNCTION__ during configure stepAndreas Schneider2015-04-021-2/+6
* include: We should use __func__ which is C99Andreas Schneider2015-04-021-8/+6
* buffer: buffer_pack & unpack on non-gnu compilersAris Adamantiadis2015-02-081-0/+5
* buffer: Improve argument checking in ssh_buffer_pack()Andreas Schneider2015-02-021-0/+24
* src: Define MAX_BUF_SIZE globally and use it.Joseph Southwell2014-02-021-0/+13
* build: remove OSX deprecated warnings for opensslAris Adamantiadis2014-02-021-10/+0
* include: Remove warning cause VSC doesn't know about it.Andreas Schneider2014-01-081-1/+0
* include: Fix building if we do not have asm volatile.Andreas Schneider2014-01-081-1/+2
* remove warnings on OSX (workaround)Aris Adamantiadis2013-11-041-0/+10
* priv: Fix brackets of burn macros.Andreas Schneider2013-11-031-2/+2
* cmake: Check for isblank().Andreas Schneider2013-10-301-1/+3
* include: Add a MIN macro.Andreas Schneider2013-08-131-2/+3
* include: Fix a build warning in MinGW.Andreas Schneider2013-07-271-0/+1
* cmake: Check for HAVE_GCC_VOLATILE_MEMORY_PROTECTION.Andreas Schneider2013-07-231-2/+35
* cmake: Check for _strtoui64() on Windows.Andreas Schneider2013-07-221-13/+12
* log: Make _ssh_log() public.Andreas Schneider2013-07-211-4/+0
* src: Remove enter_function() and leave_function().Andreas Schneider2013-07-141-3/+0
* error: Use new logging function.Andreas Schneider2013-07-141-0/+4
* log: Implment new logging functions.Andreas Schneider2013-07-141-5/+7
* cmake: Check if we have Thread Local Storage support.Andreas Schneider2013-07-141-0/+8
* server: Fix compilation without WITH_SERVERAris Adamantiadis2013-07-141-1/+2
* auth: adapt libssh to gssapi-with-mic serverAris Adamantiadis2013-07-131-2/+3
* priv: Make really sure memset doesn't get optimzed out.Andreas Schneider2013-03-131-2/+2
* include: Fix the LGPL header.Andreas Schneider2013-01-231-12/+11
* BUG 97: Fix strtoull() detection on serveral platforms.Andreas Schneider2012-12-031-1/+13
* priv: Add BURN_BUFFER macro and make sure it isn't optimzed out.Andreas Schneider2012-11-231-2/+5
* packet: Move packet callbacks to packet_cb.c.Andreas Schneider2011-09-181-11/+0
* priv: Remove dead prototype.Andreas Schneider2011-09-181-2/+0
* crypt: Rename to packet_crypt.Andreas Schneider2011-09-181-16/+0
* priv: Remove crypto.h and add correct includes to src files.Andreas Schneider2011-09-181-1/+0
* socket: Move socket function to right location.Andreas Schneider2011-09-181-2/+0
* priv: Create crc32.h.Andreas Schneider2011-09-181-4/+0
* priv: Move gcrypt functions to gcrypt header.Andreas Schneider2011-09-181-6/+0
* priv: Start to remove enter_function.Andreas Schneider2011-09-181-59/+38
* priv: Move kex functions to kex header.Andreas Schneider2011-09-181-14/+1
* priv: Move options and config prototypes to own header.Andreas Schneider2011-09-181-7/+0
* priv: Move defines to the top.Andreas Schneider2011-09-181-15/+8
* server: split dh_handsake_serverAris Adamantiadis2011-09-181-0/+1
* kex: split key selection and sendingAris Adamantiadis2011-09-181-7/+4
* log: Split do_ssh_log().Andreas Schneider2011-09-171-0/+3
* log: Remove unneeded ssh_log_function().Andreas Schneider2011-09-171-6/+1
* error: Use macros for error functions.Andreas Schneider2011-09-171-8/+21
* priv: Remove obsolete ssh_keys_struct.Andreas Schneider2011-09-101-5/+0
* log: Improve the logging function.Andreas Schneider2011-09-101-0/+8
* priv: Add discard_const macros.Andreas Schneider2011-08-211-0/+19
* Fixes the ssh_log issue on ssh_bind handles.Aris Adamantiadis2011-07-191-4/+8