aboutsummaryrefslogtreecommitdiff
path: root/net/samba4/files/samba.init
Commit message (Collapse)AuthorAge
* samba4: Run init script through shellcheckRosen Penev2019-07-28
| | | | | | Some performance improvements by batching file writes. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* samba4: update to 4.10.6Andy Walsh2019-07-13
| | | | | | | | | | * update to 4.10.6 * use python3 * disable SERVER_AD_DC option (bugged atm) * fix init script symlink smb.conf detection * add new deps (libtasn1, libopenssl) Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* samba4: update to 4.9.7Andy Walsh2019-05-10
| | | | | | | * update to 4.9.7 * add write_list, read_list UCI support Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* samba4: update to 4.9.5, switch to embedded heimdal buildAndy Walsh2019-04-09
| | | | | | | | | | | | | | | | | * update to 4.9.5 * use embedded heimdal build * remove mitkrb5 deps * add AD-DC tools (samba4kinit samba4kgetcred samba4kpasswd samba4ktutil) * add eventlogadm to ADMIN tools * build VFS modules shared * preserve custom smb.conf after reboots * add missing lib/samba/? private dirs, even if empty * handle python-crypto via EXTRA_DEPENDS * fix CONFIGURE_CMD argument order * move python install to libs * remove redundant Config.in selects Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* samba4: fix hostname if not defined via DnsmasqAndy Walsh2018-10-15
| | | | | | * use kernel fs to get the hostname, drop domainname Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* samba4: fix missing busybox 'hostname -f' commandAndy Walsh2018-09-29
| | | | | | * busybox does not have 'hostname' by default so replaced it with uci calls Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* samba4: fix netbios_nameAndy Walsh2018-09-27
| | | | | | | * fixes: error 0x80070035 * add triggers to catch hostname changes Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* samba4: enable avahi by default, add timemachine supportAndy Walsh2018-09-10
| | | | | | | | | * enable avahi by default, so Linux/Mac Clients can see samba shares * enable timemachine config support * fix invalid --builtin-libraries * default to 'mdns name = mdns' in template 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>