aboutsummaryrefslogtreecommitdiffstats
path: root/net/samba35
Commit message (Collapse)AuthorAgeFilesLines
* Security update to address Samba incorrect permission checks vulnerabilitydelphij2012-05-012-4/+4
| | | | | | | | | | | (CVE-2012-2111): - Update net/samba34 to 3.4.17 - Update net/samba35 to 3.5.15 - Update net/samba36 to 3.6.5 Security: 0fa15e08-92ec-11e1-a94a-00215c6a37bb Approved by: maintainer
* The samba rc.d script uses some clever tricks to start (up to) 3 differentdougb2012-04-132-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | services using the same script. As a result it resets rcvar several times in order to process the options for each service. The changes I made on 2012/01/14 to facilitate the removal of set_rc_var() from HEAD were effective in the case where the WINBIND option was off (the case that I tested) because that causes the related portions of the rc.d script to be removed completely on install. However, if installed from a package, or installed using the the default OPTIONS, WINBIND is on, which caused the last known rcvar to be winbind_enable. Since the common case seems to be for users to use samba_enable (which only enables smb_and nmb_ by default) the fact that rcvar=winbind_enable, but that knob is off, caused the startup script to trip on a totally unrelated portion of rc.subr. So the fix is to move processing of the winbind_ stuff first, which leaves the last known rcvar as smb_enable. Since running nmb without smb is a very unlikely scenario, this should be safe for the common case, as well as safe if the user enables winbind_. Apologies all around for not catching this sooner, and thanks to the users who reported the problem and stuck with me while I debugged it. Bump PORTREVISION since this fix is needed for the common case, as configured for the package.
* Security update to address root credential remote code execution issuedelphij2012-04-112-3/+3
| | | | | | | | | | | | | (CVE-2012-1182): - Update samba36 to 3.6.4; - Update samba35 to 3.5.14; - Update samba34 to 3.4.16; All samba users are advised to update. Security: baf37cd2-8351-11e1-894e-00215c6a37bb With hat: secteam@
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-9/+9
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+1
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* Upgrade port to the 3.5.11 version, plus security fixes.timur2011-08-096-90/+37
| | | | | Security: CVE-2011-2522 Security: CVE-2011-2694
* Updated port to the 3.5.9 version.timur2011-06-204-46/+677
| | | | PR: 157513
* Chase after net/openldap24-server update.delphij2011-02-251-1/+1
| | | | Reminded by: miwi
* Fix a typo in pkg-message.in.wxs2011-01-091-2/+2
| | | | Noticed by: bz@
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Typo, that breaks build with MAX_DEBUG. Hope, no need for PORTREVISION bump.timur2010-11-151-1/+1
|
* Fix patch for negprot.c to address problems with Windows XP authentication.timur2010-11-153-34/+29
| | | | | | Fixed prototype recognition in the configure script. PR: 151887
* - Unbreak by removing tdb manpages (actually part of databases/tdb)mm2010-11-152-4/+1
| | | | | | | - Remove MD5 checksum PR: ports/152004 Approved by: portmgr (pav, IM)
* - Mark BROKEN: bad plistpav2010-11-071-0/+2
| | | | | | | | ./usr/local/man/man8/tdbbackup.8.gz missing ./usr/local/man/man8/tdbdump.8.gz missing ./usr/local/man/man8/tdbtool.8.gz missing Reported by: pointyhat
* This is version 3.5.6 of the latest stable release of Samba3 series.timur2010-10-2628-0/+2932