955b273182
o CVE-2009-1886: In Samba 3.2.0 to 3.2.12 (inclusive), the smbclient commands dealing with file names treat user input as a format string to asprintf. With a maliciously crafted file name smbclient can be made to execute code triggered by the server. o CVE-2009-1888: In Samba 3.0.31 to 3.3.5 (inclusive), an uninitialized read of a data value can potentially affect access control when "dos filemode" is set to "yes". Security: CVE-2009-1886, CVE-2009-1888 |
||
---|---|---|
.. | ||
patch-configure.in | ||
patch-lib__iconv.c | ||
patch-lib__replace__libreplace_cc.m4 | ||
patch-m4__aclocal.m4 | ||
patch-Makefile.in | ||
patch-nsswitch__pam_winbind.c | ||
patch-nsswitch__wins_freebsd.c | ||
patch-smbd__quotas.c | ||
patch-smbd__statvfs.c | ||
patch-utils__net_time.c | ||
pkg-deinstall.in | ||
pkg-install.in | ||
pkg-message.in | ||
README.FreeBSD | ||
samba.in | ||
smb.conf.sample.in |
If you want to run this port: 1. Copy /usr/local/etc/smb.conf.default to /usr/local/etc/smb.conf and edit it. 2. Put string 'samba_enable="YES"' into your /etc/rc.conf. 3. Run '/usr/local/etc/rc.d/samba start' or reboot. This port doesn't create 'smbpasswd' file automatically anymore. Users are encouraged to use 'tdbsam' backend instead: [global] passdb backend = tdbsam, smbpasswd You can use pdbedit to migrate accounts from 'smbpasswd' to 'tdbsam', see the Samba3-HOWTO-Collection. You still can create 'smbpasswd' file with the supplied 'make_smbpasswd' script: cat /etc/passwd | grep -v "^#" | make_smbpasswd > smbpasswd chmod 600 smbpasswd But the usage of it is deprecated. See document files in /usr/local/share/doc/samba and example config files in /usr/local/share/examples/samba for details. This port doesn't come anymore with the IDEALX Samba LDAP management tools. They are a separate port now, net/smbldap-tools. Please, install it, if you are going to use Samba LDAP back end. Japanese users, please, take a look onto japanese/samba3 port instead - it comes with additional multibyte characters support. FreeBSD Samba3 port maintainer: Timur Bakeyev <timur@FreeBSD.org>