From owner-cvs-ports@FreeBSD.ORG Sat Mar 7 05:57:22 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 829AE1065672; Sat, 7 Mar 2009 05:57:22 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6DD318FC18; Sat, 7 Mar 2009 05:57:22 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n275vMSZ040890; Sat, 7 Mar 2009 05:57:22 GMT (envelope-from timur@repoman.freebsd.org) Received: (from timur@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n275vLMn040889; Sat, 7 Mar 2009 05:57:22 GMT (envelope-from timur) Message-Id: <200903070557.n275vLMn040889@repoman.freebsd.org> From: "Timur I. Bakeyev" Date: Sat, 7 Mar 2009 05:57:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/samba33 Makefile distinfo pkg-descr pkg-plist pkg-plist.swat ports/net/samba33/files README.FreeBSD patch-Makefile.in patch-configure.in patch-include__includes.h patch-lib__replace__libnetwork.m4 patch-lib__replace__libreplace_cc.m4 ... X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Mar 2009 05:57:23 -0000 timur 2009-03-07 05:57:21 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/samba33 Makefile distinfo pkg-descr pkg-plist pkg-plist.swat net/samba33/files README.FreeBSD patch-Makefile.in patch-configure.in patch-include__includes.h patch-lib__replace__libnetwork.m4 patch-lib__replace__libreplace_cc.m4 patch-libaddns__dns.h patch-m4__aclocal.m4 patch-nsswitch__pam_winbind.c patch-nsswitch__wins_freebsd.c patch-script__test__dlopen.sh patch-smbd__aio.c patch-smbd__quotas.c patch-smbd__statvfs.c patch-utils__net_time.c pkg-deinstall.in pkg-install.in pkg-message.in samba.in smb.conf.sample.in Log: Submitted by: timur Brand new version of Samba 3.3.1, the starter of the 3.3 series. New features, new bugs. Enjoy! Major enhancements in Samba 3.3 include: General changes: o The passdb tdbsam version has been raised. Configuration/installation: o Splitting of library directory into library directory and separate modules directory. o The default value of "ldap ssl" has been changed to "start tls". File Serving: o Extended Cluster support. o New experimental VFS modules "vfs_acl_xattr" and "vfs_acl_tdb" to store NTFS ACLs on Samba file servers. Winbind: o Simplified idmap configuration. o New idmap backends "adex" and "hash". o Added new parameter "winbind reconnect delay". o Added support for user and group aliasing. o Added support for multiple domains to idmap_ad. Administrative tools: o The destination "all" of smbcontrol does now affect all running daemons including nmbd and winbindd. o New 'net rpc vampire keytab' and 'net rpc vampire ldif' commands. o The 'net' utility can now use kerberos for joining and authentication. o The 'wbinfo' utility can now add, modify and remove identity mapping entries. Revision Changes Path 1.2081 +1 -0 ports/net/Makefile 1.1 +485 -0 ports/net/samba33/Makefile (new) 1.1 +3 -0 ports/net/samba33/distinfo (new) 1.1 +32 -0 ports/net/samba33/files/README.FreeBSD (new) 1.1 +24 -0 ports/net/samba33/files/patch-Makefile.in (new) 1.1 +220 -0 ports/net/samba33/files/patch-configure.in (new) 1.1 +25 -0 ports/net/samba33/files/patch-include__includes.h (new) 1.1 +24 -0 ports/net/samba33/files/patch-lib__replace__libnetwork.m4 (new) 1.1 +13 -0 ports/net/samba33/files/patch-lib__replace__libreplace_cc.m4 (new) 1.1 +16 -0 ports/net/samba33/files/patch-libaddns__dns.h (new) 1.1 +161 -0 ports/net/samba33/files/patch-m4__aclocal.m4 (new) 1.1 +89 -0 ports/net/samba33/files/patch-nsswitch__pam_winbind.c (new) 1.1 +111 -0 ports/net/samba33/files/patch-nsswitch__wins_freebsd.c (new) 1.1 +11 -0 ports/net/samba33/files/patch-script__test__dlopen.sh (new) 1.1 +12 -0 ports/net/samba33/files/patch-smbd__aio.c (new) 1.1 +20 -0 ports/net/samba33/files/patch-smbd__quotas.c (new) 1.1 +64 -0 ports/net/samba33/files/patch-smbd__statvfs.c (new) 1.1 +18 -0 ports/net/samba33/files/patch-utils__net_time.c (new) 1.1 +44 -0 ports/net/samba33/files/pkg-deinstall.in (new) 1.1 +41 -0 ports/net/samba33/files/pkg-install.in (new) 1.1 +7 -0 ports/net/samba33/files/pkg-message.in (new) 1.1 +162 -0 ports/net/samba33/files/samba.in (new) 1.1 +291 -0 ports/net/samba33/files/smb.conf.sample.in (new) 1.1 +8 -0 ports/net/samba33/pkg-descr (new) 1.1 +226 -0 ports/net/samba33/pkg-plist (new) 1.1 +497 -0 ports/net/samba33/pkg-plist.swat (new)