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
/
packet.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Limit the size of acceptable compressed packets
Aris Adamantiadis
2009-09-16
1
-1
/
+1
*
Fix "void * ptr used in pointer arithmetic" warng
Aris Adamantiadis
2009-08-29
1
-3
/
+3
*
Change SSH_LOG_RARE to SSH_LOG_PACKET in packet.c
Aris Adamantiadis
2009-08-29
1
-8
/
+8
*
Add forward listening feature
Vic Lee
2009-08-16
1
-0
/
+1
*
Fix build with MSVC.
Andreas Schneider
2009-07-30
1
-2
/
+1
*
Fix SSH1 compilation.
Andreas Schneider
2009-07-27
1
-10
/
+10
*
Fix SSH1 and stdint in SSH1 code.
Andreas Schneider
2009-07-27
1
-11
/
+11
*
Switch completly to stdint types.
Andreas Schneider
2009-07-25
1
-24
/
+24
*
Change all occurences of STRING * to ssh_string
Aris Adamantiadis
2009-07-24
1
-1
/
+1
*
added ssh_message_callback support.
Aris Adamantiadis
2009-06-18
1
-0
/
+3
*
Begin of asynchronous SSH message parsing
Aris Adamantiadis
2009-06-17
1
-1
/
+7
*
Fix build warnings.
Andreas Schneider
2009-06-09
1
-0
/
+4
*
Fix compilation of SSHv1.
Andreas Schneider
2009-05-23
1
-2
/
+2
*
Fix some compiler warnings on windows.
Andreas Schneider
2009-05-13
1
-2
/
+2
*
Fix the vim modeline and place it at the end of the file.
Andreas Schneider
2009-05-12
1
-2
/
+1
*
Rename buffer_add_data_begin() to buffer_prepend_data().
Andreas Schneider
2009-04-22
1
-4
/
+4
*
Improve packet_hmac_verify().
Andreas Schneider
2009-04-15
1
-1
/
+1
*
Use consistend return values for packet_wait() functions.
Andreas Schneider
2009-04-14
1
-91
/
+106
*
Add more error checks to packet_parse().
Andreas Schneider
2009-04-14
1
-60
/
+65
*
Add more error checks to packet_send1().
Andreas Schneider
2009-04-14
1
-41
/
+72
*
Add more error checks to packet_send2().
Andreas Schneider
2009-04-14
1
-37
/
+64
*
Format packet_write().
Andreas Schneider
2009-04-14
1
-8
/
+17
*
Format packet_flush().
Andreas Schneider
2009-04-14
1
-8
/
+12
*
Use consistent return values for packet_translate().
Andreas Schneider
2009-04-14
1
-19
/
+25
*
Add more error checks to packet_read1().
Andreas Schneider
2009-04-14
1
-108
/
+138
*
Add more error checks to packet_read2().
Andreas Schneider
2009-04-10
1
-119
/
+160
*
Fix header functions and add return value checks.
Andreas Schneider
2009-04-08
1
-2
/
+7
*
Fix SSHv1 compile errors.
Andreas Schneider
2009-04-08
1
-3
/
+3
*
Fix build warnings found with printf checking of ssh_set_error().
Andreas Schneider
2009-04-05
1
-1
/
+2
*
Add memory error checking for packet functions.
Andreas Schneider
2009-04-01
1
-3
/
+13
*
Check for memory allocation errors.
Andreas Schneider
2009-04-01
1
-7
/
+18
*
Normalize the license in all files and add vim tab instructions.
Andreas Schneider
2009-03-29
1
-20
/
+23
*
Add an option WITH_LIBZ to compile with zlib support.
Andreas Schneider
2009-03-28
1
-5
/
+7
*
Fix build warnings.
Andreas Schneider
2009-03-14
1
-1
/
+1
*
Replace ssh_say with ssh_log.
Andreas Schneider
2009-03-11
1
-15
/
+24
*
oops missed a line in the fix
Aris Adamantiadis
2008-06-17
1
-3
/
+5
*
bug #00006 fix
Aris Adamantiadis
2008-06-17
1
-0
/
+3
*
displaced the data_to_* into socket
Aris Adamantiadis
2008-06-16
1
-2
/
+2
*
Big changes :
Aris Adamantiadis
2008-06-16
1
-214
/
+61
*
begin fixing the ssh_say everywhere
Aris Adamantiadis
2008-06-12
1
-1
/
+1
*
big changes :
Aris Adamantiadis
2008-06-12
1
-26
/
+83
*
fixed the netdb problem ?
Aris Adamantiadis
2008-03-12
1
-1
/
+0
*
first part of win32 patches
Aris Adamantiadis
2008-03-07
1
-1
/
+1
*
added the socket class and created wrappers
Aris Adamantiadis
2008-03-04
1
-43
/
+22
*
found the nasty server bug ("ssh_accept: ")
Aris Adamantiadis
2007-03-17
1
-1
/
+2
*
forgot a line from norbert's patch
Aris Adamantiadis
2006-12-12
1
-0
/
+1
*
norbert's patches + strange typo in packet_nonblocking_flush()
Aris Adamantiadis
2006-12-12
1
-2
/
+8
*
oops, forgot to verify that it compiled fine
Aris Adamantiadis
2006-11-12
1
-3
/
+18
*
nonblocking support in dh_handshake() from client.c
Aris Adamantiadis
2005-11-30
1
-14
/
+30
*
same changes, SSH1 (reading only).
Aris Adamantiadis
2005-11-23
1
-96
/
+90
[next]