2024-03-20 |
Serge Hallyn | getdef: avoid spurious error messages about unknown... 2024-03-20/fix-logindefs-unknown-error 976/head |
commit | commitdiff | tree | snapshot |
2024-03-20 |
Antoine Roux | Fix wrong french translation |
commit | commitdiff | tree | snapshot |
2024-03-18 |
Eli Schwartz | gitignore: add a few more generated files to be ignored |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Samanta Navarro | lib/pam_pass_non_interactive.c: use strzero/free |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Alejandro Colomar | lib/list.c: is_on_list(): Call strsep(3) instead of... |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Alejandro Colomar | lib/list.c: is_on_list(): Move break condition to loop... |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Alejandro Colomar | lib/list.c: is_on_list(): Move code out of loop |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Alejandro Colomar | lib/list.c: is_on_list(): Remove unnecessary use of... |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Alejandro Colomar | lib/sgetspent.c: sgetspent(): Explicitly use an empty... |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Alejandro Colomar | lib/sgetspent.c: sgetspent(): Use NULL instead of 0... |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Alejandro Colomar | lib/port.c: getportent(): Call strpbrk(3) instead of... |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Alejandro Colomar | lib/: Call strsep(3) instead of open-coding it |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Alejandro Colomar | lib/: Call strchrnul(3) instead of open-coding it |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Alejandro Colomar | lib/, src/: Call gmtime_r(3) instead of gmtime(3) |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Alejandro Colomar | lib/time/day_to_str.[ch]: day_to_str(): Accept a day... |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Alejandro Colomar | src/passwd.c: print_status(): Fix typo (bogus use of... |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Alejandro Colomar | src/: Use DAY_TO_STR() instead of its pattern |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Alejandro Colomar | lib/time/day_to_str.h: DAY_TO_STR(): Add macro |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Alejandro Colomar | lib/, src/, po/: date_to_str(): Move function to header... |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Alejandro Colomar | src/sulogin.c: Invert logic to reduce indentation |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Alejandro Colomar | lib/, src/: Use int main(void) where appropriate |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Alejandro Colomar | lib/: Clean up after previous removal of dead code |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Alejandro Colomar | lib/, src/: Remove all code wrapped in defined(USE_NIS) |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Alejandro Colomar | src/passwd.c: Don't print the program name twice in... |
commit | commitdiff | tree | snapshot |
2024-03-14 |
ed neville | Noting copy_symlink behaviour |
commit | commitdiff | tree | snapshot |
2024-03-13 |
Alejandro Colomar | share/containers/, .github/workflows/: Don't make(1... |
commit | commitdiff | tree | snapshot |
2024-03-13 |
Alejandro Colomar | lib/idmapping.c: get_map_ranges(): Merge two input... |
commit | commitdiff | tree | snapshot |
2024-03-11 |
Skyler Ferrante | Adding checks for fd omission |
commit | commitdiff | tree | snapshot |
2024-03-11 |
Alejandro Colomar | tests/unit/test_zustr2stp.c: Test ZUSTR2STP() |
commit | commitdiff | tree | snapshot |
2024-03-11 |
Alejandro Colomar | lib/string/zustr2stp.[ch]: Remove zustr2stp(); keep... |
commit | commitdiff | tree | snapshot |
2024-03-08 |
Serge Hallyn | configure.ac: Release 4.15.0 4.15.0 |
commit | commitdiff | tree | snapshot |
2024-03-08 |
Alejandro Colomar | src/vipw.c: Use string literals to initialize 'Prog' |
commit | commitdiff | tree | snapshot |
2024-03-08 |
Alejandro Colomar | src/vipw.c: Reverse logic and variable name |
commit | commitdiff | tree | snapshot |
2024-03-07 |
Skyler Ferrante | Hardcoding Prog to known value |
commit | commitdiff | tree | snapshot |
2024-03-04 |
Alejandro Colomar | share/containers/: trap(1) to see the cmocka logs |
commit | commitdiff | tree | snapshot |
2024-03-04 |
Alejandro Colomar | share/containers/: Specify one argument per line |
commit | commitdiff | tree | snapshot |
2024-03-04 |
Alejandro Colomar | .github/workflows/runner.yml: trap(1) to see the testsu... |
commit | commitdiff | tree | snapshot |
2024-03-01 |
Serge Hallyn | configure.ac: release 4.15.0-rc3 4.15.0-rc3 |
commit | commitdiff | tree | snapshot |
2024-02-21 |
Alejandro Colomar | lib/utmp.c: Use the appropriate autotools macros for... |
commit | commitdiff | tree | snapshot |
2024-02-21 |
Alejandro Colomar | lib/utmp.c: Use defined() instead of #if[n]def |
commit | commitdiff | tree | snapshot |
2024-02-21 |
Alejandro Colomar | lib/utmp.c: Remove #endif comments |
commit | commitdiff | tree | snapshot |
2024-02-21 |
Alejandro Colomar | lib/utmp.c: Merge preprocessor conditionals |
commit | commitdiff | tree | snapshot |
2024-02-21 |
Alejandro Colomar | lib/utmp.c: Indent nested preprocessor conditionals |
commit | commitdiff | tree | snapshot |
2024-02-20 |
Alejandro Colomar | lib/utmp.c: Replace UT_LINESIZE by a NITEMS() calculation |
commit | commitdiff | tree | snapshot |
2024-02-20 |
Alejandro Colomar | lib/sizeof.h: memberof(): Add macro |
commit | commitdiff | tree | snapshot |
2024-02-20 |
Alejandro Colomar | lib/utmp.c: get_session_host(): Reduce scope of variable |
commit | commitdiff | tree | snapshot |
2024-02-20 |
Alejandro Colomar | lib/, src/, configure.ac: Use utmpx instead of utmp |
commit | commitdiff | tree | snapshot |
2024-02-17 |
Alejandro Colomar | lib/getdate.y: get_date(): Fix calculation |
commit | commitdiff | tree | snapshot |
2024-02-16 |
Tomas Halman | src/passwd.c: check password length upper limit |
commit | commitdiff | tree | snapshot |
2024-02-16 |
Tomas Halman | src/passwd.c: inconsistent password length limit |
commit | commitdiff | tree | snapshot |
2024-02-15 |
Serge Hallyn | release 4.15.0-rc2 4.15.0-rc2 |
commit | commitdiff | tree | snapshot |
2024-02-14 |
NorwayFun | Update Georgian translation |
commit | commitdiff | tree | snapshot |
2024-02-13 |
Alejandro Colomar | lib/chkname.c: is_valid_user_name(): Avoid a cast |
commit | commitdiff | tree | snapshot |
2024-02-13 |
Alejandro Colomar | lib/chkname.c: is_valid_user_name(): Remove unnecessary... |
commit | commitdiff | tree | snapshot |
2024-02-13 |
Alejandro Colomar | src/login.c: Fix off-by-one bugss |
commit | commitdiff | tree | snapshot |
2024-02-13 |
Alejandro Colomar | lib/: Don't say 'len' where 'size' is meant |
commit | commitdiff | tree | snapshot |
2024-02-13 |
Alejandro Colomar | src/login.c: Fix off-by-one buggs |
commit | commitdiff | tree | snapshot |
2024-02-13 |
Tycho Andersen | usermod: refuse invalid uidmaps during --add-sub{u... |
commit | commitdiff | tree | snapshot |
2024-02-13 |
Alejandro Colomar | lib/strtoday.c: strtoday(): Fix calculation |
commit | commitdiff | tree | snapshot |
2024-02-13 |
Tobias Stoeckmann | lib/: Saturate addition to avoid overflow |
commit | commitdiff | tree | snapshot |
2024-02-13 |
Tobias Stoeckmann | src/chage.c: Unify long overflow checks in print_day_as... |
commit | commitdiff | tree | snapshot |
2024-02-13 |
Alejandro Colomar | etc/pam.d/Makefile.am: Fix typo |
commit | commitdiff | tree | snapshot |
2024-02-06 |
Alejandro Colomar | AUTHORS.md: Format list |
commit | commitdiff | tree | snapshot |
2024-02-04 |
Tobias Stoeckmann | lib/chkname.c: Use precise comment |
commit | commitdiff | tree | snapshot |
2024-02-04 |
Tobias Stoeckmann | lib/chkname.c: Support unlimited user name lengths |
commit | commitdiff | tree | snapshot |
2024-02-04 |
Tobias Stoeckmann | lib/chkname.c: Take NUL byte into account |
commit | commitdiff | tree | snapshot |
2024-02-01 |
Serge Hallyn | release 4.15.0-rc1 4.15.0-rc1 |
commit | commitdiff | tree | snapshot |
2024-02-01 |
Samanta Navarro | src/sulogin.c: Remove unused variable |
commit | commitdiff | tree | snapshot |
2024-02-01 |
Samanta Navarro | src/sulogin.c: Simplify password handling |
commit | commitdiff | tree | snapshot |
2024-02-01 |
Samanta Navarro | src/sulogin.c: Use a do-while loop |
commit | commitdiff | tree | snapshot |
2024-02-01 |
Alejandro Colomar | tests/unit/test_atoi_strtoi.c: Test strtou_noneg() |
commit | commitdiff | tree | snapshot |
2024-02-01 |
Alejandro Colomar | lib/atoi/strtou_noneg.[ch]: Add strtou_noneg() |
commit | commitdiff | tree | snapshot |
2024-02-01 |
Alejandro Colomar | tests/unit/Makefile.am: tfix |
commit | commitdiff | tree | snapshot |
2024-02-01 |
Alejandro Colomar | tests/unit/test_atoi_strtoi.c: Test strtoi_() |
commit | commitdiff | tree | snapshot |
2024-02-01 |
Alejandro Colomar | lib/atoi/strtoi.[ch]: strtoi_(), strtou_(): Add functions |
commit | commitdiff | tree | snapshot |
2024-02-01 |
Tomas Halman | src/passwd.c: implement reading password from pipe |
commit | commitdiff | tree | snapshot |
2024-02-01 |
Tomas Halman | lib/agetpass.[ch]: add function ro read from pipe |
commit | commitdiff | tree | snapshot |
2024-01-30 |
loqs | Makefile: move chpasswd and newusers to pamd target |
commit | commitdiff | tree | snapshot |
2024-01-30 |
Pablo Saavedra | lib/, src/: Make the use of MAYBE_UNUSED macro consistent |
commit | commitdiff | tree | snapshot |
2024-01-30 |
Pablo Saavedra | lib/, src/: Rename 'unused' macro as 'MAYBE_UNUSED' |
commit | commitdiff | tree | snapshot |
2024-01-30 |
Pablo Saavedra | Fix Build error 'parameter name omitted' in logind |
commit | commitdiff | tree | snapshot |
2024-01-29 |
Alejandro Colomar | src/sulogin.c: pw_entry(): Report errors by returning -1 |
commit | commitdiff | tree | snapshot |
2024-01-29 |
Alejandro Colomar | src/passwd.c: Remove comments about flags that don... |
commit | commitdiff | tree | snapshot |
2024-01-26 |
Sam James | Link correctly with libdl |
commit | commitdiff | tree | snapshot |
2024-01-26 |
Alejandro Colomar | autogen.sh: CFLAGS: Use -Wno-unknown-attributes; Clang... |
commit | commitdiff | tree | snapshot |
2024-01-26 |
Alejandro Colomar | autogen.sh: CFLAGS: Add some -Werror=... flags that... |
commit | commitdiff | tree | snapshot |
2024-01-26 |
Alejandro Colomar | src/usermod.c: grp_update(): Remove scope of variable... |
commit | commitdiff | tree | snapshot |
2024-01-26 |
Alejandro Colomar | src/useradd.c: get_defaults(): Use const temporary... |
commit | commitdiff | tree | snapshot |
2024-01-26 |
Alejandro Colomar | src/su.c: Use const_cast() to silence -Wincompatible... |
commit | commitdiff | tree | snapshot |
2024-01-26 |
Alejandro Colomar | lib/cast.h: const_cast(): Add macro for dropping 'const' |
commit | commitdiff | tree | snapshot |
2024-01-26 |
Alejandro Colomar | lib/must_be.h: is_same_type(): Add macro |
commit | commitdiff | tree | snapshot |
2024-01-26 |
Alejandro Colomar | lib/must_be.h: is_same_typeof(): Rename macro |
commit | commitdiff | tree | snapshot |
2024-01-24 |
Alejandro Colomar | src/su.c: do_check_perms(): Fix -Wincompatible-pointer... |
commit | commitdiff | tree | snapshot |
2024-01-22 |
Alejandro Colomar | tests/unit/test_atoi_strtou_noneg.c: Test strtou[l... |
commit | commitdiff | tree | snapshot |
2024-01-22 |
Alejandro Colomar | lib/, src/: Replace strtou[l]l(3) by strtou[l]l_noneg() |
commit | commitdiff | tree | snapshot |
2024-01-22 |
Alejandro Colomar | lib/atoi/strtou_noneg.[ch]: Add strtou[l]l_noneg() |
commit | commitdiff | tree | snapshot |
2024-01-22 |
Samanta Navarro | src/sulogin.c: Free previously allocated memory |
commit | commitdiff | tree | snapshot |
2024-01-18 |
Alejandro Colomar | src/sulogin.c: Remove 'static' from local variable... |
commit | commitdiff | tree | snapshot |
2024-01-18 |
Alejandro Colomar | src/sulogin.c: Remove 'static' from a temporary variable |
commit | commitdiff | tree | snapshot |
2024-01-18 |
Alejandro Colomar | src/sulogin.c: Align local variables |
commit | commitdiff | tree | snapshot |
next |