2023-12-03 |
Alejandro Colomar | configure.ac: AM_INIT_AUTOMAKE: Use [subdir-objects] |
commit | commitdiff | tree |
2023-12-03 |
Alejandro Colomar | lib/, src/: Say 'long' instead of 'long int' |
commit | commitdiff | tree |
2023-12-03 |
Alejandro Colomar | lib/attr.h, lib/, src/: Move attributes to new header... |
commit | commitdiff | tree |
2023-12-02 |
Sergei Trofimovich | src: add missing declaration of `getdef_bool` |
commit | commitdiff | tree |
2023-11-28 |
Alejandro Colomar | lib/defines.h: Remove condition on __STRICT_ANSI__ |
commit | commitdiff | tree |
2023-11-28 |
Alejandro Colomar | tests/unit/test_chkname.c: Test is_valid_user_name() |
commit | commitdiff | tree |
2023-11-27 |
Tobias Stoeckmann | chsh: limit acceptable shells to absolute paths |
commit | commitdiff | tree |
2023-11-27 |
Alejandro Colomar | lib/: Use NITEMS() instead of SIZEOF_ARRAY() where... |
commit | commitdiff | tree |
2023-11-26 |
Alejandro Colomar | lib/chkname.c: Update regex for valid names |
commit | commitdiff | tree |
2023-11-26 |
Alejandro Colomar | tests/unit/test_strncpy.c: Test STRNCPY() |
commit | commitdiff | tree |
2023-11-26 |
Alejandro Colomar | lib/: Use STRNCPY() instead of strncpy(3) |
commit | commitdiff | tree |
2023-11-26 |
Alejandro Colomar | lib/strncpy.h: Add STRNCPY() wrapper for strncpy(3) |
commit | commitdiff | tree |
2023-11-26 |
Alejandro Colomar | lib/: Remove off-by-one bugs in calls to strncpy(3) |
commit | commitdiff | tree |
2023-11-26 |
Alejandro Colomar | lib/log.c: Replace strncpy(3) call by STRTCPY() |
commit | commitdiff | tree |
2023-11-26 |
Alejandro Colomar | lib/failure.c: Replace strncpy(3) call by STRTCPY() |
commit | commitdiff | tree |
2023-11-26 |
Alejandro Colomar | lib/utmp.c: Replace strncpy(3) call by ZUSTR2STP() |
commit | commitdiff | tree |
2023-11-26 |
Alejandro Colomar | tests/: Remove references to cracklib |
commit | commitdiff | tree |
2023-11-26 |
Alejandro Colomar | Remove libcrack support |
commit | commitdiff | tree |
2023-11-26 |
Alejandro Colomar | Remove FascistHistory() and FascistHistoryPw() calls |
commit | commitdiff | tree |
2023-11-23 |
Alejandro Colomar | lib/date_to_str.c: strftime(3) leaves the buffer undefi... |
commit | commitdiff | tree |
2023-11-22 |
Alejandro Colomar | src/logoutd.c: Fix theoretical buffer overrun |
commit | commitdiff | tree |
2023-11-22 |
Alejandro Colomar | lib/date_to_str.c, configure.ac: Replace calls to strlc... |
commit | commitdiff | tree |
2023-11-22 |
Alejandro Colomar | lib/date_to_str.c: Add missing include <config.h> |
commit | commitdiff | tree |
2023-11-22 |
Alejandro Colomar | lib/Makefile.am: Add missing source file |
commit | commitdiff | tree |
2023-11-22 |
Alejandro Colomar | src/, lib/, tests/: Rename files defining strtcpy() |
commit | commitdiff | tree |
2023-11-22 |
Alejandro Colomar | src/, lib/, tests/: Rename STRLCPY() to STRTCPY() |
commit | commitdiff | tree |
2023-11-22 |
Alejandro Colomar | lib/strlcpy.[ch]: Implement strtcpy(3) to replace strlc... |
commit | commitdiff | tree |
2023-11-22 |
Alejandro Colomar | lib/strlcpy.[ch]: Fix return type |
commit | commitdiff | tree |
2023-11-22 |
Alejandro Colomar | tests/unit/test_strlcpy.c: Test strlcpy_() and STRLCPY() |
commit | commitdiff | tree |
2023-11-17 |
Alejandro Colomar | README.md, STABLE.md: record the stable branch URL(s). |
commit | commitdiff | tree |
2023-11-13 |
Joakim Tjernlund | Define SUBUID_FILE/SUBGID_FILE |
commit | commitdiff | tree |
2023-11-13 |
Iker Pedrosa | CI: fix Fedora 39 build |
commit | commitdiff | tree |
2023-10-30 |
Alejandro Colomar | lib/utmp.c: Don't check for NULL before free(3) |
commit | commitdiff | tree |
2023-10-27 |
Serge Hallyn | Add keys/ directory with public keys for maintainers 825/head |
commit | commitdiff | tree |
2023-10-26 |
Michael Vetter | man: document --prefix option in chage, chpasswd and... |
commit | commitdiff | tree |
2023-10-22 |
Christian Göttsche | libmisc/copydir: do not forget errors from directory... |
commit | commitdiff | tree |
2023-10-20 |
Serge Hallyn | Improve the login.defs unknown item error message |
commit | commitdiff | tree |
2023-10-20 |
Alejandro Colomar | autogen.sh: Prepare CFLAGS before ./configure |
commit | commitdiff | tree |
2023-10-20 |
Alejandro Colomar | lib/: Add missing #include <config.h> |
commit | commitdiff | tree |
2023-10-20 |
Alejandro Colomar | autogen.sh: CFLAGS: Add -Werror=implicit-function-decla... |
commit | commitdiff | tree |
2023-10-20 |
Alejandro Colomar | lib/, src/: Use xasprintf() instead of its pattern |
commit | commitdiff | tree |
2023-10-20 |
Alejandro Colomar | lib/, src/: Use asprintf(3) instead of strlen(3)+malloc... |
commit | commitdiff | tree |
2023-10-20 |
Alejandro Colomar | lib/copydir.c: Use goto to reduce a conditional branch |
commit | commitdiff | tree |
2023-10-20 |
Alejandro Colomar | tests/unit/test_xasprintf.c: Test x[v]asprintf() |
commit | commitdiff | tree |
2023-10-20 |
Alejandro Colomar | lib/sprintf.[ch]: Add x[v]asprintf() |
commit | commitdiff | tree |
2023-10-20 |
Alejandro Colomar | lib/copydir.c: Invert conditional to reduce nesting |
commit | commitdiff | tree |
2023-10-16 |
Dimitri John... | Fix badname option to be singular just like useradd. |
commit | commitdiff | tree |
2023-10-16 |
Dimitri John... | Fix mixed-whitespace |
commit | commitdiff | tree |
2023-10-04 |
Iker Pedrosa | Remove TODO |
commit | commitdiff | tree |
2023-10-04 |
Iker Pedrosa | Remove shadow.spec.in |
commit | commitdiff | tree |
2023-10-04 |
Iker Pedrosa | Remove .travis.yml |
commit | commitdiff | tree |
2023-10-04 |
Iker Pedrosa | doc: remove WISHLIST |
commit | commitdiff | tree |
2023-10-04 |
Iker Pedrosa | doc: remove README.platforms |
commit | commitdiff | tree |
2023-10-04 |
Iker Pedrosa | doc: remove cracklib26.diff |
commit | commitdiff | tree |
2023-10-04 |
Iker Pedrosa | doc: remove console.c.spec.txt |
commit | commitdiff | tree |
2023-10-04 |
Iker Pedrosa | contrib: remove udbachk.tgz |
commit | commitdiff | tree |
2023-10-04 |
Iker Pedrosa | contrib: remove shadow-anonftp.patch |
commit | commitdiff | tree |
2023-10-04 |
Iker Pedrosa | contrib: remove groupmems.shar |
commit | commitdiff | tree |
2023-10-04 |
Iker Pedrosa | contrib: remove atudel |
commit | commitdiff | tree |
2023-10-04 |
Iker Pedrosa | CI: remove .builds folder |
commit | commitdiff | tree |
2023-10-03 |
Johannes Segitz | useradd: Set proper SELinux labels for def_usrtemplate |
commit | commitdiff | tree |
2023-09-29 |
Iker Pedrosa | doc: add unit tests |
commit | commitdiff | tree |
2023-09-29 |
Iker Pedrosa | CI: build and run unit tests |
commit | commitdiff | tree |
2023-09-29 |
Iker Pedrosa | tests: happy path for active_sessions_count() |
commit | commitdiff | tree |
2023-09-29 |
Iker Pedrosa | configure: add cmocka for unit tests |
commit | commitdiff | tree |
2023-09-29 |
Christian Göttsche | faillog: check for overflows |
commit | commitdiff | tree |
2023-09-15 |
Iker Pedrosa | utmp: call prepare_utmp() even if utent is NULL |
commit | commitdiff | tree |
2023-09-04 |
Vasil Velichkov | groupadd: Improve error message when opening group... |
commit | commitdiff | tree |
2023-09-04 |
Alejandro Colomar | lib/mempcpy.[ch]: Remove our definition of mempcpy(3) |
commit | commitdiff | tree |
2023-09-04 |
Alejandro Colomar | lib/pwauth.c: Replace getpass(3) by agetpass() |
commit | commitdiff | tree |
2023-09-04 |
Alejandro Colomar | lib/agetpass.h: Move prototypes to dedicated header |
commit | commitdiff | tree |
2023-09-04 |
Alejandro Colomar | lib/pwauth.c: Simplify empty string |
commit | commitdiff | tree |
2023-09-04 |
Alejandro Colomar | lib/pwauth.c: Remove dead code |
commit | commitdiff | tree |
2023-09-04 |
Alejandro Colomar | lib/pwauth.c: Remove dead code |
commit | commitdiff | tree |
2023-09-04 |
Alejandro Colomar | autogen.sh: Support out-of-tree builds |
commit | commitdiff | tree |
2023-09-01 |
Alejandro Colomar | zustr2stp.h: Assert some assumptions about the size |
commit | commitdiff | tree |
2023-09-01 |
Alejandro Colomar | strlcpy.[ch]: Add strlcpy_() |
commit | commitdiff | tree |
2023-09-01 |
Alejandro Colomar | Use bzero(3) instead of its pattern |
commit | commitdiff | tree |
2023-09-01 |
Alejandro Colomar | Use CALLOC() instead of its pattern |
commit | commitdiff | tree |
2023-09-01 |
Alejandro Colomar | Use STRLCPY() instead of its pattern |
commit | commitdiff | tree |
2023-09-01 |
Alejandro Colomar | defines.h: Remove definition of STRFCPY() |
commit | commitdiff | tree |
2023-09-01 |
Alejandro Colomar | passwd: Replace STRFCPY() by STRLCPY() |
commit | commitdiff | tree |
2023-09-01 |
Alejandro Colomar | gpasswd: Replace STRFCPY() by STRLCPY() |
commit | commitdiff | tree |
2023-09-01 |
Alejandro Colomar | login: Replace STRFCPY() by STRLCPY() |
commit | commitdiff | tree |
2023-09-01 |
Alejandro Colomar | su: Replace STRFCPY() by STRLCPY() |
commit | commitdiff | tree |
2023-09-01 |
Alejandro Colomar | sulogin: Replace STRFCPY() by STRLCPY() |
commit | commitdiff | tree |
2023-09-01 |
Alejandro Colomar | chsh: Replace STRFCPY() by STRLCPY() |
commit | commitdiff | tree |
2023-09-01 |
Alejandro Colomar | chfn: Replace STRFCPY() by STRLCPY() |
commit | commitdiff | tree |
2023-09-01 |
Alejandro Colomar | chage: Replace STRFCPY() by STRLCPY() |
commit | commitdiff | tree |
2023-09-01 |
Alejandro Colomar | strlcpy.h: Add STRLCPY() macro |
commit | commitdiff | tree |
2023-09-01 |
Alejandro Colomar | Use ZUSTR2STP() instead of its pattern |
commit | commitdiff | tree |
2023-09-01 |
Alejandro Colomar | zustr2stp.h: Add ZUSTR2STP() macro |
commit | commitdiff | tree |
2023-09-01 |
Alejandro Colomar | Call zustr2stp() where appropriate |
commit | commitdiff | tree |
2023-09-01 |
Alejandro Colomar | zustr2stp.[ch]: Add zustr2stp() |
commit | commitdiff | tree |
2023-09-01 |
Alejandro Colomar | libmisc: Fix wrong #include |
commit | commitdiff | tree |
2023-09-01 |
Alejandro Colomar | Use MEMZERO() instead of its pattern |
commit | commitdiff | tree |
2023-09-01 |
Alejandro Colomar | memzero.h: Add MEMZERO() macro |
commit | commitdiff | tree |
2023-09-01 |
Alejandro Colomar | sizeof.h: Add SIZEOF_ARRAY() macro |
commit | commitdiff | tree |
2023-09-01 |
Alejandro Colomar | sizeof.h: Make NITEMS() and derivative macros safe... |
commit | commitdiff | tree |
2023-09-01 |
Alejandro Colomar | must_be.h: Add must_be_array() macro |
commit | commitdiff | tree |
next |