<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/ksmbd-tools, 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>2025-12-05T21:56:26Z</updated>
<entry>
<title>ksmbd-tools: bump to 3.5.6</title>
<updated>2025-12-05T21:56:26Z</updated>
<author>
<name>Andrea Pesaresi</name>
</author>
<published>2025-12-05T19:49:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0875537051c8a66db856b70a630873d9a9cb8eaa'/>
<id>urn:sha1:0875537051c8a66db856b70a630873d9a9cb8eaa</id>
<content type='text'>
Major changes are:

- Increase max ip connections(8-&gt;32) and max connections(128-&gt;256).

- Unset "guest_ok = yes" for ipc share by default.

- add new UCI option "allow_guest_ipc" to section (default disabled)

Signed-off-by: Andrea Pesaresi &lt;andreapesaresi82@gmail.com&gt;
</content>
</entry>
<entry>
<title>ksmbd-tools: update to 3.5.5</title>
<updated>2025-10-17T03:50:59Z</updated>
<author>
<name>Andrea Pesaresi</name>
</author>
<published>2025-10-15T18:55:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a7d51c511cfc4fcfcecbd95b9b5dd02fe8c9439d'/>
<id>urn:sha1:a7d51c511cfc4fcfcecbd95b9b5dd02fe8c9439d</id>
<content type='text'>
Major change is:
 - set server signing to auto by default.

In recent versions of Windows 11, server signing is required.
However, server signing is disabled by default in ksmbd server.
So It is recommended to set server signing = auto as default,
so that it is used whenever it is required.

Signed-off-by: Andrea Pesaresi &lt;andreapesaresi82@gmail.com&gt;
</content>
</entry>
<entry>
<title>ksmbd-tools: bump to 3.5.4</title>
<updated>2025-10-05T15:54:35Z</updated>
<author>
<name>Andrea Pesaresi</name>
</author>
<published>2025-10-05T10:00:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=47f1bfa717eb28c038cabc6155ffa3a03b8b9c5c'/>
<id>urn:sha1:47f1bfa717eb28c038cabc6155ffa3a03b8b9c5c</id>
<content type='text'>
The major changes are:
 - Add max ip connections parameter. (ready for future upstream fix) at the moment is reverted by: https://github.com/openwrt/openwrt/commit/18bdeda0113d28170a20e550f45641450089a070
 - unlock follow symlinks parameter to support symlink.
 - send bind_interfaces_only parameter to ksmbd.

Signed-off-by: Andrea Pesaresi &lt;andreapesaresi82@gmail.com&gt;
</content>
</entry>
<entry>
<title>ksmbd-tools: adjust smb2 max read/write/trans and cache</title>
<updated>2024-12-10T00:13:34Z</updated>
<author>
<name>Andrea Pesaresi</name>
</author>
<published>2024-12-08T13:04:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0ca4794564eb7294832636cf46ade680372edebf'/>
<id>urn:sha1:0ca4794564eb7294832636cf46ade680372edebf</id>
<content type='text'>
Now for all devices with every size of RAM it is set to:
`smb2 max read = 64K`
`smb2 max write = 64K`
`smb2 max trans = 64K`

Instead of fixed value to 64K is better to check RAM size and adjust to:

32 ~ 64MB RAM, set the value to 64K
64 ~ 128MB, set it to 128KB
128 ~ 256MB, set it to 1MB
More than 256MB leave default size to 4MB

With 64MB and 128MB is better also to disable the read/write cache
`cache read buffers = no`
`cache write buffers = no`

Signed-off-by: Andrea Pesaresi &lt;andreapesaresi82@gmail.com&gt;
</content>
</entry>
<entry>
<title>ksmbd-tools: update to version 3.5.3</title>
<updated>2024-12-08T09:54:01Z</updated>
<author>
<name>Andrea Pesaresi</name>
</author>
<published>2024-12-07T09:29:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5b058c9949b3e3adcbc35347aa1acc40c3442e2c'/>
<id>urn:sha1:5b058c9949b3e3adcbc35347aa1acc40c3442e2c</id>
<content type='text'>
- manually refresh patch 030-glib.patch

