summary refs log tree commit diff
path: root/pkgs/servers/samba
Commit message (Collapse)AuthorAge
* samba: add missing python dependencies for ldap and domain controllerMaxine Aubrey2021-06-03
|
* samba: 4.13.7 -> 4.14.4Robert Schütz2021-05-28
| | | | fixes https://www.samba.org/samba/security/CVE-2021-20254.html
* samba: 4.13.4 -> 4.13.7Pascal Bach2021-03-31
|
* samba: 4.13.3 -> 4.13.4R. RyanTM2021-03-09
|
* samba4: mark broken when enableGlusterFS is trueBernardo Meurer2021-02-07
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* pkgs/servers: stdenv.lib -> libBen Siraphob2021-01-15
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* samba: mark as broken on darwinPascal Bach2020-12-21
| | | | | | | | | smbclient does not properly link and when trying to run it it fails with messages like: dyld: Library not loaded: /private/tmp/nix-build-samba-4.7.12.drv-0/samba-4.7.12/bin/default/source3/libpopt-samba3-samba4.dylib Referenced from: result/bin/smbclient Reason: image not found
* samba: fix macOS buildPascal Bach2020-12-21
|
* samba: 4.13.0 -> 4.13.3Pascal Bach2020-12-21
|
* samba: 4.12.6 -> 4.13.0Aneesh Agrawal2020-12-21
| | | | | | | | | | | | | | | Previously, `vfs_snapper` was only built if `dbus` was found. Now, `vfs_snapper` is enabled by default (on Linux) and it requires dbus to be available: ``` Checking for dbus: not found vfs_snapper is enabled but prerequisite dbus-1 package not found. Use --with-shared-modules=!vfs_snapper to disable vfs_snapper support. ``` We could pass `--with-shared-modules=!vfs_snapper` to disable it, but currently pass `--with-shared-modules=ALL`, so add dbus as a dependency instead.
* Merge branch 'staging-next' into stagingJan Tojnar2020-09-29
|\
| * samba: 4.12.5 -> 4.12.6, fix build on darwinRyan Burns2020-09-26
| | | | | | | | | | Upstream commit https://gitlab.com/samba-team/devel/samba/-/commit/6e263432 fixes compilation on BSD/macOS.
* | samba: fix build w/glibc-2.32Maximilian Bosch2020-09-12
|/
* Merge branch 'master' into stagingVladimír Čunát2020-07-29
|\
| * Merge pull request #85362 from helsinki-systems/fix-samba-kerberosFlorian Klink2020-07-23
| |\ | | | | | | samba: Switch back to builtin Heimdal Kerberos
| | * samba: Switch back to builtin Heimdal KerberosJanne Heß2020-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | samba: 4.12.3 -> 4.12.5R. RyanTM2020-07-07
|/ /
* | Samba: 4.12.2 -> 4.12.3sjau2020-05-23
| |
* | samba: 4.12.1 -> 4.12.2Martin Milata2020-05-09
| | | | | | | | | | | | | | | | 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
* | samba: 4.12.0 -> 4.12.1R. RyanTM2020-04-11
|/
* samba: add option enableProfilingIzorkin2020-03-28
|
* samba: add option enableKerberosIzorkin2020-03-28
|
* samba: add needed packagesIzorkin2020-03-28
|
* samba: remove unused packagesIzorkin2020-03-28
|
* samba: fix depsIzorkin2020-03-28
|
* samba: cleanup build configurationIzorkin2020-03-28
|
* samba: 4.11.5 -> 4.12.0Pascal Bach2020-03-07
| | | | | | - add support for liburing on linux - remove backported patch - move native build dependencies to nativeBuildInputs
* samba: 4.11.3 -> 4.11.5Pascal Bach2020-01-27
| | | | | | | | 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.
* samba: remove no-longer-necessary darwin test hackRobert Scott2020-01-27
| | | | test is skipped automatically now
* samba: 4.10.11 -> 4.11.3Robert Scott2020-01-27
|
* samba: 4.10.10 -> 4.10.11 (#75456)Markus Wamser2019-12-11
| | | | | | 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
* samba3, fusesmb: removingDima2019-11-26
| | | | | | | 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.
* samba: 4.10.8 -> 4.10.10 - securityDima2019-11-19
| | | | | | Addresses issue: https://github.com/NixOS/nixpkgs/issues/73682 Samba fixes overview for reference: https://www.samba.org/samba/history/security.html
* samba: 4.10.6 -> 4.10.8 (security!)Will Dietz2019-09-13
| | | | | https://www.samba.org/samba/history/samba-4.10.8.html https://www.samba.org/samba/history/samba-4.10.7.html
* samba4Full: fix buildWilliButz2019-09-13
| | | | | | | | 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>
* sambaMaster: remove outdated packageWilliButz2019-09-13
|
* treewide: remove redundant quotesvolth2019-09-08
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* samba: 4.10.5 -> 4.10.6R. RyanTM2019-07-20
| | | | | | | 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
* samba: 4.10.4 -> 4.10.5Robert Scott2019-06-21
| | | | Security release fixing CVE-2019-12435 & CVE-2019-12436
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* Merge pull request #59795 from jacereda/samba-darwinMatthew Bauer2019-06-10
|\ | | | | samba: fix darwin build
| * samba: use fixDarwinDylibNamesJorge Acereda2019-04-20
| |
| * samba: fix darwin buildJorge Acereda2019-04-17
| |
* | samba: 4.10.3 -> 4.10.4Markus Kowalewski2019-05-28
| |
* | samba: 4.10.2 -> 4.10.3R. RyanTM2019-05-28
|/ | | | | | | 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
* samba: 4.7.10 -> 4.10.2Aneesh Agrawal2019-04-13
| | | | | | | | | 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.
* samba4: apply patch for CVE-2019-3824Andreas Rammhold2019-03-20
|