From owner-cvs-libexec Mon Oct 23 23:51:05 1995 Return-Path: owner-cvs-libexec Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA18422 for cvs-libexec-outgoing; Mon, 23 Oct 1995 23:51:05 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA18384 ; Mon, 23 Oct 1995 23:50:53 -0700 Date: Mon, 23 Oct 1995 23:50:53 -0700 From: "Andrey A. Chernov" Message-Id: <199510240650.XAA18384@freefall.freebsd.org> To: CVS-commiters, cvs-libexec Subject: cvs commit: src/libexec/telnetd sys_term.c Sender: owner-cvs-libexec@FreeBSD.org Precedence: bulk ache 95/10/23 23:50:50 Modified: libexec/telnetd sys_term.c Log: Remove LD_NOSTD_PATH unsetenv, isn't exist anymore From owner-cvs-libexec Thu Oct 26 09:25:35 1995 Return-Path: owner-cvs-libexec Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA12131 for cvs-libexec-outgoing; Thu, 26 Oct 1995 09:25:35 -0700 Received: (from wpaul@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA12121 ; Thu, 26 Oct 1995 09:25:30 -0700 Date: Thu, 26 Oct 1995 09:25:30 -0700 From: Bill Paul Message-Id: <199510261625.JAA12121@freefall.freebsd.org> To: CVS-commiters, cvs-libexec Subject: cvs commit: src/libexec/revnetgroup - Imported sources Sender: owner-cvs-libexec@FreeBSD.org Precedence: bulk wpaul 95/10/26 09:25:30 Branch: libexec/revnetgroup 1.1.1 Log: Import the first cut of my (finally finished) revnetgroup program. This program parses the /etc/netgroup file into netgroup.byuser and netgroup.byhost format for NIS. I used hash tables to store the initial netgroup data in memory and to construct the 'reverse' netgroup output. It seems just as fast as the SunOS revnetgroup, which is surprising considering this is my first attempt at using hash tables in a real application. :) Note that I canibalized a large chunk of getnetgrent.c to save myself from having to write my own netgroup parsing functions. Status: Vendor Tag: WPAUL Release Tags: ver_1_1 N src/libexec/revnetgroup/Makefile N src/libexec/revnetgroup/hash.c N src/libexec/revnetgroup/parse_netgroup.c N src/libexec/revnetgroup/revnetgroup.c N src/libexec/revnetgroup/hash.h N src/libexec/revnetgroup/revnetgroup.8 No conflicts created by this import From owner-cvs-libexec Thu Oct 26 09:28:45 1995 Return-Path: owner-cvs-libexec Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA12410 for cvs-libexec-outgoing; Thu, 26 Oct 1995 09:28:45 -0700 Received: (from wpaul@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA12399 ; Thu, 26 Oct 1995 09:28:35 -0700 Date: Thu, 26 Oct 1995 09:28:35 -0700 From: Bill Paul Message-Id: <199510261628.JAA12399@freefall.freebsd.org> To: CVS-commiters, cvs-libexec Subject: cvs commit: src/libexec Makefile Sender: owner-cvs-libexec@FreeBSD.org Precedence: bulk wpaul 95/10/26 09:28:34 Modified: libexec Makefile Log: Add revnetgroup.