debian/0000755000000000000000000000000011703445014007165 5ustar debian/stamp-autotools0000644000000000000000000000000011435513607012257 0ustar debian/docs0000644000000000000000000000003011435506715010041 0ustar NEWS README THANKS TODO debian/stamp-makefile-install0000644000000000000000000000000011435513614013445 0ustar debian/changelog0000644000000000000000000000525611703347631011055 0ustar tcpreen (1.4.4-2) unstable; urgency=low * Enable hardened build flags. Closes: #655250. * Switch to debhelper compat level v9. * Standard-Versions updated to 3.9.2. -- Alberto Capella Silva Wed, 11 Jan 2012 11:34:20 -0430 tcpreen (1.4.4-1) unstable; urgency=low * New upstream release * New maintainer. Closes: #581386. * Switch to dpkg-source 3.0 (quilt) format. * Upadate debian/watch. * Standard-Versions updated to 3.9.1. * debian/control, debian/compat: bump to DH7. * debian/copyright updated to DEP5. -- Alberto Capella Silva Sat, 04 Sep 2010 21:47:45 -0430 tcpreen (1.4.3-3) unstable; urgency=low * Converted patches to use quilt. * Added quilt as build-dependence. * Recreated lost 1.4.3-0.2 and 1.4.3-0.3 changelog information. -- Jose Carlos Medeiros Tue, 15 Jan 2008 16:20:18 -0200 tcpreen (1.4.3-2) unstable; urgency=low * New mantainer. (closes: #452191) * Package updated to cdbs. * debian/control: - Build-Depends: cdbs, autotools-dev - Standards-Version: 3.7.3 - Added pseudo header "Homepage:" * debian/copyright: Updated link download. * debian/watch: Added. -- Jose Carlos Medeiros Tue, 18 Dec 2007 11:15:17 -0200 tcpreen (1.4.3-0.3) unstable; urgency=high * Non-maintainer upload by security team. * Add missing part of the previous security fix in sockprot.cpp (Closes: #457781). -- Nico Golde Tue, 25 Dec 2007 23:22:57 +0100 tcpreen (1.4.3-0.2) unstable; urgency=low * Non-maintainer upload by security team. * This update addresses the following security issue: - remote buffer-overflow vulnerability in bridge.cpp because tcpreen fails to check user supplied data passed to the monitor_bridge function (Closes: #457781). -- Nico Golde Tue, 25 Dec 2007 17:32:38 +0100 tcpreen (1.4.3-0.1) unstable; urgency=low * NMU, with permission from maintainer. * New upstream release (Closes: #269639, #211956) * Standards version 3.7.0.0 * Use debhelper v5 -- Bastian Kleineidam Tue, 2 May 2006 21:24:00 +0200 tcpreen (1.2.2-1) unstable; urgency=low * new upstream version * changed maintainer address to oku@debian.org -- Oliver Kurth Tue, 4 Mar 2003 23:19:35 +0100 tcpreen (1.0.2-1) unstable; urgency=low * new upstream version * upstream now provides a man page * ask for sponsor now, hopefully closes: #155032 (ITP) -- Oliver Kurth Thu, 5 Sep 2002 23:49:58 +0200 tcpreen (0.8.1-1) unstable; urgency=low * Initial Release. -- Oliver Kurth Thu, 1 Aug 2002 12:25:47 +0200 debian/stamp-makefile-build0000644000000000000000000000000011435513612013074 0ustar debian/rules0000755000000000000000000000003511435741126010250 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000252711703346515011134 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Contact: Remi Denis-Courmont Upstream-Name: tcpreen Source: http://www.remlab.net/tcpreen/ Files: * Copyright: (C) 2002-2004 Remi Denis-Courmont License: GPL-2 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. Files: debian/* Copyright: (C) 2002 Oliver Kurth (C) 2007 Jose Carlos Medeiros (C) 2010 Alberto Capella Silva License: GPL-2 . On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/stamp-autotools-files0000644000000000000000000000000011435513565013362 0ustar debian/Makefile.in0000644000000000000000000002337710254515505011251 0ustar # Makefile.in generated by automake 1.9.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Makefile.am - debian Makefile for tcpreen # $Id: Makefile.am,v 1.1 2004/06/05 15:38:54 rdenisc Exp $ # *********************************************************************** # * Copyright (C) 2002-2004 Remi Denis-Courmont. * # * This program is free software; you can redistribute and/or modify * # * it under the terms of the GNU General Public License as published * # * by the Free Software Foundation; version 2 of the license. * # * * # * This program is distributed in the hope that it will be useful, * # * but WITHOUT ANY WARRANTY; without even the implied warranty of * # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * # * See the GNU General Public License for more details. * # * * # * You should have received a copy of the GNU General Public License * # * along with this program; if not, you can get it from: * # * http://www.gnu.org/copyleft/gpl.html * # *********************************************************************** srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = .. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = debian DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/getopt.m4 \ $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/hostname.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/sockaddr.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = DIST_SOURCES = DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ GMSGFMT = @GMSGFMT@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LDFLAGS = @LDFLAGS@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ MSGMERGE = @MSGMERGE@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ POSUB = @POSUB@ RANLIB = @RANLIB@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WINSOCK_FALSE = @WINSOCK_FALSE@ WINSOCK_TRUE = @WINSOCK_TRUE@ XGETTEXT = @XGETTEXT@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_RANLIB = @ac_ct_RANLIB@ ac_ct_STRIP = @ac_ct_STRIP@ am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ datadir = @datadir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ prefix = @prefix@ program_transform_name = @program_transform_name@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ EXTRA_DIST = changelog compat control copyright docs rules all: all-am .SUFFIXES: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu debian/Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --gnu debian/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh uninstall-info-am: tags: TAGS TAGS: ctags: CTAGS CTAGS: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ list='$(DISTFILES)'; for file in $$list; do \ case $$file in \ $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ esac; \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ if test "$$dir" != "$$file" && test "$$dir" != "."; then \ dir="/$$dir"; \ $(mkdir_p) "$(distdir)$$dir"; \ else \ dir=''; \ fi; \ if test -d $$d/$$file; then \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ fi; \ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ else \ test -f $(distdir)/$$file \ || cp -p $$d/$$file $(distdir)/$$file \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: html: html-am info: info-am info-am: install-data-am: install-exec-am: install-info: install-info-am install-man: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-info-am .PHONY: all all-am check check-am clean clean-generic distclean \ distclean-generic distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-exec \ install-exec-am install-info install-info-am install-man \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \ uninstall-info-am # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: debian/source/0000755000000000000000000000000011435507753010500 5ustar debian/source/format0000644000000000000000000000001411435507753011706 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211703331714010364 0ustar 9 debian/control0000644000000000000000000000111211703441754010572 0ustar Source: tcpreen Section: net Priority: optional Maintainer: Alberto Capella Silva DM-Upload-Allowed: yes Build-Depends: debhelper (>= 9), gettext, autotools-dev Standards-Version: 3.9.2 Homepage: http://www.remlab.net/tcpreen/ Package: tcpreen Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Simple TCP re-engineering tool TCPreen is a simple tool to monitor and analyze data transmitted between clients and servers through connection-oriented streams data such as a TCP sessions; it supports TCP over either IPv4 or IPv6. debian/Makefile.am0000644000000000000000000000237210060364416011226 0ustar # Makefile.am - debian Makefile for tcpreen # $Id: Makefile.am,v 1.1 2004/06/05 15:38:54 rdenisc Exp $ # *********************************************************************** # * Copyright (C) 2002-2004 Remi Denis-Courmont. * # * This program is free software; you can redistribute and/or modify * # * it under the terms of the GNU General Public License as published * # * by the Free Software Foundation; version 2 of the license. * # * * # * This program is distributed in the hope that it will be useful, * # * but WITHOUT ANY WARRANTY; without even the implied warranty of * # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * # * See the GNU General Public License for more details. * # * * # * You should have received a copy of the GNU General Public License * # * along with this program; if not, you can get it from: * # * http://www.gnu.org/copyleft/gpl.html * # *********************************************************************** EXTRA_DIST = changelog compat control copyright docs rules debian/stamp-patched0000644000000000000000000000000011435513564011640 0ustar debian/watch0000644000000000000000000000011411435507214010215 0ustar version=3 http://www.remlab.net/files/tcpreen/stable/tcpreen-(.*)\.tar\.bz2 debian/dirs0000644000000000000000000000001011435506715010050 0ustar usr/bin