From owner-cvs-src-old@FreeBSD.ORG Tue Dec 29 10:28:45 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D23EF106568D for ; Tue, 29 Dec 2009 10:28:45 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C08FF8FC22 for ; Tue, 29 Dec 2009 10:28:45 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nBTASjhC058567 for ; Tue, 29 Dec 2009 10:28:45 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nBTASjFo058566 for cvs-src-old@freebsd.org; Tue, 29 Dec 2009 10:28:45 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <200912291028.nBTASjFo058566@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Tue, 29 Dec 2009 10:28:20 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/libexec/rpc.rusersd Makefile rusers_proc.c rusersd.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Dec 2009 10:28:45 -0000 ed 2009-12-29 10:28:20 UTC FreeBSD src repository Modified files: libexec/rpc.rusersd Makefile rusers_proc.c rusersd.c Log: SVN rev 201192 on 2009-12-29 10:28:20Z by ed Make rpc.ruserd work with utmpx/libulog. Because strings are now null-terminated, I've decided to just use an array of utmpx structures, instead of the separated strings. This means we just copy the entire utmpx structure and point to the strings within the structures directly. Revision Changes Path 1.10 +2 -2 src/libexec/rpc.rusersd/Makefile 1.15 +33 -88 src/libexec/rpc.rusersd/rusers_proc.c 1.13 +0 -2 src/libexec/rpc.rusersd/rusersd.c