From owner-cvs-ports Thu Mar 19 06:58:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA29283 for cvs-ports-outgoing; Thu, 19 Mar 1998 06:58:29 -0800 (PST) (envelope-from owner-cvs-ports) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA29101; Thu, 19 Mar 1998 06:57:54 -0800 (PST) (envelope-from markm@FreeBSD.org) From: Mark Murray Received: (from markm@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA29821; Thu, 19 Mar 1998 06:57:22 -0800 (PST) Date: Thu, 19 Mar 1998 06:57:22 -0800 (PST) Message-Id: <199803191457.GAA29821@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/x11/XFree86 Makefile ports/x11/XFree86/files krb4auth.c krb4auth.h kerberos4.diffs md5 ports/x11/XFree86/scripts configure Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1998/03/19 06:57:21 PST Modified files: x11/XFree86 Makefile x11/XFree86/files kerberos4.diffs md5 x11/XFree86/scripts configure Added files: x11/XFree86/files krb4auth.c krb4auth.h Log: Enable all sorts of useful security features: o XDM-AUTHORIZATION-1 is more automated for the non-USA case. o PST's KerberosIV patches are reinstated for XDM. This is NOT a full-blown KerberosIV implementation for X - this will just get you a TGT when you log in - THATS ALL! o Enable compilation of SecureRPC. The use of SecureRPC at the moment is frought with danger! I have no idea how safe or good the implementation is. Enable at your own peril!! (Secure RPC is only available for those folk using 3.0-Current). Also allow XF86Setup to use TK-8.0. OK'ed By: JMZ Revision Changes Path 1.39 +22 -1 ports/x11/XFree86/Makefile 1.2 +221 -456 ports/x11/XFree86/files/kerberos4.diffs 1.13 +1 -0 ports/x11/XFree86/files/md5 1.33 +79 -19 ports/x11/XFree86/scripts/configure