Skip to content

Tags: shadow-maint/shadow

Tags

4.17.2

Toggle 4.17.2's commit message
Release 4.17.2

Changelog:

Alejandro Colomar (2):
      lib/chkname.c: login_name_max_size(): Put limits for LOGIN_NAME_MAX and sysconf(_SC_LOGIN_NAME_MAX)
      Release 4.17.2

Alexander Kanavin (1):
      lib/attr.h: use C23 attributes only with gcc >= 10

Américo Monteiro (1):
      man: Add Portuguese translation

Remus-Gabriel Chelu (1):
      man/, po/: Update Romanian translation

Scott Martin (1):
      man/: Update link to Wikipedia to use HTTPS

Tobias Stoeckmann (4):
      src/login_nopam.c: Fix compiler warnings
      login: Fix no-pam authorization regression
      lib/: Use _exit in case of execv errors
      lib/: Set O_CLOEXEC for static FILE handles

bubu (1):
      Update French translation

4.17.1

Toggle 4.17.1's commit message

Verified

This tag was signed with the committer’s verified signature.
hallyn Serge Hallyn
Release 4.17.1

4.17.0

Toggle 4.17.0's commit message
Releasing 4.17.0: Fleuron de Bruges

4.17.0-rc1

Toggle 4.17.0-rc1's commit message
Release 4.17.0-rc1

4.15.3

Toggle 4.15.3's commit message

Verified

This tag was signed with the committer’s verified signature.
alejandro-colomar Alejandro Colomar
shadow-4.15.3 (Dubliner) - shadow utils

Bugfix release.  Changes since shadow-4.15.2:

This release includes changes to the build system, packaging, and tests;
most of which, were reported by Debian packagers.  There's also a fix
for check_subid_range.

4.15.2

Toggle 4.15.2's commit message

Verified

This tag was signed with the committer’s verified signature.
alejandro-colomar Alejandro Colomar
shadow-4.15.2 (Dubliner) - shadow utils

Bugfix release.  Changes since shadow-4.15.1:

This release includes a large amount of fixes, including memory leaks,
leaks of other resources such as file descriptors, added missing error
handling, and more.

4.14.8

Toggle 4.14.8's commit message

Verified

This commit was signed with the committer’s verified signature.
alejandro-colomar Alejandro Colomar
configure.ac: Release 4.14.8

Signed-off-by: Alejandro Colomar <alx@kernel.org>

4.16.0

Toggle 4.16.0's commit message
Releasing 4.16.0.

The shadow implementations of id(1) and groups(1) are deprecated in favor of the GNU coreutils and binutils versions. They will be removed in 4.17.0.

The rlogind implementation has been removed.

The libsubid major version has been bumped, since it now requires specification of the module's free() implementation.

4.16.0-rc1

Toggle 4.16.0-rc1's commit message
Releasing 4.16.0-rc1

4.14.7

Toggle 4.14.7's commit message

Verified

This tag was signed with the committer’s verified signature.
alejandro-colomar Alejandro Colomar
shadow-4.14.7 (Casín) - shadow utils

Bugfix release.  Changes since shadow-4.14.6:

-  Global:
   -  Hardcode program name (used in error messages).
   -  Open fds 0,1,2 to /dev/null, if they were closed.
-  Manual:
   -  Fix incorrect number in French translation of useradd(8).
   -  Don't clobber buffer in calls to fstatat(2).