]> git.ipfire.org Git - thirdparty/shadow.git/shortlog
thirdparty/shadow.git
5 hours ago  Tobias Stoeckmannuserdel: Fix syslog message master
5 hours ago  Tobias Stoeckmannlib/run_part.c: Fix error message
22 hours ago  Tobias Stoeckmannchage: Remove unneeded xstrdup calls
2 days ago  Iker Pedrosasrc/gpasswd.c: fix segfault in clean up callbacks
4 days ago  Tobias Stoeckmannlib/obscure.c: Introduce obscure_get_range
4 days ago  Tobias Stoeckmannlib/obscure.c: Fix PASS_MIN_LEN -1 case
4 days ago  Tobias Stoeckmanngshadow: Open audit socket after check_fds
4 days ago  Tobias Stoeckmannnewgrp, sg: Open audit socket after check_fds
5 days ago  Tobias Stoeckmannetc/login.defs: Clarify PASS_MAX_LEN usage
5 days ago  Tobias StoeckmannPASS_MAX_LEN.xml: Explain PASS_MAX_LEN use cases
5 days ago  Tobias Stoeckmannman/passwd.5.xml: Use sentences for descriptions
5 days ago  Tobias Stoeckmanntests: Fix typos in comments
5 days ago  Tobias StoeckmannFix documentation style
5 days ago  Tobias Stoeckmannlib/, src/: Drop 10000 as infinity
5 days ago  Tobias Stoeckmannpwunconv: Drop incorrect comment
5 days ago  Tobias Stoeckmannpasswd: Clarify password strength check comment
5 days ago  Tobias StoeckmannENCRYPT_METHOD.xml: Fix grammar
7 days ago  Tobias Stoeckmannlib/, src/: Fix formatting
8 days ago  Tobias Stoeckmannpasswd: Fix TOCTOU race condition (no PAM)
8 days ago  Tobias Stoeckmannpasswd: Use fail_exit in check_password
8 days ago  Tobias Stoeckmannpasswd: check_password: Use shadow entry for logs
8 days ago  Tobias Stoeckmannpasswd: Unify (un)locking routines
8 days ago  Tobias Stoeckmannpasswd: Call fail_exit on pwd lock failure
8 days ago  Tobias Stoeckmannpasswd: Fix style
9 days ago  Tobias Stoeckmannpasswd: Pass process_selinux flag directly
9 days ago  Tobias Stoeckmannnewusers: Allow creation without aging information
9 days ago  Tobias Stoeckmannnewusers: Add test for creation without aging
9 days ago  Tobias Stoeckmannlib/pwd2spwd.c: Set no aging information
9 days ago  Tobias Stoeckmannlib/pwd2spwd.c: Simplify style
10 days ago  Mike Gilbertlib/xgetXXbyYY.c: include stdint.h for SIZE_MAX
2025-12-10  Iker Pedrosasrc/chsh.c: add argument for fail_exit()
2025-12-09  Frans Spiesschaertupdated Dutch translation
2025-12-07  Serge Hallyn(pre-)Release 4.19.0-rc1 2025-12-07/4.19.0-rc1 1411/head 4.19.0-rc1
2025-12-07  Alejandro Colomarlib/tcbfuncs.c: rmdir_leading(): Create string just...
2025-12-07  Alejandro Colomarlib/tcbfuncs.c: rmdir_leading(): Constify input
2025-12-06  Alejandro Colomarlib/search/: lsearch_T(): Don't return anything
2025-12-06  Alejandro Colomarlib/: Rename XCALLOC() => xcalloc_T()
2025-12-06  Alejandro Colomarlib/: Rename CALLOC() => calloc_T()
2025-12-06  Alejandro Colomarlib/: Rename XMALLOC() => xmalloc_T()
2025-12-06  Alejandro Colomarlib/: Rename MALLOC() => malloc_T()
2025-12-06  Alejandro Colomarlib/: Rename XREALLOC() => xrealloc_T()
2025-12-06  Alejandro Colomarlib/: Rename REALLOC() => realloc_T()
2025-12-06  Alejandro Colomarlib/, src/: Rename REALLOCF() => reallocf_T()
2025-12-06  Alejandro Colomarlib/alloc/: REALLOC[F](): Move _Generic(3) to separate...
2025-12-06  Alejandro Colomarlib/: Use compound literals to avoid casts
2025-12-06  Alejandro Colomarlib/alloc/: reallocarray[f]_(): Add helper macros to...
2025-12-06  Alejandro Colomarlib/gshadow.c: fgetsgent(): Don't use static variables
2025-12-06  Alejandro Colomarlib/: Use getline(3) instead of its pattern
2025-12-06  Alejandro Colomarlib/, po/: Remove fgetsx() and fputsx()
2025-12-05  Iker Pedrosatests/system/tests/test_newgrp.py: change to new group
2025-12-05  Iker Pedrosatests/system/framework/roles/shadow.py: implement bindi...
2025-12-05  Iker Pedrosashare/ansible/: Make sure `expect` is found in Alpine
2025-12-05  Iker Pedrosashare/ansible/: install `expect` package
2025-12-05  Iker Pedrosatests/system/tests/test_groupmems.py: add user to group...
2025-12-05  Iker Pedrosatests/system/framework/roles/shadow.py: implement bindi...
2025-12-05  Iker Pedrosashare/ansible/: create the groupmems PAM service file
2025-12-05  Iker Pedrosatests/system/tests/test_newusers.py: create multiple...
2025-12-05  Iker Pedrosatests/system/tests/test_newusers.py: create multiple...
2025-12-05  Iker Pedrosatests/system/framework/roles/shadow.py: implement bindi...
2025-12-05  Iker Pedrosashare/ansible/: create the newusers PAM service file
2025-12-05  Alejandro Colomarlib/search/: Use (void)0 within _Generic(3) to avoid...
2025-12-05  Alejandro Colomarlib/sssd.h: sssd_flush_cache(): Define as static inline...
2025-12-05  Alejandro Colomarautogen.sh: CFLAGS: Promose some -Wunused-* to an error
2025-12-05  Alejandro Colomarlib/prefix_flag.c: Add [[gnu::unused]] to variable...
2025-12-05  Alejandro Colomarlib/, src/: Add [[gnu::unused]] to parameters used...
2025-12-05  Alejandro Colomarlib/logind.c: Unname unused function parameter
2025-12-05  Alejandro Colomarlib/, src/ tests/: Unname unused parameters in callbacks
2025-12-05  Alejandro Colomarsrc/: Unname unused parameter of main()
2025-12-05  Antonio Terceironewusers: allow not passing a password
2025-12-05  Alejandro Colomarlib/{alloc,search}/: Use typeas() to add support for...
2025-12-05  Alejandro Colomarlib/sizeof.h: typeas(): Add macro
2025-12-05  Alejandro Colomarlib/search/: Split APIs
2025-12-05  Alejandro Colomarlib/search/: Simplify CMP()
2025-12-05  Alejandro Colomarlib/search/, lib/, src/: Add a type parameter to the...
2025-12-05  Alejandro Colomarlib/: Use a consistent name for macro arguments represe...
2025-12-05  Alejandro Colomarsrc/: Fix uninitialized flags, and use const appropriately
2025-12-05  Serge HallynUpdate po and potfiles
2025-12-05  Iker Pedrosauseradd: fix uninitialized flags causing aarch64 failure
2025-12-05  Alejandro Colomarautogen.sh: CFLAGS: Promote -Wdiscarded-qualifiers...
2025-12-05  Alejandro Colomarlib/string/strspn/: Add missing const
2025-12-05  Alejandro Colomarsrc/usermod.c: $user_newhome: Remove all trailing '/'s
2025-12-05  Alejandro Colomarconfigure.ac, Makefile.am: Propagate ./configure flags...
2025-11-28  Alejandro Colomarlib/: Use simple assignment instead of memcpy(3)
2025-11-28  Alejandro Colomarlib/subordinateio.c: append_range(): Use reallocf(3...
2025-11-28  Alejandro Colomarlib/subordinateio.c: Use REALLOCF() instead of its...
2025-11-28  Alejandro Colomartests/unit/: Unname unused parameters in callbacks
2025-11-28  Alejandro Colomartests/unit/test_xaprintf.c: Use assert_string_equal()
2025-11-28  Alejandro Colomarlib/, src/: Consistently use NULL with fgets(3)
2025-11-28  Alejandro Colomarlib/, src/: Remove useless casts in fgets(3)
2025-11-28  Alejandro Colomarlib/, src/: Consistently use sizeof() as if it were...
2025-11-28  Iker Pedrosadoc/contributions/coding_style.md: Python code
2025-11-28  Iker Pedrosadoc/contributions/ci.md: document system tests
2025-11-28  Iker Pedrosadoc/contributions/build_install.md: container troublesh...
2025-11-28  Iker Pedrosadoc/contributions/tests.md: add Python system tests
2025-11-28  Alejandro Colomarlib/string/: strerrno(): Use statement expression to...
2025-11-28  Alejandro Colomarlib/string/README: Document *_a() macros
2025-11-28  Alejandro Colomar*/: s/STRNEQ/strneq_a/
2025-11-28  Alejandro Colomar*/: s/DAY_TO_STR/day_to_str_a/
2025-11-28  Alejandro Colomar*/: s/STRSEP2ARR/strsep2arr_a/
2025-11-28  Alejandro Colomar*/: s/STRSEP2LS/strsep2ls_a/
next