From 8d65f4e28ddf33814288a4b35745e7f3fb84e4c8 Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 11 Jul 2009 00:16:39 +0000 Subject: [PATCH] Make Ncat's --send-only actually not receive from the network when used in listen and/or broker modes. --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index db3437071..d58bc0185 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -10,6 +10,10 @@ o [Ncat] Ncat now prints a message like "Connection refused." by success in a case like ncat remote < short-file +o [Ncat] Using --send-only in conjunction with the plain listen or broker modes + now behaves as it should: nothing will be read from the network end. Ncat + was simply discarding any data received. [Kris] + o [Ncat] Added additional test cases to the ncat/test/test-cmdline-split program and rewrote the cmdline_split function in ncat_posix.c [Josh Marlow]