diff --git a/SRC/AUTHORS b/SRC/AUTHORS index 122eee7..c86f7d4 100644 --- a/SRC/AUTHORS +++ b/SRC/AUTHORS @@ -1 +1,4 @@ -Stephane Bortzmeyer +Stephane Bortzmeyer + +$Id$ + diff --git a/SRC/Makefile.am b/SRC/Makefile.am index 2cf249f..5890fc1 100644 --- a/SRC/Makefile.am +++ b/SRC/Makefile.am @@ -7,13 +7,13 @@ man_MANS = echoping.1 echoping_SOURCES = echoping.c error.c readline.c writen.c util.c http.c icp.c HTParse.c echoping.h icp.h HTParse.h echoping_LDADD = -EXTRA_DIST = $(man_MANS) - TESTS=test-echoping-local test-echoping-remote test-echoping-icp test: check tests: check +EXTRA_DIST = $(man_MANS) $(TESTS) + ## Otherwise, we depend on GNUmake, but for CVS users, not for regular ## tarball users ##AUTOMAKE_OPTIONS = no-dependencies diff --git a/SRC/Makefile.in b/SRC/Makefile.in index 7a1660d..47f3ea9 100644 --- a/SRC/Makefile.in +++ b/SRC/Makefile.in @@ -69,9 +69,9 @@ man_MANS = echoping.1 echoping_SOURCES = echoping.c error.c readline.c writen.c util.c http.c icp.c HTParse.c echoping.h icp.h HTParse.h echoping_LDADD = -EXTRA_DIST = $(man_MANS) - TESTS=test-echoping-local test-echoping-remote test-echoping-icp + +EXTRA_DIST = $(man_MANS) $(TESTS) ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = config.h diff --git a/SRC/TODO b/SRC/TODO index 4760b05..c7bc838 100644 --- a/SRC/TODO +++ b/SRC/TODO @@ -1,11 +1,7 @@ -A faire pour la version 2.1 : +Check the TCP timeout with T/TCP -TCP timeout et T/TCP +TCP timeout with long packets seem to confuse Cisco routers -TCP timeout et longs paquets (Cisco) +ICP always replies even when timeouting? -Tester sur plein (Linux, Irix, SunOS, FreeBSD) - -Bogue HTTP/1.0 si proxy - -Bogue ICP : répond toujours même si timeout, etc +$Id$ diff --git a/SRC/readline.c b/SRC/readline.c index 5e6280c..ee35ace 100644 --- a/SRC/readline.c +++ b/SRC/readline.c @@ -4,10 +4,13 @@ * a null (the same as fgets(3)). We return the number of characters up to, * but not including, the null (the same as strlen(3)). If ln == 0, we treat * newline as an ordinary charracter. + * + * Stolen from Stevens' book + * + * $Id$ + * */ -/* Stolen from Stevens' book */ - #include "echoping.h" int