aboutsummaryrefslogtreecommitdiff
path: root/net/cifsd-tools
Commit message (Collapse)AuthorAge
* smbd: rename from cifsd, update to 3.0.1Andy Walsh2020-01-03
| | | | | | | | | | | | | | | | | * 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>
* cifsd: update to git (2019-11-27), fix reload/restart not applying smb.conf ↵Andy Walsh2019-11-27
| | | | | | | | | | | | | | | | changes * 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 <andy.walsh44+github@gmail.com>
* cifsd-tools: update to git (2019-11-25)Andy Walsh2019-11-25
| | | | | | | | * cifsd-tools: fix Assignment of a signed value which has type 'long' * init: convert hide_dot_files to yes/no option * 'read only = no' seems bugged for cifsd/smb.conf, so fix via 'writeable = yes' Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* cifsd: update to git (2019-11-22)Andy Walsh2019-11-22
| | | | | | | | | | | | * 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 <andy.walsh44+github@gmail.com>
* cifsd: update to git (2019-10-31)Andy Walsh2019-11-08
| | | | | | | * 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 <andy.walsh44+github@gmail.com>
* cifsd: update to git (2019-10-08)Richard Yu2019-10-12
| | | | Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* cifsd: update to git (2019-08-19)Andy Walsh2019-08-21
| | | | | | | | | | * 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 <andy.walsh44+github@gmail.com>
* cifsd-tools: Run init script through shellcheckRosen Penev2019-07-24
| | | | | | | | | | Main warning fixed was about echo -e not being supported by POSIX sh. Added PKG_BUILD_PARALLEL for slightly faster compilation. Small whitespace cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* cifsd: add new package (kernel/cifsd and net/cifsd-tools)Andy Walsh2019-07-14
* adds cifs/smb kernel server module (cifsd) * adds userspace tools (cifsd, cifsadmin) * has UCI support (compatible with samba configs) Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>