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
*
messages: Make sure we pop the message at the beginning.
milo
2010-08-09
1
-1
/
+9
*
Continue removing old flushing code
Aris Adamantiadis
2010-07-23
1
-1
/
+1
*
Sanitize libssh namespace + legacy wrappers
Aris Adamantiadis
2010-05-14
1
-58
/
+58
*
Fixed the documentation of the SSH messages.
Andreas Schneider
2010-04-04
1
-38
/
+63
*
Rename ssh_list_add to ssh_list_append.
Andreas Schneider
2010-03-04
1
-1
/
+1
*
renamed ssh_list_get_head to ssh_list_pop_head
Aris Adamantiadis
2010-03-01
1
-1
/
+1
*
More C++ wrapper work.
Aris Adamantiadis
2010-02-11
1
-0
/
+1
*
Correctly handle channel failures and chan states
Aris Adamantiadis
2010-01-24
1
-1
/
+1
*
Made packet handlers independant of session buffer
Aris Adamantiadis
2010-01-24
1
-9
/
+9
*
Fixed blocking bug in channel_poll
Aris Adamantiadis
2010-01-08
1
-1
/
+1
*
Prefix message_new with ssh_
Aris Adamantiadis
2010-01-08
1
-5
/
+5
*
Prefix message_handle_channel_request with ssh_
Aris Adamantiadis
2010-01-08
1
-1
/
+1
*
Dequeue the processed messages
Aris Adamantiadis
2010-01-08
1
-1
/
+19
*
Renamed message_queue to ssh_message_queue
Aris Adamantiadis
2010-01-08
1
-5
/
+5
*
Merged the channel_request hdlrs and clean hdlrs
Aris Adamantiadis
2010-01-08
1
-158
/
+53
*
ssh_packet_userauth_request with new system
Aris Adamantiadis
2010-01-08
1
-22
/
+28
*
Converted message handlers to new system
Aris Adamantiadis
2010-01-07
1
-51
/
+51
*
Changes to messages for async message handling
Aris Adamantiadis
2010-01-07
1
-10
/
+23
*
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
[next]