about summary refs log tree commit diff
path: root/pkgs/servers/samba
AgeCommit message (Collapse)AuthorFilesLines
2020-09-26samba: 4.12.5 -> 4.12.6, fix build on darwinRyan Burns1-2/+2
Upstream commit https://gitlab.com/samba-team/devel/samba/-/commit/6e263432 fixes compilation on BSD/macOS.
2020-07-29Merge branch 'master' into stagingVladimír Čunát1-9/+3
2020-07-23Merge pull request #85362 from helsinki-systems/fix-samba-kerberosFlorian Klink1-9/+3
samba: Switch back to builtin Heimdal Kerberos
2020-07-07samba: 4.12.3 -> 4.12.5R. RyanTM1-2/+2
2020-05-23Samba: 4.12.2 -> 4.12.3sjau1-2/+7
2020-05-09samba: 4.12.1 -> 4.12.2Martin Milata1-2/+2
Release notes: https://www.samba.org/samba/history/samba-4.12.2.html Fixes: https://nvd.nist.gov/vuln/detail/CVE-2020-10700 https://nvd.nist.gov/vuln/detail/CVE-2020-10704
2020-04-16samba: Switch back to builtin Heimdal KerberosJanne Heß1-9/+3
When not building with the experimental (!!) system MIT Kerberos, Samba will use the builtin Heimdal Kerberos. For this reason, enableKerberos = true will still include a krb5 implementation, built right into Samba. There is no benefit in using MIT krb5, however it has some downsides like not being able to assign computer GPOs [1]. The ArchWiki [2] also mentions this in their installation section. [1]: https://lists.samba.org/archive/samba/2018-July/216779.html [2]: https://wiki.archlinux.org/index.php/Samba/Active_Directory_domain_controller
2020-04-11samba: 4.12.0 -> 4.12.1R. RyanTM1-2/+2
2020-03-28samba: add option enableProfilingIzorkin1-1/+3
2020-03-28samba: add option enableKerberosIzorkin1-5/+6
2020-03-28samba: add needed packagesIzorkin1-2/+12
2020-03-28samba: remove unused packagesIzorkin1-8/+1
2020-03-28samba: fix depsIzorkin1-20/+9
2020-03-28samba: cleanup build configurationIzorkin1-13/+67
2020-03-07samba: 4.11.5 -> 4.12.0Pascal Bach1-13/+8
- add support for liburing on linux - remove backported patch - move native build dependencies to nativeBuildInputs
2020-01-27samba: 4.11.3 -> 4.11.5Pascal Bach1-2/+2
This is a security release in order to address the following defects: - CVE-2019-14902: Replication of ACLs set to inherit down a subtree on AD Directory not automatic. - CVE-2019-14907: Crash after failed character conversion at log level 3 or above. - CVE-2019-19344: Use after free during DNS zone scavenging in Samba AD DC.
2020-01-27samba: remove no-longer-necessary darwin test hackRobert Scott1-3/+0
test is skipped automatically now
2020-01-27samba: 4.10.11 -> 4.11.3Robert Scott1-5/+10
2019-12-11samba: 4.10.10 -> 4.10.11 (#75456)Markus Wamser1-2/+2
Security fix: CVE-2019-14861, CVE-2019-14870 This update is only a security fix. See https://www.samba.org/samba/history/samba-4.10.11.html
2019-11-26samba3, fusesmb: removingDima1-99/+0
Samba 3 has been discontinued since Q1/2015. So I think it's time to just wipe it from the pkgs. FuseSMB is pretty much abandoned, upstream does not exist and it's also not as useful as it used to be anyways.
2019-11-19samba: 4.10.8 -> 4.10.10 - securityDima1-2/+2
Addresses issue: https://github.com/NixOS/nixpkgs/issues/73682 Samba fixes overview for reference: https://www.samba.org/samba/history/security.html
2019-09-13samba: 4.10.6 -> 4.10.8 (security!)Will Dietz1-2/+2
https://www.samba.org/samba/history/samba-4.10.8.html https://www.samba.org/samba/history/samba-4.10.7.html
2019-09-13samba4Full: fix buildWilliButz1-28/+26
The pkgconfig requirements for glusterfs-api were not satisfied without uuid, resulting in Waf not setting the correct API version for glusterfs during the build and consequently incompatible function calls in samba. Co-authored-by: Franz Pletz <fpletz@fnordicwalking.de>
2019-09-13sambaMaster: remove outdated packageWilliButz1-29/+0
2019-09-08treewide: remove redundant quotesvolth1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-20samba: 4.10.5 -> 4.10.6R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/samba/versions
2019-06-21samba: 4.10.4 -> 4.10.5Robert Scott1-2/+2
Security release fixing CVE-2019-12435 & CVE-2019-12436
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
* treewide: remove unused variables * making ofborg happy
2019-06-10Merge pull request #59795 from jacereda/samba-darwinMatthew Bauer1-2/+8
samba: fix darwin build
2019-05-28samba: 4.10.3 -> 4.10.4Markus Kowalewski1-2/+2
2019-05-28samba: 4.10.2 -> 4.10.3R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/samba/versions
2019-04-20samba: use fixDarwinDylibNamesJorge Acereda1-2/+3
2019-04-17samba: fix darwin buildJorge Acereda1-1/+6
2019-04-13samba: 4.7.10 -> 4.10.2Aneesh Agrawal4-42/+49
Release notes: https://www.samba.org/samba/history/samba-4.10.2.html Notably, Samba 4.10.0 is the first with Python 3 support, and the 4.10 line will be the last supporting Python 2, so switch to Python 3. Add myself as a maintainer.
2019-03-20samba4: apply patch for CVE-2019-3824Andreas Rammhold1-0/+8
2019-02-24samba: 4.7.10 -> 4.7.12Andrew Dunham1-3/+5
Version 4.7.12 is a security release. This fixes a couple of security related issues: - https://www.samba.org/samba/security/CVE-2018-14629.html - https://www.samba.org/samba/security/CVE-2018-16841.html - https://www.samba.org/samba/security/CVE-2018-16851.html - https://www.samba.org/samba/security/CVE-2018-16853.html
2019-01-26treewide: remove wkennington as maintainerJörg Thalheim1-1/+0
He prefers to contribute to his own nixpkgs fork triton. Since he is still marked as maintainer in many packages this leaves the wrong impression he still maintains those.
2018-11-14samba3: add licenseMarkus Kowalewski1-2/+3
2018-10-23Merge pull request #48794 from markuskowa/fix-samba-ibJoachim F1-4/+1
samba: remove defunct infiniband support
2018-10-22samba4: 4.7.9 -> 4.7.10 (#48787)Daniël de Kok1-2/+2
Changes: https://www.samba.org/samba/history/samba-4.7.10.html
2018-10-21samba: remove defunct infiniband supportMarkus Kowalewski1-4/+1
Even if infiniband support is enabled the option is ignored by the configure script and no depencies to libibverbs.so or librdmacm.so is contained in the output.
2018-08-15samba: 4.7.6 -> 4.7.9Andreas Rammhold1-2/+2
Version 4.7.9 is a security release. The versions 4.7.7 & 4.7.8 contain numerous bug fixes. This fixes a couple of security related issues: - https://www.samba.org/samba/security/CVE-2018-10858.html - https://www.samba.org/samba/security/CVE-2018-10918.html - https://www.samba.org/samba/security/CVE-2018-10919.html - https://www.samba.org/samba/security/CVE-2018-1139.html Changelogs for the version upgrades can be found below. - https://www.samba.org/samba/history/samba-4.7.7.html - https://www.samba.org/samba/history/samba-4.7.8.html - https://www.samba.org/samba/history/samba-4.7.9.html
2018-07-21pkgs/*: remove unreferenced function argumentsvolth2-3/+3
2018-06-27treewide: http -> https (#42665)Ryan Mulligan2-2/+2
2018-06-10samba: support darwinMatthew Bauer1-4/+15
- add macos patch
2018-03-13samba: 4.7.5 -> 4.7.6 for multiple CVEsFranz Pletz1-2/+2
Fixes CVE-2018-1050, CVE-2018-1057.
2018-03-12sambaMaster: 4.8.0_2018-01-25 -> 2018-03-09Luke Adams1-4/+4
2018-03-07samba: 4.7.4 -> 4.7.5Tim Steinbach1-4/+5
Also, fix kerberos dependency to include krb5kdc
2018-01-26sambaMaster: 4.8_2017-12-25 -> 4.8.0_2018-01-25Luke Adams1-3/+3