Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add more error checks to sftp_read_and_dispatch(). | Andreas Schneider | 2009-04-22 | 1 | -17/+22 | |
* | Add more error checks to sftp_get_message(). | Andreas Schneider | 2009-04-22 | 1 | -26/+46 | |
* | Improve sftp_message_free(). | Andreas Schneider | 2009-04-22 | 1 | -7/+14 | |
* | Add more error checks to sftp_message_new(). | Andreas Schneider | 2009-04-22 | 1 | -11/+16 | |
* | Add more error checks to sftp_packet_read(). | Andreas Schneider | 2009-04-22 | 1 | -32/+47 | |
* | Reformat sftp_packet_write(). | Andreas Schneider | 2009-04-22 | 1 | -18/+23 | |
* | Rename buffer_add_data_begin() to buffer_prepend_data(). | Andreas Schneider | 2009-04-22 | 1 | -2/+6 | |
* | Add more error checks to sftp server init functions. | Andreas Schneider | 2009-04-22 | 1 | -45/+67 | |
* | Improve sftp_new() and sftp_free(). | Andreas Schneider | 2009-04-22 | 1 | -39/+55 | |
* | Fix build warnings on x86_64. | Andreas Schneider | 2009-04-05 | 1 | -2/+4 | |
* | Fix build warnings found with printf checking of ssh_set_error(). | Andreas Schneider | 2009-04-05 | 1 | -2/+4 | |
* | Fix varable name. | Andreas Schneider | 2009-04-05 | 1 | -8/+8 | |
* | Don't shadow a global variable declaration on unistd.h. | Andreas Schneider | 2009-04-05 | 1 | -7/+7 | |
* | Add memory error checks for strdup(). | Andreas Schneider | 2009-04-03 | 1 | -1/+6 | |
* | Add memory error checks for sftp functions. | Andreas Schneider | 2009-04-01 | 1 | -11/+65 | |
* | Add checks for memory errors in channel functions. | Andreas Schneider | 2009-04-01 | 1 | -0/+5 | |
* | Normalize the license in all files and add vim tab instructions. | Andreas Schneider | 2009-03-29 | 1 | -20/+25 | |
* | Add WITH_SERVER option. | Andreas Schneider | 2009-03-28 | 1 | -2/+2 | |
* | Fix compile warnings. | Andreas Schneider | 2009-03-18 | 1 | -1/+3 | |
* | Fix build warnings. | Andreas Schneider | 2009-03-14 | 1 | -2/+3 | |
* | Replace ssh_say with ssh_log. | Andreas Schneider | 2009-03-11 | 1 | -25/+43 | |
* | Rename function to set sftp error to be consistent. | Andreas Schneider | 2009-02-09 | 1 | -16/+16 | |
* | Return count if the write was successful. | Andreas Schneider | 2009-02-02 | 1 | -2/+1 | |
* | Fix build warnings in sftp code. | Andreas Schneider | 2009-02-02 | 1 | -24/+37 | |
* | Add doxygen documentation for all public sftp functions. | Andreas Schneider | 2008-12-22 | 1 | -102/+34 | |
* | Create POSIX like sftp functions. | Andreas Schneider | 2008-12-22 | 1 | -21/+79 | |
* | some changes to resolve bugs reported by webyog | Aris Adamantiadis | 2008-12-14 | 1 | -1/+4 | |
* | patches 0001-Save-the-last-error-and-provide-a-function-to-get-it.patch, | Aris Adamantiadis | 2008-11-24 | 1 | -58/+131 | |
* | oops miscompilation | Aris Adamantiadis | 2008-11-05 | 1 | -13/+19 | |
* | More doxygen documentation (internal set) | Aris Adamantiadis | 2008-11-05 | 1 | -94/+169 | |
* | doxygen fixes. Mostly typos and some comments. | Aris Adamantiadis | 2008-11-04 | 1 | -0/+1 | |
* | small changes in doxyfile. | Aris Adamantiadis | 2008-11-01 | 1 | -9/+20 | |
* | correct O_RDONLY sftp bug with windows systems | Aris Adamantiadis | 2008-10-20 | 1 | -2/+2 | |
* | begin fixing the ssh_say everywhere | Aris Adamantiadis | 2008-06-12 | 1 | -2/+8 | |
* | big changes : | Aris Adamantiadis | 2008-06-12 | 1 | -9/+31 | |
* | fix doxygen | Aris Adamantiadis | 2008-06-11 | 1 | -8/+8 | |
* | sftp asynchronous read | Aris Adamantiadis | 2008-06-11 | 1 | -1/+107 | |
* | fixed the netdb problem ? | Aris Adamantiadis | 2008-03-12 | 1 | -1/+0 | |
* | added the gcrypt patch (without gcrypt as default library). | Aris Adamantiadis | 2005-10-04 | 1 | -0/+1 | |
* | file opening/reading works :). | Aris Adamantiadis | 2005-08-26 | 1 | -2/+2 | |
* | sftp server implementation :) | Aris Adamantiadis | 2005-08-26 | 1 | -4/+5 | |
* | fixed server segfaults on exit (double frees) | Aris Adamantiadis | 2005-08-25 | 1 | -0/+31 | |
* | More work on the server side and sftp. | Aris Adamantiadis | 2005-08-18 | 1 | -1/+11 | |
* | first import | Aris Adamantiadis | 2005-07-05 | 1 | -0/+1290 |