1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
Nix Packages collection & NixOS
Find a file
Moritz Maxeiner e96f58ef5c Implement muli-user authentication for yubikey pba, i.e. multiple users can now share a single luks keyslot.
This is achieved by having multiple lines per storage file, one for each user (if the feature is enabled); each of these
lines has the same format as would be the case for the userless authentication, except that they are prepended with a
SHA-512 of the user's id.
2014-01-29 17:20:05 +01:00
doc manual: Document Java support 2014-01-13 13:15:59 +01:00
lib lib/maintainers.nix: add missing entry for 'sprock' 2014-01-20 18:18:35 +01:00
maintainers/scripts
nixos Implement muli-user authentication for yubikey pba, i.e. multiple users can now share a single luks keyslot. 2014-01-29 17:20:05 +01:00
pkgs Add ykpers (aka yubikey-personalization) package 2014-01-25 03:17:06 +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.