aboutsummaryrefslogtreecommitdiff
path: root/net/samba4/files
Commit message (Collapse)AuthorAge
* 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: update to 4.8.5Andy Walsh2018-09-01
| | | | | | | | | * update to 4.8.5 * enable aesni support for x86_64 * add 'unbundle libbsd' patch * update smb.conf.template (disable spoolss) Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* samba4: update to 4.8.4Andy Walsh2018-08-15
| | | | | | | | | * remove perl, python host depends * fixes: CVE-2018-1139, CVE-2018-1140, CVE-2018-10858, CVE-2018-10918, CVE-2018-10919 * remove avahi timemachine service file (4.8 handles this automatically via avahi client-lib) * fix more optional depends Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* samba4: add missing avahi service definitionsAndy Walsh2018-08-06
| | | | 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>