about summary refs log tree commit diff
path: root/nixos/modules/security/pam.nix
AgeCommit message (Expand)AuthorFilesLines
2023-11-25nixos/sudo-rs: Move support for `pam_ssh_agent_auth(8)` to PAM's NixOS modulenicoo1-5/+8
2023-11-08nixos/sudo: Move support for `pam_ssh_agent_auth(8)` to PAM's NixOS modulenicoo1-1/+5
2023-10-10nixos/pam: add maintainerMajiir Paktu1-0/+2
2023-10-10nixos/pam: generate apparmor includes from rulesMajiir Paktu1-85/+13
2023-10-10nixos/pam: add order comment to each rule lineMajiir Paktu1-0/+1
2023-10-10nixos/pam: convert rules to attrs, add order fieldMajiir Paktu1-7/+43
2023-10-10nixos/pam: remove empty text fieldsMajiir Paktu1-177/+85
2023-10-10nixos/pam: add settings option for common argument stylesMajiir Paktu1-163/+176
2023-10-09nixos/pam: extract args fieldMajiir Paktu1-97/+190
2023-10-09nixos/pam: extract modulePath fieldMajiir Paktu1-174/+144
2023-10-09nixos/pam: extract control fieldMajiir Paktu1-172/+178
2023-10-09nixos/pam: give each rule a nameMajiir Paktu1-85/+91
2023-10-09nixos/pam: define rules as submodulesMajiir Paktu1-183/+205
2023-10-09nixos/pam: automatically populate rule typeMajiir Paktu1-86/+88
2023-10-09nixos/pam: extract header commentsMajiir Paktu1-182/+227
2023-09-24nixos/pam: split rule lists into individual rulesMajiir Paktu1-0/+10
2023-09-24nixos/pam: clean up rulesMajiir Paktu1-22/+16
2023-09-11nixos/pam: fix typo in fscrypt enable optionmib1-1/+1
2023-08-10security/pam: add umask option to configure pam_mkhomedirAaron Andersen1-1/+11
2023-08-08treewide: stop using types.stringLin Jian1-1/+1
2023-07-09pam_dp9ik: init at 1.5Jacob Moody1-0/+29
2023-06-11nixos/pam: support KanidmMax1-0/+16
2023-05-15nixos/pam: fix ZFS support assertionRaito Bezarius1-1/+1
2023-05-15nixos/pam: assert ZFS support for PAM moduleNicola Squartini1-0/+6
2023-05-15nixos/pam: improve documentation of ZFS moduleNicola Squartini1-3/+3
2023-05-15nixos/pam: enable unlocking ZFS home datasetNicola Squartini1-2/+53
2023-05-09pam: remove unused try_first_passs13411-1/+1
2023-05-09nixos/pam: allow changing password using sssds13411-1/+1
2023-03-16Merge master into staging-nextgithub-actions[bot]1-2/+2
2023-03-13treewide: Make yescrypt the default algorithm for pam_unix.soMartin Weinelt1-1/+1
2023-03-06treewide: deprecate isNullFelix Buehler1-2/+2
2022-12-23Merge pull request #205121 from alaviss/homedFlorian Klink1-3/+24
2022-12-17nixos: fix typosfigsoda1-2/+2
2022-12-15nixos/pam: allow backing the motd with a fileMarkus Napierkowski1-2/+18
2022-12-09nixos: add systemd-homed supportLeorize1-3/+24
2022-11-14Merge pull request #199587 from lorenz/fscryptFranz Pletz1-0/+30
2022-11-11nixos/pam: support fscrypt login protectorsLorenz Brun1-0/+30
2022-11-07Merge pull request #186628 from ocfox/pam_faildelayBobby Rong1-0/+22
2022-11-07nixos/pam: add option failDelayocfox1-0/+22
2022-10-22nixos/pam: fix pam_tty_audit configTobias Stenzel1-6/+6
2022-09-25nixos/pam: fix deprecated gnome3 referenceFabián Heredia Montiel1-1/+1
2022-08-31nixos/*: automatically convert option descriptionspennae1-9/+9
2022-08-21Merge pull request #173495 from wucke13/pam-fixLassulus1-2/+2
2022-08-19nixos/*: automatically convert option docspennae1-3/+3
2022-08-19nixos/*: use properly indented strings for option docspennae1-12/+12
2022-08-19nixos/* eliminate inner whitespace in tags that was missed earlierpennae1-2/+1
2022-08-16Merge pull request #183717 from NetaliDev/mysql-authMaximilian Bosch1-1/+29
2022-08-06nixos/*: automatically convert option docspennae1-8/+8
2022-08-06nixos/pam: move pam_unix to the end of the account chainNetali1-1/+4
2022-08-06nixos: add mysql/mariadb user authenticationNetali1-0/+25