summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* lib/, src/: Rename some local variablesmasterAlejandro Colomar13 days-44/+45
* lib/getrange.c: getrange(): Use goto to deduplicate codeAlejandro Colomar13 days-13/+5
* lib/getrange.c: getrange(): Return earlyAlejandro Colomar13 days-6/+4
* lib/getrange.c: getrange(): Return early to reduce indentationAlejandro Colomar13 days-30/+30
* lib/getrange.c: getrange(): Don't else after returnAlejandro Colomar13 days-10/+9
* lib/getrange.c: getrange(): Return early to remove an elseAlejandro Colomar13 days-3/+3
* lib/getrange.c: getrange(): Remove temporary variableAlejandro Colomar13 days-11/+5
* lib/getrange.c: getrange(): Small refactorAlejandro Colomar13 days-5/+3
* lib/getrange.c: getrange(): Small refactorAlejandro Colomar13 days-2/+3
* share/containers: update build flags for fedora 40Iker Pedrosa2024-05-02-1/+4
* share/containers: sort configuration optionsIker Pedrosa2024-05-02-8/+8
* share/containers: fix indentation in fedoraIker Pedrosa2024-05-02-3/+3
* newuidmap and newgidmap manpages: fix fd descriptionSerge Hallyn2024-04-10-4/+4
* lib/env.c: treat out of memory condition as errorTobias Stoeckmann2024-04-04-21/+9
* lib/atoi/: a2*(), str2*(): Add variants for other typesAlejandro Colomar2024-03-29-0/+212
* lib/, src/: str2*(): Rename functions and reorder parametersAlejandro Colomar2024-03-29-71/+69
* lib/atoi/: Add a2[su]l() and reimplement get[u]long() in terms of themAlejandro Colomar2024-03-29-26/+78
* lib/, src/, po/: get[u]long(): Move functions to lib/atoi/str2i.hAlejandro Colomar2024-03-29-84/+105
* 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