summaryrefslogtreecommitdiff
path: root/net/samba3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Samba 3.0.28 is a security release to address CVE-2007-6015.Timur I. Bakeyev2007-12-156-38/+189
| | | | Approved by: portmgr (marcus)
* Update the forbidden reference to the VuXML entry I just created.Remko Lodder2007-12-121-1/+1
| | | | Hat: secteam
* Make Samba forbidden till Timur had the time to upgrade this, becauseRemko Lodder2007-12-111-0/+2
| | | | | | | | | | samba appears to be vulnerable to remote code execution which could harm our users. This will be removed after we have a safe version to which we can upgrade. Hat: secteam Discussed with and requested by: timur
* - Fix 2 Security bugsMartin Wilke2007-11-212-1/+11
| | | | | | | | | | | | | o CVS-2007-4572 Stack buffer overflow in nmbd's logon request processing. o CVE-2007-5398 Remote code execution in Samba's WINS server daemon (nmbd) when processing name registration followed name query requests. - Bump PORTREVISION Approved by: portmgr (erwin), maintainer Security: http://www.vuxml.org/freebsd/a63b15f9-97ff-11dc-9e48-0016179b2dd5.html
* Remove support for OSVERSION < 5Edwin Groothuis2007-10-031-9/+0
|
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-2/+2
| | | | | PR: ports/116639 Submitted by: aDe
* This is a cummulative update of net/samba3 from version 3.0.25a toTimur I. Bakeyev2007-09-1814-77/+851
| | | | | | | | | | | | | | | | | | | | 3.0.26a. Detailed list of all the changes can be found: http://www.samba.org/samba/history/samba-3.0.26a.html Changes are: o Memory leaks in Winbind's IDMap manager. o CVE-2007-4138 - Incorrect primary group assignment for domain users using the rfc2307 or sfu winbind nss info plugin. o File sharing with Widows 9x clients. o Winbind running out of file descriptors due to stalled child processes. o MS-DFS inter-operability issues. o Offline caching of files with Windows XP/Vista clients. o Improper cleanup of expired or invalid byte range locks on files. o Crashes is idmap_ldap and idmap_rid. Approved by: shaun (mentor)
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-3/+3
| | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
* Bump PORTREVISION for a few apps due to gnutls update.Tom McLaughlin2007-07-051-1/+1
|
* - Update to 3.0.25a.Tim Bishop2007-06-0514-47/+657
| | | | | | | | | | | | | | | | | Major bug fixes included in Samba 3.0.25a are: o Missing supplementary Unix group membership when using "force group". o Premature expiration of domain user passwords when using a Samba domain controller. o Failure to open the Windows object picker against a server configured to use "security = domain". * Authentication failures when using security = server. Plus additional local fixes. PR: ports/113358 Submitted by: maintainer
* An update of net/samba3 to the 3.0.25 version plus security fixes.Kirill Ponomarev2007-05-2419-142/+272
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Major features included in the 3.0.25 code base are: o Significant improvements in the winbind off-line logon support. o Support for secure DDNS updates as part of the 'net ads join' process. o Rewritten IdMap interface which allows for TTL based caching and per domain backends. o New plug-in interface for the "winbind nss info" parameter. o New file change notify subsystem which is able to make use of inotify on Linux. o Support for passing Windows security descriptors to a VFS plug-in allowing for multiple Unix ACL implements to running side by side on the Same server. o Improved compatibility with Windows Vista clients including improved read performance with Linux servers. o Man pages for IdMap and VFS plug-ins. Security Fixes included in the Samba 3.0.25 release are: o CVE-2007-2444 Versions: Samba 3.0.23d - 3.0.25pre2 Local SID/Name translation bug can result in user privilege elevation o CVE-2007-2446 Versions: Samba 3.0.0 - 3.0.24 Multiple heap overflows allow remote code execution o CVE-2007-2447 Versions: Samba 3.0.0 - 3.0.24 Unescaped user input parameters are passed as arguments to /bin/sh allowing for remote command execution PR: ports/112836 Submitted by: maintainer Approved by: portmgr (self)
* - Update to 3.0.24Sergey Matveychuk2007-02-073-89/+95
| | | | | | | | | | | | | This release contains fixes for the following security advisories: o CVE-2007-0452 (Potential Denial of Service bug in smbd) o CVE-2007-0453 (Buffer overrun in NSS host lookup Winbind NSS library on Solaris) o CVE-2007-0454 (Format string bug in afsacl.so VFS plugin) - Improve RC-file. PR: ports/108803 Submitted by: maintainer
* - Update to 3.0.23dMarcus Alves Grando2006-12-077-264/+151
| | | | | | | | - Reset PORTREVISION in net/samba-nmblookup - Add samba3 entry in UPDATING PR: 105857 Submitted by: maintainer
* Fix a bug introduced by a previous patch, whereby pam_winbind.so wouldShaun Amott2006-10-112-2/+2
| | | | | | | | fail to load correctly. PR: ports/104269 Submitted by: Dominic Marks <dom@helenmarks.co.uk> Approved by: portmgr (erwin)
* - Fix two bugs in the current samba 3.0.23c code, which stopped testparmShaun Amott2006-10-094-6/+164
| | | | | | | | | | and winbindd from working. [1] - Fix rc.d script variable checks. [2] PR: ports/104200 [1], ports/103799 [2] Submitted by: Timur I. Bakeyev <timur@gnu.org> (maintainer) [1], Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> [2]
* - Maintainer reports: [1]Shaun Amott2006-09-193-92/+138
| | | | | | | | | | | | | | | | | | | | | | After recent release of Samba 3.0.23c and corresponding version of port several problems with it were reported back by the users. - Fix for the broken OPTIONS menu due overlong line. That addresses PR ports/103158 and ports/102980 - Fix build on FreeBSD 7. PR ports/102919. - Several fixes to the rc.d/samba script, as well as a new code. Should handle 'restart' properly now. - Remove enforcement of a daemon shutdown during deinstallation due several requests. - SAMBA_PRIVATEDIR can now be redefined. - Warn the user if FAM_SUPPORT is enabled contrary to the selected OPTIONS. [2] PR: ports/103170 [1] ports/103276 [2] Submitted by: Timur I. Bakeyev <timur@gnu.org> (mainainer) [1], Scot Hetzel <swhetzel@gmail.com> [2] Approved by: maintainer [2]
* *** net/samba3:Renato Botelho2006-09-0416-623/+718
| | | | | | | | | | | | | | | | | | | | | | - Update to 3.0.23c Common bugs fixed in 3.0.23c include: [1] o Authentication failures in pam_winbind when the AD domain policy is set to not expire passwords. o Authorization failures when using smb.conf options such as "valid users" with the smbpasswd passdb backend. *** net/samba-libsmbclient: [2] - Small cosmetic changes *** net/py-samba: [3] - Reset PORTREVISION back, as master port version bumped PR: ports/102805 [1] ports/102806 [2] ports/102807 [3] Submitted by: Timur I. Bakeyev <timur@gnu.org> (maintainer)
* - Update to 3.0.23bSergey Matveychuk2006-08-152-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Common bugs fixed in 3.0.23b include: o Ambiguity with unqualified names in smb.conf parameters such as "force user" and "valid users". o Errors in 'net ads join' caused by bad IP address in the list of domain controllers. o SMB signing errors in the client and server code. o Domain join failures when using smbpasswd on a Samba PDC. Common bugs fixed in 3.0.23a include: o Failure to strip the domain name from groups when 'winbind use default domain = yes' o Failure in pam_winbind to correctly parse arguments. o Bad token creation of local users on member servers not running winbindd. o Failure to add users or groups to ACLs using the Windows object picker. o Failure in file serving code when 'kernel oplocks = yes'. New features in 3.0.23a include: o New "createupn" option to "net ads join" o Rewritten Kerberos keytab generation when 'use kerberos keytab = yes' PR: ports/102040 Submitted by: maintainer
* - Upgrade to 3.0.23 (including security fix).Jun Kuriyama2006-07-1213-411/+329
| | | | | | | | | | | | | | | | o Improved 'make test' o New offline mode in winbindd. o New Kerberos support for pam_winbind.so. o New handling of unmapped users and groups. o New non-root share management tools. o Improved support for local and BUILTIN groups. o Winbind IDMAP integration with RFC2307 schema objects supported by Windows 2003 R2. o Rewritten 'net ads join' to mimic Windows XP without requiring administrative rights to join a domain. PR: ports/100100 Submitted by: maintainer
* - Update to 3.0.22Marcus Alves Grando2006-04-056-42/+61
| | | | | | PR: 95325 Submitted by: maintainer Security: http://us5.samba.org/samba/security/CAN-2006-1059.html, CVE-2006-1059
* Fix build of the slave port net/samba-libsmbclient in the caseAde Lovett2006-02-221-2/+2
| | | | | | | | where WRKDIRPREFIX is set. PR: 93626 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> Approved by: maintainer
* Update to 3.0.21bTom McLaughlin2006-02-193-75/+39
| | | | | | | | | | - Server crashes in smbd. - Compile issues on 64-bit platforms. - Crash bugs on big-endian systems. - Over 30 bugzilla reports closed. PR: 93552 Submitted by: maintainer
* - Update to 3.0.21aSergey Matveychuk2006-01-0911-51/+340
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Common bugs fixed in 3.0.21 include: o Missing groups in a user's token when logging in via kerberos o Incompatibilities with newer MS Windows hotfixes and embedded OS platforms o Portability and crash bugs. o Performance issues in winbindd. New features introduced in Samba 3.0.21 include: o Complete NTLMv2 support by consolidating authentication mechanism used at the CIFS and RPC layers. o The capability to manage Unix services using the Win32 Service Control API. o The capability to view external Unix log files via the Microsoft Event Viewer. o New libmsrpc share library for application developers. o Rewrite of CIFS oplock implementation. o Performance Counter external daemon. o Winbindd auto-detection query methods when communicating with a domain controller. o The ability to enumerate long share names in libsmbclient applications. PR: ports/91528 Submitted by: Timur I. Bakeyev (maintainer)
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-2/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* - Update to 3.0.20bSergey Matveychuk2005-10-163-5/+6
| | | | | | | | | | | | | | Changes: o A crash bug in winbindd o Reporting files as read-only instead of returning the correct error code of "access denied" o File system quota support defects o Stability problems with winbindd. o Crash bugs caused by incompatibilities on 64-bit systems. o User Manager interoperability problems. PR: ports/87517 Submitted by: maintainer
* Update to 3.0.20.Vsevolod Stakhov2005-09-1113-946/+498
| | | | | | | | | | | | | | | | | | | | | | | | | | Additional features introduced in Samba 3.0.20 include: o Support for several new Win32 rpc pipes. o Improved support for OS/2 clients. o New 'net rpc service' tool for managing Win32 services. o Capability to set the owner on new files and directory based on the parent's ownership. o Experimental, asynchronous IO file serving support. o Completed Support for Microsoft Print Migrator. o New Winbind IDmap plugin (ad) for retrieving uid and gid from AD servers which maintain the SFU user and group attributes. o Rewritten support for POSIX pathnames when utilizing the Linux CIFS fs client. o New asynchronous winbindd. o Support for Microsoft Print Migrator. o New Windows NT registry file I/O library. o New user right (SeTakeOwnershipPrivilege) added. o New "net share migrate" options. PR: 85276 Submitted by: Timur I. Bakeyev (maintainer) Approved by: perky (mentor)
* - Unbreak net/samba3 and japanese/samba3 on 7-current.Jun Kuriyama2005-07-202-14/+36
| | | | | | - Portability changes for 4.x. Submitted by: maintainer
* - Turn off ADS in samba-libsmbclient when PACKAGE_BUILDING. Proper fix willPav Lucistnik2005-04-221-1/+1
| | | | | | be conjured by maintainer later. Reported by: krismail
* - Update to 3.0.14aPav Lucistnik2005-04-174-41/+10
| | | | | PR: ports/80029 Submitted by: Timur I. Bakeyev <timur@gnu.org> (maintainer)
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Fix a bug that breaks copy/delete of files from Win98 Explorer.Alexey Dokuchaev2005-03-252-1/+21
| | | | | Bugzilla: https://bugzilla.samba.org/show_bug.cgi?id=2501 Approved by: portmgr (krion)
* Update to version 3.0.12.Alexey Dokuchaev2005-03-207-36/+363
| | | | | | | | | Currently, ADS support is off for the package builds, as it creates dependency problems with Kerberos5. Also, an experimental support for extended attributes is included. PR: ports/79037 Submitted by: maintainer
* Update to 3.0.11.Jun Kuriyama2005-02-0711-176/+46
| | | | | PR: ports/77187 Submitted by: maintainer
* Split the postgresql ports into a server and a client part.Palle Girgensohn2005-01-311-1/+1
| | | | | | | | All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
* Re-word a warning message. Fix a spelling error[1] and bring toAdam Weinberger2005-01-151-4/+4
| | | | | | active tense. Submitted by: Timothy Luoma <tim@tnluoma.com>
* - Update to 3.0.10Sergey Matveychuk2004-12-218-112/+103
| | | | | | PR: ports/75168 Submitted by: Joerg Pulz <Joerg.Pulz(at)frm2.tum.de> Reworked by: maintainer
* Update to 3.0.9Kirill Ponomarev2004-11-236-98/+143
| | | | | | | | | | | o Problem updating roaming user profiles. o Crash in smbd when printing from a Windows 9x client. o Unresolved symbols in libsmbclient which caused applications such as KDE's konqueror to fail when accessing smb:// URLs. PR: ports/74223 Submitted by: maintainer
* - Update to 3.0.8Pav Lucistnik2004-11-094-36/+19
| | | | | | | o Fix for CAN-2004-0930 -- smbd remote DoS vulnerability. PR: ports/73701 Submitted by: Timur Bakeyev <timur@gnu.org> (maintainer)
* - Resurrect I18N option again with renaming as WITH_MULTIBYTE.Jun Kuriyama2004-10-123-1/+19
| | | | Approved by: maintainer
* Remove files accidently not removed from previous commit.Tom Rhodes2004-09-143-471/+0
| | | | Approved by: portmgr
* Update to fix recently announced security vulnerability (DoS issues).Tom Rhodes2004-09-135-159/+6
| | | | | | PR: 71704 Submitted by: Timur Bakeyev <timur@gnu.org> Approved by: portmgr (marcus)
* Add a patch to fix compilation of quota support on 4-STABLE.Michael Nottebrock2004-09-011-0/+10
| | | | Submitted by: Mario Ferreira <lioux@FreeBSD.org>
* Update to 3.0.6.Michael Nottebrock2004-09-0116-624/+861
| | | | Submitted by: maintainer
* Make fetchable.Michael Nottebrock2004-08-301-1/+1
| | | | Submitted by: maintainer
* Update to 3.0.5.Tom Rhodes2004-07-222-5/+5
| | | | Submitted by: MAINTAINER
* Here I attach the patch that fixes mentioned 3 problems as well as few others:Edwin Groothuis2004-07-0311-7/+259
| | | | | | | | | | | | | | | * BUG 1315 - wbinfo -t unsuccessful on 3.0.4 * BUG 1319 - Cannot write to a share with write-list users * BUG 1345 - Macromedia Homesite cannot connect anymore after upgrade to 3.0.4 * Patch from Rudolf Cejka <cejkar@fit.vutbr.cz> - rpcclient does not recognize parameters in -c <command> correctly. * Patch from Joerg Pulz <Joerg.Pulz@frm2.tum.de> - fixes to samba.sh startup script. PR: ports/67865 Submitted by: edwin@mavetju.org,Rudolf Cejka <cejkar@fit.vutbr.cz>,Joerg Pulz <Joerg.Pulz@frm2.tum.de> Approved by: maintainer
* Add I18N knob.Jun Kuriyama2004-06-033-2/+17
| | | | | | | | This patch originally developed by miraclelinux.com team for v3.0.2a. I integrated it to apply to v3.0.4. All complains about this knob should be sent to me, not maintainer nor miraclelinux.com team. No response from: maintainer
* Remove databases/postgresql-client because there can't be a -server, and havingMathieu Arnold2004-05-251-1/+1
| | | | | it installed prevents databases/postgresql7 from being installed, leading to some dependencies problems
* - Put lockfiles into ${VARDIR}/db/sambaMichael Nottebrock2004-05-184-11/+35
| | | | | | | | | | - Resolve kerberos/ldap issues with libsmbclient - Reenable iconv autodetection - Add a small patch from Konstantin Reznichenko <kot@premierbank.dp.ua> that fixes coredump of smbd when user add script is invoked PR: ports/66617 Submitted by: maintainer