From owner-cvs-all@FreeBSD.ORG Wed Aug 4 15:17:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28E6616A4CE; Wed, 4 Aug 2004 15:17:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09FA143D5F; Wed, 4 Aug 2004 15:17:09 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i74FH8Co028151; Wed, 4 Aug 2004 15:17:08 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i74FH8e9028150; Wed, 4 Aug 2004 15:17:08 GMT (envelope-from marcus) Message-Id: <200408041517.i74FH8e9028150@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 4 Aug 2004 15:17:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libalias alias_pptp.c alias_skinny.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 15:17:09 -0000 marcus 2004-08-04 15:17:08 UTC FreeBSD src repository (doc,ports committer) Modified files: lib/libalias alias_pptp.c alias_skinny.c Log: Fix Skinny and PPTP NAT'ing after the introduction of the {ip,tcp,udp}_next functions. Basically, the ip_next() function was used to get the PPTP and Skinny headers when tcp_next() should have been used instead. Symptoms of this included a segfault in natd when trying to process a PPTP or Skinny packet. Approved by: des Revision Changes Path 1.12 +1 -1 src/lib/libalias/alias_pptp.c 1.7 +1 -1 src/lib/libalias/alias_skinny.c