]> git.ipfire.org Git - thirdparty/shadow.git/shortlog
thirdparty/shadow.git
2023-04-03  Iker Pedrosadoc: add coding style
2023-04-03  Iker Pedrosadoc: add build & install
2023-04-03  Serge Hallyntrivial: vipw.8: fix grammar
2023-04-03  Christian Göttschesssd: skip flushing if executable does not exist
2023-03-31  Christian GöttscheOverhaul valid_field()
2023-03-31  Martin Kletzandersemanage: Do not set default SELinux range
2023-03-31  Michael VetterFix typo in groupadd usage
2023-03-31  Christian Göttscheci: update Differential ShellCheck
2023-03-31  tomspiderlabsAdded control character check
2023-03-29  Mike Gilbertusermod: respect --prefix for --gid option
2023-03-28  Alejandro ColomarFix su(1) silent truncation
2023-03-28  Alejandro ColomarSimplify is_my_tty()
2023-03-28  Alejandro ColomarFix is_my_tty() buffer overrun
2023-03-28  Alejandro ColomarAdd STRLEN(): a constexpr strlen(3) for string literals
2023-03-28  Alejandro ColomarFix crash with large timestamps
2023-03-28  Paul EggertPrefer strcpy(3) to strlcpy(3) when either works
2023-03-28  Paul EggertFix change_field() buffer underrun
2023-03-28  Paul EggertOmit unneeded test in change_field()
2023-03-28  Paul EggertSimplify change_field() by using strcpy
2023-03-27  skyler-ferranteFix null dereference in basename
2023-03-26  Iker PedrosaCI: script for local container build
2023-03-26  Iker PedrosaCI: build project in containers
2023-03-26  Iker Pedrosacontainer: add fedora
2023-03-26  Iker Pedrosacontainer: add debian
2023-03-26  Iker Pedrosacontainer: add alpine
2023-03-20  Iker PedrosaSECURITY.md: add Iker Pedrosa
2023-03-20  Christian Göttscheselinux: use type safe function pointer assignment
2023-03-20  Christian GöttscheUse strict prototype in definition
2023-03-02  Vinícius dos... Add .editorconfig
2023-02-28  Serge Hallynrun_some: fix shellcheck warning
2023-02-28  Serge Hallynfail on any run_some test failure
2023-02-28  Serge Hallynignore first test in run_some
2023-02-28  Serge Hallynswap first two tests - does the first one still fail?
2023-02-28  Serge Hallyntests: remove some github runner PATH tweaking
2023-02-27  Alejandro Colomartests: Support git-worktree(1)
2023-02-25  Serge Hallyntests: newuidmap and newgidmap: update expected fail...
2023-02-25  Serge Hallynlibsubid: include alloc.h
2023-02-25  Serge Hallynrun_some: log stderr
2023-02-24  Vinícius dos... Validate fds created by the user
2023-02-24  Serge Hallynget_pidfd_from_fd: return -1 on error, not 0
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...
next