index
:
libssh.git
gssfixes
libssh testing ground
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libssh
/
channels.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Made packet_wait issue warnings
Aris Adamantiadis
2009-12-13
1
-13
/
+2
*
Standardize callbacks style and add documentation
Aris Adamantiadis
2009-11-29
1
-5
/
+5
*
Squashed commit of the following:
Aris Adamantiadis
2009-11-27
1
-149
/
+159
*
Fix another memleak
Aris Adamantiadis
2009-11-18
1
-1
/
+1
*
Fixed possible doulbe free problem found by Bernhard R. Link.
Andreas Schneider
2009-11-18
1
-0
/
+4
*
Fixed a memory leak in channel_new() if we have an error.
Andreas Schneider
2009-11-18
1
-0
/
+1
*
channel_read() won't block until count b. are read
Aris Adamantiadis
2009-11-05
1
-4
/
+6
*
more priv.h splitting
Aris Adamantiadis
2009-09-26
1
-0
/
+1
*
Fixed doxygen compilation warnings
Aris Adamantiadis
2009-09-26
1
-3
/
+3
*
More include file splitting
Aris Adamantiadis
2009-09-26
1
-0
/
+1
*
Moved lots of declaration out of priv.h
Aris Adamantiadis
2009-09-23
1
-1
/
+6
*
Get rid of SSH_MESSAGE
Aris Adamantiadis
2009-09-23
1
-2
/
+2
*
get rid of SSH_SESSION
Aris Adamantiadis
2009-09-23
1
-25
/
+25
*
Add warning in channel_open_forward documentation
Aris Adamantiadis
2009-09-14
1
-0
/
+3
*
Support for sending signals (RFC 4254, section 6.9).
Dmitry V. Krivenok
2009-09-10
1
-0
/
+51
*
Build channel_accept() on Windows too.
Andreas Schneider
2009-08-16
1
-2
/
+0
*
Fix return code from packet_wait in channel_request
Vic Lee
2009-08-16
1
-1
/
+1
*
Fix channel_accept_x11 on Windows.
Andreas Schneider
2009-08-16
1
-3
/
+11
*
Add forward listening feature
Vic Lee
2009-08-16
1
-12
/
+189
*
Fix channel_get_exit_status bug reported by VicLee
Aris Adamantiadis
2009-08-16
1
-1
/
+3
*
Fix compilation with MSVC and use declspec to export functions.
Andreas Schneider
2009-08-11
1
-0
/
+2
*
Fixed channel_poll broken when delayed EOF recvd
Aris Adamantiadis
2009-08-09
1
-0
/
+3
*
Fix buffer overflow in generate_cookie()
milo
2009-08-07
1
-4
/
+4
*
Fix possible memory corruption (#14)
milo
2009-08-06
1
-5
/
+5
*
Fixed libssh compilation without server support.
Andreas Schneider
2009-07-31
1
-2
/
+1
*
Add x11 forwarding support for ssh client
Vic Lee
2009-07-31
1
-0
/
+118
*
Fix build with MSVC.
Andreas Schneider
2009-07-30
1
-2
/
+1
*
Move channel_write_stderr to server.c.
Andreas Schneider
2009-07-29
1
-18
/
+1
*
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
[next]