]> git.ipfire.org Git - thirdparty/shadow.git/shortlog
thirdparty/shadow.git
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...
2024-01-26  Alejandro Colomarautogen.sh: CFLAGS: Add some -Werror=... flags that...
2024-01-26  Alejandro Colomarsrc/usermod.c: grp_update(): Remove scope of variable...
2024-01-26  Alejandro Colomarsrc/useradd.c: get_defaults(): Use const temporary...
2024-01-26  Alejandro Colomarsrc/su.c: Use const_cast() to silence -Wincompatible...
2024-01-26  Alejandro Colomarlib/cast.h: const_cast(): Add macro for dropping 'const'
2024-01-26  Alejandro Colomarlib/must_be.h: is_same_type(): Add macro
2024-01-26  Alejandro Colomarlib/must_be.h: is_same_typeof(): Rename macro
2024-01-24  Alejandro Colomarsrc/su.c: do_check_perms(): Fix -Wincompatible-pointer...
2024-01-22  Alejandro Colomartests/unit/test_atoi_strtou_noneg.c: Test strtou[l...
2024-01-22  Alejandro Colomarlib/, src/: Replace strtou[l]l(3) by strtou[l]l_noneg()
2024-01-22  Alejandro Colomarlib/atoi/strtou_noneg.[ch]: Add strtou[l]l_noneg()
2024-01-22  Samanta Navarrosrc/sulogin.c: Free previously allocated memory
2024-01-18  Alejandro Colomarsrc/sulogin.c: Remove 'static' from local variable...
2024-01-18  Alejandro Colomarsrc/sulogin.c: Remove 'static' from a temporary variable
2024-01-18  Alejandro Colomarsrc/sulogin.c: Align local variables
2024-01-18  Alejandro Colomarsrc/sulogin.c: Make static variables local to main()
2024-01-18  Alejandro Colomarsrc/sulogin.c: pw_entry(): Don't else after return
2024-01-18  Alejandro Colomarlib/, src/, po/: pw_entry(): Move function to src/sulogin.c
2024-01-16  Alejandro Colomarlib/, tests/: addsl(): Add addsl(), a variadic macro
2024-01-16  Alejandro Colomarlib/, tests/: addsl2(): Rename addsl() to addsl2()
2024-01-15  Alejandro Colomarlib/defines.h: Don't wrap #undef in #ifdef
2024-01-15  Alejandro Colomarlib/idmapping.c: write_mapping(): Fixx off-by-one bug
2024-01-15  Alejandro Colomarlib/: Use 'restrict' alongside [[gnu::access()]]
2024-01-15  Alejandro Colomarlib/: Use ATTR_ACCESS() instead of /*@out@*/
2024-01-15  Alejandro Colomarlib/: get[u]long(): Use ATTR_ACCESS() instead of /...
2024-01-15  Alejandro Colomarlib/: Remove incorrect /*@out@*/ comment from functions...
2024-01-15  Alejandro Colomarlib/: Remove /*@out@*/ comments in return type
2024-01-15  Alejandro Colomarlib/: fgetsx(): Use ATTR_ACCESS() instead of /*@out@*/
2024-01-15  Alejandro Colomarlib/: run_command(): Use ATTR_ACCESS() instead of ...
2024-01-15  Alejandro Colomarlib/attr.h: Add ATTR_ACCESS()
2024-01-15  Samanta Navarrolib/sgetgrent.c: fix null pointer dereference
2024-01-05  Alejandro Colomarlib/: get_pid(): Use the usual -1 as an error code
2024-01-05  Alejandro Colomarlib/, src/: get_uid(): Use the usual -1 as an error...
2024-01-05  Alejandro Colomarlib/, src/: get_gid(): Use the usual -1 as an error...
2024-01-05  Alejandro Colomarlib/, src/: getrange(): Use the usual -1 as an error...
2024-01-05  Alejandro Colomarlib/getrange.c: Reduce indentation
2024-01-05  Alejandro Colomarlib/, src/: getulong(): Use the usual -1 as an error...
2024-01-05  Alejandro Colomarlib/, src/: getlong(): Use the usual -1 as an error...
2024-01-05  Alejandro Colomartests/unit/test_adds.c: Test addsl() and addsl3()
2024-01-05  Alejandro Colomarlib/adds.[ch]: Add addsl() and addsl3()
2024-01-05  Tobias Stoeckmannsrc/: Fix long/time_t handling
2024-01-05  Tobias Stoeckmannsrc/passwd.c: Add overflow check
2024-01-05  Tobias Stoeckmannsrc/passwd.c: Switch to day precision
2024-01-05  Tobias Stoeckmannlib/, src/: Remove SCALE definition
2023-12-27  Tobias Stoeckmannman/: add BCRYPT and YESCRYPT information
next