summaryrefslogtreecommitdiff
path: root/net/samba3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports:Renato Botelho2010-10-1836-3289/+0
| | | | | | | | | 2010-09-01 net/samba3: Unsupported by the upstream. Please, consider to upgrade. 2010-09-01 net/samba32: Unsupported by the upstream. Please, consider to upgrade. 2010-09-01 net/samba33: Unsupported by the upstream. Please, consider to upgrade. Notes: svn path=/head/; revision=263184
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Make samba* work with autoconf-2.67 on 6.xAde Lovett2010-09-251-83/+34
| | | | | | | | I'm not entirely sure why it compiles on 7.x/8.x, but nevertheless, the autoconf-specific parts to these patches absolutely need to go upstream. Notes: svn path=/head/; revision=261809
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* Security: CVE-2010-2063Timur I. Bakeyev2010-06-182-0/+44
| | | | | | | | Feature safe: yes Address CVE-2010-2063 Notes: svn path=/head/; revision=256668
* Mark as broken on ia64.Mark Linimon2010-04-221-0/+4
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=253031
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* -CVE-2009-2813: Misconfigured /etc/passwd file may share folders unexpectedlyTimur I. Bakeyev2009-10-072-4/+4
| | | | | | | | | | -CVE-2009-2948: Information disclosure by setuid mount.cifs -CVE-2009-2906: Remote DoS against smbd on authenticated connections Security: CVE-2009-2813, CVE-2009-2948, CVE-2009-2906 Notes: svn path=/head/; revision=242530
* Bump port version to Samba 3.0.36Timur I. Bakeyev2009-08-173-21/+5
| | | | | | | | | | | | | Please note, that the 3.0 series will be DISCONTINUED after this release! Major enhancements included in Samba 3.0.36 are: o Fix Winbind crash on 'getent group' (bug #5906). o Excel save operation corrupts file ACLs (bug #4308). o Prevent segmentation fault on joining a very long domain name. Notes: svn path=/head/; revision=239697
* Fix CONFLICTSTimur I. Bakeyev2009-08-011-1/+1
| | | | Notes: svn path=/head/; revision=238743
* Security update to the latest version 3.0.35.Timur I. Bakeyev2009-06-252-12/+6
| | | | | | | Security: CVE-2009-1888 Notes: svn path=/head/; revision=236631
* Upgrade port to the 3.0.34 version. Major enhancements included in Samba:Timur I. Bakeyev2009-01-2012-118/+80
| | | | | | | | | | | | | | o Fix update of machine account passwords. o Fix SMB signing issue on Windows Vista with MS Hotfix KB955302. o Fix Winbind crashes. o Correctly detect if the current dc is the closest one. o Add saf_join_store() function to memorize the dc used at join time. This avoids problems caused by replication delays shortly after domain joins. o Fix write list in setups using "security = share". Notes: svn path=/head/; revision=226550
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-061-9/+2
| | | | Notes: svn path=/head/; revision=225335
* Bump PORTREVISION's after OpenLDAP update.Xin LI2009-01-051-1/+1
| | | | | | | Suggested by: rafan Notes: svn path=/head/; revision=225291
* - Fix potential leakage of arbitrary memory contentsMartin Wilke2008-11-292-1/+8
| | | | | | | | | | | | | | - Bump PORTREVISION PR: based on 129239 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> Approved by: maintainer (timeout, security issue, 2 days), secteam (myself) Obtained from: samba git Security: http://www.vuxml.org/freebsd/1583640d-be20-11dd-a578-0030843d3802.html http://www.samba.org/samba/security/CVE-2008-4314.html Notes: svn path=/head/; revision=223546
* I was too quick to drop off a hack, that masks "25 years old BSD bug" inTimur I. Bakeyev2008-09-052-1/+11
| | | | | | | | | Samba. So, here is small patch that will let people with legacy libc to run Samba. Funny enough, 6.4 and 7.1 are not going to be affected, but patch will go into the release CDs... Notes: svn path=/head/; revision=219938
* Update port to the 3.0.32 release. Visible changes are:Timur I. Bakeyev2008-09-044-40/+12
| | | | | | | | | | o Prevent crash bug in Winbind caused by a race condition when a child process becomes unresponsive. o Fix interactive password prompting in the "net" command. o Documentation clarifications and typographical fixes. Notes: svn path=/head/; revision=219871
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-202-1/+16
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* Got rid of != construction to make Kris happier :)Timur I. Bakeyev2008-08-061-2/+1
| | | | Notes: svn path=/head/; revision=218163
* Rearranged Makefile to work better with new slave ports.Timur I. Bakeyev2008-08-052-19/+34
| | | | Notes: svn path=/head/; revision=218081
* Fixed broken pkg_plist.Timur I. Bakeyev2008-07-282-3/+2
| | | | Notes: svn path=/head/; revision=217772
* Update net/samba3 to the 3.0.31 version.Timur I. Bakeyev2008-07-283-4/+24
| | | | | | | | | | | o Correct issues with running Winbind runing on a Samba PDC. o Problems with trusted Windows 2008 domains. o Difficulty joining an NT4 or Windows 2000 AD domain. Fix NFS quota handling Notes: svn path=/head/; revision=217726
* Update net/samba3 to the 3.0.30. Problems, addressed in this version:Timur I. Bakeyev2008-07-025-672/+198
| | | | | | | | | | | o Problems following domain trusts on a Samba DC. o SMB Signing errors. o Interoperability issues with Windows 2008 domains. Approved by: shaun (mentor, implicit) Notes: svn path=/head/; revision=216108
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* This is a security update of Samba 3.0.28a, that address CVE-2008-1105.Timur I. Bakeyev2008-05-292-1/+188
| | | | | | | | Approved by: shaun (mentor, implicit) Security: CVE-2008-1105 Notes: svn path=/head/; revision=213861
* Update port to the 3.0.28a revision.Timur I. Bakeyev2008-05-013-24/+17
| | | | | | | | | | | | Major changes: o Failure to join Windows 2008 domains o Windows Vista (including SP1 RC) interop issues Approved by: shaun (mentor, implicit) Notes: svn path=/head/; revision=212437
* Samba 3.0.28 is a security release to address CVE-2007-6015.Timur I. Bakeyev2007-12-156-38/+189
| | | | | | | Approved by: portmgr (marcus) Notes: svn path=/head/; revision=203697
* Update the forbidden reference to the VuXML entry I just created.Remko Lodder2007-12-121-1/+1
| | | | | | | Hat: secteam Notes: svn path=/head/; revision=203330
* 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 Notes: svn path=/head/; revision=203070
* - 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 Notes: svn path=/head/; revision=202781
* Remove support for OSVERSION < 5Edwin Groothuis2007-10-031-9/+0
| | | | Notes: svn path=/head/; revision=200763
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-2/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* 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) Notes: svn path=/head/; revision=199730
* - 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) Notes: svn path=/head/; revision=197075
* Bump PORTREVISION for a few apps due to gnutls update.Tom McLaughlin2007-07-051-1/+1
| | | | Notes: svn path=/head/; revision=194965
* - 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 Notes: svn path=/head/; revision=192833
* 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) Notes: svn path=/head/; revision=191627
* - 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 Notes: svn path=/head/; revision=184473
* - 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 Notes: svn path=/head/; revision=179117
* 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) Notes: svn path=/head/; revision=175217
* - 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] Notes: svn path=/head/; revision=175120
* - 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] Notes: svn path=/head/; revision=173367
* *** 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) Notes: svn path=/head/; revision=172209
* - 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 Notes: svn path=/head/; revision=170717
* - 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 Notes: svn path=/head/; revision=167548
* - 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 Notes: svn path=/head/; revision=158819
* 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 Notes: svn path=/head/; revision=156651
* 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 Notes: svn path=/head/; revision=156408
* - 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) Notes: svn path=/head/; revision=153143