aboutsummaryrefslogtreecommitdiff
path: root/net/wsdd2
Commit message (Collapse)AuthorAge
* treewide: refresh hashes after move to use ZSTD as defaultRobert Marko2024-04-07
| | | | | | | | With the recent move to using ZSTD as the default compression format for packaging git repo clones we must refresh all of the hashes for the packages feed as well. Signed-off-by: Robert Marko <robimarko@gmail.com>
* wsdd2: update to 2023-12-21Alan Luck2023-12-21
| | | | Signed-off-by: Alan Luck <luckyhome2008@gmail.com>
* wsdd2: fix stopping serviceRafał Miłecki2023-05-11
| | | | | | | | | | | | | | | Function start_service() is called whenever service may need reloading. If SMB server is not running it could be simply because it has been stopped. Reloading service in such case is not an error so: 1. Don't log error as it isn't one 2. Don't exit with error code as it was confusing procd This change fixes scenario like: /etc/init.d/ksmbd stop /etc/init.d/wsdd2 reload (previously above wasn't stopping wsdd2) Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* treewide: remove AUTORELEASEPaul Fertser2023-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically compute and substitute current values for all $(AUTORELEASE) instances as this feature is deprecated and shouldn't be used. The following temporary change was made to the core: diff --git a/rules.mk b/rules.mk index 57d7995d4fa8..f16367de87a8 100644 --- a/rules.mk +++ b/rules.mk @@ -429,7 +429,7 @@ endef abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1)))) COMMITCOUNT = $(if $(DUMP),0,$(call commitcount)) -AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1)) +AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile)) all: FORCE: ; And this command used to fix affected packages: for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \ sed 's^.*/\([^/]*\)/Makefile^\1^';); do make package/$i/download done Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* wsdd2: update config file for ksmbdRosen Penev2022-11-06
| | | | | | Previous commit makes use of ksmbd.conf Signed-off-by: Rosen Penev <rosenp@gmail.com>
* wsdd2: update to 2022-04-25Andrew Sim2022-10-23
| | | | Signed-off-by: Andrew Sim <andrewsimz@gmail.com>
* samba4: drop maintainershipAndy Walsh2022-06-21
| | | | | | | | | | | | | drop maintainership: * samba4 * ksmbd-tools * perl-parse-yapp * libtirpc * softethervpn5 * wsdd2 * rpcsvc-proto Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* wsdd2: Remove extra comma, which breaks the key-value pair of the '-b' parameterLi Zhang2022-04-25
| | | | Signed-off-by: Li Zhang <starsunyzl@gmail.com>
* wsdd: update to 2021-10-22Rosen Penev2021-10-22
| | | | | | Fixes another segfault. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* wsdd2: update to 2021-10-14Rosen Penev2021-10-20
| | | | | | Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* wsdd2: fix usage with musl 1.2.0Rosen Penev2021-10-14
| | | | | | | This package uses a wrong format string for time_t. Cast to long long to fix. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* wsdd2: update to git (2021-08-09), switch to Netgear repoAndy Walsh2021-09-08
| | | | | | | * update to git (2021-08-09) * switch to Netgear repo Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* wsdd2: dont use fqdnFritz D. Ansel2021-08-15
| | | | | | workgroups use the name of the host without domain Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
* wsdd2: update to git 2021-06-28 (v1.8.5)Andy Walsh2021-06-28
| | | | | | | * update to git 2021-06-28 (v1.8.5) * add extra startup delay Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* wsdd2: update to git (2020-11-19)Andy Walsh2020-12-08
| | | | | | * update to git (2020-11-19) Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* wsdd2: Uppercase NB_PARMAndy Walsh2020-07-18
| | | | | | | * Uppercase NB_PARM if mdns option is not set * filter commented lines Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* wsdd2: update to git 2020-05-06Andy Walsh2020-06-09
| | | | | | | * update to git 2020-05-06 * Fix '-b' option parsing Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* wsdd2: bump PKG_RELEASE; refine init scriptSyrone Wong2020-05-06
| | | | Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
* wsdd2: fix infinite loop when BI_PARM is never setSyrone Wong2020-05-06
| | | | | | | | | If BI_PARM is never set, it's "" and causes infinite loop (before my PR sent upstream) or error out (after my PR sent upstream). Append -b option only if it's valid. Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
* wsdd2: run init script through shellcheckRosen Penev2020-03-29
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* wsdd2: fix typosAndy Walsh2020-02-02
| | | | | | * fix typos (WG_PARM, reload_trigger) Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* wsdd2: update for renamed smbd->ksmbdAndy Walsh2020-01-26
| | | | | | * update for renamed smbd->ksmbd Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* wsdd2: fix install warning on compileAnsuel Smith2020-01-07
| | | | Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* wsdd2: update init for renamed cifsd->smbdAndy Walsh2019-12-31
| | | | | | * update init for renamed cifsd->smbd Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* wsdd2: update to git (2019-12-15), bind to 'lan' onlyAndy Walsh2019-12-15
| | | | | | | | | | | | | * update to git (2019-12-15) * bind to 'lan' interface only * make cifsd compatible (avoid testparm dependency) * only start if needed * add meta data (vendor, model, sku) * update smb.conf procd location * lower restart delay * remove outdated patch Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* wsdd2: fix missing triggersAndy Walsh2018-09-27
| | | | | | * add triggers so changes can be picked up Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* wsdd2: fix invalid error messageAndy Walsh2018-09-10
| | | | | | * fixed invalid error message Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* samba4: add package samba-4.8Andy Walsh2018-07-26
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>