<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/samba4/files/smb.conf.template, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-08-10T17:07:20Z</updated>
<entry>
<title>samba4: bump to 4.24.5</title>
<updated>2026-08-10T17:07:20Z</updated>
<author>
<name>Aditya Nugraha</name>
</author>
<published>2026-06-30T21:04:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=17d0ee687e3433629a922eec17ae31bf2d1c4d4b'/>
<id>urn:sha1:17d0ee687e3433629a922eec17ae31bf2d1c4d4b</id>
<content type='text'>
https://www.samba.org/samba/history/samba-4.24.5.html

Patch removed due to fixed in Makefile:
  012-fix-gnutls-version-check.patch

Patch removed because of no longer needed:
  005-musl_uintptr.patch

Makefile:
  Fixed gnutls sed related things.
  Fixed compile_et &amp; asn1_compile linkage at build time to fixes build error
  Dropped NONE from bundled-libraries as to fix compilation errors, NONE
  now seems meaning not to bundle any libraries.
  Added RSTRIP from gcc Makefile to reduce compiled samba4 binaries and
  libraries filesize by around 15%, tested, --private-libraries rpath
  seems intact or identical with not-stripped binaries and libraries
  one.
  samba's cross_answer() returns on the *first* message matching a check in
  cross-answers.txt, and Build/Configure copies the per-arch answers file
  before appending its own answers.  Up to samba 4.16 the check message
  itself carried a "setting/geting hints" typo, which the generated answers
  files inherited; samba fixed its spelling later, so the file entries
  stopped matching and configure started aborting with

  Cross answers file ... is incomplete

  The 'Checking whether fcntl supports setting/getting hints: OK' line
  appended by Build/Configure was added to paper over that, not because the
  targets answer OK.

  Now that the spelling in the answers files is fixed, the generated
  (-11, "") entry matches first and the appended OK is dead code.  Keep the
  generated answer -- samba's test uses F_SET_FILE_RW_HINT/F_GET_FILE_RW_HINT,
  which the kernel no longer implements, so the check legitimately fails on
  every target -- and drop the unreachable echo so each check has exactly
  one answer.

smb.conf.template:
  Added SMB2 as default minimum protocol for client, also enabled server
  &amp; client encryption by default. Use smbpasswd -a username to add a
  username &amp; password for samba. To connect into samba from Windows 10
  and above, it need to be done by this guide : https://www.asus.com/support/faq/1054736/ .

Build system: x86/64
Build-tested: x86/64-glibc
Build-tested: x86/64-musl
Run-tested: x86/64-glibc

Signed-off-by: Aditya Nugraha &lt;vortexilation@gmail.com&gt;
</content>
</entry>
<entry>
<title>samba4: add new UCI option "enable_extra_tuning"</title>
<updated>2020-06-27T20:47:30Z</updated>
<author>
<name>Andy Walsh</name>
</author>
<published>2020-06-27T20:47:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=68af8dcde3f84ae38aab8077b9a7917af93d86e5'/>
<id>urn:sha1:68af8dcde3f84ae38aab8077b9a7917af93d86e5</id>
<content type='text'>
* add new UCI option "enable_extra_tuning"
* update template
* add config examples for options
* fix some access warnings on samba /var dirs

Signed-off-by: Andy Walsh &lt;andy.walsh44+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>samba4: update to 4.9.15</title>
<updated>2019-11-08T12:21:45Z</updated>
<author>
<name>Andy Walsh</name>
</author>
<published>2019-11-08T12:21:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d08b1279ebb90460fce65b56d91b8fc434fa759c'/>
<id>urn:sha1:d08b1279ebb90460fce65b56d91b8fc434fa759c</id>
<content type='text'>
* update to 4.9.15
* fixes CVE-2019-10218, CVE-2019-14833, CVE-2019-14847
* update smb.conf.template (aio, sendfile)

Signed-off-by: Andy Walsh &lt;andy.walsh44+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>samba4: enable avahi by default, add timemachine support</title>
<updated>2018-09-10T13:40:39Z</updated>
<author>
<name>Andy Walsh</name>
</author>
<published>2018-08-16T22:00:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4c1a10a30cfacfab43048430eee121853c325e84'/>
<id>urn:sha1:4c1a10a30cfacfab43048430eee121853c325e84</id>
<content type='text'>
* enable avahi by default, so Linux/Mac Clients can see samba shares
* enable timemachine config support
* fix invalid --builtin-libraries
* default to 'mdns name = mdns' in template

Signed-off-by: Andy Walsh &lt;andy.walsh44+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>samba4: update to 4.8.5</title>
<updated>2018-09-01T12:03:09Z</updated>
<author>
<name>Andy Walsh</name>
</author>
<published>2018-08-24T10:18:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8040e8c9a6f4aa45084f0e7d83b30f76d29d02d3'/>
<id>urn:sha1:8040e8c9a6f4aa45084f0e7d83b30f76d29d02d3</id>
<content type='text'>
* update to 4.8.5
* enable aesni support for x86_64
* add 'unbundle libbsd' patch
* update smb.conf.template (disable spoolss)

Signed-off-by: Andy Walsh &lt;andy.walsh44+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>samba4: add package samba-4.8</title>
<updated>2018-07-26T19:38:19Z</updated>
<author>
<name>Andy Walsh</name>
</author>
<published>2018-01-31T13:17:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0d23c9f2eafe9f907c53377aa91c3e6abcc8692e'/>
<id>urn:sha1:0d23c9f2eafe9f907c53377aa91c3e6abcc8692e</id>
<content type='text'>
Signed-off-by: Andy Walsh &lt;andy.walsh44+github@gmail.com&gt;
</content>
</entry>
</feed>
