Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix indent. | Andreas Schneider | 2009-07-29 | 1 | -2/+2 | |
* | Add channel_write_stderr prototype to the right header file. | Andreas Schneider | 2009-07-29 | 1 | -1/+2 | |
* | Fleshed out server interface | Preston A. Elder | 2009-07-29 | 1 | -15/+43 | |
* | Fix SSH1 compilation. | Andreas Schneider | 2009-07-27 | 1 | -6/+6 | |
* | Switch completly to stdint types. | Andreas Schneider | 2009-07-25 | 1 | -21/+21 | |
* | Fix conflicting declarations of ssh_session and ssh_kbdint. | Andreas Schneider | 2009-07-25 | 1 | -1/+1 | |
* | Missed something in channel_select for CHANNEL | Aris Adamantiadis | 2009-07-24 | 1 | -1/+1 | |
* | Changes all CHANNEL * to ssh_channel | Aris Adamantiadis | 2009-07-24 | 1 | -57/+57 | |
* | Changed all occurences of BUFFER * to ssh_buffer | Aris Adamantiadis | 2009-07-24 | 1 | -12/+12 | |
* | Change all occurences of STRING * to ssh_string | Aris Adamantiadis | 2009-07-24 | 1 | -11/+11 | |
* | Begin of asynchronous SSH message parsing | Aris Adamantiadis | 2009-06-17 | 1 | -0/+2 | |
* | Fixed potential format string attacks | Aris Adamantiadis | 2009-06-17 | 1 | -4/+4 | |
* | Simply leave the function, this should prevent a segfault. | Andreas Schneider | 2009-06-10 | 1 | -1/+2 | |
* | Fix a infinite loop on error. | Andreas Schneider | 2009-06-10 | 1 | -1/+3 | |
* | Fix build warnings. | Andreas Schneider | 2009-06-09 | 1 | -0/+4 | |
* | Fix some compiler warnings on windows. | Andreas Schneider | 2009-05-13 | 1 | -5/+6 | |
* | Fix the vim modeline and place it at the end of the file. | Andreas Schneider | 2009-05-12 | 1 | -3/+1 | |
* | Initialize the return value to fix a build warning. | Andreas Schneider | 2009-05-11 | 1 | -1/+1 | |
* | Wait for the exit status before returning. | Andreas Schneider | 2009-05-04 | 1 | -1/+16 | |
* | Remove line which was accidently commited. | Andreas Schneider | 2009-05-04 | 1 | -2/+0 | |
* | Fix a bug in channel_poll(). | Andreas Schneider | 2009-05-04 | 1 | -1/+1 | |
* | Improve channel_select(). | Andreas Schneider | 2009-05-04 | 1 | -120/+132 | |
* | Reformat count_ptrs(). | Andreas Schneider | 2009-05-04 | 1 | -6/+7 | |
* | Remove unused variable. | Andreas Schneider | 2009-05-04 | 1 | -1/+0 | |
* | Reformat channel_protocol_select(). | Andreas Schneider | 2009-05-04 | 1 | -42/+52 | |
* | Improve the docu of channel_get_exit_status(). | Andreas Schneider | 2009-05-04 | 1 | -5/+7 | |
* | Reformat channel_get_session() and improve docu. | Andreas Schneider | 2009-05-04 | 1 | -5/+8 | |
* | Improve channel_poll() and add a SSH_EOF return value. | Andreas Schneider | 2009-05-04 | 1 | -26/+34 | |
* | Add a warning. | Andreas Schneider | 2009-05-04 | 1 | -0/+3 | |
* | Implement channel_read() as a POSIX like function. | Andreas Schneider | 2009-05-04 | 1 | -115/+234 | |
* | Improve the documentation in channel_request_exec(). | Andreas Schneider | 2009-05-04 | 1 | -7/+13 | |
* | Improve the docu of channel_request_env(). | Andreas Schneider | 2009-05-04 | 1 | -8/+13 | |
* | Improve the channel_request_subsystem() docu. | Andreas Schneider | 2009-05-04 | 1 | -7/+10 | |
* | Improve channel_request_shell(). | Andreas Schneider | 2009-05-04 | 1 | -8/+11 | |
* | Improve channel_change_pty_size(). | Andreas Schneider | 2009-05-04 | 1 | -16/+15 | |
* | Reformat channel_request_pty(). | Andreas Schneider | 2009-05-04 | 1 | -7/+10 | |
* | Improve channel_request_pty_size(). | Andreas Schneider | 2009-05-04 | 1 | -27/+20 | |
* | Improve channel_request(). | Andreas Schneider | 2009-05-04 | 1 | -12/+7 | |
* | Improve channel_set_blocking(). | Andreas Schneider | 2009-05-04 | 1 | -7/+11 | |
* | Improve channel_is_* functions. | Andreas Schneider | 2009-05-04 | 1 | -22/+35 | |
* | Improve channel_write(). | Andreas Schneider | 2009-05-04 | 1 | -68/+81 | |
* | Improve channel_close(). | Andreas Schneider | 2009-05-03 | 1 | -13/+17 | |
* | Improve channel_send_eof(). | Andreas Schneider | 2009-05-03 | 1 | -7/+12 | |
* | Reformat channel_free(). | Andreas Schneider | 2009-05-03 | 1 | -3/+7 | |
* | Improve channel_open_forward(). | Andreas Schneider | 2009-05-03 | 1 | -17/+21 | |
* | Improve channel_open(). | Andreas Schneider | 2009-05-03 | 1 | -16/+18 | |
* | Reformat some code of channel_default_bufferize(). | Andreas Schneider | 2009-05-03 | 1 | -5/+8 | |
* | Reformat channel_handle(). | Andreas Schneider | 2009-05-03 | 1 | -27/+33 | |
* | Improve channel_rcv_request(). | Andreas Schneider | 2009-05-03 | 1 | -56/+75 | |
* | Improve channel_rcv_close(). | Andreas Schneider | 2009-05-03 | 1 | -24/+36 |