diff options
Diffstat (limited to 'agent/ChangeLog')
-rw-r--r-- | agent/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/agent/ChangeLog b/agent/ChangeLog index 86f4569a0..06d7b85bf 100644 --- a/agent/ChangeLog +++ b/agent/ChangeLog @@ -1,5 +1,13 @@ +2007-01-31 Moritz Schulte <[email protected]> (wk) + + * command-ssh.c (stream_read_string): Initialize LENGTH to zero. + (start_command_handler_ssh): Use es_fgetc/es_ungetc to check if + EOF has been reached before trying to process another request. + 2007-01-31 Werner Koch <[email protected]> + * command-ssh.c (start_command_handler_ssh): + * Makefile.am (t_common_ldadd): Add LIBICONV. 2007-01-25 Werner Koch <[email protected]> |