Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmake: Detect __func__ and __FUNCTION__ during configure step | Andreas Schneider | 2015-04-02 | 1 | -2/+6 |
| | | | | Signed-off-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | include: We should use __func__ which is C99 | Andreas Schneider | 2015-04-02 | 1 | -8/+6 |
| | | | | Signed-off-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | build: remove OSX deprecated warnings for openssl | Aris Adamantiadis | 2014-02-04 | 1 | -10/+0 |
| | |||||
* | src: Define MAX_BUF_SIZE globally and use it. | Joseph Southwell | 2014-02-02 | 1 | -0/+13 |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | include: Remove warning cause VSC doesn't know about it. | Andreas Schneider | 2014-01-08 | 1 | -1/+0 |
| | |||||
* | include: Fix building if we do not have asm volatile. | Andreas Schneider | 2014-01-08 | 1 | -1/+2 |
| | |||||
* | remove warnings on OSX (workaround) | Aris Adamantiadis | 2013-11-04 | 1 | -0/+10 |
| | |||||
* | priv: Fix brackets of burn macros. | Andreas Schneider | 2013-11-03 | 1 | -2/+2 |
| | |||||
* | cmake: Check for isblank(). | Andreas Schneider | 2013-10-30 | 1 | -1/+3 |
| | |||||
* | include: Fix a build warning in MinGW. | Andreas Schneider | 2013-07-27 | 1 | -0/+1 |
| | |||||
* | cmake: Check for HAVE_GCC_VOLATILE_MEMORY_PROTECTION. | Andreas Schneider | 2013-07-23 | 1 | -2/+35 |
| | | | | | This ensures that the memset call is not optimized out by the compiler (works works with gcc and clang). | ||||
* | cmake: Check for _strtoui64() on Windows. | Andreas Schneider | 2013-07-22 | 1 | -13/+12 |
| | |||||
* | log: Make _ssh_log() public. | Andreas Schneider | 2013-07-21 | 1 | -4/+0 |
| | |||||
* | src: Remove enter_function() and leave_function(). | Andreas Schneider | 2013-07-14 | 1 | -3/+0 |
| | |||||
* | error: Use new logging function. | Andreas Schneider | 2013-07-14 | 1 | -0/+4 |
| | |||||
* | log: Implment new logging functions. | Andreas Schneider | 2013-07-14 | 1 | -5/+7 |
| | |||||
* | cmake: Check if we have Thread Local Storage support. | Andreas Schneider | 2013-07-14 | 1 | -0/+8 |
| | |||||
* | server: Fix compilation without WITH_SERVER | Aris Adamantiadis | 2013-07-14 | 1 | -1/+2 |
| | |||||
* | auth: adapt libssh to gssapi-with-mic server | Aris Adamantiadis | 2013-07-13 | 1 | -2/+3 |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | priv: Make really sure memset doesn't get optimzed out. | Andreas Schneider | 2013-03-13 | 1 | -2/+2 |
| | |||||
* | include: Fix the LGPL header. | Andreas Schneider | 2013-01-23 | 1 | -12/+11 |
| | | | | | This has been reported by rpmlint: libssh-devel.x86_64: W: incorrect-fsf-address libssh.h | ||||
* | BUG 97: Fix strtoull() detection on serveral platforms. | Andreas Schneider | 2012-12-03 | 1 | -1/+13 |
| | |||||
* | priv: Add BURN_BUFFER macro and make sure it isn't optimzed out. | Andreas Schneider | 2012-11-23 | 1 | -2/+5 |
| | |||||
* | packet: Move packet callbacks to packet_cb.c. | Andreas Schneider | 2011-09-18 | 1 | -11/+0 |
| | |||||
* | priv: Remove dead prototype. | Andreas Schneider | 2011-09-18 | 1 | -2/+0 |
| | |||||
* | crypt: Rename to packet_crypt. | Andreas Schneider | 2011-09-18 | 1 | -16/+0 |
| | |||||
* | priv: Remove crypto.h and add correct includes to src files. | Andreas Schneider | 2011-09-18 | 1 | -1/+0 |
| | |||||
* | socket: Move socket function to right location. | Andreas Schneider | 2011-09-18 | 1 | -2/+0 |
| | |||||
* | priv: Create crc32.h. | Andreas Schneider | 2011-09-18 | 1 | -4/+0 |
| | | | | As crc32 is only needed by SSHv1, build it only with SSHv1. | ||||
* | priv: Move gcrypt functions to gcrypt header. | Andreas Schneider | 2011-09-18 | 1 | -6/+0 |
| | |||||
* | priv: Start to remove enter_function. | Andreas Schneider | 2011-09-18 | 1 | -59/+38 |
| | |||||
* | priv: Move kex functions to kex header. | Andreas Schneider | 2011-09-18 | 1 | -14/+1 |
| | |||||
* | priv: Move options and config prototypes to own header. | Andreas Schneider | 2011-09-18 | 1 | -7/+0 |
| | |||||
* | priv: Move defines to the top. | Andreas Schneider | 2011-09-18 | 1 | -15/+8 |
| | |||||
* | server: split dh_handsake_server | Aris Adamantiadis | 2011-09-18 | 1 | -0/+1 |
| | |||||
* | kex: split key selection and sending | Aris Adamantiadis | 2011-09-18 | 1 | -7/+4 |
| | |||||
* | log: Split do_ssh_log(). | Andreas Schneider | 2011-09-17 | 1 | -0/+3 |
| | |||||
* | log: Remove unneeded ssh_log_function(). | Andreas Schneider | 2011-09-17 | 1 | -6/+1 |
| | |||||
* | error: Use macros for error functions. | Andreas Schneider | 2011-09-17 | 1 | -8/+21 |
| | |||||
* | priv: Remove obsolete ssh_keys_struct. | Andreas Schneider | 2011-09-10 | 1 | -5/+0 |
| | |||||
* | log: Improve the logging function. | Andreas Schneider | 2011-09-10 | 1 | -0/+8 |
| | |||||
* | priv: Add discard_const macros. | Andreas Schneider | 2011-08-21 | 1 | -0/+19 |
| | |||||
* | Fixes the ssh_log issue on ssh_bind handles. | Aris Adamantiadis | 2011-07-19 | 1 | -4/+8 |
| | |||||
* | scp: More correct fix for snprintf 64-bit format. | Andreas Schneider | 2011-04-15 | 1 | -0/+8 |
| | |||||
* | connect: Use ssh_is_ipaddr instead of regex. | Andreas Schneider | 2011-02-12 | 1 | -2/+0 |
| | |||||
* | cmake: Fixed msvc posix warnings and unsecure functions. | Andreas Schneider | 2011-01-02 | 1 | -6/+0 |
| | |||||
* | Moved declarations from auth.h to various headers | Aris Adamantiadis | 2010-10-30 | 1 | -22/+0 |
| | |||||
* | Moved includes from priv.h to bind.h | Aris Adamantiadis | 2010-10-27 | 1 | -25/+2 |
| | |||||
* | start of work to have callbackbased ssh_bind | Aris Adamantiadis | 2010-10-19 | 1 | -0/+6 |
| | |||||
* | session: Added callback for the connection per session. | milo | 2010-08-09 | 1 | -1/+0 |
| | | | | Signed-off-by: Andreas Schneider <asn@cynapses.org> |