smbd: rename from cifsd, update to 3.0.1 10909/head
authorAndy Walsh <andy.walsh44+github@gmail.com>
Tue, 31 Dec 2019 13:59:11 +0000 (14:59 +0100)
committerAndy Walsh <andy.walsh44+github@gmail.com>
Fri, 3 Jan 2020 18:09:30 +0000 (19:09 +0100)
commit6c9973a9d9392489aa033c243842fdb29041f578
treed9b7141363077daf1936bf7602910155db157d44
parent7fb36fb8d017328f28520efb7932dd0df022fd75
smbd: rename from cifsd, update to 3.0.1

* 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&apply)
* smbd-tools: remove kill_server related timeouts

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
14 files changed:
kernel/cifsd/Makefile [deleted file]
kernel/smbd/Makefile [new file with mode: 0644]
kernel/smbd/patches/01-keep_kmod_metadata.patch [new file with mode: 0644]
net/cifsd-tools/Makefile [deleted file]
net/cifsd-tools/files/cifsd.config [deleted file]
net/cifsd-tools/files/cifsd.config.example [deleted file]
net/cifsd-tools/files/cifsd.init [deleted file]
net/cifsd-tools/files/smb.conf.help [deleted file]
net/cifsd-tools/files/smb.conf.template [deleted file]
net/smbd-tools/Makefile [new file with mode: 0644]
net/smbd-tools/files/smb.conf.template [new file with mode: 0644]
net/smbd-tools/files/smbd.config [new file with mode: 0644]
net/smbd-tools/files/smbd.config.example [new file with mode: 0644]
net/smbd-tools/files/smbd.init [new file with mode: 0644]