Utilities to Manage User and Group Accounts
This package includes the necessary programs for converting plain
password files to the shadow password format and to manage user and
group accounts.
- Developed at Base:System
- Sources inherited from project openSUSE:Factory
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:zSystems/shadow && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
chkname-regex.patch | 0000003029 2.96 KB | |
disable_new_audit_function.patch | 0000000772 772 Bytes | |
libsubid-build-fix.patch | 0000003710 3.62 KB | |
pamd.tar.bz2 | 0000000908 908 Bytes | |
shadow-4.9-newgrp-segfault.patch | 0000000549 549 Bytes | |
shadow-4.9-pwck-segfault.patch | 0000000492 492 Bytes | |
shadow-4.9-sgent-free.patch | 0000000533 533 Bytes | |
shadow-4.9-useradd-subuid.patch | 0000003444 3.36 KB | |
shadow-4.9.tar.xz | 0001627008 1.55 MB | |
shadow-4.9.tar.xz.asc | 0000000488 488 Bytes | |
shadow-fix-sigabrt.patch | 0000000454 454 Bytes | |
shadow-libeconf-include.patch | 0000001038 1.01 KB | |
shadow-login_defs-check.sh | 0000010906 10.7 KB | |
shadow-login_defs-comments.patch | 0000002470 2.41 KB | |
shadow-login_defs-suse.patch | 0000004964 4.85 KB | |
shadow-login_defs-unused-by-pam.patch | 0000008220 8.03 KB | |
shadow-passwd-handle-null.patch | 0000000822 822 Bytes | |
shadow-util-linux.patch | 0000004031 3.94 KB | |
shadow.changes | 0000026721 26.1 KB | |
shadow.keyring | 0000003222 3.15 KB | |
shadow.service | 0000000584 584 Bytes | |
shadow.spec | 0000015932 15.6 KB | |
shadow.timer | 0000000124 124 Bytes | |
useradd-default.patch | 0000000433 433 Bytes | |
useradd-script.patch | 0000002669 2.61 KB | |
useradd-userkeleton.patch | 0000004830 4.72 KB | |
useradd.local | 0000001057 1.03 KB | |
userdel-post.local | 0000000573 573 Bytes | |
userdel-pre.local | 0000000657 657 Bytes | |
userdel-script.patch | 0000003227 3.15 KB |
Revision 45 (latest revision is 70)
Dominique Leuenberger (dimstar_suse)
accepted
request 932263
from
Michael Vetter (jubalh)
(revision 45)
- Fix segfaults in newgrp and pwck * Add shadow-4.9-newgrp-segfault.patch https://github.com/shadow-maint/shadow/pull/437 * Add shadow-4.9-pwck-segfault.patch https://github.com/shadow-maint/shadow/pull/445 - Added hardening to systemd service(s) (bsc#1181400). Modified: * shadow.service - shadow-util-linux.patch: * Remove the section patching lib/getdef.c in favor of the upstream FOREIGNDEFS. * Add LOGIN_KEEP_USERNAME to login.defs. * Remove PREVENT_NO_AUTH from login.defs. Only used by the unpackaged login and su. - shadow-login_defs-unused-by-pam.patch: * Remove variables BCRYPT_MIN_ROUNDS, BCRYPT_MAX_ROUNDS, YESCRYPT_COST_FACTOR, not supported by the current configuratiton. - Update login_defs-support-for-pam symbol to version 1.5.2 (support for new variable HMAC_CRYPTO_ALGO). - Update login_defs-support-for-util-linux to version 2.37 (support for new variable LOGIN_KEEP_USERNAME). - Refresh shadow-login_defs-comments.patch and shadow-login_defs-suse.patch. - Improve shadow-login_defs-check.sh: * Add helper to import local new version in the parent dir. * Fix spec editing sed expression. * Add PREVENT_NO_AUTH to known unused variables. * Update pam sed expression to find HMAC_CRYPTO_ALGO.
Comments 0