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