Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13573 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67042 invoked by uid 1010); 27 Oct 2004 17:31:19 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 66981 invoked from network); 27 Oct 2004 17:31:19 -0000 Received: from unknown (HELO mgkyb1.nw.wakwak.com) (211.9.230.193) by pb1.pair.com with SMTP; 27 Oct 2004 17:31:19 -0000 Received: from vckyb1.nw.wakwak.com (postfix@vckyb1.nw.wakwak.com [211.9.230.144]) by mgkyb1.nw.wakwak.com (8.13.1/8.13.1/2004-08-10) with SMTP id i9RHVHsn028567; Thu, 28 Oct 2004 02:31:17 +0900 (JST) (envelope-from moriyoshi@at.wakwak.com) Received: from at.wakwak.com (at.wakwak.com [211.9.230.135]) by vckyb1.nw.wakwak.com (Postfix) with ESMTP id 9A9C73FE02; Thu, 28 Oct 2004 02:31:17 +0900 (JST) Received: from [192.168.0.100] (newcycle.as.wakwak.ne.jp [218.225.209.145]) (pbs=7dq6v8) by at.wakwak.com (8.13.1/8.13.1/2004-09-09) with ESMTP/inet id i9RHVHtk093078; Thu, 28 Oct 2004 02:31:17 +0900 (JST) (envelope-from moriyoshi@at.wakwak.com) In-Reply-To: References: <064a01c4bb82$8f9d4d90$f7dea8c0@cyberware.local> <417E929B.2040301@cschneid.com> <078e01c4bb96$86a0f340$f7dea8c0@cyberware.local> <4e89b4260410261323dc4d6da@mail.gmail.com> <087801c4bba4$53904150$f7dea8c0@cyberware.local> <417EE61A.2080708@akbkhome.com> <20041027155511.41722.qmail@pb1.pair.com> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: Content-Transfer-Encoding: 7bit Cc: Sara Golemon , internals@lists.php.net Date: Thu, 28 Oct 2004 02:30:35 +0900 To: Derrell.Lipman@UnwiredUniverse.com X-Mailer: Apple Mail (2.619) Subject: Re: [PHP-DEV] Re: streams file uri under windows From: moriyoshi@at.wakwak.com (Moriyoshi Koizumi) On 2004/10/28, at 2:24, Derrell.Lipman@UnwiredUniverse.com wrote: > Moriyoshi Koizumi writes: > >> AFAIK FreeBSD's libsmb is released under a BSD-style license. >> >> http://www.freebsd.org/cgi/cvsweb.cgi/src/contrib/smbfs/lib/smb/ > > That's not libsmb; rather, it's the kernel module that can read/write > remote > SMB file systems. libsmb, more properly known as libsmbclient, is a > library > which an application may link with for remote access to SMB file > systems. It > is part of the Samba project, and is GPL. libsmbclient supports the > smb:// > URI syntax. You are right. But the non-GPL'ed "libsmb" is not exactly a kernel module but a set of pieces of code mostly utilised in the filesystem module "smbfs" out there. Moriyoshi