]> git.ipfire.org Git - thirdparty/shadow.git/shortlog
thirdparty/shadow.git
2024-07-14  Chris Hofstaedtlerlib/find_new_[gu]id.c: include stdint.h for UINT16_MAX... 4.15.x
2024-07-14  Alejandro Colomarlib/port.c: getportent(): Make sure the aren't too...
2024-07-14  Alejandro Colomarlib/port.c: getportent(): Make sure there are at least...
2024-07-14  Alejandro Colomarlib/port.c: getportent(): Remove obvious comments
2024-07-14  Alejandro Colomarlib/port.c: getportent(): Rename goto label
2024-07-14  Alejandro Colomarlib/port.c: getttyuser(): Use goto to break out of...
2024-07-14  Alejandro Colomarlib/port.c: getttyuser(): Remove dead code
2024-06-28  Alejandro Colomarconfigure.ac: Release 4.15.3 4.15.3
2024-06-28  Serge Hallyntests/run_some: make sure unshared root user can descen...
2024-06-28  Alejandro ColomarMakefile.am: Use 'dist-hook' to clean up <tests/unit...
2024-06-28  Serge Hallynhave_range: open the subid db if needed
2024-06-28  Serge Hallynlibsubid test makefile: fix a typo
2024-06-28  Alejandro Colomartests/unit/test_xasprintf.c: Fix use of volatile pointer
2024-06-28  Alejandro Colomartests/unit/test_xasprintf.c: Cosmetic
2024-06-26  Serge Hallyntests/: Support run_some from exported tarball
2024-06-21  Alejandro Colomarconfigure.ac: Release 4.15.2 4.15.2
2024-06-21  Serge Hallynconfigure.ac: specify tar-pax to avoid 99 char filename...
2024-06-21  Alejandro Colomarlib/csrand.c: Fix the lower part of the domain of csran...
2024-06-12  Daniel Bershatskylibsubid: Dealocate memory on exit
2024-06-07  lixinyunsrc/groupmod.c: delete gr_free_members(&grp) to avoid...
2024-06-05  Serge Hallynman/lastlog: remove wrong use of keyword term
2024-06-04  Alejandro Colomarlib/cast.h: const_cast(): Reimplement with _Generic(3)
2024-05-29  Iker Pedrosaconfigure: move cmocka library detection
2024-05-29  Serge Hallyntests: add the tests/ subdirectory to dist tarball
2024-05-27  Alejandro Colomarlib/atoi/strtou_noneg.[ch], tests/: strtoul_noneg(...
2024-05-27  Alejandro Colomarsrc/check_subid_range.c: Call str2ul() instead of strto...
2024-05-27  Alejandro Colomarlib/atoi/strtou_noneg.[ch], tests/: strtoull_noneg...
2024-05-27  Alejandro Colomarlib/gettime.c: gettime(): Call a2i() instead of strtoul...
2024-05-22  Tianyu ChenSTABLE.md: 4.15.x is now stable
2024-05-21  Alejandro Colomarsrc/login.c: main(): Use login_name_max_size()
2024-05-21  Alejandro Colomarlib/chkname.[ch]: login_name_max_size(): Add function
2024-05-21  Alejandro Colomarlib/chkname.[ch]: Fix includes
2024-05-20  Alejandro Colomarsrc/usermod.c: update_gshadow(): Add helper function
2024-05-20  Alejandro Colomarsrc/usermod.c: update_group(): Add helper function
2024-05-20  Alejandro Colomarsrc/usermod.c: update_gshadow_file(): Reduce scope...
2024-05-20  Alejandro Colomarsrc/usermod.c: update_group_file(): Reduce scope of...
2024-05-20  Alejandro Colomarsrc/usermod.c: update_gshadow_file(): Fix RESOURCE_LEAK...
2024-05-20  Alejandro Colomarsrc/usermod.c: update_group_file(): Fix RESOURCE_LEAK...
2024-05-20  Alejandro Colomarsrc/usermod.c: Rename update_gshadow() => update_gshado...
2024-05-20  Alejandro Colomarsrc/usermod.c: Rename update_group() => update_group_file()
2024-05-20  Alejandro Colomarsrc/usermod.c: Reduce scope of local variables
2024-05-17  Alejandro Colomarsrc/useradd.c: set_defaults(): Fix FILE* leak
2024-05-17  Alejandro Colomarsrc/useradd.c: Add fmkstemp() to fix file-descriptor...
2024-05-17  Alejandro Colomarsrc/useradd.c: De-duplicate code
2024-05-17  Alejandro Colomarsrc/useradd.c: set_defaults(): Do not free(3) the resul...
2024-05-17  Alejandro Colomarsrc/useradd.c: set_defaults(): Rename goto label
2024-05-17  Alejandro Colomarsrc/useradd.c: set_defaults(): Fix order of clean-ups
2024-05-17  Iker Pedrosaport: fix OVERRUN (CWE-119)
2024-05-17  Alejandro Colomarlib/getrange.c: getrange(): Report an error when min>max
2024-05-17  Alejandro Colomarlib/getrange.c: getrange(): Add missing cast
2024-05-17  Alejandro Colomarlib/getrange.c: getrange(): Add const to pointer
2024-05-17  Alejandro Colomarlib/getrange.c: getrange(): Use a2ul() instead of strto...
2024-05-17  Alejandro Colomarlib/atoi/a2i.[ch]: Add const-generic macros
2024-05-15  Alejandro Colomarlib/alloc.h: Reimplement [X]REALLOC[F]() macros with...
2024-05-09  Frans Spiesschaertupdated Dutch translation
2024-05-09  Iker Pedrosaman: update translations for username length
2024-05-09  Iker Pedrosaman: update username length
2024-05-04  Alejandro Colomarlib/, src/: Rename some local variables
2024-05-04  Alejandro Colomarlib/getrange.c: getrange(): Use goto to deduplicate...
2024-05-04  Alejandro Colomarlib/getrange.c: getrange(): Return early
2024-05-04  Alejandro Colomarlib/getrange.c: getrange(): Return early to reduce...
2024-05-04  Alejandro Colomarlib/getrange.c: getrange(): Don't else after return
2024-05-04  Alejandro Colomarlib/getrange.c: getrange(): Return early to remove...
2024-05-04  Alejandro Colomarlib/getrange.c: getrange(): Remove temporary variable
2024-05-04  Alejandro Colomarlib/getrange.c: getrange(): Small refactor
2024-05-04  Alejandro Colomarlib/getrange.c: getrange(): Small refactor
2024-05-02  Iker Pedrosashare/containers: update build flags for fedora 40
2024-05-02  Iker Pedrosashare/containers: sort configuration options
2024-05-02  Iker Pedrosashare/containers: fix indentation in fedora
2024-04-10  Serge Hallynnewuidmap and newgidmap manpages: fix fd description
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.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...
next