Package: shadow / 1:4.16.0-4
Metadata
Package | Version | Patches format |
---|---|---|
shadow | 1:4.16.0-4 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
debian/Set group and mode for g shadow files.patch | (download) |
lib/commonio.c |
12 12 0 - 0 ! |
set group and mode for [g]shadow files Set group 'shadow' and mode 0400. Fixes: #166793 |
debian/Keep using Debian adduser defaults.patch | (download) |
man/useradd.8.xml |
2 1 1 - 0 ! |
keep using debian's adduser defaults Bug: https://github.com/shadow-maint/shadow/issues/501 Bug-Debian: https://bugs.debian.org/1004710 |
debian/Document the shadowconfig utility.patch | (download) |
man/Makefile.am |
2 2 0 - 0 ! |
document the shadowconfig utility Status wrt upstream: The shadowconfig utility is debian specific. Its man page also (but it used to be distributed) |
debian/Recommend using adduser and deluser.patch | (download) |
man/useradd.8.xml |
6 6 0 - 0 ! |
recommend using adduser and deluser Fixes: #406046 Status wrt upstream: Debian specific patch. |
debian/Relax usernames groupnames checking.patch | (download) |
lib/chkname.c |
47 15 32 - 0 ! |
relax usernames/groupnames checking Allows any non-empty user/grounames that don't contain ':', ',', '\\' or '\n' characters and don't start with '-', ' ', or '~'. This patch is more restrictive than original Karl's version. closes: #264879 Also closes: #377844 Comments from Karl Ramm (shadow 1:4.0.3-9, 20 Aug 2003 02:06:50 -0400): I can't come up with a good justification as to why characters other than ':'s and '\0's should be disallowed in group and usernames (other than '-' as the leading character). Thus, the maintenance tools don't anymore. closes: #79682, #166798, #171179 Status wrt upstream: Debian specific. Not to be used upstream |
upstream/tests Support run_some from exported tarball.patch | (download) |
tests/tests/common/config.sh |
16 9 7 - 0 ! |
tests/: support run_some from exported tarball common/config.sh currently tries to find the top directory by looking for .git. There are also many places under tests/ where we use hard-coded ../../.. to find things like ${TOP_DIR}/lib. We don't actually ship the tests with 'make dist'. So we will be exporting tests/ as a separate tarball. In particular, I want to then import this in the debian package. However, there it will be under shadow.git/debian/tests, not shadow.git/tests. To support this, accept the environment variable BUILD_BASE_DIR, which should point to shadow.git. An alternative would be to move the tests to their own git tree. However, keeping tests in separate git tree tends to lead to repos getting out of sync. And we'd still need to accept something like BUILD_BASE_DIR. Note there are a lot of tests under run-all, which I'm not converting as they currently are not being run in CI, so I'm more likely to break something. Changelog: 2024 05 26: Incorporate feedback from alejandro-colomar Link: <https://salsa.debian.org/debian/shadow/-/merge_requests/21> Link: <https://salsa.debian.org/debian/shadow/-/merge_requests/22> Cc: Chris Hofstaedtler <[email protected]> Signed-off-by: Serge Hallyn <[email protected]> Signed-off-by: Alejandro Colomar <[email protected]> |
debian/tests disable su.patch | (download) |
tests/tests/run_some |
68 0 68 - 0 ! |
upstream testsuite: disable su tests Debian uses su from util-linux, pointless/impossible to test shadow's su here. |
debian/tests libsubid 04_nss fix setting basedir.patch | (download) |
tests/tests/libsubid/04_nss/Makefile |
4 2 2 - 0 ! |
tests/libsubid/04_nss: fix setting basedir |
debian/Adapt login.defs for Debian.patch | (download) |
etc/login.defs |
372 51 321 - 0 ! |
adapt login.defs for debian Remove settings only applicable to shadow's su, which we do not use. Remove settings only applicable without PAM support enabled. Remove obscure commented-out settings. |
debian/Define LOGIN_NAME_MAX on HURD.patch | (download) |
lib/chkname.c |
6 6 0 - 0 ! |
define login_name_max on hurd |
debian/Stop building programs we do not install.patch | (download) |
man/Makefile.am |
19 0 19 - 0 ! |
stop building programs we do not install |