summaryrefslogtreecommitdiff
path: root/net/samba/files
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-05-02 15:24:08 +0000
committerjlam <jlam@pkgsrc.org>2000-05-02 15:24:08 +0000
commit3651dec6a6807c863616b19d57d97b2ecd4f74f9 (patch)
tree4d76bf5795e126c09d61d37a110446f77b352435 /net/samba/files
parent1e1de9df90bfc31123075fa367bf838df121b8c2 (diff)
downloadpkgsrc-3651dec6a6807c863616b19d57d97b2ecd4f74f9.tar.gz
Updated samba to 2.0.7. Major changes from version 2.0.6 are below. A
complete list of changes can be found at http://www.samba.org/. New Documentation in 2.0.7 -------------------------- O'Reilly and Associates have donated their book "Using Samba" to the Samba community to be updated in a collaberative way along with the Samba software. Starting with this release the html of "Using Samba" will be distributed with the Samba software as the online documentation for Samba. Bug fixes for the book are encouraged as is new material. Please help us make this documentation the best it can be for Samba ! Windows 2000 Issues ------------------- This version of Samba has been tested with Windows 2000 and the five known incompatibilities with Windows 2000 have been fixed. See the "Changes in 2.0.7" list below for details. New/Changed parameters in 2.0.7 ------------------------------- There are 5 new parameters in the smb.conf file. utmp utmp dir utmp hostname utmp consolidate wtmp directory These parameters are only available if the "--with-utmp" option was selected at configure time. The yes/no option "utmp" specifies whether utmp records should be recorded on user logon/logoff. It defaults to "no". The "utmp dir" and "wtmp dir" are string parameters specifying pathnames to the directories containing the utmp/wtmp file databases. See the smb.conf man page for more details. inherit permissions This boolean parameter causes newly created files and directories to inherit their initial permissions from their parent directory. This can be very useful in propagating such things as the set-group bit in directory heirarchies. See the smb.conf man page for more details. write cache size This integer parameter specifies (in bytes) the size of a user level per-file write cache that smbd will create for an oplocked file. This can improve performance significantly for writing files by causing writes to be done in large chunk sizes. If this parameter is set (it defaults to zero which means no write cache) to the stripe size of a raid volume then it will cause writes to be much more efficient. Up to 10 write caches can be active simultaneously per smbd (allocated for the first 10 oplocked file opens). All normal warnings about the dangers of user level caching of data apply. See the smb.conf man page for more details. source environment This pathname parameter causes Samba to read a list of environment variables from a named file on startup. This can be useful in setting up Samba in a clustered environment. See the smb.conf man page for more details. Ability to delete users added ----------------------------- SWAT and smbpasswd can now delete users from the Samba smbpasswd file. See the man page for smbpasswd for details. Roving profile behavior finalized --------------------------------- The change in behavior with roving profiles (using the "logon home" parameter instead of the "logon path" parameter) introduced in 2.0.6 has been discovered to be consistant with the way Windows NT behaves, and has been left as the default action. Please see the additional notes in the "logon home" parameter description in the smb.conf man page for more details.
Diffstat (limited to 'net/samba/files')
-rw-r--r--net/samba/files/md54
-rw-r--r--net/samba/files/patch-sum12
-rw-r--r--net/samba/files/samba.sh8
-rw-r--r--net/samba/files/smb.conf.sample10
4 files changed, 17 insertions, 17 deletions
diff --git a/net/samba/files/md5 b/net/samba/files/md5
index 5f342bbf990..2945d44bf02 100644
--- a/net/samba/files/md5
+++ b/net/samba/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.12 1999/11/16 21:01:05 jlam Exp $
+$NetBSD: md5,v 1.13 2000/05/02 15:24:09 jlam Exp $
-MD5 (samba-2.0.6.tar.gz) = 87b3a9a2de94fe44b804f32def38266d
+MD5 (samba-2.0.7.tar.gz) = b5e61ea655d476072fd0365785fea2d0
diff --git a/net/samba/files/patch-sum b/net/samba/files/patch-sum
index e0811a0bacc..845cd5aa706 100644
--- a/net/samba/files/patch-sum
+++ b/net/samba/files/patch-sum
@@ -1,7 +1,7 @@
-$NetBSD: patch-sum,v 1.5 2000/02/05 19:55:36 wiz Exp $
+$NetBSD: patch-sum,v 1.6 2000/05/02 15:24:09 jlam Exp $
-MD5 (patch-aa) = ec7d06cb6906d123898042ddc1023de6
-MD5 (patch-ac) = 22d4c0e385cfaebeb037880788e2c843
-MD5 (patch-ad) = 71024b4dc45dc0efb20dc8d23f473a62
-MD5 (patch-ae) = b147480c2a01874bb6cb4cbce2b7894c
-MD5 (patch-af) = 971f4a0975fbaa5bc11544248d4c7bfa
+MD5 (patch-aa) = 5f8d85555680d54350fffe200229ce41
+MD5 (patch-ac) = 2c9a7e95317eb7d9d505e01b5165dcc1
+MD5 (patch-ad) = b6b97e8bfeeb31bc2a86018ede0237b0
+MD5 (patch-ae) = 007397b3c2c28b68b23d210979ea4846
+MD5 (patch-af) = f9dab8b4ecc3ef5a15ac24fd0429db3c
diff --git a/net/samba/files/samba.sh b/net/samba/files/samba.sh
index 44e38beea81..a5d34674320 100644
--- a/net/samba/files/samba.sh
+++ b/net/samba/files/samba.sh
@@ -1,12 +1,12 @@
#!/bin/sh
#
-# $NetBSD: samba.sh,v 1.1 1999/11/16 21:01:05 jlam Exp $
+# $NetBSD: samba.sh,v 1.2 2000/05/02 15:24:09 jlam Exp $
-smbd=__PREFIX__/sbin/smbd
-nmbd=__PREFIX__/sbin/nmbd
+smbd=@PREFIX@/sbin/smbd
+nmbd=@PREFIX@/sbin/nmbd
if [ -f ${smbd} ]; then
- __ECHO__ -n ' samba'
+ @ECHO@ -n ' samba'
${smbd} -D
${nmbd} -D
fi
diff --git a/net/samba/files/smb.conf.sample b/net/samba/files/smb.conf.sample
index 8db4eda7e37..1db2ca4f5cd 100644
--- a/net/samba/files/smb.conf.sample
+++ b/net/samba/files/smb.conf.sample
@@ -1,4 +1,4 @@
-# $NetBSD: smb.conf.sample,v 1.5 1999/11/16 21:23:05 jlam Exp $
+# $NetBSD: smb.conf.sample,v 1.6 2000/05/02 15:24:09 jlam Exp $
#
# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
@@ -52,7 +52,7 @@
# this tells Samba to use a separate log file for each machine
# that connects
- log file = __LOGDIR__/log.%m
+ log file = @LOGDIR@/log.%m
# Put a capping on the size of the log files (in Kb).
max log size = 50
@@ -71,7 +71,7 @@
# Using the following line enables you to customise your configuration
# on a per machine basis. The %m gets replaced with the netbios name
# of the machine that is connecting
-; include = __ETCDIR__/smb.conf.%m
+; include = @ETCDIR@/smb.conf.%m
# Most people will find that this option gives better performance.
# See speed.txt and the manual pages for details
@@ -147,7 +147,7 @@
# Un-comment the following and create the netlogon directory for Domain Logons
; [netlogon]
; comment = Network Logon Service
-; path = __PREFIX__/lib/netlogon
+; path = @PREFIX@/lib/netlogon
; guest ok = yes
; writable = no
; share modes = no
@@ -156,7 +156,7 @@
# Un-comment the following to provide a specific roving profile share
# the default is to use the user's home directory
;[Profiles]
-; path = __PREFIX__/samba/profiles
+; path = @PREFIX@/samba/profiles
; browseable = no
; guest ok = yes