<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/samba4/files, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.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-03.infra.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: support both user map and valid users on same time</title>
<updated>2022-11-28T06:51:42Z</updated>
<author>
<name>Liangbin Lian</name>
</author>
<published>2022-11-24T10:05:50Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=e04e523a01f5144a60541e6468a9f4451f26c8ab'/>
<id>urn:sha1:e04e523a01f5144a60541e6468a9f4451f26c8ab</id>
<content type='text'>
Signed-off-by: Liangbin Lian &lt;jjm2473@gmail.com&gt;
</content>
</entry>
<entry>
<title>samba4: use hostname only as name</title>
<updated>2021-08-15T11:44:18Z</updated>
<author>
<name>Fritz D. Ansel</name>
</author>
<published>2021-08-02T18:05:56Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=6bac8c627573cca1bf859ebe746ef02c46a72a20'/>
<id>urn:sha1:6bac8c627573cca1bf859ebe746ef02c46a72a20</id>
<content type='text'>
even if a fqdn (with domain) is set by user

Signed-off-by: Fritz D. Ansel &lt;fdansel@yandex.ru&gt;
</content>
</entry>
<entry>
<title>samba4: set stoplevel</title>
<updated>2021-08-15T11:44:09Z</updated>
<author>
<name>Fritz D. Ansel</name>
</author>
<published>2021-08-12T05:00:26Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=059f622ac96946e26d4f1fdaa2fd4ba0eab6c266'/>
<id>urn:sha1:059f622ac96946e26d4f1fdaa2fd4ba0eab6c266</id>
<content type='text'>
to allow graceful stop of the daemon

Signed-off-by: Fritz D. Ansel &lt;fdansel@yandex.ru&gt;
</content>
</entry>
<entry>
<title>samba4: update to 4.13.8</title>
<updated>2021-05-06T21:31:29Z</updated>
<author>
<name>Andy Walsh</name>
</author>
<published>2021-05-06T09:03:26Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=93b34d4ddad2768c27d03a78e723b5910964aaa0'/>
<id>urn:sha1:93b34d4ddad2768c27d03a78e723b5910964aaa0</id>
<content type='text'>
* update to 4.13.8
* remove faulty io_uring kernel detection
* fixes CVE's: CVE-2020-27840, CVE-2021-20277, CVE-2020-27840, CVE-2021-20277, CVE-2020-27840, CVE-2021-20277, CVE-2021-20254
* resolves #15512

Signed-off-by: Andy Walsh &lt;andy.walsh44+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>samba4: add proper io_uring kernel detection</title>
<updated>2021-01-11T21:02:26Z</updated>
<author>
<name>Andy Walsh</name>
</author>
<published>2021-01-11T14:11:41Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=c8f3cca283d99760590fc17dbabbf4c3648a34c9'/>
<id>urn:sha1:c8f3cca283d99760590fc17dbabbf4c3648a34c9</id>
<content type='text'>
* add proper io_uring kernel detection

Signed-off-by: Andy Walsh &lt;andy.walsh44+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>samba4: update to 4.13.3, enbale io_uring</title>
<updated>2021-01-08T16:28:36Z</updated>
<author>
<name>Andy Walsh</name>
</author>
<published>2021-01-08T16:28:36Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=97e55a28b32c2f2b14416c52f082bdb653591644'/>
<id>urn:sha1:97e55a28b32c2f2b14416c52f082bdb653591644</id>
<content type='text'>
* update to 4.13.3
* enable vfs io_uring module by default, if kernel supports it
* fix for possible exploit openwrt/packages#13758
* sanetize all external template/config inputs
* fix some shellcheck warnings
* remove old aio modules/deps

Signed-off-by: Andy Walsh &lt;andy.walsh44+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>samba4: update to 4.13.2</title>
<updated>2020-12-08T18:48:00Z</updated>
<author>
<name>Andy Walsh</name>
</author>
<published>2020-12-08T18:48:00Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=2789b91e9410e978a1664d720d80340cc3cbc8fb'/>
<id>urn:sha1:2789b91e9410e978a1664d720d80340cc3cbc8fb</id>
<content type='text'>
* update to 4.13.2
* remove outdated option "write cache size"

Signed-off-by: Andy Walsh &lt;andy.walsh44+github@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-03.infra.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.12.3</title>
<updated>2020-06-13T00:01:25Z</updated>
<author>
<name>Andy Walsh</name>
</author>
<published>2020-06-09T14:35:02Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=f29cf74c280407c06923df2ad503bfb1b5b5ada5'/>
<id>urn:sha1:f29cf74c280407c06923df2ad503bfb1b5b5ada5</id>
<content type='text'>
* update to 4.12.3
* update/remove patches
* disable netbios port 139 on 'DISABLE_NETBIOS' option or missing 'nmbd'

Signed-off-by: Andy Walsh &lt;andy.walsh44+github@gmail.com&gt;
</content>
</entry>
</feed>
