summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* configure.ac: release 4.15.0-rc34.15.0-rc3Serge Hallyn2024-02-29-1/+1
* lib/utmp.c: Use the appropriate autotools macros for struct utmpxAlejandro Colomar2024-02-21-10/+10
* lib/utmp.c: Use defined() instead of #if[n]defAlejandro Colomar2024-02-21-10/+10
* lib/utmp.c: Remove #endif commentsAlejandro Colomar2024-02-21-11/+11
* lib/utmp.c: Merge preprocessor conditionalsAlejandro Colomar2024-02-21-4/+2
* lib/utmp.c: Indent nested preprocessor conditionalsAlejandro Colomar2024-02-21-6/+6
* lib/utmp.c: Replace UT_LINESIZE by a NITEMS() calculationAlejandro Colomar2024-02-20-4/+8
* lib/sizeof.h: memberof(): Add macroAlejandro Colomar2024-02-20-4/+5
* lib/utmp.c: get_session_host(): Reduce scope of variableAlejandro Colomar2024-02-20-1/+2
* lib/, src/, configure.ac: Use utmpx instead of utmpAlejandro Colomar2024-02-20-94/+94
* lib/getdate.y: get_date(): Fix calculationAlejandro Colomar2024-02-16-6/+6
* src/passwd.c: check password length upper limitTomas Halman2024-02-16-2/+14
* src/passwd.c: inconsistent password length limitTomas Halman2024-02-16-8/+13
* release 4.15.0-rc24.15.0-rc2Serge Hallyn2024-02-15-1/+1
* Update Georgian translationNorwayFun2024-02-14-284/+405
* lib/chkname.c: is_valid_user_name(): Avoid a castAlejandro Colomar2024-02-13-5/+9
* lib/chkname.c: is_valid_user_name(): Remove unnecessary checkAlejandro Colomar2024-02-13-11/+12
* src/login.c: Fix off-by-one bugssAlejandro Colomar2024-02-13-2/+2
* lib/: Don't say 'len' where 'size' is meantAlejandro Colomar2024-02-13-18/+18
* src/login.c: Fix off-by-one buggsAlejandro Colomar2024-02-13-8/+11
* usermod: refuse invalid uidmaps during --add-sub{u,g}idsTycho Andersen2024-02-13-0/+7
* lib/strtoday.c: strtoday(): Fix calculationAlejandro Colomar2024-02-13-3/+2
* lib/: Saturate addition to avoid overflowTobias Stoeckmann2024-02-13-10/+17
* src/chage.c: Unify long overflow checks in print_day_as_date()Tobias Stoeckmann2024-02-13-25/+27
* etc/pam.d/Makefile.am: Fix typoAlejandro Colomar2024-02-13-1/+1
* AUTHORS.md: Format listAlejandro Colomar2024-02-06-4/+4
* lib/chkname.c: Use precise commentTobias Stoeckmann2024-02-04-1/+1
* lib/chkname.c: Support unlimited user name lengthsTobias Stoeckmann2024-02-04-2/+7
* lib/chkname.c: Take NUL byte into accountTobias Stoeckmann2024-02-04-5/+5
* release 4.15.0-rc14.15.0-rc1Serge Hallyn2024-02-01-1/+1
* src/sulogin.c: Remove unused variableSamanta Navarro2024-02-01-1/+0
* src/sulogin.c: Simplify password handlingSamanta Navarro2024-02-01-10/+6
* src/sulogin.c: Use a do-while loopSamanta Navarro2024-02-01-7/+8
* tests/unit/test_atoi_strtoi.c: Test strtou_noneg()Alejandro Colomar2024-01-31-0/+48
* lib/atoi/strtou_noneg.[ch]: Add strtou_noneg()Alejandro Colomar2024-01-31-0/+26
* tests/unit/Makefile.am: tfixAlejandro Colomar2024-01-31-7/+7
* tests/unit/test_atoi_strtoi.c: Test strtoi_()Alejandro Colomar2024-01-31-0/+123
* lib/atoi/strtoi.[ch]: strtoi_(), strtou_(): Add functionsAlejandro Colomar2024-01-31-0/+113
* src/passwd.c: implement reading password from pipeTomas Halman2024-01-31-43/+88
* lib/agetpass.[ch]: add function ro read from pipeTomas Halman2024-01-31-3/+20
* Makefile: move chpasswd and newusers to pamd targetloqs2024-01-30-2/+2
* lib/, src/: Make the use of MAYBE_UNUSED macro consistentPablo Saavedra2024-01-30-5/+5
* lib/, src/: Rename 'unused' macro as 'MAYBE_UNUSED'Pablo Saavedra2024-01-30-43/+43
* Fix Build error 'parameter name omitted' in logindPablo Saavedra2024-01-30-1/+1
* src/sulogin.c: pw_entry(): Report errors by returning -1Alejandro Colomar2024-01-29-12/+9
* src/passwd.c: Remove comments about flags that don't existAlejandro Colomar2024-01-29-3/+0
* Link correctly with libdlSam James2024-01-26-1/+3
* autogen.sh: CFLAGS: Use -Wno-unknown-attributes; Clang doesn't know [[gnu::ac...Alejandro Colomar2024-01-26-0/+1
* autogen.sh: CFLAGS: Add some -Werror=... flags that will be default soonAlejandro Colomar2024-01-26-0/+4
* src/usermod.c: grp_update(): Remove scope of variable, and fix const correctnessAlejandro Colomar2024-01-26-1/+4