From owner-cvs-lib Sun May 17 20:38:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA22206 for cvs-lib-outgoing; Sun, 17 May 1998 20:38:12 -0700 (PDT) (envelope-from owner-cvs-lib) 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 UAA21864; Sun, 17 May 1998 20:37:27 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA26073; Sun, 17 May 1998 20:33:13 -0700 (PDT) Date: Sun, 17 May 1998 20:33:13 -0700 (PDT) Message-Id: <199805180333.UAA26073@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/bin/kill kill.1 src/lib/libc/sys sigaction.2 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkoshy 1998/05/17 20:33:12 PDT Modified files: bin/kill kill.1 lib/libc/sys sigaction.2 Log: kill.1: Remove reference to obsolete sigvec(2) man page. Removed self reference in sigaction(2) man page. Submitted by: Josh Gilliam PR: 6617 Revision Changes Path 1.8 +2 -2 src/bin/kill/kill.1 1.17 +1 -2 src/lib/libc/sys/sigaction.2 From owner-cvs-lib Sun May 17 21:45:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA02156 for cvs-lib-outgoing; Sun, 17 May 1998 21:45:39 -0700 (PDT) (envelope-from owner-cvs-lib) 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 VAA02063; Sun, 17 May 1998 21:45:21 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA26745; Sun, 17 May 1998 21:41:09 -0700 (PDT) Date: Sun, 17 May 1998 21:41:09 -0700 (PDT) Message-Id: <199805180441.VAA26745@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libxpg4 Makefile Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/05/17 21:41:09 PDT Modified files: lib/libxpg4 Makefile Log: This library builds from libc source, so it also needs to know what syscall style libc is using otherwise the library can contain calls (like issetugid) that you don't find out until you build X programs. Revision Changes Path 1.4 +7 -0 src/lib/libxpg4/Makefile From owner-cvs-lib Mon May 18 02:41:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA15115 for cvs-lib-outgoing; Mon, 18 May 1998 02:41:02 -0700 (PDT) (envelope-from owner-cvs-lib) 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 CAA15028; Mon, 18 May 1998 02:40:47 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA29286; Mon, 18 May 1998 02:36:31 -0700 (PDT) Date: Mon, 18 May 1998 02:36:31 -0700 (PDT) Message-Id: <199805180936.CAA29286@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libskey skey.access.5 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkoshy 1998/05/18 02:36:31 PDT Modified files: lib/libskey skey.access.5 Log: Add warning about interaction of S/Key and login(1) for users without S/Key passwords attempting to invoke login(1) on a pty. PR: 3289 Revision Changes Path 1.3 +9 -0 src/lib/libskey/skey.access.5 From owner-cvs-lib Mon May 18 09:17:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA05541 for cvs-lib-outgoing; Mon, 18 May 1998 09:17:11 -0700 (PDT) (envelope-from owner-cvs-lib) 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 JAA05448; Mon, 18 May 1998 09:16:31 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA18725; Mon, 18 May 1998 09:12:15 -0700 (PDT) Date: Mon, 18 May 1998 09:12:15 -0700 (PDT) Message-Id: <199805181612.JAA18725@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/rpc svc_tcp.c svc_unix.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 1998/05/18 09:12:14 PDT Modified files: lib/libc/rpc svc_tcp.c svc_unix.c Log: Improve DoS avoidance in RPC stream oriented transports. The TCP transport uses readtcp() to gather data from the network; readtcp() uses select(), with a timeout of 35 seconds. The problem with this is that if you connect to a TCP server, send two bytes of data, then just pause, the server will remain blocked in readtcp() for up to 35 seconds, which is sort of a long time. If you keep doing this every 35 seconds, you can keep the server occupied indefinitely. To fix this, I modified readtcp() (and its cousin, readunix() in svc_unix.c) to monitor all service transport handles instead of just the current socket. This allows the server to keep handling new connections that arrive while readtcp() is running. This prevents one client from potentially monopolizing a server. Also, while I was here, I fixed a bug in the timeout calculations. Someone attempted to adjust the timeout so that if select() returned EINTR and the loop was restarted, the timeout would be reduced so that rather than waiting for another 35 seconds, you could never wait for more than 35 seconds total. Unfortunately, the calculation was wrong, and the timeout could expire much sooner than 35 seconds. Revision Changes Path 1.13 +35 -17 src/lib/libc/rpc/svc_tcp.c 1.4 +35 -17 src/lib/libc/rpc/svc_unix.c From owner-cvs-lib Mon May 18 09:19:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA05825 for cvs-lib-outgoing; Mon, 18 May 1998 09:19:57 -0700 (PDT) (envelope-from owner-cvs-lib) 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 JAA05776; Mon, 18 May 1998 09:19:48 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA18804; Mon, 18 May 1998 09:15:27 -0700 (PDT) Date: Mon, 18 May 1998 09:15:27 -0700 (PDT) Message-Id: <199805181615.JAA18804@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/rpc svc_tcp.c src/lib/libc/xdr xdr_rec.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 1998/05/18 09:15:27 PDT Modified files: (Branch: RELENG_2_2) lib/libc/rpc svc_tcp.c lib/libc/xdr xdr_rec.c Log: Merge RPC DoS attack fixes from current. Revision Changes Path 1.7.2.1 +23 -6 src/lib/libc/rpc/svc_tcp.c 1.4.2.1 +7 -1 src/lib/libc/xdr/xdr_rec.c From owner-cvs-lib Mon May 18 22:36:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA17918 for cvs-lib-outgoing; Mon, 18 May 1998 15:09:00 -0700 (PDT) (envelope-from owner-cvs-lib) 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 PAA16735; Mon, 18 May 1998 15:04:15 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA21521; Mon, 18 May 1998 14:59:54 -0700 (PDT) Date: Mon, 18 May 1998 14:59:54 -0700 (PDT) Message-Id: <199805182159.OAA21521@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/rpc getpublickey.c src/lib/librpcsvc Makefile publickey.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 1998/05/18 14:59:54 PDT Modified files: lib/libc/rpc getpublickey.c Log: Replace the getpublickey() stub with the real thing. Revision Changes Path 1.2 +160 -33 src/lib/libc/rpc/getpublickey.c Modified files: lib/librpcsvc Makefile Removed files: lib/librpcsvc publickey.c Log: Toss publickey.c in the attic and remove it from the Makefile. If we have it in libc, we don't need it here. Revision Changes Path 1.12 +2 -2 src/lib/librpcsvc/Makefile From owner-cvs-lib Tue May 19 04:20:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA21348 for cvs-lib-outgoing; Tue, 19 May 1998 04:20:32 -0700 (PDT) (envelope-from owner-cvs-lib) 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 EAA21289; Tue, 19 May 1998 04:20:12 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA27588; Tue, 19 May 1998 04:15:45 -0700 (PDT) Date: Tue, 19 May 1998 04:15:45 -0700 (PDT) Message-Id: <199805191115.EAA27588@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libdisk disk.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/05/19 04:15:45 PDT Modified files: lib/libdisk disk.c Log: Add new NetBSD FFS with FDISK partition ID 0xa9 Obtained from: Frank van der Linden Revision Changes Path 1.35 +2 -1 src/lib/libdisk/disk.c From owner-cvs-lib Tue May 19 04:21:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA21428 for cvs-lib-outgoing; Tue, 19 May 1998 04:21:17 -0700 (PDT) (envelope-from owner-cvs-lib) 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 EAA21389; Tue, 19 May 1998 04:21:10 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA27638; Tue, 19 May 1998 04:16:43 -0700 (PDT) Date: Tue, 19 May 1998 04:16:43 -0700 (PDT) Message-Id: <199805191116.EAA27638@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libdisk disk.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/05/19 04:16:43 PDT Modified files: (Branch: RELENG_2_2) lib/libdisk disk.c Log: MFC rev 1.35 Revision Changes Path 1.22.2.11 +2 -1 src/lib/libdisk/disk.c From owner-cvs-lib Wed May 20 09:01:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20808 for cvs-lib-outgoing; Wed, 20 May 1998 09:01:06 -0700 (PDT) (envelope-from owner-cvs-lib) 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 JAA20747; Wed, 20 May 1998 09:00:48 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA15643; Wed, 20 May 1998 08:56:12 -0700 (PDT) Date: Wed, 20 May 1998 08:56:12 -0700 (PDT) Message-Id: <199805201556.IAA15643@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/xdr xdr_rec.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 1998/05/20 08:56:11 PDT Modified files: lib/libc/xdr xdr_rec.c Log: Change the sanity test here. It's not correct to assume that the record size we receive here should fit into the receive buffer. Unfortunately, there's no 100% foolproof way to distinguish a ridiculously large record size that a client actually meant to send us from a ridiculously large record size that was sent as a spoof attempt. The one value that we can positively identify as bogus is zero. A zero-sized record makes absolutely no sense, and sending an endless supply of zeroes will cause the server to loop forever trying to fill its receive buffer. Note that the changes made to readtcp() make it okay to revert this sanity test since the deadlock case where a client can keep the server occupied forever in the readtcp() select() loop can't happen anymore. This solution is not ideal, but is relatively easy to implement. The ideal solution would be to re-arrange the way dispatching is handled so that the select() loop in readtcp() can be eliminated, but this is difficult to implement. I do plan to implement the complete solution eventually but in the meantime I don't want to leave the RPC library totally vulnerable. That you very much Sun, may I have another. Revision Changes Path 1.10 +7 -3 src/lib/libc/xdr/xdr_rec.c From owner-cvs-lib Wed May 20 09:05:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA21532 for cvs-lib-outgoing; Wed, 20 May 1998 09:05:34 -0700 (PDT) (envelope-from owner-cvs-lib) 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 JAA21464; Wed, 20 May 1998 09:05:13 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA15708; Wed, 20 May 1998 09:00:37 -0700 (PDT) Date: Wed, 20 May 1998 09:00:37 -0700 (PDT) Message-Id: <199805201600.JAA15708@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/xdr xdr_rec.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 1998/05/20 09:00:36 PDT Modified files: (Branch: RELENG_2_2) lib/libc/xdr xdr_rec.c Log: Merge from current: check only for zero-length record sizes. Revision Changes Path 1.4.2.2 +7 -3 src/lib/libc/xdr/xdr_rec.c From owner-cvs-lib Thu May 21 08:27:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA24432 for cvs-lib-outgoing; Thu, 21 May 1998 08:27:38 -0700 (PDT) (envelope-from owner-cvs-lib) 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 IAA24367; Thu, 21 May 1998 08:27:25 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA16748; Thu, 21 May 1998 08:22:41 -0700 (PDT) Date: Thu, 21 May 1998 08:22:41 -0700 (PDT) Message-Id: <199805211522.IAA16748@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/rpc clnt_tcp.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 1998/05/21 08:22:41 PDT Modified files: lib/libc/rpc clnt_tcp.c Log: The incorrect select() timeout calculation that I fixed in svc_tcp.c also exists here (the timeout can expire much sooner than it's supposed to). Revision Changes Path 1.11 +2 -2 src/lib/libc/rpc/clnt_tcp.c From owner-cvs-lib Fri May 22 02:28:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA15694 for cvs-lib-outgoing; Fri, 22 May 1998 02:28:35 -0700 (PDT) (envelope-from owner-cvs-lib) 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 CAA15637; Fri, 22 May 1998 02:28:21 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA22650; Fri, 22 May 1998 02:23:32 -0700 (PDT) Date: Fri, 22 May 1998 02:23:32 -0700 (PDT) Message-Id: <199805220923.CAA22650@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libskey skey.access.5 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkoshy 1998/05/22 02:23:31 PDT Modified files: (Branch: RELENG_2_2) lib/libskey skey.access.5 Log: MFC: warn about interaction of S/Key and login(1) for users without S/Key passwords. Revision Changes Path 1.2.8.1 +9 -0 src/lib/libskey/skey.access.5 From owner-cvs-lib Fri May 22 03:06:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA21459 for cvs-lib-outgoing; Fri, 22 May 1998 03:06:46 -0700 (PDT) (envelope-from owner-cvs-lib) 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 DAA21415; Fri, 22 May 1998 03:06:37 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA22864; Fri, 22 May 1998 03:01:47 -0700 (PDT) Date: Fri, 22 May 1998 03:01:47 -0700 (PDT) Message-Id: <199805221001.DAA22864@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/sys sigprocmask.2 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkoshy 1998/05/22 03:01:47 PDT Modified files: (Branch: RELENG_2_2) lib/libc/sys sigprocmask.2 Log: MFC: Remove `sigmask()' reference from synopsis. {from r1.6} Revision Changes Path 1.2.2.4 +0 -1 src/lib/libc/sys/sigprocmask.2 From owner-cvs-lib Fri May 22 03:52:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA27383 for cvs-lib-outgoing; Fri, 22 May 1998 03:52:51 -0700 (PDT) (envelope-from owner-cvs-lib) 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 DAA27346; Fri, 22 May 1998 03:52:33 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA23151; Fri, 22 May 1998 03:47:43 -0700 (PDT) Date: Fri, 22 May 1998 03:47:43 -0700 (PDT) Message-Id: <199805221047.DAA23151@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/sys sigaction.2 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkoshy 1998/05/22 03:47:43 PDT Modified files: (Branch: RELENG_2_2) lib/libc/sys sigaction.2 Log: MFC: {r1.17} Remove self-reference to sigaction(2). Revision Changes Path 1.7.2.5 +0 -1 src/lib/libc/sys/sigaction.2 From owner-cvs-lib Sat May 23 20:08:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA22525 for cvs-lib-outgoing; Sat, 23 May 1998 20:08:25 -0700 (PDT) (envelope-from owner-cvs-lib) 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 UAA22468; Sat, 23 May 1998 20:08:15 -0700 (PDT) (envelope-from amurai@FreeBSD.org) From: Atsushi Murai Received: (from amurai@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA25945; Sat, 23 May 1998 20:03:12 -0700 (PDT) Date: Sat, 23 May 1998 20:03:12 -0700 (PDT) Message-Id: <199805240303.UAA25945@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libalias alias_nbt.c HISTORY Makefile alias.c alias_local.h Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk amurai 1998/05/23 20:03:11 PDT Modified files: lib/libalias HISTORY Makefile alias.c alias_local.h Added files: lib/libalias alias_nbt.c Log: Primary verison of NetBIOS over TCP/IP. Now you can connect Windows DOMAIN as DOMAIN user through NAT function. See also RFC1002 for futher detail of SMB structure. Submitted by: Atsushi Murai Revision Changes Path 1.5 +3 -0 src/lib/libalias/HISTORY 1.6 +3 -1 src/lib/libalias/Makefile 1.6 +36 -3 src/lib/libalias/alias.c 1.4 +4 -0 src/lib/libalias/alias_local.h