summary refs log tree commit diff
path: root/pkgs/os-specific/linux/cifs-utils
Commit message (Collapse)AuthorAge
* cifs-utils: 6.12 -> 6.13R. RyanTM2021-04-28
|
* kerberos: deprecate aliasSandro Jäckel2021-04-04
|
* cifs-utils: missing python3 dependency for smbinfoThomas Gerbet2021-01-20
| | | | | | Since cifs-utils 6.12, smbinfo needs Python to be usable. Issue introduced in 033208fd46e03178655f3c4a59add1d9dbf57731.
* cifs-utils: 6.9 -> 6.12Thomas Gerbet2021-01-19
| | | | This notably fixes CVE-2020-14342.
* 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/os-specific: stdenv.lib -> libBen Siraphob2021-01-17
|
* 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
* cifs-utils: don't check for AC_FUNC_MALLOC when cross compilingAtemu2020-12-13
| | | | | | Produces "undefined reference to "rpl_malloc"" and fails the build Apparently it's a runtime check (https://github.com/LLNL/ior/issues/4)
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren2019-12-30
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* cifs-utils: 6.8 -> 6.9R. RyanTM2019-04-14
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/cifs-utils/versions
* cifs-utils: also generate manpagesPeter Hoeg2018-08-29
|
* cifs-utils: 6.7 -> 6.8Ryan Mulligan2018-03-17
| | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - ran `/nix/store/55ryin1a2l4h78wka5k55b223mhsv4ah-cifs-utils-6.8/bin/cifs.upcall -v` and found version 6.8 - ran `/nix/store/55ryin1a2l4h78wka5k55b223mhsv4ah-cifs-utils-6.8/bin/cifs.upcall --version` and found version 6.8 - found 6.8 with grep in /nix/store/55ryin1a2l4h78wka5k55b223mhsv4ah-cifs-utils-6.8 - directory tree listing: https://gist.github.com/97fa73e76891fadb3a329476169aa13c
* cifs-utils: 6.6 -> 6.7Tuomas Tynkkynen2018-02-04
|
* Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice2018-01-16
| | | | Goodbye, and thanks for all the Nix...
* cifs-utils: 6.5 -> 6.6Armijn Hemel2017-05-26
|
* cifs-utils: add 'talloc' to buildInputs, to build cifs.upcallBjørn Forsman2016-12-10
| | | | | | | | Fixes this ./configure symptom: configure: WARNING: talloc.h not found, consider installing libtalloc-devel. Disabling cifs.upcall. and is needed to (eventually) fix CIFS + DFS kernel mount on NixOS.
* cifs_utils: 6.4 -> 6.5; maintainTobias Geerinckx-Rice2016-05-25
|
* fetchurl: collate samba project urls into a mirrorEdward Tjörnhammar2015-02-08
|
* cifs-utils: Add more useful dependenciesWilliam A. Kennington III2015-01-02
|
* cifs_utils: update from 6.3 to 6.4Aristid Breitkreuz2014-10-06
|
* cifs-utils: update 6.2 -> 6.3Bjørn Forsman2014-04-13
| | | | | | | | January 9, 2014: Release 6.3: * fixes for various bugs turned up by Coverity * clean unused cruft out of upcall binary * add new pam_cifscreds PAM module for establishing NTLM creds on login * https://lists.samba.org/archive/samba-technical/2014-January/097124.html
* Upgrade cifs-utils from 5.7 -> 6.2William A. Kennington III2013-11-28
| | | | | Additonally remove the systemd-ask-password patch since this was fixed upstream.
* cifs-utils: revert back to version 5.6Peter Simons2013-03-05
| | | | | | | | | | | The updated version 5.9 couldn't mount any of my shares: Status code returned 0xc000006d NT_STATUS_LOGON_FAILURE CIFS VFS: Send error in SessSetup = -13 CIFS VFS: cifs_mount failed w/return code = -13 Apparently, this is a known problem in Windows Vista that needs to be fixed on the server side. :-(
* cifs-utils: hard-code path '/run/current-system/sw/bin/systemd-ask-password' ↵Peter Simons2013-03-05
| | | | | | | | | to fix issue #353 some more It turns out that mount.cifs is run in a shell environment that doesn't have $PATH. To find that program, we must commit to some location. The path I used will work fine on NixOS, but of course it won't work on other Linux distributions. I'm not sure whether that's an important issue or not.
* cifs-utils: update to version 5.9Peter Simons2013-03-05
|
* cifs-utils: remove hard-coded path to 'systemd-ask-password' to close issue #353Peter Simons2013-03-05
|
* cifs-utils: upgrade to 5.6Mathijs Kwik2012-08-30
|
* Updating the cifs utils (I think even the hash did not match for 4.5),Lluís Batlle i Rossell2012-02-15
| | | | | | | | | and adding some CIFS support to the sheevaplug kernel. Patch by Rickard Nilsson. svn path=/nixpkgs/trunk/; revision=32298
* svn path=/nixpkgs/trunk/; revision=23531Eelco Dolstra2010-08-29
|
* * Added cifs-utils (mount.cifs properly packaged). This obsoletesEelco Dolstra2010-06-03
mount-cifs. svn path=/nixpkgs/trunk/; revision=22124