aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/shadow.xml
Commit message (Collapse)AuthorAgeFilesLines
* shadow: Allow using bcrypt and yescrypt, and use yescrypt as the defaultXi Ruoyao2023-07-031-11/+25
| | | | | | | | | | | Yescrypt is the current default password hashing algorithm of Fedora and Debian. See [1] for its advantage. Now we have libxcrypt providing the implementation of bcrypt and yescrypt, we can switch to yescrypt as well. We also don't need to adjust the rounds for SHA512 anymore. [1]:https://www.fedoraproject.org/wiki/Changes/yescrypt_as_default_hashing_method_for_shadow#Detailed_Description
* Sync shadow "rounds" parameter to blfsPierre Labastie2022-11-251-1/+4
| | | | | | Otherwise, As Xi has noticed, the password set for root at the end of lfs may use the value 5000 for rounds, and not be changed, even if later the number of rounds is increased.
* Revert "shadow: add spaces around —"Xi Ruoyao2022-11-231-1/+1
| | | | | | This reverts commit 0298c764d8ae6a6e2b237bad78512496dfc14fab. We don't use spaces around &mdash anywhere else in the book.
* word choiceBruce Dubbs2022-11-221-1/+1
|
* shadow: update desc of libsubidXi Ruoyao2022-11-231-1/+1
| | | | | | I was using the transitive verb "process" here, not the noun. Use another word to avoid the ambiguity. Also add "and groups" because there is also subgid alongside subuid.
* shadow: add spaces around —Xi Ruoyao2022-11-231-1/+1
| | | | IMO it makes the rendering prettier.
* shadow: fix (clarify?) the consequence of missing "users" groupXi Ruoyao2022-11-231-1/+1
| | | | | To me "has been created" is not correct. Or maybe it's some advanced usage of English I don't understand...
* Straighten out capitalization, correct a few grammatical errors,David Bryant2022-11-211-43/+42
| | | | | improve English idiom, clarify a few things, remove superfluous verbiage, etc.
* Shadow: /usr/include/shadow is an installed dirPierre Labastie2022-11-161-2/+2
|
* WordingBruce Dubbs2022-02-251-1/+1
|
* shadow: add --disable-staticXi Ruoyao2022-02-181-3/+2
| | | | | | | | Approved by bdubbs for 11.1. To editors: no need to rebuild system and re-tag anything, AFAIK nothing in BLFS uses libsubid now. You may delete /usr/lib/libsubid.a on your system manually.
* shadow: add description for libsubidXi Ruoyao2022-02-171-0/+14
|
* shadow: fix a typoXi Ruoyao2022-01-161-1/+1
|
* Add missing installed program in shadowPierre Labastie2022-01-151-5/+16
| | | | getsubids has been added in shadow-4.10
* Package updates.Bruce Dubbs2022-01-141-10/+3
| | | | | | | | Update to shadow-4.11.1. Update to readline-8.1.2. Update to meson-0.61.0. Update to libpipeline-1.5.5. Update to bash-5.1.16.
* Remove ending space in shadowPierre Labastie2022-01-041-3/+3
|
* Minor reworing of reason for GID 999Bruce Dubbs2022-01-041-14/+14
|
* shadow: "users" is a groupname, not a parameterXi Ruoyao2022-01-051-1/+2
|
* Reword explanation of GROUP parameter in /etc/default/useraddPierre Labastie2022-01-041-6/+12
| | | | | Tell that 999 comes from the --gid parameter, and that we already have a group "users" with this gid to prevent messages when first using useradd.
* shadow: move /etc/default/useradd creation to "Configuration"Pierre Labastie2022-01-041-11/+15
| | | | | | This is needed so that /etc/default/useradd is not removed by package managers when rebuilding shadow in BLFS. Change the explanations in the text accordingly.
* Package updates.Bruce Dubbs2021-12-311-0/+8
| | | | | | | | | | | | | Update to e2fsprogs-1.46.5. Update to zstd-1.5.1. Update to expat-2.4.2. Update to shadow-4.10. Update to sysvinit-3.01. Update to linux-5.15.12. Update to iana-etc-20211224. Update to openssl-3.0.1. Update to eudev-3.2.11. Update lfs-latest-git.php currency for new eudev location.
* Simplify the new sedThomas Trepl (Moody)2021-07-271-1/+1
|
* Fix a programming error in shadow-4.9Thomas Trepl (Moody)2021-07-261-0/+4
|
* Package updates and stripping fixesBruce Dubbs2021-07-251-4/+7
| | | | | | Add workaround to strip libraries correctly. Update to shadow-4.9. Update to util-linux 2.37.1.
* shadow: adjust for merged /usrXi Ruoyao2021-06-271-1/+1
|
* typos fixXi Ruoyao2021-05-131-1/+1
|
* Merge Xi's changes into trunkDouglas R. Reno2021-05-111-12/+14
| | | | | | | | | | | | | Update to meson-0.58.0 Update to systemd-248 Update to gcc-11.1.0 Update to linux-5.12.1 Update to iproute2-5.12.0 Update to Python-3.9.5 Make /bin, /sbin, and /lib symlinks to their counterparts in /usr. Thanks again for a significant portion of this work goes to Xi, I only really merged it and made a couple of modifications for my updates. To LFS 11.x we go!
* Minor updates.Bruce Dubbs2020-06-141-2/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11939 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Mostly text updates in Chapter 8. Bruce Dubbs2020-06-121-4/+6
| | | | | | | | There are a couple of minor command changes. git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11924 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Rename package entities to be independent of chapter numberingThomas Trepl2020-06-111-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11921 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Initial commit of alternative cross LFSBruce Dubbs2020-06-071-0/+608
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11897 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689