diff options
author | jlam <jlam> | 2004-01-11 02:26:30 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-01-11 02:26:30 +0000 |
commit | 26b7288c46b834996ee7936ee93a6d5bc90c64f1 (patch) | |
tree | 5ab4f601d568858d0210e45f72fb18565cb78dec /doc/CHANGES | |
parent | 2775ab5e1e581854f9aa96de3c792b115531523f (diff) | |
download | pkgsrc-26b7288c46b834996ee7936ee93a6d5bc90c64f1.tar.gz |
Update net/samba to 3.0.1. Major changes from version 2.2.8anb6 include:
* Active Directory support. Samba is able to join a ADS realm as
a member server and authenticate using LDAP/Kerberos.
* Unicode support.
* New, more flexible authentication (passdb) system.
* A new "net" command that is similar to the "net" command in Windows.
* Samba now negotiates NT-style status32 codes on the wire, which
greatly improves error handling.
* Better Windows 2K/2K3/XP printing support.
* Loadable module support for passdb backends and character sets.
* More performant winbindd.
* Support for migrating from a Windows NT4 domain to a Samba domain
and maintaining user, group, and domain SIDs.
* Support for establishing trust relationships with Windows NT4 DCs.
* Initial support for a distributed Winbind architecture using an
LDAP directory for storing SID-to-uid/gid mappings.
* Major updates to the Samba documentation tree.
* Full support for client and server SMB signing to ensure
compatibility with default Windows 2K3 security settings.
* Improvement of ACL mapping features.
Diffstat (limited to 'doc/CHANGES')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index bcbf8aad9a4..806d3c399b3 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.4423 2004/01/11 00:48:45 jlam Exp $ +$NetBSD: CHANGES,v 1.4424 2004/01/11 02:26:33 jlam Exp $ Changes to the packages collection and infrastructure in 2004: @@ -175,3 +175,4 @@ Changes to the packages collection and infrastructure in 2004: Removed kdelibs [wiz 2004-01-10] Removed khostchooser [wiz 2004-01-10] Added samba-2.2.8anb6 as net/samba2 [jlam 2004-01-10] + Updated samba to 3.0.1 [jlam 2004-01-11] |