]> git.ipfire.org Git - thirdparty/shadow.git/shortlog
thirdparty/shadow.git
9 hours ago  Alejandro Colomarlib/string/README: Document stprintf(,0,) master
9 hours ago  Alejandro Colomarlib/salt.c: Use stprintf() instead of snprintf(3)
9 hours ago  Alejandro Colomarlib/string/strcpy/: stpecpy(): Use strtcpy() instead...
9 hours ago  Alejandro Colomarlib/string/: seprintf(), stpecpy(): Add missing const
9 hours ago  Alejandro Colomarlib/, po/, src/: Rename stpeprintf() => seprintf()
9 hours ago  Alejandro Colomarlib/, src/, tests/: Rename snprintf_() => stprintf()
9 hours ago  Alejandro Colomarlib/string/: Compact documentation
9 hours ago  Alejandro Colomarlib/string/: Redesign stpecpy() and stpeprintf()
9 hours ago  Alejandro Colomarlib/string/: vsnprintf_(), strtcpy(): abort() if size==0
9 hours ago  Alejandro Colomarlib/string/sprintf/: snprintf_(): Use ssize_t instead...
9 hours ago  Alejandro Colomarlib/string/: vsnprintf_(), strtcpy(): Set errno = E2BIG...
2 days ago  Iker Pedrosaman/login.defs.5.xml: clarify documentation for multi...
3 days ago  aborah-sudoTests: Unlock user password
3 days ago  aborah-sudoTests: Change user password
3 days ago  aborah-sudoTests: Rename user who is member of a group
3 days ago  aborah-sudoTests: Add passlib to requirements.txt for proper crypt...
10 days ago  aborah-sudoTests: Add a new user with home directory creation
10 days ago  aborah-sudotests: implement login.defs configuration utility
11 days ago  Dmitry SakhonchikAdd --disable-syslog configure option
12 days ago  Stanislav BrabecAdd LOGIN_SHELL_FALLBACK to FOREIGNDEFS
12 days ago  NorwayFunpo: Update Georgian translation
2026-04-28  Hadi Chokruseradd: fix btrfs subvolume creation for single-compon...
2026-04-28  Iker Pedrosatests: update newgrp tests to expect GID 1002
2026-04-28  Iker Pedrosatests: update vipw tests to expect ID 1001
2026-04-28  Iker Pedrosatests: update usermod tests to expect ID 1001
2026-04-28  Iker Pedrosatests: update groupadd tests to expect GID 1001
2026-04-28  Iker Pedrosatests: update useradd tests to expect ID 1001
2026-04-28  Iker Pedrosatests: add CI user creation to simulate cloud VM enviro...
2026-04-28  Iker Pedrosatests/system/framework/hosts/shadow.py: fix restore...
2026-04-23  Hadi Chokrman/useradd.8.xml: Remove trailing spaces from useradd...
2026-04-23  Hadi Chokruseradd(8): fallback to regular dir for BTRFS home...
2026-04-23  Alejandro Colomarlib/, src/: Move btrfs.c prototypes to lib/btrfs.h
2026-04-23  Alejandro Colomarlib/, src/: Move statfs(2) call out of is_btrfs()
2026-04-23  Alejandro Colomarlib/btrfs.c: btrfs_is_subvolume(): Simplify error check
2026-04-12  Thomas Schustergroupadd: fix system account help text 1609/head
2026-04-10  aborah-sudoTests: Add a new user with supplementary groups using... 1586/head
2026-04-10  aborah-sudoTests: Verify user creation fails when UID exceeds...
2026-04-10  aborah-sudoTests: Add a new user with custom primary group and...
2026-04-10  aborah-sudoTests: Verify user creation succeeds with large valid...
2026-04-10  Pat Rieheckysubid: setup deterministic_wrap mode
2026-04-10  Pat Rieheckysubid: Define settings for deterministic wrap subid...
2026-04-10  Pat Rieheckysubid: Add deterministic subid ranges
2026-04-10  Pat Rieheckysubid: Define settings for deterministic subid ranges
2026-04-10  Pat Rieheckysubid: Move linear allocation into its own function
2026-04-10  Alejandro Colomarlib/: find_new_sub_[ug]ids(): Remove redundant checks
2026-04-10  Alejandro Colomarlib/subordinateio.c: find_free_range(): Validate input...
2026-04-10  Alejandro Colomarlib/: find_free_range(): Set errno on error
2026-04-10  Alejandro Colomarlib/subordinateio.c: find_free_range(): Use id_t instea...
2026-04-10  Alejandro Colomarautogen.sh: CFLAGS: Add -Werror=overflow
2026-04-10  Alejandro Colomarautogen.sh: CFLAGS: Remove -Werror=sign-compare
2026-04-10  Alejandro Colomarlib/, src/: find_new_sub_[ug]ids(): Report errors throu...
2026-04-10  Alejandro Colomarlib/: find_new_sub_*ids(): Remove dead assertions
2026-04-07  Tobias Stoeckmannlogin: Delete creds if pam_open_session fails
2026-04-07  Tobias Stoeckmannlogin: Call pam_close_session only with session
2026-04-07  Tobias Stoeckmannlogin: Call pam_open_session after pam_setcred
2026-04-01  Alejandro Colomarman/passwd.5.xml: CAVEATS: Add section
2026-04-01  Alejandro ColomarRevert "strchriscntrl: reject C1 control bytes (0x80...
2026-03-31  aborah-sudoTests: Add a new user with a specified large UID
2026-03-31  aborah-sudoTests: Add a new user with an invalid UID
2026-03-31  Iker Pedrosaman/po: fix pot file syntax errors after `groupmems...
2026-03-31  Iker Pedrosa*/: groupmems(8): Remove program
2026-03-30  Pat Rieheckytest/libsubid: update 01_list_ranges
2026-03-30  Pat Rieheckysubid: Remove get_owner_id
2026-03-30  Pat Rieheckysubid: start using SUB_UID_STORE_BY_UID/GID
2026-03-30  Pat Rieheckysubid: Define SUB_UID_STORE_BY_UID and SUB_GID_STORE_BY_UID
2026-03-30  Pat Rieheckysubid: use is_same_user() for owner resolution in find_...
2026-03-30  Pat Rieheckysubid: use is_same_user() for owner resolution in range...
2026-03-30  Pat Rieheckysubid: Add is_same_user for unified ID lookups
2026-03-30  Alejandro Colomarlib/shadow/passwd/: getpw_uid_or_nam(): Add function
2026-03-25  aborah-sudoTests: Add a new user with a specified existing numeric...
2026-03-25  Iker Pedrosatests/system/tests/test_vipw.py: implement basic tests
2026-03-25  Iker Pedrosashare/ansible/: create the /etc/gshadow in OpenSUSE
2026-03-25  Iker Pedrosashare/ansible/roles/ci_run/tasks/: add `vim` dependency
2026-03-25  Iker Pedrosatests/system/framework/roles/shadow.py: implement bindi...
2026-03-25  Iker Pedrosatests/system/tests/test_chgpasswd.py: change multiple...
2026-03-25  Iker Pedrosatests/system/tests/test_chgpasswd.py: change multiple...
2026-03-25  Iker Pedrosatests/system/framework/roles/shadow.py: implement bindi...
2026-03-25  Iker Pedrosatests/system/tests/test_gpasswd.py: add user to group...
2026-03-25  Iker Pedrosatests/system/tests/test_gpasswd.py: add user as group...
2026-03-25  Iker Pedrosatests/system/conftest.py: import markers plugin
2026-03-25  Iker Pedrosatests/system/tests/test_gpasswd.py: add user to group...
2026-03-25  Iker Pedrosatests/system/framework/roles/shadow.py: implement bindi...
2026-03-25  Iker Pedrosatests/system/tests/test_chpasswd.py: change multiple...
2026-03-25  Iker Pedrosatests/system/tests/test_chpasswd.py: change multiple...
2026-03-25  Iker Pedrosatests/system/framework/roles/shadow.py: implement bindi...
2026-03-25  Iker Pedrosashare/ansible/: create the chpasswd PAM service file
2026-03-25  Iker Pedrosatests/system/tests/test_passwd.py: lock user password
2026-03-25  Iker Pedrosatests/system/tests/test_passwd.py: change user password...
2026-03-25  Iker Pedrosatests/system/tests/test_passwd.py: change user password...
2026-03-25  Iker Pedrosatests/system/framework/misc/__init__.py: password pattern
2026-03-25  Iker Pedrosatests/system/framework/roles/shadow.py: implement bindi...
2026-03-25  Iker Pedrosashare/ansible/roles/ci_run/tasks/fedora.yml: add dependency
2026-03-25  Iker Pedrosatests/system/etc/login.defs: define ENCRYPT_METHOD
2026-03-24  aborah-sudoTests: Add a new user with a specified non-existing...
2026-03-22  a1batrosslib/attr.h: exclude MCST LCC compiler from ATTR_MALLOC
2026-03-20  Alejandro Colomarlib/string/README: [v]aprintf(3) are in libc
2026-03-20  aborah-sudoTests: Add a new user with a valid existing group as...
2026-03-16  Pat Rieheckyusermod: make fail_exit the reverse of the locking...
2026-03-16  Pat Rieheckyusermod: close_files should unlock in reverse of open_files
2026-03-16  Pat Rieheckyusermod: only unlock on close_files if we actually...
next