]> granicus.if.org Git - linux-pam/commit
pam_unix: Add support for (gost-)yescrypt hashing methods.
authorBjörn Esser <besser82@fedoraproject.org>
Thu, 15 Nov 2018 15:38:05 +0000 (16:38 +0100)
committerTomáš Mráz <t8m@users.noreply.github.com>
Fri, 23 Nov 2018 14:39:24 +0000 (15:39 +0100)
commit16bd523f85ede9fa9115f80e826f2d803d7e61d4
tree66ebe2f6abb103f8937c69b03fa7c797dbb1cf4f
parentb8ba9fafae478ae96529d61e2ce163b338f9b29b
pam_unix: Add support for (gost-)yescrypt hashing methods.

libxcrypt (v4.2 and later) has added support for the yescrypt
hashing method; gost-yescrypt has been added in v4.3.

* modules/pam_unix/pam_unix.8.xml: Documentation for (gost-)yescrypt.
* modules/pam_unix/pam_unix_acct.c: Use 64 bit type for control flags.
* modules/pam_unix/pam_unix_auth.c: Likewise.
* modules/pam_unix/pam_unix_passwd.c: Likewise.
* modules/pam_unix/pam_unix_sess.c: Likewise.
* modules/pam_unix/passverify.c: Add support for (gost-)yescrypt.
* modules/pam_unix/passverify.h: Use 64 bit type for control flags.
* modules/pam_unix/support.c: Set sane rounds for (gost-)yescrypt.
* modules/pam_unix/support.h: Add support for (gost-)yescrypt.
modules/pam_unix/pam_unix.8.xml
modules/pam_unix/pam_unix_acct.c
modules/pam_unix/pam_unix_auth.c
modules/pam_unix/pam_unix_passwd.c
modules/pam_unix/pam_unix_sess.c
modules/pam_unix/passverify.c
modules/pam_unix/passverify.h
modules/pam_unix/support.c
modules/pam_unix/support.h