From owner-cvs-lib Wed Aug 13 18:45:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA13641 for cvs-lib-outgoing; Wed, 13 Aug 1997 18:45:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA13457; Wed, 13 Aug 1997 18:43:53 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id SAA05421; Wed, 13 Aug 1997 18:43:50 -0700 (PDT) Date: Wed, 13 Aug 1997 18:43:50 -0700 (PDT) Message-Id: <199708140143.SAA05421@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libalias HISTORY alias_old.c libalias.3 Makefile alias.c alias.h alias_db.c alias_local.h alias_util.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/08/13 18:43:50 PDT Modified files: (Branch: RELENG_2_2) lib/libalias Makefile alias.c alias.h alias_db.c alias_local.h alias_util.c Added files: (Branch: RELENG_2_2) lib/libalias HISTORY alias_old.c libalias.3 Log: YAMFC: o Update to version 2.2. Only the PacketAlias*() functions should now be used. The old 2.1 stuff is there for backwards compatability. Submitted by: Charles Mott o Fix file descriptor leak (going to version 2.3). Submitted by: Charles Mott Identified by: Gordon Burditt Revision Changes Path 1.1.1.1.2.1 +3 -2 src/lib/libalias/Makefile 1.1.1.1.2.1 +21 -67 src/lib/libalias/alias.c 1.1.1.1.2.1 +79 -34 src/lib/libalias/alias.h 1.1.1.1.2.1 +55 -87 src/lib/libalias/alias_db.c 1.1.1.1.2.1 +6 -4 src/lib/libalias/alias_local.h 1.1.1.1.2.1 +4 -2 src/lib/libalias/alias_util.c