Serge Hallyn
f93cf255d4
Update licensing info
...
Closes #238
Update all files to list SPDX license shortname. Most files are
BSD 3 clause license.
The exceptions are:
serge@sl ~/src/shadow$ git grep SPDX-License | grep -v BSD-3-Clause
contrib/atudel:# SPDX-License-Identifier: BSD-4-Clause
lib/tcbfuncs.c: * SPDX-License-Identifier: 0BSD
libmisc/salt.c: * SPDX-License-Identifier: Unlicense
src/login_nopam.c: * SPDX-License-Identifier: Unlicense
src/nologin.c: * SPDX-License-Identifier: BSD-2-Clause
src/vipw.c: * SPDX-License-Identifier: GPL-2.0-or-later
Signed-off-by: Serge Hallyn <serge@hallyn.com>
2021-12-23 19:36:50 -06:00
Topi Miettinen
69301dfa24
login.defs: warn about weak choices
...
According to crypt(5), MD5 and DES should not be used for new
hashes. Also the default number of SHA rounds chosen by libc is orders
of magnitude too low for modern hardware. Let's warn the users about
weak choices.
Signed-off-by: Topi Miettinen <toiwoton@gmail.com>
2020-04-10 14:09:55 +03:00
bubulle
143f479869
Fix typos in manpages
...
Catalan translation updated
2011-06-01 11:58:04 +00:00
nekral-guest
3f649c5504
* man/login.defs.d/ENCRYPT_METHOD.xml,
...
man/login.defs.d/MD5_CRYPT_ENAB.xml,
man/login.defs.d/SHA_CRYPT_MIN_ROUNDS.xml: Updated note for PAM
enabled versions. These variables are only used for group
passwords in this case.
2009-05-09 13:16:10 +00:00
nekral-guest
4b2f537795
* man/*.xml, man/login.defs.d/*.xml: Added copyright and licence
...
header.
2008-10-11 11:44:43 +00:00
nekral-guest
ae7aeda621
SHA_CRYPT_MAX_ROUNDS and SHA_CRYPT_MIN_ROUNDS can
...
only exist if configured with --with-sha-crypt.
2008-05-19 20:59:51 +00:00
nekral-guest
b75fe4940b
Put each variable description in an external entities. This will permit to
...
reference them in the various utils manpages.
2007-11-26 22:11:23 +00:00