Major changes are:
    fix adduser / addshare prompting on musl libc
    fix use of veto files as global share parameter
    lookup primary group and don't recurse in ksmbd.conf @group handling
    fix a leak and an intermittent auth failure in Kerberos 5
    add global parameter kerberos support

detailed changelog here: https://github.com/cifsd-team/ksmbd-tools/releases/tag/3.5.3

Signed-off-by: Andrea Pesaresi &lt;andreapesaresi82@gmail.com&gt;
</content>
</entry>
<entry>
<title>ksmbd-tools: update to version 3.5.2</title>
<updated>2024-04-06T16:23:09Z</updated>
<author>
<name>Andrea Pesaresi</name>
</author>
<published>2024-04-06T12:18:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9cf0eae9bca7447354bcb96759f213ae407c9532'/>
<id>urn:sha1:9cf0eae9bca7447354bcb96759f213ae407c9532</id>
<content type='text'>
Major changes are:
 - Add durable handles parameter to ksmbd.conf.
 - Add payload_sz in ksmbd_share_config_response to validate ipc
   response.
 - Fix UAF and cleanups.

Signed-off-by: Andrea Pesaresi &lt;andreapesaresi82@gmail.com&gt;
</content>
</entry>
<entry>
<title>kmsbd-tools: switch to use tagged release</title>
<updated>2024-03-31T07:52:52Z</updated>
<author>
<name>Andrea Pesaresi</name>
</author>
<published>2024-03-30T08:41:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f8a7ee7f4757bc12e081deb3296ddbdbcd5f33b4'/>
<id>urn:sha1:f8a7ee7f4757bc12e081deb3296ddbdbcd5f33b4</id>
<content type='text'>
Instead of checking Git sources, we will use now tagged releases.

This solve the strange version 0~3.5.1-r1, now will be 3.5.2-r2

Signed-off-by: Andrea Pesaresi &lt;andreapesaresi82@gmail.com&gt;
</content>
</entry>
<entry>
<title>ksmbd-tools: update to 3.5.1</title>
<updated>2024-01-13T22:37:00Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-01-13T03:13:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e9e1ae23862ceeaa95939b2a7cfa9156c5338f89'/>
<id>urn:sha1:e9e1ae23862ceeaa95939b2a7cfa9156c5338f89</id>
<content type='text'>
Various fixes for ksmbd, most notably a visibility fix for the latest
ksmbd code.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>ksmbd-tools: update to 3.4.8 release</title>
<updated>2023-04-23T08:02:14Z</updated>
<author>
<name>Andrew Sim</name>
</author>
<published>2023-04-23T05:15:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=837c0f7f1c33857800b32bb910cfc7d5c6ea674e'/>
<id>urn:sha1:837c0f7f1c33857800b32bb910cfc7d5c6ea674e</id>
<content type='text'>
Changelog: https://github.com/cifsd-team/ksmbd-tools/releases/tag/3.4.8

Maintainer: nobody
Compile tested: Mediatek filogic, Asus TUF AX4200, lastest master
Run tested: Mediatek filogic, Asus TUF AX4200, lastest master

Signed-off-by: Andrew Sim &lt;andrewsimz@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: refactor to use PKG_BUILD_FLAGS:=gc-sections</title>
<updated>2023-04-08T06:38:54Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-03-23T08:09:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=35f4ef76e0c88b690ec55f26aed072c4c5989eff'/>
<id>urn:sha1:35f4ef76e0c88b690ec55f26aed072c4c5989eff</id>
<content type='text'>
See commit da370098 "treewide: add support for "gc-sections" in
PKG_BUILD_FLAGS" on the main repository.

Note: This only touches packages which use all three parts
(-ffunction-sections, -fdata-sections and -Wl,--gc-sections) enabled by
this build flag. Some packages only use a subset, and these are left
unchanged for now.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
</feed>
