aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/priv.h
AgeCommit message (Expand)AuthorFilesLines
2019-11-07server: Use really the negotiated signature typeJakub Jelen1-1/+11
2019-06-27connect: Removed unused codeAnderson Toshiyuki Sasaki1-2/+0
2019-06-14priv.h: Add macro definitions for PRIx32 and PRIx64Anderson Toshiyuki Sasaki1-0/+12
2019-02-21buffer: Fix regression introduced by 6c7eaa and c306a6Tilo Eckert1-6/+1
2019-01-09priv: Provide PRIu32 for Visual StudioJakub Jelen1-0/+4
2018-11-30include: Add macro for unused arguments and variablesAndreas Schneider1-2/+16
2018-10-24pki_crypto: Mark iqmp as unusedAndreas Schneider1-0/+2
2018-10-17priv: Add ssize_t if not available with MSVCAndreas Schneider1-0/+8
2018-09-05config: Parse Match keywordJakub Jelen1-0/+2
2018-08-29misc: Add strndup implementation if not provides by the OSAndreas Schneider1-0/+4
2018-08-27error: Add ssh_reset_error() functionAndreas Schneider1-0/+1
2018-06-30include: Add arpa/inet.h for htonlAndreas Schneider1-0/+4
2018-06-29Rest in Peace SSHv1Andreas Schneider1-6/+5
2018-06-28Remove vim modelines from all filesAndreas Schneider1-1/+0
2018-03-02priv: Implement explicit_bzero as a function if not availableAndreas Schneider1-15/+1
2018-02-22priv: Fix explicit_bzero macro if we pass a functionAndreas Schneider1-1/+2
2018-02-12src: Use explicit_bzero() if available on the platformAndreas Schneider1-21/+10
2017-10-28Fix config.h includesAndreas Schneider1-1/+2
2017-08-25packet: Fix fallthrough compiler warningsAndreas Schneider1-0/+8
2017-08-24priv: Add macro for MAXAndreas Schneider1-0/+4
2016-11-07misc: Use simpler macros for htonll and ntohllAndreas Schneider1-0/+18
2016-11-06cmake: Correctly check for sys/[u]time.hAndreas Schneider1-4/+0
2016-05-03priv: Fix client banner specification for libsshAndreas Schneider1-2/+2
2016-05-02connector: Implement ssh_connector_except()Aris Adamantiadis1-0/+4
2016-05-02auth: Cleanup memory leak when using SSH agentStef Walter1-0/+2
2015-10-20agent: Fix agent auth on big endian machinesAndreas Schneider1-0/+10
2015-06-30include: Add stdarg.h so we can check for va_copy macroAndreas Schneider1-0/+1
2015-06-24include: Add support for older MSVC versionsAndreas Schneider1-0/+4
2015-05-05include: Fix variadic macro issues with MSVCAndreas Schneider1-1/+9
2015-04-10bind: Correctly close sockets and invalidate them.Andreas Schneider1-0/+6
2015-04-02cmake: Detect __func__ and __FUNCTION__ during configure stepAndreas Schneider1-2/+6
2015-04-02include: We should use __func__ which is C99Andreas Schneider1-8/+6
2015-02-08buffer: buffer_pack & unpack on non-gnu compilersAris Adamantiadis1-0/+5
2015-02-02buffer: Improve argument checking in ssh_buffer_pack()Andreas Schneider1-0/+24
2014-02-02src: Define MAX_BUF_SIZE globally and use it.Joseph Southwell1-0/+13
2014-02-02build: remove OSX deprecated warnings for opensslAris Adamantiadis1-10/+0
2014-01-08include: Remove warning cause VSC doesn't know about it.Andreas Schneider1-1/+0
2014-01-08include: Fix building if we do not have asm volatile.Andreas Schneider1-1/+2
2013-11-04remove warnings on OSX (workaround)Aris Adamantiadis1-0/+10
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