about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/pam_ssh_agent_auth
AgeCommit message (Collapse)AuthorFilesLines
2023-12-24nixosTests.ssh-agent-auth: initnicoo1-1/+3
2021-01-17pkgs/os-specific: stdenv.lib -> libBen Siraphob1-3/+3
2020-12-30pam-ssh-agent: fix EDCSA crashWout Mertens2-0/+54
2020-12-16pam_ssh_agent_auth: 0.10.3 -> 0.10.4Wout Mertens2-34/+46
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-02-28pam_ssh_agent_auth: fix dependency on insecure opensslMichael Alan Dorman1-1/+22
There have been a couple of patches floating around for about the last 18 months. While they originated with FreeBSD, but they've been adopted by Gentoo and Debian as well---and the most straightforward way to get access to them was from the Debian repository.
2017-03-03pam_ssh_agent_auth: Re-allow multiple authorized keys filesAlexander Kirchhoff2-0/+371
This functionality was initially introduced in 3644f9124aaf35f2ad7b17cd05df19226d4e4d1c to fix https://github.com/NixOS/nixos/pull/52, but was broken in the update from 0.9.5 to 0.10.3. The original patch does not cleanly apply due to reformatting and parameter changes upstream, but the adaptations of the patch to the new version are not too severe.
2017-02-17pam_ssh_agent_auth: 0.9.5 -> 0.10.3Robin Gloster2-346/+2
2013-05-23pam_ssh_agent_auth: fix nix evalDomen Kozar1-1/+1
2013-05-22pam_ssh_agent_auth: Update to 0.9.5Eelco Dolstra1-2/+2
2013-05-22pam_ssh_agent_auth: Add to channelEelco Dolstra1-0/+2
2012-12-17pam_ssh_agent_auth: Allow multiple authorized keys filesEelco Dolstra2-0/+344
We need this because of https://github.com/NixOS/nixos/pull/52.
2012-12-17pam_ssh_agent_auth: Update to 0.9.4Eelco Dolstra1-2/+4
2012-06-11* Added pam_ssh_agent_auth, a PAM module for authentication throughEelco Dolstra1-0/+17
the SSH agent. svn path=/nixpkgs/trunk/; revision=34462