0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 2 minutes ago. based on code collected about 5 hours ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
tests/unit/test_strncpy.c: Test STRNCPY() More... 6 months ago
src/logoutd.c: Fix theoretical buffer overrun More... 6 months ago
lib/log.c: Replace strncpy(3) call by STRTCPY() More... 6 months ago
lib/failure.c: Replace strncpy(3) call by STRTCPY() More... 6 months ago
lib/env.c: Replace strncpy(3) call by stpcpy(mempcpy(), "") More... 6 months ago
lib/: Use STRNCPY() instead of strncpy(3) More... 6 months ago
lib/strncpy.h: Add STRNCPY() wrapper for strncpy(3) More... 6 months ago
lib/: Remove off-by-one bugs in calls to strncpy(3) More... 6 months ago
lib/chkname.c: Update regex for valid names More... 6 months ago
CI: fix Fedora 39 build More... 6 months ago
lib/date_to_str.c: Add missing include <config.h> More... 6 months ago
lib/date_to_str.c, configure.ac: Replace calls to strlcpy(3) by strtcpy(3) More... 6 months ago
lib/Makefile.am: Add missing source file More... 6 months ago
src/, lib/, tests/: Rename files defining strtcpy() More... 6 months ago
src/, lib/, tests/: Rename STRLCPY() to STRTCPY() More... 6 months ago
lib/strlcpy.[ch]: Implement strtcpy(3) to replace strlcpy_() More... 6 months ago
chsh: limit acceptable shells to absolute paths More... 6 months ago
lib/utmp.c: Replace strncpy(3) call by ZUSTR2STP() More... 6 months ago
Define SUBUID_FILE/SUBGID_FILE More... 6 months ago
tests/: Remove references to cracklib More... 6 months ago
Remove libcrack support More... 6 months ago
Remove FascistHistory() and FascistHistoryPw() calls More... 6 months ago
lib/utmp.c: Don't check for NULL before free(3) More... 6 months ago
Add keys/ directory with public keys for maintainers More... 6 months ago
man: document --prefix option in chage, chpasswd and passwd More... 7 months ago
tests/unit/test_strlcpy.c: Test strlcpy_() and STRLCPY() More... 7 months ago
Fix badname option to be singular just like useradd. More... 7 months ago
Fix mixed-whitespace More... 7 months ago
tests/unit/test_xasprintf.c: Test x[v]asprintf() More... 7 months ago
lib/copydir.c: Use goto to reduce a conditional branch More... 7 months ago