summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
* Fix regression in some translation stringsSerge Hallyn2023-02-24-7/+6
* lib: bit_ceil_wrapul(): stop recursionIker Pedrosa2023-02-24-1/+1
* lib: define ULONG_WIDTH if non-existentIker Pedrosa2023-02-24-0/+5
* Update translationmaqi2023-02-24-123/+118
* newuidmap and newgidmap: support passing pid as fdSerge Hallyn2023-02-24-50/+106
* Fix use-after-free of pointer after realloc(3)Alejandro Colomar2023-02-23-3/+4
* Use safer allocation macrosAlejandro Colomar2023-02-23-118/+196
* libmisc: Add safer allocation macrosAlejandro Colomar2023-02-23-0/+40
* Use xreallocarray() instead of its patternAlejandro Colomar2023-02-23-6/+1
* Use reallocarrayf() instead of its patternAlejandro Colomar2023-02-23-6/+4
* Use *array() allocation functions where appropriateAlejandro Colomar2023-02-23-26/+26
* Use xcalloc(3) instead of its patternAlejandro Colomar2023-02-23-3/+1
* libmisc: Add safer allocation functionsAlejandro Colomar2023-02-23-19/+115
* libmisc: Move xmalloc.c to alloc.cAlejandro Colomar2023-02-23-7/+29
* Use calloc(3) instead of its patternAlejandro Colomar2023-02-23-8/+4
* Use reallocarray(3) instead of its patternAlejandro Colomar2023-02-23-3/+2
* Use reallocf(3) instead of its patternAlejandro Colomar2023-02-23-8/+2
* malloc(3) already sets errno to ENOMEMAlejandro Colomar2023-02-23-3/+0
* Rely on realloc(NULL, ...) being equivalent to malloc(...)Alejandro Colomar2023-02-23-8/+1
* libmisc: agetpass(): Fix bug detecting truncationAlejandro Colomar2023-02-20-12/+14
* find_new_[gu]id(): Skip over IDs that are reserved for legacy reasonsMartin Kletzander2023-02-20-20/+56
* Fix commentsSamanta Navarro2023-02-16-5/+5
* Fix grammarSamanta Navarro2023-02-16-4/+4
* Fix typoSamanta Navarro2023-02-16-1/+1
* Fix typosSamanta Navarro2023-02-16-14/+14
* Use stpecpy() where appropriateAlejandro Colomar2023-02-16-28/+14
* Add stpecpy()Alejandro Colomar2023-02-16-1/+114
* Add mempcpy(3)Alejandro Colomar2023-02-16-1/+56
* Remove unnecessary NUL terminatorsAlejandro Colomar2023-02-16-5/+0
* Use stpeprintf() where appropriateAlejandro Colomar2023-02-16-38/+40
* Add stpeprintf()Alejandro Colomar2023-02-16-1/+146
* agetpass.c: Use SPDX tagsAlejandro Colomar2023-02-16-24/+3
* Fix VPATH buildMartin Kletzander2023-02-13-8/+9
* ttytype(): Fix raceAlejandro Colomar2023-02-09-4/+2
* Remove superfluous castsAlejandro Colomar2023-02-09-318/+259
* run on github runnerSerge Hallyn2023-02-09-1/+1
* tests: print default timeout message to stderrSerge Hallyn2023-02-09-222/+222
* use self-hosted runner for testsuiteSerge Hallyn2023-02-09-0/+50
* Use the noreturn attribute, rather than commentsAlejandro Colomar2023-02-08-41/+83
* lib/defines.h: Add NORETURN attribute macroAlejandro Colomar2023-02-08-1/+3
* Assume getutent(3) exists (remove dead code)Alejandro Colomar2023-02-08-74/+2
* Handle reallocf(3) errorsAlejandro Colomar2023-02-03-0/+7
* Fix memory leaks by replacing realloc(3) with reallocf(3)Alejandro Colomar2023-02-03-3/+3
* Remove unused function: gr_append_member()Alejandro Colomar2023-02-03-31/+0
* Improve TTYGROUP description in login.defs manpageSerge Hallyn2023-02-02-5/+6
* Remove superfluous casts to 'void*'Alejandro Colomar2023-02-02-5/+5
* Call NULL by its nameAlejandro Colomar2023-02-02-84/+84
* Use freezero(3) where suitableAlejandro Colomar2023-02-02-10/+4
* Prevent out of boundary accessSamanta Navarro2023-02-01-3/+4
* Explicitly override only newlinesSamanta Navarro2023-02-01-4/+5