summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* configure.ac: release 4.15.14.15.14.15.xSerge Hallyn2024-03-23-1/+1
* src/login.c: Use localtime_r(3) instead of localtime(3)Alejandro Colomar2024-03-24-3/+4
* lib/, src/: Use STRFTIME() instead of its patternAlejandro Colomar2024-03-24-8/+19
* lib/string/strftime.[ch]: STRFTIME(): Add macroAlejandro Colomar2024-03-24-0/+28
* man/Makefile.am: ship config.xmlSerge Hallyn2024-03-23-0/+1
* man/po/Makefile.in: avoid unnecessary changes to git indexed filesSerge Hallyn2024-03-23-28/+28
* update translationsSerge Hallyn2024-03-23-76174/+128235
* Makefile.am: clean some tempfilesSerge Hallyn2024-03-23-0/+4
* getdef: avoid spurious error messages about unknown configuration optionsSerge Hallyn2024-03-21-14/+16
* lib/copydir:copy_entry(): use temporary stat bufferEnrico Scholz2024-03-21-1/+2
* Fix wrong french translationAntoine Roux2024-03-20-1/+1
* gitignore: add a few more generated files to be ignoredEli Schwartz2024-03-18-0/+6
* lib/pam_pass_non_interactive.c: use strzero/freeSamanta Navarro2024-03-14-3/+3
* lib/list.c: is_on_list(): Call strsep(3) instead of open-coding itAlejandro Colomar2024-03-14-6/+2
* lib/list.c: is_on_list(): Move break condition to loop controlling expressionAlejandro Colomar2024-03-14-4/+2
* lib/list.c: is_on_list(): Move code out of loopAlejandro Colomar2024-03-14-4/+3
* lib/list.c: is_on_list(): Remove unnecessary use of temporary variableAlejandro Colomar2024-03-14-5/+3
* lib/sgetspent.c: sgetspent(): Explicitly use an empty string literalAlejandro Colomar2024-03-14-3/+2
* lib/sgetspent.c: sgetspent(): Use NULL instead of 0 to mean a null pointer co...Alejandro Colomar2024-03-14-10/+10
* lib/port.c: getportent(): Call strpbrk(3) instead of open-coding itAlejandro Colomar2024-03-14-7/+3
* lib/: Call strsep(3) instead of open-coding itAlejandro Colomar2024-03-14-48/+11
* lib/: Call strchrnul(3) instead of open-coding itAlejandro Colomar2024-03-14-22/+24
* lib/, src/: Call gmtime_r(3) instead of gmtime(3)Alejandro Colomar2024-03-14-11/+10
* lib/time/day_to_str.[ch]: day_to_str(): Accept a day instead of a date, and r...Alejandro Colomar2024-03-14-15/+19
* src/passwd.c: print_status(): Fix typo (bogus use of the comma operator)Alejandro Colomar2024-03-14-1/+1
* src/: Use DAY_TO_STR() instead of its patternAlejandro Colomar2024-03-14-13/+12
* lib/time/day_to_str.h: DAY_TO_STR(): Add macroAlejandro Colomar2024-03-14-0/+5
* lib/, src/, po/: date_to_str(): Move function to header, and make inlineAlejandro Colomar2024-03-14-13/+31
* src/sulogin.c: Invert logic to reduce indentationAlejandro Colomar2024-03-14-6/+4
* lib/, src/: Use int main(void) where appropriateAlejandro Colomar2024-03-14-16/+13
* lib/: Clean up after previous removal of dead codeAlejandro Colomar2024-03-14-42/+23
* lib/, src/: Remove all code wrapped in defined(USE_NIS)Alejandro Colomar2024-03-14-581/+1
* src/passwd.c: Don't print the program name twice in a log entryAlejandro Colomar2024-03-14-2/+2
* Noting copy_symlink behavioured neville2024-03-14-0/+5
* share/containers/, .github/workflows/: Don't make(1) twiceAlejandro Colomar2024-03-13-10/+4
* lib/idmapping.c: get_map_ranges(): Merge two input checks into a simpler oneAlejandro Colomar2024-03-13-10/+1
* Adding checks for fd omissionSkyler Ferrante2024-03-10-7/+63
* tests/unit/test_zustr2stp.c: Test ZUSTR2STP()Alejandro Colomar2024-03-10-1/+67
* lib/string/zustr2stp.[ch]: Remove zustr2stp(); keep ZUSTR2STP()Alejandro Colomar2024-03-10-54/+22
* configure.ac: Release 4.15.04.15.0Serge Hallyn2024-03-08-1/+1
* src/vipw.c: Use string literals to initialize 'Prog'Alejandro Colomar2024-03-08-5/+5
* src/vipw.c: Reverse logic and variable nameAlejandro Colomar2024-03-08-27/+27
* Hardcoding Prog to known valueSkyler Ferrante2024-03-07-171/+85
* share/containers/: trap(1) to see the cmocka logsAlejandro Colomar2024-03-04-3/+4
* share/containers/: Specify one argument per lineAlejandro Colomar2024-03-04-10/+47
* .github/workflows/runner.yml: trap(1) to see the testsuite logAlejandro Colomar2024-03-04-1/+2
* 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