| 15 hours ago |
Alejandro Colomar | tests/unit/test_exit_if_null.c: Test through XMALLOC... master |
commit | commitdiff | tree | snapshot |
| 15 hours ago |
Alejandro Colomar | tests/unit/: Use more generic strings and names for... |
commit | commitdiff | tree | snapshot |
| 15 hours ago |
Alejandro Colomar | lib/, src/: Remove unused parameter $2 of audit_logger() |
commit | commitdiff | tree | snapshot |
| 15 hours ago |
Alejandro Colomar | lib/defines.h: LOG_NOWAIT: Remove unused macro |
commit | commitdiff | tree | snapshot |
| 15 hours ago |
Alejandro Colomar | lib/defines.h: NGROUPS_MAX: Remove unused macro |
commit | commitdiff | tree | snapshot |
| 15 hours ago |
Alejandro Colomar | lib/, src/: Remove unused parameter $3 of passwd_check() |
commit | commitdiff | tree | snapshot |
| 15 hours ago |
Alejandro Colomar | lib/obscure.c: Remove unused parameter $1 of palindrome() |
commit | commitdiff | tree | snapshot |
| 15 hours ago |
Alejandro Colomar | lib/: Remove unused parameter $3 of password_check... |
commit | commitdiff | tree | snapshot |
| 15 hours ago |
Alejandro Colomar | lib/copydir.c: Remove unused parameter $2 of copy_hardl... |
commit | commitdiff | tree | snapshot |
| 15 hours ago |
Alejandro Colomar | lib/copydir.c: Remove unused parameter $3 of copy_symlink() |
commit | commitdiff | tree | snapshot |
| 15 hours ago |
Alejandro Colomar | src/gpasswd.c: Remove unused parameter $1 of check_perms() |
commit | commitdiff | tree | snapshot |
| 15 hours ago |
Alejandro Colomar | src/useradd.c: Remove unused variable |
commit | commitdiff | tree | snapshot |
| 2 days ago |
Alejandro Colomar | lib/, src/: Use strerrno() instead of its pattern |
commit | commitdiff | tree | snapshot |
| 2 days ago |
Alejandro Colomar | lib/string/: strerrno(): Add macro |
commit | commitdiff | tree | snapshot |
| 2 days ago |
Alejandro Colomar | lib/getdef.h: Add missing includes |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | lib/utmp.c: ttyname_ra(): Add macro |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | lib/utmp.c: is_my_tty(): Use ttyname_r(3) to make it... |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | lib/utmp.c: is_my_tty(): Rename local variable |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | lib/utmp.c: is_my_tty(): Don't cache ttyname(3). |
commit | commitdiff | tree | snapshot |
| 10 days ago |
Alejandro Colomar | lib/, src/, tests/: Move x*() definitions to non-x... |
commit | commitdiff | tree | snapshot |
| 10 days ago |
Alejandro Colomar | lib/string/strtok/: xastrsep2ls() Reimplement in terms... |
commit | commitdiff | tree | snapshot |
| 10 days ago |
Alejandro Colomar | lib/string/strdup/xstrndup.h: Add STRNDUP() |
commit | commitdiff | tree | snapshot |
| 10 days ago |
Alejandro Colomar | lib/string/strdup/: XSTRNDUP(): Reimplement in terms... |
commit | commitdiff | tree | snapshot |
| 10 days ago |
Alejandro Colomar | lib/string/sprintf/, tests/: xaprintf(): Reimplement... |
commit | commitdiff | tree | snapshot |
| 10 days ago |
Alejandro Colomar | lib/alloc/x/: X*ALLOC(): Reimplement in terms of exit_i... |
commit | commitdiff | tree | snapshot |
| 10 days ago |
Alejandro Colomar | lib/string/strdup/: xstrdup(): Reimplement xstrdup... |
commit | commitdiff | tree | snapshot |
| 10 days ago |
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 |
| 2025-10-07 |
Iker Pedrosa | src/userdel.c: replace global variable by flags structure |
commit | commitdiff | tree | snapshot |
| 2025-10-07 |
Iker Pedrosa | src/usermod.c: SELinux file context for fail_exit() |
commit | commitdiff | tree | snapshot |
| 2025-10-07 |
Iker Pedrosa | src/usermod.c: chroot or prefix SELinux file context |
commit | commitdiff | tree | snapshot |
| 2025-10-07 |
Iker Pedrosa | src/useradd.c: SELinux file context for fail_exit() |
commit | commitdiff | tree | snapshot |
| 2025-10-07 |
Iker Pedrosa | src/useradd.c: SELinux file context for home and mail |
commit | commitdiff | tree | snapshot |
| 2025-10-07 |
Iker Pedrosa | src/useradd.c: chroot or prefix SELinux file context |
commit | commitdiff | tree | snapshot |
| 2025-10-07 |
Iker Pedrosa | lib/, src/: add SELinux control flag in sub_gid_unlock() |
commit | commitdiff | tree | snapshot |
| 2025-10-07 |
Iker Pedrosa | lib/, src/: add SELinux control flag in sub_uid_unlock() |
commit | commitdiff | tree | snapshot |
| 2025-10-07 |
Iker Pedrosa | src/vipw.c: add SELinux control flag in unlock |
commit | commitdiff | tree | snapshot |
| 2025-10-07 |
Iker Pedrosa | lib/, src/: add SELinux control flag in sgr_unlock() |
commit | commitdiff | tree | snapshot |
| 2025-10-07 |
Iker Pedrosa | lib/, src/: add SELinux control flag in gr_unlock() |
commit | commitdiff | tree | snapshot |
| 2025-10-07 |
Iker Pedrosa | lib/, src/: add SELinux control flag in spw_unlock() |
commit | commitdiff | tree | snapshot |
| 2025-10-07 |
Iker Pedrosa | lib/, src/: add SELinux control flag in pw_unlock() |
commit | commitdiff | tree | snapshot |
| 2025-10-07 |
Iker Pedrosa | lib/: add SELinux control flag in commonio_unlock() |
commit | commitdiff | tree | snapshot |
| 2025-10-07 |
Iker Pedrosa | lib/, src/: add SELinux control flag in sub_gid_close() |
commit | commitdiff | tree | snapshot |
| 2025-10-07 |
Iker Pedrosa | lib/, src/: add SELinux control flag in sub_uid_close() |
commit | commitdiff | tree | snapshot |
| 2025-10-07 |
Iker Pedrosa | lib/, src/: add SELinux control flag in sgr_close() |
commit | commitdiff | tree | snapshot |
| 2025-10-07 |
Iker Pedrosa | lib/, src/: add SELinux control flag in gr_close() |
commit | commitdiff | tree | snapshot |
| 2025-10-07 |
Iker Pedrosa | lib/, src/: add SELinux control flag in spw_close() |
commit | commitdiff | tree | snapshot |
| 2025-10-07 |
Iker Pedrosa | lib/, src/: add SELinux control flag in pw_close() |
commit | commitdiff | tree | snapshot |
| 2025-10-07 |
Iker Pedrosa | lib/: add SELinux control flag in commonio_close() |
commit | commitdiff | tree | snapshot |
| 2025-10-07 |
Alejandro Colomar | lib/: Use libc _FILE_SHADOW from <paths.h> |
commit | commitdiff | tree | snapshot |
| 2025-10-07 |
Alejandro Colomar | lib/shadow/, lib/, po/: sgetspent(): Move to under... |
commit | commitdiff | tree | snapshot |
| 2025-10-07 |
Alejandro Colomar | lib/shadow/, lib/, po/: sgetpwent(): Move to under... |
commit | commitdiff | tree | snapshot |
| 2025-10-07 |
Alejandro Colomar | lib/shadow/, lib/, po/: sgetgrent(): Move to under... |
commit | commitdiff | tree | snapshot |
| 2025-10-07 |
Alejandro Colomar | lib/: GSHADOW: Remove unused macro |
commit | commitdiff | tree | snapshot |
| 2025-10-07 |
Alejandro Colomar | lib/shadow/, lib/: getsgent(): Move to separate file |
commit | commitdiff | tree | snapshot |
| 2025-10-07 |
Alejandro Colomar | lib/shadow/, lib/, src/: getsgnam(): Move to separate... |
commit | commitdiff | tree | snapshot |
| next |