aboutsummaryrefslogtreecommitdiff
path: root/net/samba4
Commit message (Collapse)AuthorAge
...
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* samba4: update to version 4.9.13 (security fix)Jan Pavlinec2019-09-04
| | | | | | Fixes CVE-2019-10197 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* samba4: remove double quotes for reniceOever González2019-09-04
| | | | | | | | | | | | | | The double quote thells the shell that the list returned from `pidof` is a single argument, therefore, `renice` will cry about a malformed input. With this commit, `renice` will be applied correctly to all the returned PIDs from `pidof`. The output of `renice` for the quoted list is as follows: `renice: invalid number '6592 6587 6586 6574'` `renice` does not show and does apply the nice value if the list is unquoted. Signed-off-by: Oever González <notengobattery@gmail.com> Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* samba4: add python2 host dependencyAndy Walsh2019-07-30
| | | | | | * add python2/host dependency Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* 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: revert to 4.9.11Andy Walsh2019-07-21
| | | | | | | | * revert to 4.9.x series (4.10 needs too many unofficial patches and has weird waf bugs) * cleanup patches * enable AD_DC build option again Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* samba4: add libreadline dep, cleanup old patchesAndy Walsh2019-07-14
| | | | | | | * add missing libreadline dep * remove old patches Signed-off-by: Andy Walsh <andy.walsh44+github@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.8Andy Walsh2019-05-16
| | | | | | * fixes CVE-2018-16860 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: fix build with parallel jobsAndy Walsh2019-04-24
| | | | | | * fixes openwrt/packages#8721 Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* Samba4: Rework URLsDaniel Engberg2019-04-17
| | | | | | | | | Avoid Hetzner hosted servers due to availability (.ru users) and try to keep availability as good as possible without sacrificing performance for the majority of users. Update upstream project download URL Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* samba4: update to 4.9.6Andy Walsh2019-04-16
| | | | | | | * fix CVE-2019-3870, CVE-2019-3880 * switch to fossies.org as main download (faster) 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: tmsize patch, build with netbios by defaultAndy Walsh2019-03-01
| | | | | | | | * add patch for tmsize overflow (https://bugzilla.samba.org/show_bug.cgi?id=13622) * re-enable netbios by default (Some users still need netbios and its just a minor size increase 50kb) Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* samba4: add mandatory option per CVE-2018-16853Val Kulkov2019-01-10
| | | | | | | | | | | | | | | Since 4.9.3, Samba AD-DC with MIT Kerberos will refuse to build unless --with-experimental-mit-ad-dc is provided to the configure command. The mandatory requirement was introduced in response to a report that a user in a Samba AD domain can crash the KDC when Samba is built in the non-default MIT Kerberos configuration: https://www.samba.org/samba/security/CVE-2018-16853.html This requirement was introduced in Samba commit c5370a4349d381ba3b64b063dc28a2c54cfacdfc. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* samba4: update to 4.9.4Deng Qingfang2018-12-24
| | | | | | | | | Fixes following CVEs (4.9.3 and 4.9.4): CVE-2018-16853, CVE-2018-14629, CVE-2018-16853 CVE-2018-14629, CVE-2018-16841, CVE-2018-16851 CVE-2018-16852, CVE-2018-16853, CVE-2018-16857 Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
* samba4: Update to 4.9.2Daniel Engberg2018-11-17
| | | | | | | Update Samba to 4.9.2 Refresh patches Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* 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: update to 4.9.1Andy Walsh2018-09-24
| | | | | | fixes: nmbd: Stop nmbd network announce storm (bug #13620). Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* samba4: fix typoAndy Walsh2018-09-16
| | | | | | * fix a typo in vfs_extd_audit Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* samba4: update to 4.9.0Andy Walsh2018-09-14
| | | | | | | | | | | | | | | | * update to 4.9.0 * move vfs_xattr_tdb to defaults * add vfs_audit, vfs_extd_audit, vfs_full_audit to AD-DC variant * disable jansson, libarchive by default, enabled for AD-DC variant * update waf answers Noteable smb.conf changes: * store dos attributes Default changed yes * ea support Default changed yes Fixes: Timemachine "The identity of the Backup disk ... has changed since the previous backup." 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 nfs-kernel-server/host build dependencyEneas U de Queiroz2018-08-06
| | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* samba4: add missing avahi service definitionsAndy Walsh2018-08-06
| | | | Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* samba4: switch to waf cross-answer filesAndy Walsh2018-08-06
| | | | | | | * switch waf build to cross-answer files * move timemachine related vfs modules to default vfs option Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* samba4: add optional lib dependencies (libgcrypt, libpam)Andy Walsh2018-08-01
| | | | | | * add libgcrypt, libpam to optional libs 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>