index
:
libssh.git
master
v0-2
v0-3
v0-4
v0-5
v0-6
v0-7
wip/expose_buffer_methods
wip/expose_buffer_methods_wo_cwrap
libssh shared repository
Fabiano FidĂȘncio
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libssh
/
messages.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a memory leak in ssh_message_free().
Andreas Schneider
2009-06-20
1
-0
/
+2
*
Fix build warnings.
Andreas Schneider
2009-06-09
1
-0
/
+5
*
Fix the vim modeline and place it at the end of the file.
Andreas Schneider
2009-05-12
1
-3
/
+3
*
Fix a double free corruption.
Andreas Schneider
2009-05-11
1
-2
/
+2
*
Remove a wrong NULL check.
Andreas Schneider
2009-05-11
1
-4
/
+0
*
Add error checking to ssh message type functions.
Andreas Schneider
2009-04-10
1
-29
/
+40
*
Add more error checks to ssh_message_get().
Andreas Schneider
2009-04-10
1
-38
/
+47
*
Add error checking to ssh_message_channel_request_reply_default().
Andreas Schneider
2009-04-09
1
-13
/
+22
*
Add error checking to ssh_message_channel_request_reply_success().
Andreas Schneider
2009-04-09
1
-13
/
+26
*
Add error checking to handle_channel_request().
Andreas Schneider
2009-04-09
1
-68
/
+131
*
Add error checking to ssh_message_channel_request_open_reply_default().
Andreas Schneider
2009-04-09
1
-8
/
+27
*
Add error checking to ssh_message_channel_request_open_reply_accept().
Andreas Schneider
2009-04-09
1
-29
/
+54
*
Add error checking to handle_channel_request_open().
Andreas Schneider
2009-04-09
1
-30
/
+52
*
Add error checking to ssh_message_auth_reply_success().
Andreas Schneider
2009-04-09
1
-5
/
+14
*
Add error checks to ssh_message_auth_reply_default().
Andreas Schneider
2009-04-09
1
-36
/
+63
*
Improve ssh_message_auth* functions.
Andreas Schneider
2009-04-09
1
-5
/
+19
*
Add more error checks to handle_userauth_request().
Andreas Schneider
2009-04-09
1
-39
/
+90
*
Improve ssh_message_free().
Andreas Schneider
2009-04-09
1
-31
/
+25
*
Add return value to handle_unimplemented().
Andreas Schneider
2009-04-09
1
-5
/
+14
*
Add more error checks to handle_service_request().
Andreas Schneider
2009-04-09
1
-19
/
+38
*
Reformat message_new().
Andreas Schneider
2009-04-09
1
-9
/
+10
*
Add NULL check to ssh_message_free().
Andreas Schneider
2009-04-03
1
-0
/
+3
*
Added memory error checks for message functions.
Andreas Schneider
2009-04-01
1
-6
/
+23
*
Add checks for memory errors in channel functions.
Andreas Schneider
2009-04-01
1
-0
/
+4
*
Normalize the license in all files and add vim tab instructions.
Andreas Schneider
2009-03-29
1
-18
/
+23
*
Replace ssh_say with ssh_log.
Andreas Schneider
2009-03-11
1
-14
/
+26
*
Fix several build warnings.
Andreas Schneider
2009-02-02
1
-6
/
+10
*
doxygen fixes. Mostly typos and some comments.
Aris Adamantiadis
2008-11-04
1
-6
/
+11
*
fix bug 0000015 about memory leak in server path
Aris Adamantiadis
2008-06-30
1
-0
/
+9
*
Big changes :
Aris Adamantiadis
2008-06-16
1
-8
/
+0
*
big changes :
Aris Adamantiadis
2008-06-12
1
-32
/
+66
*
fixed the netdb problem ?
Aris Adamantiadis
2008-03-12
1
-1
/
+0
*
first part of win32 patches
Aris Adamantiadis
2008-03-07
1
-3
/
+4
*
added the gcrypt patch (without gcrypt as default library).
Aris Adamantiadis
2005-10-04
1
-0
/
+1
*
sftp server implementation :)
Aris Adamantiadis
2005-08-26
1
-1
/
+1
*
fixed server segfaults on exit (double frees)
Aris Adamantiadis
2005-08-25
1
-0
/
+1
*
More work on the server side and sftp.
Aris Adamantiadis
2005-08-18
1
-2
/
+5
*
some adds, now it's possible to test it correctly.
Aris Adamantiadis
2005-08-13
1
-0
/
+20
*
The kex works, the client authentifies (with password) then it's possible to ...
Aris Adamantiadis
2005-08-10
1
-0
/
+386