| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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> | ||||
| * | build: Fixed the Windows preprocessor macros and defines. | Andreas Schneider | 2010-08-03 | 1 | -35/+61 |
| | | |||||
| * | Fixed Windows build. | Andreas Schneider | 2010-05-12 | 1 | -2/+3 |
| | | |||||
| * | Use the new expand functions. | Andreas Schneider | 2010-05-11 | 1 | -1/+1 |
| | | |||||
| * | Use configure checks to define vsnprintf and strncpy. | Andreas Schneider | 2010-05-10 | 1 | -2/+10 |
| | | |||||
| * | Fixed building libssh with VC9. | Andreas Schneider | 2010-05-10 | 1 | -8/+17 |
| | | |||||
| * | Fixed a MSVC build error. | Andreas Schneider | 2010-05-10 | 1 | -0/+1 |
| | | |||||
| * | Added more defines to use secure VC functions. | Andreas Schneider | 2010-05-10 | 1 | -1/+10 |
| | | |||||
| * | Renamed private type TYPE_RSA to SSH_KEYTYPE_* | Aris Adamantiadis | 2010-04-28 | 1 | -6/+0 |
| | | | | | Also made this enum public | ||||
| * | Made parts of SSH asynchronous (inc kex1) | Aris Adamantiadis | 2010-01-24 | 1 | -1/+2 |
| | | |||||
| * | Set socket blocking after connexion | Aris Adamantiadis | 2010-01-08 | 1 | -1/+3 |
| | | |||||
| * | Made the server DH asynchronous. | Aris Adamantiadis | 2010-01-06 | 1 | -0/+3 |
| | | | | | | | It still needs testing and cleanup, it was done with less care than the client-side. The socket listening and connexion is still synchronous | ||||
| * | Asynchronous service request | Aris Adamantiadis | 2009-12-26 | 1 | -0/+1 |
| | | |||||
| * | Moved the doxygen mainpage to doc/mainpage.dox | Andreas Schneider | 2009-12-18 | 1 | -12/+0 |
| | | |||||
| * | Added a mainpage to doxygen. | Andreas Schneider | 2009-12-18 | 1 | -0/+12 |
| | | |||||
