Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed SSH1 support. | Andreas Schneider | 2009-09-24 | 1 | -2/+2 |
* | Fix SSH1 compilation. | Andreas Schneider | 2009-07-29 | 1 | -10/+10 |
* | Fix build warnings. | Andreas Schneider | 2009-06-09 | 1 | -0/+4 |
* | Fix compilation of SSHv1. | Andreas Schneider | 2009-05-23 | 1 | -2/+2 |
* | Fix some compiler warnings on windows. | Andreas Schneider | 2009-05-13 | 1 | -2/+2 |
* | Fix the vim modeline and place it at the end of the file. | Andreas Schneider | 2009-05-12 | 1 | -2/+1 |
* | Rename buffer_add_data_begin() to buffer_prepend_data(). | Andreas Schneider | 2009-04-22 | 1 | -4/+4 |
* | Improve packet_hmac_verify(). | Andreas Schneider | 2009-04-15 | 1 | -1/+1 |
* | Use consistend return values for packet_wait() functions. | Andreas Schneider | 2009-04-14 | 1 | -91/+106 |
* | Add more error checks to packet_parse(). | Andreas Schneider | 2009-04-14 | 1 | -60/+65 |
* | Add more error checks to packet_send1(). | Andreas Schneider | 2009-04-14 | 1 | -41/+72 |
* | Add more error checks to packet_send2(). | Andreas Schneider | 2009-04-14 | 1 | -37/+64 |
* | Format packet_write(). | Andreas Schneider | 2009-04-14 | 1 | -8/+17 |
* | Format packet_flush(). | Andreas Schneider | 2009-04-14 | 1 | -8/+12 |
* | Use consistent return values for packet_translate(). | Andreas Schneider | 2009-04-14 | 1 | -19/+25 |
* | Add more error checks to packet_read1(). | Andreas Schneider | 2009-04-14 | 1 | -108/+138 |
* | Add more error checks to packet_read2(). | Andreas Schneider | 2009-04-10 | 1 | -119/+160 |
* | Fix header functions and add return value checks. | Andreas Schneider | 2009-04-08 | 1 | -2/+7 |
* | Fix SSHv1 compile errors. | Andreas Schneider | 2009-04-08 | 1 | -3/+3 |
* | Fix build warnings found with printf checking of ssh_set_error(). | Andreas Schneider | 2009-04-05 | 1 | -1/+2 |
* | Add memory error checking for packet functions. | Andreas Schneider | 2009-04-01 | 1 | -3/+13 |
* | Check for memory allocation errors. | Andreas Schneider | 2009-04-01 | 1 | -7/+18 |
* | Normalize the license in all files and add vim tab instructions. | Andreas Schneider | 2009-03-29 | 1 | -20/+23 |
* | Add an option WITH_LIBZ to compile with zlib support. | Andreas Schneider | 2009-03-28 | 1 | -5/+7 |
* | Fix build warnings. | Andreas Schneider | 2009-03-14 | 1 | -1/+1 |
* | Replace ssh_say with ssh_log. | Andreas Schneider | 2009-03-11 | 1 | -15/+24 |
* | oops missed a line in the fix | Aris Adamantiadis | 2008-06-17 | 1 | -3/+5 |
* | bug #00006 fix | Aris Adamantiadis | 2008-06-17 | 1 | -0/+3 |
* | displaced the data_to_* into socket | Aris Adamantiadis | 2008-06-16 | 1 | -2/+2 |
* | Big changes : | Aris Adamantiadis | 2008-06-16 | 1 | -214/+61 |
* | begin fixing the ssh_say everywhere | Aris Adamantiadis | 2008-06-12 | 1 | -1/+1 |
* | big changes : | Aris Adamantiadis | 2008-06-12 | 1 | -26/+83 |
* | fixed the netdb problem ? | Aris Adamantiadis | 2008-03-12 | 1 | -1/+0 |
* | first part of win32 patches | Aris Adamantiadis | 2008-03-07 | 1 | -1/+1 |
* | added the socket class and created wrappers | Aris Adamantiadis | 2008-03-04 | 1 | -43/+22 |
* | found the nasty server bug ("ssh_accept: ") | Aris Adamantiadis | 2007-03-17 | 1 | -1/+2 |
* | forgot a line from norbert's patch | Aris Adamantiadis | 2006-12-12 | 1 | -0/+1 |
* | norbert's patches + strange typo in packet_nonblocking_flush() | Aris Adamantiadis | 2006-12-12 | 1 | -2/+8 |
* | oops, forgot to verify that it compiled fine | Aris Adamantiadis | 2006-11-12 | 1 | -3/+18 |
* | nonblocking support in dh_handshake() from client.c | Aris Adamantiadis | 2005-11-30 | 1 | -14/+30 |
* | same changes, SSH1 (reading only). | Aris Adamantiadis | 2005-11-23 | 1 | -96/+90 |
* | added bases for nonblocking packet sending and receiving. packet_send | Aris Adamantiadis | 2005-11-22 | 1 | -116/+202 |
* | added the gcrypt patch (without gcrypt as default library). | Aris Adamantiadis | 2005-10-04 | 1 | -3/+3 |
* | More work on the server side and sftp. | Aris Adamantiadis | 2005-08-18 | 1 | -1/+1 |
* | server kex done :) | Aris Adamantiadis | 2005-08-07 | 1 | -2/+5 |
* | first import | Aris Adamantiadis | 2005-07-05 | 1 | -0/+563 |