Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Feature Request] Update Samba

Featured Replies

01 December 2014

 

Samba 4.1.14 Available for Download

 

This is the latest stable release of the Samba 4.1 series.

 

Last update on Unraid

 

Summary of changes from 6.0-beta6 to 6.0-beta7

samba: update to 4.1.11

 

A fair amount of changes since the last update

 

Major enhancements in Samba 4.1.12 include:

 

o  New parameter "winbind request timeout" has been added (bug #3204). Please

  see smb.conf man page for details.

o  Fix smbd crashes when filename contains non-ascii character (bug #10716).

o  dnsserver: Handle updates of tombstoned dnsNode objects (bug #10749).

 

 

Changes since 4.1.11:

---------------------

 

o  Michael Adam <[email protected]>

    * BUG 10369: build: Fix configure to honour '--without-dmapi'.

    * BUG 10737: s3:idmap: Don't log missing range config if range checking not

      requested.

    * BUG 10741: Fix flapping VFS gpfs offline bit.

 

 

o  Jeremy Allison <[email protected]>

    * BUG 3204: s3: winbindd: On new client connect, prune idle or hung

      connections older than "winbind request timeout". Add new parameter

      "winbind request timeout".

    * BUG 10640: lib: tevent: make TEVENT_SIG_INCREMENT atomic.

    * BUG 10650: Make "case sensitive = True" option working with

      "max protocol = SMB2" or higher in large directories.

    * BUG 10716: Fix smbd crashes when filename contains non-ascii

      character.

    * BUG 10728: 'net time': Fix usage and core dump.

    * BUG 10773: s3: smbd: POSIX ACLs. Remove incorrect check for

      SECINFO_PROTECTED_DACL in incoming security_information flags in

      posix_get_nt_acl_common().

    * BUG 10794: vfs_dirsort: Fix an off-by-one error that can cause

      uninitialized memory read.

 

 

o  Björn Baumbach <[email protected]>

    * BUG 10543: s3: Enforce a positive allocation_file_size for non-empty

      files.

 

 

o  Kai Blin <[email protected]>

    * BUG 10466: provision: Correctly provision the SOA record minimum TTL.

 

 

o  David Disseldorp <[email protected]>

    * BUG 10652: Samba 4 consuming a lot of CPU when re-reading printcap info.

    * BUG 10787: dosmode: Fix FSCTL_SET_SPARSE request validation.

 

 

o  Amitay Isaacs <[email protected]>

    * BUG 10742: s4-rpc: dnsserver: Allow . to be specified for @ record.

 

 

o  Daniel Kobras <[email protected]>

    * BUG 10731: sys_poll_intr: Fix timeout arithmetic.

 

 

o  Ross Lagerwall <[email protected]>

    * BUG 10778: s3:libsmb: Set a max charge for SMB2 connections.

 

 

o  Volker Lendecke <[email protected]>

    * BUG 10716: lib: strings: Simplify strcasecmp.

    * BUG 10758: lib: Remove unused nstrcpy.

    * BUG 10782: smbd: Properly initialize mangle_hash.

 

 

o  Stefan Metzmacher <[email protected]>

    * BUG 9831: s4:setup/dns_update_list: make use of the new substitution

      variables.

    * BUG 10723: Allow netr_ServerReqChallenge() and netr_ServerAuthenticate3()

      on different connections.

    * BUG 10749: s4-rpc: dnsserver: Handle updates of tombstoned dnsNode

      objects.

    * BUG 10751: s4-rpc: dnsserver: return DNS_RANK_NS_GLUE recors when

      explicitly asked for.

    * BUG 10773: libcli/security: Add better detection of

      SECINFO_[uN]PROTECTED_[D|S]ACL in get_sec_info().

 

 

o  Marc Muehlfeld <[email protected]>

    * BUG 10761: docs: Fix typos in smb.conf (inherit acls).

 

 

o  Shirish Pargaonkar <[email protected]>

    * BUG 10755: samba: Retain case sensitivity of cifs client.

 

 

o  Arvid Requate <[email protected]>

    * BUG 9570: passdb: Fix NT_STATUS_NO_SUCH_GROUP.

 

 

o  Har Gagan Sahai <[email protected]>

    * BUG 10759: Fix a memory leak in cli_set_mntpoint().

 

 

o  Roel van Meer <[email protected]>

    * BUG 10777: Don't discard result of checking grouptype.

 

Changes since 4.1.12:

---------------------

 

o    Michael Adam <[email protected]>

    * BUG 10809: s3:smbd:open_file: Use a more natural check.

 

 

o  Jeremy Allison <[email protected]>

    * BUG 10717: s3: winbindd: Old NT Domain code sets struct

      winbind_domain->alt_name to be NULL. Ensure this is safe with modern

      AD-DCs.

    * BUG 10779: pthreadpool: Slightly serialize jobs.

    * BUG 10809: s3: smbd: Open logic fix.

    * BUG 10830: s3: nmbd: Ensure the main nmbd process doesn't create zombies.

    * BUG 10831: s3: lib: Signal handling - ensure smbrun and change password

      code save and restore existing SIGCHLD handlers.

    * BUG 10848: s3: smb2cli: Query info return length check was reversed.

 

 

o  Günther Deschner <[email protected]>

    * BUG 9984: s3-libnet: Make sure we do not overwrite precreated SPNs.

 

 

o  Björn Jacke <[email protected]>

    * BUG 10814: docs: Mention incompatibility between kernel oplocks and

      streams_xattr.

 

 

o  Volker Lendecke <[email protected]>

    * BUG 10735: Fix unstrcpy.

    * BUG 10797: s3: smbd: streams - Ensure share mode validation ignores

      internal opens (op_mid == 0).

    * BUG 10813: vfs_media_harmony: Fix a crash bug.

    * BUG 10860: registry: Don't leave dangling transactions.

 

 

o  Christof Schmitt <[email protected]>

    * BUG 10826: s3-winbindd: Use correct realm for trusted domains in idmap

      child.

    * BUG 10837: idmap_rfc2307: Fix a crash after connection problem to DC.

    * BUG 10838: s3-winbindd: Do not use domain SID from LookupSids for

      Sids2UnixIDs call.

 

 

o  Andreas Schneider <[email protected]>

    * BUG 9984: s3-libnet: Add libnet_join_get_machine_spns().

    * BUG 9985: s3-libads: Add all machine account principals to the keytab.

    * BUG 10816: nmbd: Send waiting status to systemd.

    * BUG 10817: libcli: Fix a segfault calling smbXcli_req_set_pending() on

      NULL.

    * BUG 10824: nsswitch: Skip groups we were not able to map.

 

Changes since 4.1.13:

---------------------

 

o  Michael Adam <[email protected]>

    * BUG 10472: Revert buildtools/wafadmin/Tools/perl.py back to upstream

      state.

 

 

o  Jeremy Allison <[email protected]>

    * BUG 10711: nmbd fails to accept "--piddir" option.

    * BUG 10896: s3-nmbd: Fix netbios name truncation.

    * BUG 10904: s3: libsmbclient-smb2. MacOSX 10 SMB2 server doesn't set

      STATUS_NO_MORE_FILES when handed a non-wildcard path.

    * BUG 10920: s3: nmbd: Ensure NetBIOS names are only 15 characters stored.

 

 

o  Günther Deschner <[email protected]>

    * BUG 10942: Cleanup add_string_to_array and usage.

 

 

o  David Disseldorp <[email protected]>

    * BUG 10898: spoolss: Fix handling of bad EnumJobs levels.

    * BUG 10905: spoolss: Fix jobid in level 3 EnumJobs response.

 

 

o  Amitay Isaacs <[email protected]>

    * BUG 10620: s4-dns: Add support for BIND 9.10.

 

 

o  Björn Jacke <[email protected]>

    * BUG 10835: nss_winbind: Add getgroupmembership for FreeBSD.

 

 

o  Volker Lendecke <[email protected]>

    * BUG 10932: pdb_tdb: Fix a TALLOC/SAFE_FREE mixup.

 

 

o  Stefan Metzmacher <[email protected]>

    * BUG 10472: pidl/wscript: Remove --with-perl-* options.

    * BUG 10921: s3:smbd: Fix file corruption using "write cache size != 0".

 

 

o  Jose A. Rivera <[email protected]>

    * BUG 10889: vfs_glusterfs: Remove "integer fd" code and store the glfs

      pointers.

 

 

o  Matt Rogers <[email protected]>

    * BUG 10933: s3-keytab: Fix keytab array NULL termination.

 

 

o  Richard Sharpe <[email protected]>

    * BUG 10880: S3: source3/smbd/process.c::srv_send_smb() returns true on the

      error path.

 

Looking into this...

  • Author

Looking into this...

 

Thanks so much!!!!!

 

 

 

 

 

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.