Find a file
Thomas Tuegel 3dc6168b31 Properly escape passwords sent to chpasswd
The mutableUsers feature uses `chpasswd` to set users passwords.
Passwords and their hashes were being piped into the program using
double quotes ("") to escape. This causes any `$` characters to be
expanded as shell variables. This is a serious problem because all the
password hash methods besides DES use multiple `$` in the hashes. Single
quotes ('') should be used instead to prevent shell variable expansion.
2014-02-10 08:16:22 -06:00
doc Remove obsolete file 2014-02-05 19:18:33 +01:00
lib Try to improve naming of list elements in loaOf types 2014-02-08 15:20:25 -05:00
maintainers/scripts
nixos Properly escape passwords sent to chpasswd 2014-02-10 08:16:22 -06:00
pkgs springlobby: add unitsync patch 2014-02-10 14:21:42 +01:00
.gitignore
.version Next release will be 14.02 Baboon 2013-11-01 09:16:36 +01:00
COPYING
default.nix
README.md Update README.md 2014-01-24 00:08:00 +01:00

Nixpkgs is a collection of packages for Nix package manager. Nixpkgs also includes NixOS linux distribution source code.