]> git.ipfire.org Git - thirdparty/shadow.git/shortlog
thirdparty/shadow.git
2025-11-28  Alejandro Colomar*/: s/STRSEP2LS/strsep2ls_a/
2025-11-28  Alejandro Colomar*/: s/STRFTIME/strftime_a/
2025-11-28  Alejandro Colomar*/: s/MEMZERO/memzero_a/
2025-11-28  Alejandro Colomar*/: s/STRTCPY/strtcpy_a/
2025-11-28  Alejandro Colomar*/: s/STRNCPY/strncpy_a/
2025-11-28  Alejandro Colomar*/: s/STRNCAT/strncat_a/
2025-11-28  Alejandro Colomar*/: s/SNPRINTF/stprintf_a/
2025-11-28  Alejandro Colomar*/: s/STRNDUP/strndup_a/ s/XSTRNDUP/xstrndup_a/
2025-11-28  Alejandro Colomar*/: s/STRNDUPA/strndupa_a/
2025-11-28  Alejandro Colomar*/: s/SIZEOF_ARRAY/sizeof_a/
2025-11-28  Alejandro Colomar*/: s/READLINKNUL/readlinknul_a/
2025-11-28  Alejandro Colomarsrc/: usage(): Use [[noreturn]]
2025-11-28  Alejandro Colomarlib/attr.h: ATTR_STRING(): Use it also with Clang
2025-11-28  Alejandro Colomarlib/attr.h: ATTR_ALLOC_SIZE(): Use it also with Clang
2025-11-28  Alejandro Colomarlib/attr.h: ATTR_ACCESS(): Use it also with Clang
2025-11-28  Alejandro Colomarlib/attr.h: format_attr(): Use it also with Clang
2025-11-28  Alejandro Colomarlib/attr.h: NORETURN: Implement with [[noreturn]]
2025-11-28  Alejandro Colomarlib/attr.h: MAYBE_UNUSED: Implement with [[maybe_unused]]
2025-11-28  Alejandro Colomarlib/atoi/, */: Move all str2i() macros together with...
2025-11-28  Alejandro Colomarlib/atoi/, */: Move all a2i() macros to the same file
2025-11-28  Alejandro Colomarlib/atoi/: a2i(): Re-implement with a statement expression
2025-11-28  Alejandro Colomarlib/typetraits.h: QChar_of(): Add macro
2025-11-26  sgakerruuseradd: tests for supplements groups
2025-11-26  sgakerruuseradd: fix test `69_useradd_default_GROUPS_name`
2025-11-26  sgakerrusrc/useradd.c: Do not automatically add supplements...
2025-11-26  sgakerrusrc/useradd.c: Use free_list() to free user groups...
2025-11-26  sgakerrulib/list.c: free_list(): Add function
2025-11-18  akshaygroupadd: clarify -U option help text
2025-11-06  Alejandro Colomartests/unit/test_exit_if_null.c: Test through XMALLOC...
2025-11-06  Alejandro Colomartests/unit/: Use more generic strings and names for...
2025-11-06  Alejandro Colomarlib/, src/: Remove unused parameter $2 of audit_logger()
2025-11-06  Alejandro Colomarlib/defines.h: LOG_NOWAIT: Remove unused macro
2025-11-06  Alejandro Colomarlib/defines.h: NGROUPS_MAX: Remove unused macro
2025-11-06  Alejandro Colomarlib/, src/: Remove unused parameter $3 of passwd_check()
2025-11-06  Alejandro Colomarlib/obscure.c: Remove unused parameter $1 of palindrome()
2025-11-06  Alejandro Colomarlib/: Remove unused parameter $3 of password_check...
2025-11-06  Alejandro Colomarlib/copydir.c: Remove unused parameter $2 of copy_hardl...
2025-11-06  Alejandro Colomarlib/copydir.c: Remove unused parameter $3 of copy_symlink()
2025-11-06  Alejandro Colomarsrc/gpasswd.c: Remove unused parameter $1 of check_perms()
2025-11-06  Alejandro Colomarsrc/useradd.c: Remove unused variable
2025-11-04  Alejandro Colomarlib/, src/: Use strerrno() instead of its pattern
2025-11-04  Alejandro Colomarlib/string/: strerrno(): Add macro
2025-11-04  Alejandro Colomarlib/getdef.h: Add missing includes
2025-11-04  Alejandro Colomarlib/utmp.c: ttyname_ra(): Add macro
2025-11-04  Alejandro Colomarlib/utmp.c: is_my_tty(): Use ttyname_r(3) to make it...
2025-11-04  Alejandro Colomarlib/utmp.c: is_my_tty(): Rename local variable
2025-11-04  Alejandro Colomarlib/utmp.c: is_my_tty(): Don't cache ttyname(3).
2025-10-27  Alejandro Colomarlib/, src/, tests/: Move x*() definitions to non-x...
2025-10-27  Alejandro Colomarlib/string/strtok/: xastrsep2ls() Reimplement in terms...
2025-10-27  Alejandro Colomarlib/string/strdup/xstrndup.h: Add STRNDUP()
2025-10-27  Alejandro Colomarlib/string/strdup/: XSTRNDUP(): Reimplement in terms...
2025-10-27  Alejandro Colomarlib/string/sprintf/, tests/: xaprintf(): Reimplement...
2025-10-27  Alejandro Colomarlib/alloc/x/: X*ALLOC(): Reimplement in terms of exit_i...
2025-10-27  Alejandro Colomarlib/string/strdup/: xstrdup(): Reimplement xstrdup...
2025-10-27  Alejandro Colomarlib/: exit_if_null(): Add macro to exit(3) on error
2025-10-18  Alejandro Colomarlib/, src/: Use STRNEQ() instead of their pattern
2025-10-18  Alejandro Colomarlib/string/strcmp/: strneq(), STRNEQ(): Add APIs
2025-10-18  Alejandro Colomarlib/attr.h: ATTR_NONSTRING: Add attribute [[gnu::nonstr...
2025-10-18  Alejandro Colomarlib/attr.h: __has_c_attribute(): Define fallback
2025-10-18  Alejandro Colomarlib/, src/: Use strncmp(3) instead of explicit byte...
2025-10-18  Alejandro Colomarlib/commonio.[ch]: struct commonio_ops: Add prefix...
2025-10-18  Serge HallynMerge pull request #1258 from ikerexxe/useradd-chroot
2025-10-16  Alejandro Colomarsrc/usermod.c: Remove optimizations
2025-10-16  Alejandro Colomarsrc/usermod.c: Remove 'no changes' informative output
2025-10-07  Iker Pedrosaman/: update `--root` flag with no SELinux support 1258/head
2025-10-07  Iker Pedrosasrc/gpasswd.c: chroot or prefix SELinux file context
2025-10-07  Iker Pedrosasrc/pwunconv.c: SELinux file context for fail_exit()
2025-10-07  Iker Pedrosasrc/pwunconv.c: chroot or prefix SELinux file context
2025-10-07  Iker Pedrosasrc/pwconv.c: SELinux file context for fail_exit()
2025-10-07  Iker Pedrosasrc/pwconv.c: chroot or prefix SELinux file context
2025-10-07  Iker Pedrosasrc/pwck.c: SELinux file context for fail_exit()
2025-10-07  Iker Pedrosasrc/pwck.c: chroot or prefix SELinux file context
2025-10-07  Iker Pedrosasrc/passwd.c: SELinux file context for fail_exit()
2025-10-07  Iker Pedrosasrc/passwd.c: chroot or prefix SELinux file context
2025-10-07  Iker Pedrosasrc/chsh.c: SELinux file context for fail_exit()
2025-10-07  Iker Pedrosasrc/chsh.c: chroot or prefix SELinux file context
2025-10-07  Iker Pedrosasrc/chpasswd.c: SELinux file context for fail_exit()
2025-10-07  Iker Pedrosasrc/chpasswd.c: chroot or prefix SELinux file context
2025-10-07  Iker Pedrosasrc/chfn.c: SELinux file context for fail_exit()
2025-10-07  Iker Pedrosasrc/chfn.c: chroot or prefix SELinux file context
2025-10-07  Iker Pedrosasrc/chage.c: SELinux file context for fail_exit()
2025-10-07  Iker Pedrosasrc/chage.c: chroot or prefix SELinux file context
2025-10-07  Iker Pedrosasrc/grpunconv.c: SELinux file context for fail_exit()
2025-10-07  Iker Pedrosasrc/grpunconv.c: chroot or prefix SELinux file context
2025-10-07  Iker Pedrosasrc/grpconv.c: SELinux file context for fail_exit()
2025-10-07  Iker Pedrosasrc/grpconv.c: chroot or prefix SELinux file context
2025-10-07  Iker Pedrosasrc/grpck.c: SELinux file context for fail_exit()
2025-10-07  Iker Pedrosasrc/grpck.c: chroot or prefix SELinux file context
2025-10-07  Iker Pedrosasrc/groupmems.c: SELinux file context for fail_exit()
2025-10-07  Iker Pedrosasrc/groupmems.c: chroot or prefix SELinux file context
2025-10-07  Iker Pedrosasrc/chgpasswd.c: SELinux file context for fail_exit()
2025-10-07  Iker Pedrosasrc/chgpasswd.c: chroot or prefix SELinux file context
2025-10-07  Iker Pedrosasrc/groupdel.c: chroot or prefix SELinux file context
2025-10-07  Iker Pedrosasrc/groupmod.c: chroot or prefix SELinux file context
2025-10-07  Iker Pedrosasrc/groupadd.c: chroot or prefix SELinux file context
2025-10-07  Iker Pedrosalib/: add SELinux control flag in cleanup_unlock_*()
2025-10-07  Iker Pedrosasrc/newusers.c: SELinux file context for fail_exit()
2025-10-07  Iker Pedrosasrc/newusers.c: chroot or prefix SELinux file context
2025-10-07  Iker Pedrosasrc/userdel.c: SELinux file context for fail_exit()
2025-10-07  Iker Pedrosasrc/userdel.c: chroot or prefix SELinux file context
next