]> git.ipfire.org Git - thirdparty/shadow.git/shortlog
thirdparty/shadow.git
2024-11-08  frostb1tesrc/gpasswd.c: is_valid_user_list(): Fix invalid free(3)
2024-11-04  Miroslav Cimermanman/shadow,man/gshadow: Fix grammar
2024-11-02  Alejandro Colomarlib/fs/readlink/areadlink.h: areadlink(): Use PATH_MAX...
2024-11-02  Alejandro Colomarlib/fs/readlink/areadlink.h: Cosmetic changes
2024-11-02  Alejandro Colomarlib/fs/readlink/, lib/: areadlink(): Move and rename...
2024-11-02  Alejandro Colomarlib/: Use READLINKNUL() instead of its pattern
2024-11-02  Alejandro Colomarlib/: Use readlinknul() instead of its pattern
2024-11-02  Alejandro Colomarlib/fs/readlink/readlinknul.h: READLINKNUL(): Add macro
2024-11-02  Alejandro Colomarlib/fs/readlink/: readlinknul(): Add function
2024-10-31  Iker PedrosaCI: fix fedora build problems
2024-10-31  Serge HallynCI: fix handling of sources.list
2024-10-31  Alejandro Colomarlib/loginprompt.c: login_prompt(): Use strtcpy() instea...
2024-10-31  Alejandro Colomarlib/getdef.c: Remove dead code
2024-10-31  Alejandro Colomarlib/fields.c: Remove dead code
2024-10-30  sgakerrusrc/useradd.c: get_groups(): Fix memory leak
2024-10-22  Marcin NowakowskiFix coverity unbound buffer issues
2024-10-22  Alejandro Colomarlib/alloc/realloc*.h: Always reallocate at least 1...
2024-10-22  Alejandro Colomarlib/alloc/realloc*.h: Rename macro parameter
2024-10-17  Alejandro Colomardoc/contributions/introduction.md: Fix typo in link
2024-10-15  Iker PedrosaCI: install `libltdl-dev`
2024-10-15  Iker PedrosaCI: run command as non-root user
2024-10-15  Iker PedrosaCI: run `Install dependencies` workflow
2024-10-15  Iker PedrosaCI: update Ubuntu repositories configuration
2024-10-14  Alejandro Colomarsrc/suauth.c: check_su_auth(): Use pointers to simplify
2024-10-14  Alejandro Colomarsrc/suauth.c: check_su_auth(): Use strspn(3) instead...
2024-10-14  Alejandro Colomarlib/gshadow.c: endsgent(): Remove dead assignment
2024-10-14  Alejandro Colomarlib/port.c: portcmp(): Use strcmp(3) instead of its...
2024-10-14  Alejandro Colomarlib/, src/: Use stpspn() instead of its pattern
2024-10-05  Iker Pedrosauseradd: fix comparison sign for write_full() return
2024-10-05  kugarockssrc/useradd.c: Add the missing equals sign
2024-10-03  Alejandro Colomarsrc/check_subid_range.c: Remove dead code
2024-10-02  Tobias Stoeckmannman/subgid,man/subuid: Fix program list
2024-10-02  Tobias Stoeckmannman/passwd: Fix typo
2024-10-01  Alejandro Colomarsrc/useradd.c: Add fmkomstemp() to fix mode of </etc...
2024-09-29  Tobias Stoeckmannlib: Eliminate dead code
2024-09-18  Tobias Stoeckmannlib/run_part: Adjust style
2024-09-18  Tobias Stoeckmannlib/run_part: Unify error messages
2024-09-18  Tobias Stoeckmannlib: Fix typo
2024-09-18  Tobias Stoeckmannlib/run_part: Reduce visibility
2024-09-18  Tobias Stoeckmannlib/run_part: Unify logging
2024-09-18  Tobias Stoeckmannlib/run_part: Use correct data types
2024-09-13  Tobias StoeckmannFix typos
2024-09-13  Iker Pedrosauseradd: fix write_full() return value
2024-09-12  Pino Toscanolib/user_busy.c: Include <utmpx.h>
2024-09-01  Alejandro Colomarsrc/: Recommend --badname only if it is useful
2024-09-01  Alejandro Colomarsrc/: Invert logic to improve readability
2024-09-01  Alejandro Colomarlib/chkname.c: is_valid_{user,group}_name(): Set errno...
2024-09-01  Alejandro Colomarman/userdel.8.xml: Reword '-f'
2024-08-31  Alejandro Colomarlib/: Chain free(strzero(s))
2024-08-31  Alejandro Colomarlib/string/memset/: memzero(), strzero(): Return the...
2024-08-31  Alejandro Colomarlib/: Move memzero.[ch] under lib/string/memset/
2024-08-23  Alejandro Colomarpo/es.po: wsfix
2024-08-23  Alejandro Colomarlib/string/strftime.h: STRFTIME(): Tighten macro definition
2024-08-23  Alejandro Colomarsrc/chage.c: print_day_as_date(): Handle errors from...
2024-08-23  Alejandro Colomarsrc/chage.c: print_day_as_date(): Simplify error handling
2024-08-23  Alejandro Colomarlib/, src/: Use %F instead of %Y-%m-%d with strftime(3)
2024-08-12  Chris HofstaedtlerRemove references to cppw, cpgr
2024-08-11  Carles Pina... Update Catalan translation
2024-08-01  Alejandro Colomarlib/, src/: Use local time for human-readable dates
2024-07-18  Eisuke Kawashimadoc(login.defs): fix type of TTYPERM
2024-07-18  Iker Pedrosashare/containers: remove unused dockerfiles
2024-07-18  Iker PedrosaCI: use Ansible build in Github Action
2024-07-18  Iker Pedrosadoc: update documentation to use Ansible build
2024-07-18  Iker Pedrosashare/container-build.sh: update to use Ansible build
2024-07-18  Iker Pedrosashare/ansible: implement distribution selection
2024-07-18  Iker Pedrosashare/ansible: convert alpine dockerfile to ansible
2024-07-18  Iker Pedrosashare/ansible: convert debian dockerfile to ansible
2024-07-18  Iker Pedrosashare/ansible: move fedora ci_run to its own file
2024-07-18  Iker Pedrosashare/.gitignore: add build-out folder
2024-07-18  Iker Pedrosashare/ansible: create roles
2024-07-18  Iker Pedrosashare/ansible: convert fedora dockerfile to ansible
2024-07-18  Chris HofstaedtlerMakefile.am: avoid warning: EXTRA_DIST multiply defined
2024-07-18  Chris Hofstaedtlertests/libsubid/04_nss: fix setting basedir
2024-07-17  Sebastian Grossman: groupmod: remove misleading -N option
2024-07-17  Sebastian Grossman: group(add|mod): clarify list format
2024-07-17  Sebastian Grossman: groupmod: fix misleading param
2024-07-15  Alejandro Colomarlib/chkname.c: An object cannot expand further than...
2024-07-12  Alejandro Colomarlib/atoi/strtoi/, tests/: strto[iu]_(): 1 is an invalid...
2024-07-12  Alejandro Colomarlib/atoi/, *: Split files
2024-07-12  Alejandro Colomarsrc/usermod.c: Use id_t for parsing uid_t and gid_t
2024-07-12  Alejandro Colomarsrc/usermod.c: Rename identifiers ralated to [ug]id's
2024-07-12  Alejandro Colomarlib/idmapping.c: get_map_ranges(): Don't exit() from...
2024-07-12  Alejandro Colomarlib/idmapping.c: get_map_ranges(): Simplify iterator...
2024-07-12  Alejandro Colomarlib/idmapping.c: get_map_ranges(): Remove dead code
2024-07-12  Alejandro Colomarlib/idmapping.c: get_map_ranges(): Move range check...
2024-07-12  Alejandro Colomarlib/idmapping.c: get_map_ranges(): Move range check...
2024-07-12  Alejandro Colomarlib/idmapping.c: get_map_ranges(): Move range check...
2024-07-12  Alejandro Colomarlib/idmapping.c: get_map_ranges(): Rename local variable
2024-07-12  Alejandro Colomarlib/limits.c: check_logins(): Report LOGIN_ERROR_LOGIN...
2024-07-09  Alejandro Colomarsrc/login_nopam.c: login_access(): Use stpsep() to...
2024-07-09  Alejandro Colomarsrc/useradd.c: Use stpsep() to simplify
2024-07-09  Alejandro Colomarlib/nss.c: nss_init(): Use stpsep() instead of strtok_r(3)
2024-07-09  Alejandro Colomarsrc/suauth.c: check_su_auth(): Use stpsep() to simplify
2024-07-09  Alejandro Colomarlib/string/strchr/stpcspn.[ch]: stpcspn(): Remove unuse...
2024-07-09  Alejandro Colomarlib/attr.h: ATTR_STRING(): It only accepts one argument
2024-07-09  Alejandro Colomarlib/, src/: Use stpsep() instead of its pattern
2024-07-09  Alejandro Colomarlib/string/strtok/stpsep.[ch]: stpsep(): Add function
2024-07-07  Chris Hofstaedtlerlib/find_new_[gu]id.c: include stdint.h for UINT16_MAX...
2024-07-06  Alejandro Colomarlib/port.c: getportent(): Use strsep(3) instead of...
2024-07-06  Alejandro Colomarlib/port.c: getportent(): Align variables
next