]> git.ipfire.org Git - thirdparty/shadow.git/shortlog
thirdparty/shadow.git
2024-04-10  Serge Hallynnewuidmap and newgidmap manpages: fix fd description master
2024-04-04  Tobias Stoeckmannlib/env.c: treat out of memory condition as error
2024-03-29  Alejandro Colomarlib/atoi/: a2*(), str2*(): Add variants for other types
2024-03-29  Alejandro Colomarlib/, src/: str2*(): Rename functions and reorder param...
2024-03-29  Alejandro Colomarlib/atoi/: Add a2[su]l() and reimplement get[u]long...
2024-03-29  Alejandro Colomarlib/, src/, po/: get[u]long(): Move functions to lib...
2024-03-23  Serge Hallynconfigure.ac: release 4.15.1 4.15.x 4.15.1
2024-03-23  Alejandro Colomarsrc/login.c: Use localtime_r(3) instead of localtime(3)
2024-03-23  Alejandro Colomarlib/, src/: Use STRFTIME() instead of its pattern
2024-03-23  Alejandro Colomarlib/string/strftime.[ch]: STRFTIME(): Add macro
2024-03-23  Serge Hallynman/Makefile.am: ship config.xml
2024-03-23  Serge Hallynman/po/Makefile.in: avoid unnecessary changes to git...
2024-03-23  Serge Hallynupdate translations
2024-03-23  Serge HallynMakefile.am: clean some tempfiles
2024-03-21  Serge Hallyngetdef: avoid spurious error messages about unknown...
2024-03-21  Enrico Scholzlib/copydir:copy_entry(): use temporary stat buffer
2024-03-20  Antoine RouxFix wrong french translation
2024-03-18  Eli Schwartzgitignore: add a few more generated files to be ignored
2024-03-14  Samanta Navarrolib/pam_pass_non_interactive.c: use strzero/free
2024-03-14  Alejandro Colomarlib/list.c: is_on_list(): Call strsep(3) instead of...
2024-03-14  Alejandro Colomarlib/list.c: is_on_list(): Move break condition to loop...
2024-03-14  Alejandro Colomarlib/list.c: is_on_list(): Move code out of loop
2024-03-14  Alejandro Colomarlib/list.c: is_on_list(): Remove unnecessary use of...
2024-03-14  Alejandro Colomarlib/sgetspent.c: sgetspent(): Explicitly use an empty...
2024-03-14  Alejandro Colomarlib/sgetspent.c: sgetspent(): Use NULL instead of 0...
2024-03-14  Alejandro Colomarlib/port.c: getportent(): Call strpbrk(3) instead of...
2024-03-14  Alejandro Colomarlib/: Call strsep(3) instead of open-coding it
2024-03-14  Alejandro Colomarlib/: Call strchrnul(3) instead of open-coding it
2024-03-14  Alejandro Colomarlib/, src/: Call gmtime_r(3) instead of gmtime(3)
2024-03-14  Alejandro Colomarlib/time/day_to_str.[ch]: day_to_str(): Accept a day...
2024-03-14  Alejandro Colomarsrc/passwd.c: print_status(): Fix typo (bogus use of...
2024-03-14  Alejandro Colomarsrc/: Use DAY_TO_STR() instead of its pattern
2024-03-14  Alejandro Colomarlib/time/day_to_str.h: DAY_TO_STR(): Add macro
2024-03-14  Alejandro Colomarlib/, src/, po/: date_to_str(): Move function to header...
2024-03-14  Alejandro Colomarsrc/sulogin.c: Invert logic to reduce indentation
2024-03-14  Alejandro Colomarlib/, src/: Use int main(void) where appropriate
2024-03-14  Alejandro Colomarlib/: Clean up after previous removal of dead code
2024-03-14  Alejandro Colomarlib/, src/: Remove all code wrapped in defined(USE_NIS)
2024-03-14  Alejandro Colomarsrc/passwd.c: Don't print the program name twice in...
2024-03-14  ed nevilleNoting copy_symlink behaviour
2024-03-13  Alejandro Colomarshare/containers/, .github/workflows/: Don't make(1...
2024-03-13  Alejandro Colomarlib/idmapping.c: get_map_ranges(): Merge two input...
2024-03-11  Skyler FerranteAdding checks for fd omission
2024-03-11  Alejandro Colomartests/unit/test_zustr2stp.c: Test ZUSTR2STP()
2024-03-11  Alejandro Colomarlib/string/zustr2stp.[ch]: Remove zustr2stp(); keep...
2024-03-08  Serge Hallynconfigure.ac: Release 4.15.0 4.15.0
2024-03-08  Alejandro Colomarsrc/vipw.c: Use string literals to initialize 'Prog'
2024-03-08  Alejandro Colomarsrc/vipw.c: Reverse logic and variable name
2024-03-07  Skyler FerranteHardcoding Prog to known value
2024-03-04  Alejandro Colomarshare/containers/: trap(1) to see the cmocka logs
2024-03-04  Alejandro Colomarshare/containers/: Specify one argument per line
2024-03-04  Alejandro Colomar.github/workflows/runner.yml: trap(1) to see the testsu...
2024-03-01  Serge Hallynconfigure.ac: release 4.15.0-rc3 4.15.0-rc3
2024-02-21  Alejandro Colomarlib/utmp.c: Use the appropriate autotools macros for...
2024-02-21  Alejandro Colomarlib/utmp.c: Use defined() instead of #if[n]def
2024-02-21  Alejandro Colomarlib/utmp.c: Remove #endif comments
2024-02-21  Alejandro Colomarlib/utmp.c: Merge preprocessor conditionals
2024-02-21  Alejandro Colomarlib/utmp.c: Indent nested preprocessor conditionals
2024-02-20  Alejandro Colomarlib/utmp.c: Replace UT_LINESIZE by a NITEMS() calculation
2024-02-20  Alejandro Colomarlib/sizeof.h: memberof(): Add macro
2024-02-20  Alejandro Colomarlib/utmp.c: get_session_host(): Reduce scope of variable
2024-02-20  Alejandro Colomarlib/, src/, configure.ac: Use utmpx instead of utmp
2024-02-17  Alejandro Colomarlib/getdate.y: get_date(): Fix calculation
2024-02-16  Tomas Halmansrc/passwd.c: check password length upper limit
2024-02-16  Tomas Halmansrc/passwd.c: inconsistent password length limit
2024-02-15  Serge Hallynrelease 4.15.0-rc2 4.15.0-rc2
2024-02-14  NorwayFunUpdate Georgian translation
2024-02-13  Alejandro Colomarlib/chkname.c: is_valid_user_name(): Avoid a cast
2024-02-13  Alejandro Colomarlib/chkname.c: is_valid_user_name(): Remove unnecessary...
2024-02-13  Alejandro Colomarsrc/login.c: Fix off-by-one bugss
2024-02-13  Alejandro Colomarlib/: Don't say 'len' where 'size' is meant
2024-02-13  Alejandro Colomarsrc/login.c: Fix off-by-one buggs
2024-02-13  Tycho Andersenusermod: refuse invalid uidmaps during --add-sub{u...
2024-02-13  Alejandro Colomarlib/strtoday.c: strtoday(): Fix calculation
2024-02-13  Tobias Stoeckmannlib/: Saturate addition to avoid overflow
2024-02-13  Tobias Stoeckmannsrc/chage.c: Unify long overflow checks in print_day_as...
2024-02-13  Alejandro Colomaretc/pam.d/Makefile.am: Fix typo
2024-02-06  Alejandro ColomarAUTHORS.md: Format list
2024-02-04  Tobias Stoeckmannlib/chkname.c: Use precise comment
2024-02-04  Tobias Stoeckmannlib/chkname.c: Support unlimited user name lengths
2024-02-04  Tobias Stoeckmannlib/chkname.c: Take NUL byte into account
2024-02-01  Serge Hallynrelease 4.15.0-rc1 4.15.0-rc1
2024-02-01  Samanta Navarrosrc/sulogin.c: Remove unused variable
2024-02-01  Samanta Navarrosrc/sulogin.c: Simplify password handling
2024-02-01  Samanta Navarrosrc/sulogin.c: Use a do-while loop
2024-02-01  Alejandro Colomartests/unit/test_atoi_strtoi.c: Test strtou_noneg()
2024-02-01  Alejandro Colomarlib/atoi/strtou_noneg.[ch]: Add strtou_noneg()
2024-02-01  Alejandro Colomartests/unit/Makefile.am: tfix
2024-02-01  Alejandro Colomartests/unit/test_atoi_strtoi.c: Test strtoi_()
2024-02-01  Alejandro Colomarlib/atoi/strtoi.[ch]: strtoi_(), strtou_(): Add functions
2024-02-01  Tomas Halmansrc/passwd.c: implement reading password from pipe
2024-02-01  Tomas Halmanlib/agetpass.[ch]: add function ro read from pipe
2024-01-30  loqsMakefile: move chpasswd and newusers to pamd target
2024-01-30  Pablo Saavedralib/, src/: Make the use of MAYBE_UNUSED macro consistent
2024-01-30  Pablo Saavedralib/, src/: Rename 'unused' macro as 'MAYBE_UNUSED'
2024-01-30  Pablo SaavedraFix Build error 'parameter name omitted' in logind
2024-01-29  Alejandro Colomarsrc/sulogin.c: pw_entry(): Report errors by returning -1
2024-01-29  Alejandro Colomarsrc/passwd.c: Remove comments about flags that don...
2024-01-26  Sam JamesLink correctly with libdl
2024-01-26  Alejandro Colomarautogen.sh: CFLAGS: Use -Wno-unknown-attributes; Clang...
next