24f5896ea4
- Update to 4.7: * Spawn: don't loop forever on ECHILD * Do not fail locking if there is a stale lockfile (Tomas Mraz) * Use lckpwdf if prefix not set (Tomas Mraz) * Build: check correct DocBook version (Jan Tojnar) * Usermod: Print 'no changes' to stdout, not stderr (Serge Hallyn) * Add support for btrfs subvolumes for home (Adam Majer) * Fix chpasswd long line handling (Nathan Ruiz) * Use secure_getenv for gettime (Chris Lamb) * Make sp_lstchg reproducible (Chris Lamb) * Do not crash commonio_close if db file is not open (Tomas Mraz) * Don't flush nscd and sssd cache in read-only mode (Charlie Vuillemez) * French manpage update (Alban VIDAL) * Fix manpage defaults for SUB_UID/GID_COUNT (Tomas Mraz) * Sync po files from shadow.pot (Alban VIDAL) * Usermod: guard against unsafe chown of homedir contents (Tomas Mraz) * Add LASTLOG_UID_MAX to login.defs (Tomas Mraz) * new[ug]idmap file capabilities support (Giuseppe Scrivano and Christian Brauner) * Fix segfault in useradd (Tomas Mraz) * Coverity issues (Tomas Mraz) * Flush sssd caches (Jakub Hrozek) * Log UID in nologin (Vladimir Ivanov) * run pam_getenvlist after setup_env in su.c (Michael Vogt) * Support systems with only utmpx (A. Wilcox) * Fix unguarded ENABLE_SUBIDS code (Jan Chren (rindeal)) * Update po/zh_CN translation (Lion Yang) * Create parent dirs for useradd -m (Michael Vetter) * Prevent usermod segv * Fix usermod crash (fariouche) - Remove btrfs-subvolumes.patch (fate#316134): OBS-URL: https://build.opensuse.org/request/show/709907 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shadow?expand=0&rev=32 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
chkname-regex.patch | ||
disable_new_audit_function.patch | ||
encryption_method_nis.patch | ||
pamd.tar.bz2 | ||
README.changes-pwdutils | ||
shadow-4.1.5.1-logmsg.patch | ||
shadow-4.1.5.1-userdel-helpfix.patch | ||
shadow-4.7.tar.xz | ||
shadow-4.7.tar.xz.asc | ||
shadow-login_defs-check.sh | ||
shadow-login_defs-comments.patch | ||
shadow-login_defs-suse.patch | ||
shadow-login_defs-unused-by-pam.patch | ||
shadow-util-linux.patch | ||
shadow.changes | ||
shadow.keyring | ||
shadow.service | ||
shadow.spec | ||
shadow.timer | ||
useradd-default.patch | ||
useradd-script.patch | ||
useradd.local | ||
userdel-post.local | ||
userdel-pre.local | ||
userdel-script.patch |
This file lists changes between pwdutils used in the past and the shadow utils used now. General changes: ================ - No support to modify LDAP accounts anymore (-D and --service option) - No -P/--path option - /etc/default/passwd was removed. The configure options are partly available in /etc/login.defs. /etc/login.defs: ---------------- SYSTEM_UID_MIN/SYSTEM_UID_MAX were renamed to SYS_UID_MIN/SYS_UID_MAX SYSTEM_GID_MIN/SYSTEM_GID_MAX were renamed to SYS_GID_MIN/SYS_GID_MAX chfn ---- -m/--other has changed to -o/--other -o/--office has changed to -r/--room. -p/--phone has changed to -w/--work-phone chpasswd -------- -c blowfish is now longer supported, instead SHA256 and SHA512 were added. chsh ---- -l/--list-shells was removed. gpasswd ------- -l/-u option are missing groupadd -------- /usr/sbin/groupadd.local is missing --preferred-gid was removed groupmod -------- -A/--add-user was removed -R/--remove-user was removed passwd ------ -f was dropped (use chfn instead) -g was dropped (use gpasswd instead) -s was dropped (use chsh instead) useradd ------- -e/--expire has changed to -e/--expiredate (incompatible arguments!) -U/--umask was removed, -U has now another meaning --preferred-uid was removed userdel ------- -r/--remove-home was renamed to -r/--remove usermod ------- -e/--expire has changed to -e/--expiredate (incompatible arguments!)