index
:
libssh.git
gssfixes
libssh testing ground
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libssh
/
messages.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add key validation in server side authentication
Aris Adamantiadis
2009-12-20
1
-5
/
+5
*
Resolving doxygen errors in internal mode
Aris Adamantiadis
2009-12-09
1
-5
/
+9
*
Squashed commit of the following:
Aris Adamantiadis
2009-11-27
1
-7
/
+12
*
Fix compile bug introduced by another bugfix
Aris Adamantiadis
2009-11-18
1
-1
/
+1
*
Added more error messages and checking to handle_channel_request.
Andreas Schneider
2009-11-18
1
-0
/
+28
*
add logging
Aris Adamantiadis
2009-10-11
1
-0
/
+1
*
more priv.h splitting
Aris Adamantiadis
2009-09-26
1
-0
/
+1
*
More include file splitting
Aris Adamantiadis
2009-09-26
1
-0
/
+3
*
Fix memory leaks found by tysonite
Aris Adamantiadis
2009-09-25
1
-7
/
+30
*
Moved lots of declaration out of priv.h
Aris Adamantiadis
2009-09-23
1
-1
/
+4
*
Get rid of SSH_MESSAGE
Aris Adamantiadis
2009-09-23
1
-22
/
+21
*
get rid of SSH_SESSION
Aris Adamantiadis
2009-09-23
1
-10
/
+10
*
Fixed libssh compilation without server support.
Andreas Schneider
2009-07-31
1
-342
/
+14
*
Fix build errors in new messages functions.
Andreas Schneider
2009-07-29
1
-4
/
+3
*
Fleshed out server interface
Preston A. Elder
2009-07-29
1
-2
/
+198
*
Fix potential memory corruption bug
milo
2009-07-27
1
-0
/
+5
*
Public key authentication server side
milo
2009-07-27
1
-1
/
+86
*
Switch completly to stdint types.
Andreas Schneider
2009-07-25
1
-8
/
+8
*
Fix conflicting declarations of ssh_session and ssh_kbdint.
Andreas Schneider
2009-07-25
1
-1
/
+1
*
Changes all CHANNEL * to ssh_channel
Aris Adamantiadis
2009-07-24
1
-2
/
+2
*
Change all occurences of STRING * to ssh_string
Aris Adamantiadis
2009-07-24
1
-11
/
+11
*
Fixed namespace problem in public structures
Aris Adamantiadis
2009-07-24
1
-1
/
+1
*
added ssh_message_callback support.
Aris Adamantiadis
2009-06-18
1
-10
/
+44
*
Begin of asynchronous SSH message parsing
Aris Adamantiadis
2009-06-17
1
-0
/
+12
*
ssh_message_retrieve + memoryleak fixed in ssh_message_free
Aris Adamantiadis
2009-06-17
1
-55
/
+75
*
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
[next]