60780ba34c
* Newgrp: avoid unnecessary lookups * Make language less binary * Add error when turning off man switch * Spelling fixes * Make userdel work with -R * newgidmap: enforce setgroups=deny if self-mapping a group * Norwegian bokmål translation * pwck: prevent crash by not passing O_CREAT * WITH_TCB fixes from Mandriva * Fix pwconv and grpconv entry skips * Fix -- slurping in su * add --prefix option - Remove CVE-2018-7169.patch: upstreamed - Remove shadow-4.1.5.1-pam_group.patch: upstreamed - Update userdel-script.patch: change due to prefix - Update useradd-mkdirs.patch: change due to prefix Additionally changed in that patch: * Test for strdup() failure * Directory to 0755 instead 0777 - Add shadow-4.6.0-fix-usermod-prefix-crash.patch: Fixes crash in usermod when called with --prefix. See https://github.com/shadow-maint/shadow/issues/110 OBS-URL: https://build.opensuse.org/package/show/Base:System/shadow?expand=0&rev=52 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
chkname-regex.patch | ||
disable_new_audit_function.patch | ||
encryption_method_nis.patch | ||
getdef-new-defs.patch | ||
pamd.tar.bz2 | ||
README.changes-pwdutils | ||
shadow-4.1.5.1-logmsg.patch | ||
shadow-4.1.5.1-userdel-helpfix.patch | ||
shadow-4.6.0-fix-usermod-prefix-crash.patch | ||
shadow-4.6.tar.xz | ||
shadow-4.6.tar.xz.asc | ||
shadow-login_defs.patch | ||
shadow.changes | ||
shadow.keyring | ||
shadow.service | ||
shadow.spec | ||
shadow.timer | ||
useradd-default.patch | ||
useradd-mkdirs.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!)