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