smbd: rename from cifsd, update to 3.0.1#10909
Merged
neheb merged 1 commit intoopenwrt:masterfrom Jan 3, 2020
Merged
Conversation
This was referenced Dec 31, 2019
943bcf1 to
328f74f
Compare
Contributor
Author
|
trivial update:
|
328f74f to
b94799c
Compare
* 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>
b94799c to
6c9973a
Compare
Contributor
Author
|
@neheb I try to backport all my latest stuff to 19.07, so it can be merged and tagged on monday. So i did revert the static glib2 changes for now, so you can finally merge this and i can backport all related packages as well. Want to ensure the name change gets tagged before next 19.07 release. PS: I will re-add the static changes, if the glib2 PR went through. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Maintainer: me cc: @neheb @dengqf6
Compile tested: mips/arm (master)
Run tested: arm/mvebu (mips/qemu)
Description:
Related PR: luci (openwrt/luci#3451), wsdd2 (#10910)
PS: The new low memory template options did not result in any slowdown on my device, still maxing out at 115MB/s read/write, so i made them defaults instead of a UCI/init option.