<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/kernel/cifsd, 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>2020-01-03T18:09:30Z</updated>
<entry>
<title>smbd: rename from cifsd, update to 3.0.1</title>
<updated>2020-01-03T18:09:30Z</updated>
<author>
<name>Andy Walsh</name>
</author>
<published>2019-12-31T13:59:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6c9973a9d9392489aa033c243842fdb29041f578'/>
<id>urn:sha1:6c9973a9d9392489aa033c243842fdb29041f578</id>
<content type='text'>
* follow upstream rename to 'smbd' and 'smbd-tools'
* config is '/config/smbd' and '/etc/smbd/smb.conf'
* smbd: update to 3.0.1
* smbd: fixes delete access on readonly shares
* smbd: add patch to keep version metadata in kmod
* smbd: add synchrous kill_server patches
* smbd-tools: update to 3.0.1
* smbd-tools: userspace service is now 'usmbd'
* smbd-tools: userspace tools are: 'smbuseradd', 'smbshareadd' with /etc/smbd/smbdpwd.db
* smbd-tools: split package into server/utils (reduce size)
* smbd-tools: fix init (luci save&amp;apply)
* smbd-tools: remove kill_server related timeouts

Signed-off-by: Andy Walsh &lt;andy.walsh44+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>cifsd: update to git (2019-11-27), fix reload/restart not applying smb.conf changes</title>
<updated>2019-11-27T21:11:16Z</updated>
<author>
<name>Andy Walsh</name>
</author>
<published>2019-11-27T21:11:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b85a124ff6ca56c6fcdd31859362c850d638c8b6'/>
<id>urn:sha1:b85a124ff6ca56c6fcdd31859362c850d638c8b6</id>
<content type='text'>
* fix reload/restart not applying luci/smb.conf changes
* remove hotfix for 'read only = no' (fixed by upstream)
* update documentation, example
*cifsd: fix the lost of dos file attributes
*cifsd: store FILE_ATTRIBUTE_SPARSE into xattr
*cifsd: release v2.0.2
*cifsd-tools: add smb.conf.list file to show supported parameters list
*cifsd-tools: set CIFSD_SHARE_FLAG_WRITEABLE flags if read only = no
*cifsd-tools: release cifsd-tools v2.0.2

Signed-off-by: Andy Walsh &lt;andy.walsh44+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>cifsd: update to git (2019-11-22)</title>
<updated>2019-11-22T12:43:17Z</updated>
<author>
<name>Andy Walsh</name>
</author>
<published>2019-11-22T12:43:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5c2706a9ad129e207582530ba09c574476a9bb6c'/>
<id>urn:sha1:5c2706a9ad129e207582530ba09c574476a9bb6c</id>
<content type='text'>
* cifsd: fix uninitialized fp could be freed
* cifsd: fix potential uninitialized spnego_blob could be freed
* cifsd: smbd: replace spinlock_irqsave with spinlock
* cifsd: smbd: avoid the lack of client's send credits
* cifsd-tools: add version generation script
* cifsd-tools: do not abbrev git describe
* cifsd-tools: use 'unknown' version string if git describe fails

Signed-off-by: Andy Walsh &lt;andy.walsh44+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>cifsd: update to git (2019-10-31)</title>
<updated>2019-11-08T12:24:44Z</updated>
<author>
<name>Andy Walsh</name>
</author>
<published>2019-11-08T12:24:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=905254a81c2309b7f39d66217779add898d8ed12'/>
<id>urn:sha1:905254a81c2309b7f39d66217779add898d8ed12</id>
<content type='text'>
* update to git (2019-10-31)
* adds config parameters: "durable handle", "smb3 encryption", "cache read buffers", "cache trans buffers", "smb2 max trans"

Signed-off-by: Andy Walsh &lt;andy.walsh44+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>cifsd: update to git (2019-10-08)</title>
<updated>2019-10-12T02:32:04Z</updated>
<author>
<name>Richard Yu</name>
</author>
<published>2019-10-12T02:32:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f6ee8cb4e28846b94fd02f169197b5f6a3fe451d'/>
<id>urn:sha1:f6ee8cb4e28846b94fd02f169197b5f6a3fe451d</id>
<content type='text'>
Signed-off-by: Richard Yu &lt;yurichard3839@gmail.com&gt;
</content>
</entry>
<entry>
<title>cifsd: update to git (2019-08-19)</title>
<updated>2019-08-21T12:10:31Z</updated>
<author>
<name>Andy Walsh</name>
</author>
<published>2019-08-08T08:57:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=086937052b1df5b36442e71af2dd2e6be5b31482'/>
<id>urn:sha1:086937052b1df5b36442e71af2dd2e6be5b31482</id>
<content type='text'>
* update to git (2019-08-19)
* use new "kill_server" sysfs option on stop
* ensure reload_service() works correctly
* add inherit owner, force create mode, force directory mode UCI options
* add patches for mips target (vfree, vmalloc)

Signed-off-by: Andy Walsh &lt;andy.walsh44+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>cifsd: Update to 2019-07-17 commit</title>
<updated>2019-07-24T18:49:09Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-07-17T19:21:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=838f60d5305358ffeb60811f773e5e503f224913'/>
<id>urn:sha1:838f60d5305358ffeb60811f773e5e503f224913</id>
<content type='text'>
Fixes several issues, including a restart bug and compilation on kernel
4.9.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>cifsd: add new package (kernel/cifsd and net/cifsd-tools)</title>
<updated>2019-07-14T12:07:42Z</updated>
<author>
<name>Andy Walsh</name>
</author>
<published>2019-06-05T07:54:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6dae6d5166b4518e2b79f60d8f761d230779ba95'/>
<id>urn:sha1:6dae6d5166b4518e2b79f60d8f761d230779ba95</id>
<content type='text'>
* adds cifs/smb kernel server module (cifsd)
* adds userspace tools (cifsd, cifsadmin)
* has UCI support (compatible with samba configs)

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