]> git.ipfire.org Git - thirdparty/shadow.git/shortlog
thirdparty/shadow.git
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
2022-12-22  Alejandro ColomarCosmetic fixes
2022-12-22  Alejandro ColomarRemove traces of utmpx
2022-12-22  Alejandro ColomarDisable utmpx permanently
2022-12-22  Alejandro ColomarAssume <utmpx.h> always exists
2022-12-21  Alejandro ColomarRemove pwdauth.c
2022-12-19  Michael VetterAdd support for skeleton files from /usr/etc/skel
2022-12-15  Michael VetterFix useradd audit event logging of ID field
2022-12-15  Alejandro ColomarRemove comments that survived the Helicoprion
2022-12-15  Alejandro ColomarPing? :)
2022-12-15  Alejandro ColomarRemove preprocessor conditionals that are always true
2022-12-15  Alejandro ColomarRemove code conditional on USE_TERMIO
2022-12-15  Alejandro ColomarAssume socket(2) exists
2022-12-15  Alejandro ColomarAssume inet_ntoa(3) exists
2022-12-15  Alejandro ColomarAssume F_* and SEEK_* macros are defined
2022-12-15  Alejandro ColomarRemove code conditional on S_SPLINT_S
2022-12-15  Alejandro ColomarAssume strdup(3) exists
2022-12-15  Alejandro ColomarAssume strcasecmp(3) exists
2022-12-15  Alejandro ColomarAssume rmdir(2) exists
2022-12-15  Alejandro ColomarAssume mkdir(2) exists
2022-12-15  Alejandro ColomarAssume B[0-9]* macros are defined
2022-12-15  Alejandro ColomarAssume SIGTTOU is defined
2022-12-15  Alejandro ColomarAssume SIGTSTP is defined
2022-12-15  Alejandro ColomarAssume RLIMIT_STACK is defined
2022-12-15  Alejandro ColomarAssume RLIMIT_NOFILE is defined
2022-12-15  Alejandro ColomarAssume RLIMIT_FSIZE is defined
2022-12-15  Alejandro ColomarAssume RLIMIT_DATA is defined
2022-12-15  Alejandro ColomarAssume RLIMIT_CPU is defined
2022-12-15  Alejandro ColomarAssume RLIMIT_AS is defined
next