diff options
author | jlam <jlam@pkgsrc.org> | 2004-01-11 02:26:30 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-01-11 02:26:30 +0000 |
commit | a1ad0bdf8742dbdd54e0d3bb525f523f95622c9d (patch) | |
tree | 5ab4f601d568858d0210e45f72fb18565cb78dec /net/samba/patches/patch-ag | |
parent | e28e8e6d08d50b5f2ebb790ee013a7ec1ab14172 (diff) | |
download | pkgsrc-a1ad0bdf8742dbdd54e0d3bb525f523f95622c9d.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 'net/samba/patches/patch-ag')
-rw-r--r-- | net/samba/patches/patch-ag | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/net/samba/patches/patch-ag b/net/samba/patches/patch-ag deleted file mode 100644 index 694decd58dc..00000000000 --- a/net/samba/patches/patch-ag +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: patch-ag,v 1.2 2003/06/04 06:12:22 jlam Exp $ - ---- script/installbin.sh.orig Fri Jan 12 11:28:02 2001 -+++ script/installbin.sh -@@ -11,7 +11,7 @@ - shift - shift - --for d in $BASEDIR $BINDIR $LIBDIR $VARDIR $BASEDIR/private; do -+for d in $BASEDIR $BINDIR $LIBDIR $VARDIR; do - if [ ! -d $d ]; then - mkdir $d - if [ ! -d $d ]; then -@@ -30,7 +30,9 @@ - mv $BINDIR/$p2 $BINDIR/$p2.old - fi - cp $p $BINDIR/ -+ strip $BINDIR/$p2 - chmod $INSTALLPERMS $BINDIR/$p2 -+ rm -f $BINDIR/$p2.old - - # this is a special case, mount needs this in a specific location - if [ $p2 = smbmount ]; then |