]> git.ipfire.org Git - thirdparty/shadow.git/shortlog
thirdparty/shadow.git
2023-02-24  Serge Hallyng-h-a workflow: workaround
2023-02-24  Serge HallynFix regression in some translation strings
2023-02-24  Iker Pedrosalib: bit_ceil_wrapul(): stop recursion
2023-02-24  Iker Pedrosalib: define ULONG_WIDTH if non-existent
2023-02-24  maqiUpdate translation
2023-02-24  Serge Hallynnewuidmap and newgidmap: support passing pid as fd
2023-02-24  Alejandro ColomarFix use-after-free of pointer after realloc(3)
2023-02-24  Alejandro ColomarUse safer allocation macros
2023-02-24  Alejandro Colomarlibmisc: Add safer allocation macros
2023-02-24  Alejandro ColomarUse xreallocarray() instead of its pattern
2023-02-24  Alejandro ColomarUse reallocarrayf() instead of its pattern
2023-02-24  Alejandro ColomarUse *array() allocation functions where appropriate
2023-02-24  Alejandro ColomarUse xcalloc(3) instead of its pattern
2023-02-24  Alejandro Colomarlibmisc: Add safer allocation functions
2023-02-24  Alejandro Colomarlibmisc: Move xmalloc.c to alloc.c
2023-02-24  Alejandro ColomarUse calloc(3) instead of its pattern
2023-02-24  Alejandro ColomarUse reallocarray(3) instead of its pattern
2023-02-24  Alejandro ColomarUse reallocf(3) instead of its pattern
2023-02-24  Alejandro Colomarmalloc(3) already sets errno to ENOMEM
2023-02-24  Alejandro ColomarRely on realloc(NULL, ...) being equivalent to malloc...
2023-02-20  Alejandro Colomarlibmisc: agetpass(): Fix bug detecting truncation
2023-02-20  Martin Kletzanderfind_new_[gu]id(): Skip over IDs that are reserved...
2023-02-16  Samanta NavarroFix comments
2023-02-16  Samanta NavarroFix grammar
2023-02-16  Samanta NavarroFix typo
2023-02-16  Samanta NavarroFix typos
2023-02-16  Alejandro ColomarUse stpecpy() where appropriate
2023-02-16  Alejandro ColomarAdd stpecpy()
2023-02-16  Alejandro ColomarAdd mempcpy(3)
2023-02-16  Alejandro ColomarRemove unnecessary NUL terminators
2023-02-16  Alejandro ColomarUse stpeprintf() where appropriate
2023-02-16  Alejandro ColomarAdd stpeprintf()
2023-02-16  Alejandro Colomaragetpass.c: Use SPDX tags
2023-02-13  Martin KletzanderFix VPATH build
2023-02-09  Alejandro Colomarttytype(): Fix race
2023-02-09  Alejandro ColomarRemove superfluous casts
2023-02-09  Serge Hallynrun on github runner
2023-02-09  Serge Hallyntests: print default timeout message to stderr
2023-02-09  Serge Hallynuse self-hosted runner for testsuite
2023-02-09  Alejandro ColomarUse the noreturn attribute, rather than comments
2023-02-09  Alejandro Colomarlib/defines.h: Add NORETURN attribute macro
2023-02-08  Alejandro ColomarAssume getutent(3) exists (remove dead code)
2023-02-04  Alejandro ColomarHandle reallocf(3) errors
2023-02-04  Alejandro ColomarFix memory leaks by replacing realloc(3) with reallocf(3)
2023-02-04  Alejandro ColomarRemove unused function: gr_append_member()
2023-02-03  Serge HallynImprove TTYGROUP description in login.defs manpage
2023-02-03  Alejandro ColomarRemove superfluous casts to 'void*'
2023-02-02  Alejandro ColomarCall NULL by its name
2023-02-02  Alejandro ColomarUse freezero(3) where suitable
2023-02-01  Samanta NavarroPrevent out of boundary access
2023-02-01  Samanta NavarroExplicitly override only newlines
2023-02-01  Samanta NavarroCorrectly handle illegal system file in tz
2023-02-01  Alejandro Colomarleading_zerosul(): Fix bug
2023-01-30  Alejandro ColomarUnoptimize the higher part of the domain of csrand_unif...
2023-01-30  Alejandro ColomarAdd bit manipulation functions
2023-01-28  Alejandro ColomarRevert "Add bit manipulation functions"
2023-01-28  Alejandro ColomarOptimize csrand_uniform()
2023-01-28  Alejandro ColomarUse WIDTHOF() instead of its expansion
2023-01-28  Alejandro ColomarAdd WIDTHOF() to get the width in bits
2023-01-28  Alejandro ColomarRewrite csrand_interval() as a wrapper around csrand_un...
2023-01-28  Alejandro ColomarAdd csrand_uniform()
2023-01-28  Alejandro ColomarAdd bit manipulation functions
2023-01-28  Alejandro ColomarMove csrand() to a new file csrand.c
2023-01-28  Alejandro ColomarUse naming consistent with other common functions
2023-01-28  Alejandro ColomarFix types of the csrand_interval() API
2023-01-28  Alejandro ColomarUse a more precise name for a CSPRNG API with an interval
2023-01-27  Stefan SchubertSupporting vendor given -shells- configuration file
2023-01-27  Samanta Navarrolibmisc: fix grammar
2023-01-27  Samanta NavarroFix typos
2023-01-25  Christian GöttscheDeclare constant data structure const
2023-01-25  Christian GöttscheProvide strlcpy declaration
2023-01-25  Christian GöttscheAvoid comparisons of different signs
2023-01-25  Christian GöttscheDrop redundant declaration
2023-01-25  Christian Göttschecopydir: fix impl usage
2023-01-25  Christian GöttscheModernize manual memzero implementation
2023-01-25  Christian GöttscheReplace flawed memset_s usage
2023-01-20  Alejandro ColomarUse getnameinfo(3) instead of our own equivalent
2023-01-16  Alejandro ColomarPrefer getrandom(3)/getentropy(3) over arc4random(3bsd)
2023-01-13  Serge Hallynworkflow: update checkout acton v2 to v3
2023-01-13  SoumyaWindshadow: Fix can not print full login timeout message
2023-01-12  lilinjiefix typo
2023-01-04  Christian GöttscheWarn if failed to read existing /etc/nsswitch.conf
2023-01-02  Alejandro ColomarCall inet_sockaddr2str() instead of inet_ntop(3)
2023-01-02  Alejandro ColomarAdd inet_sockaddr2str() to wrap inet_ntop(3)
2023-01-02  Alejandro ColomarReplace gethostbyname(3) by getaddrinfo(3)
2022-12-29  ed nevillechanging lock mechanism
2022-12-23  Serge Hallynchfn: new_fields: fix wrong fields printed
2022-12-23  Alejandro ColomarAdd NITEMS(arr) to get the number of elements of an...
2022-12-23  Alejandro ColomarUse strlcpy(3) instead of its pattern
2022-12-22  Iker Pedrosastrtoday.c: remove unused defines.h inclusion
2022-12-22  Iker Pedrosastrtoday.c: remove USE_GETDATE as it was always used
2022-12-22  Iker Pedrosastrtoday.c: remove POSIX 1995 conditional dependency
2022-12-22  Alejandro ColomarAssume struct tm is defined in <time.h>
2022-12-22  Alejandro ColomarAssume struct stat has st_atim and st_mtim fields
2022-12-22  Alejandro ColomarRemove USE_SYSLOG preprocessor conditional, which was...
2022-12-22  Alejandro ColomarRemove dead code
2022-12-22  Alejandro ColomarDon't redefine errno(3)
2022-12-22  Alejandro ColomarFix typos in length calculations
2022-12-22  Alejandro ColomarUse 'uintmax_t' to print 'gid_t'
2022-12-22  Alejandro ColomarFix off-by-one mistakes
next