| 23 hours ago |
Iker Pedrosa | passwd: add UPN validation support master |
commit | commitdiff | tree | snapshot |
| 23 hours ago |
Iker Pedrosa | tests: add unit tests for UPN validation |
commit | commitdiff | tree | snapshot |
| 23 hours ago |
Iker Pedrosa | lib/chkname.*: Add UPN validation support |
commit | commitdiff | tree | snapshot |
| 28 hours ago |
Alejandro Colomar | doc/contributions/: Add guidelines severely restricting... |
commit | commitdiff | tree | snapshot |
| 28 hours ago |
Alejandro Colomar | src/login_nopam.c: from_match(): Use strrspn_() instead... |
commit | commitdiff | tree | snapshot |
| 28 hours ago |
Alejandro Colomar | lib/string/strspn/: strr[c]spn(): Return the length... |
commit | commitdiff | tree | snapshot |
| 41 hours ago |
Serge Hallyn | Update translations after pre-release 4.20.0-rc1 |
commit | commitdiff | tree | snapshot |
| 41 hours ago |
Serge Hallyn | (pre-)Release 4.20.0-rc1 |
commit | commitdiff | tree | snapshot |
| 41 hours ago |
Serge Hallyn | Update translations |
commit | commitdiff | tree | snapshot |
| 41 hours ago |
Serge Hallyn | man/po: keep tmpdir out of po files |
commit | commitdiff | tree | snapshot |
| 2 days ago |
Remus-Gabriel... | Updated po/ro.po file based upon .pot file from 2025... |
commit | commitdiff | tree | snapshot |
| 2 days ago |
Serge Hallyn | Make man/po update-po more robust |
commit | commitdiff | tree | snapshot |
| 8 days ago |
Alejandro Colomar | lib/nss.c: Move '\n' check earlier |
commit | commitdiff | tree | snapshot |
| 8 days ago |
Alejandro Colomar | lib/nss.c: Fix error handling |
commit | commitdiff | tree | snapshot |
| 8 days ago |
Alejandro Colomar | lib/nss.c: Fix incorrect handling of white space |
commit | commitdiff | tree | snapshot |
| 8 days ago |
Alejandro Colomar | lib/: Merge "lib/string/ctype/*" files even further |
commit | commitdiff | tree | snapshot |
| 8 days ago |
Alejandro Colomar | lib/string/ctype/strisascii.*: Don't special-case "" |
commit | commitdiff | tree | snapshot |
| 8 days ago |
Alejandro Colomar | lib/fields.c: valid_field(): Check empty string before... |
commit | commitdiff | tree | snapshot |
| 8 days ago |
Alejandro Colomar | lib/string/ctype/strchrisascii.h: Use strpbrk(3) to... |
commit | commitdiff | tree | snapshot |
| 8 days ago |
Alejandro Colomar | lib/: stris*(): Rename C-locale APIs with a _c suffix |
commit | commitdiff | tree | snapshot |
| 8 days ago |
Alejandro Colomar | lib/string/ctype/strisascii.h: Compact definitions |
commit | commitdiff | tree | snapshot |
| 8 days ago |
Alejandro Colomar | lib/string/ctype/strisascii.h: strisprint(): Simplify... |
commit | commitdiff | tree | snapshot |
| 8 days ago |
Alejandro Colomar | lib/: Merge directories "lib/string/ctype/*" into unifi... |
commit | commitdiff | tree | snapshot |
| 8 days ago |
Alejandro Colomar | lib/, src/: Use isascii_c() functions instead of isascii(3) |
commit | commitdiff | tree | snapshot |
| 8 days ago |
Alejandro Colomar | lib/string/ctype/isascii.[ch]: is*_c(): Add APIs |
commit | commitdiff | tree | snapshot |
| 10 days ago |
Artem Semenov | fix: memory leak: free path/rel in shadowtcb_remove() |
commit | commitdiff | tree | snapshot |
| 10 days ago |
Alejandro Colomar | lib/, src/, tests/: Use LOGIN_NAME_MAX instead of sysco... |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
aborah-sudo | Tests: Add two users with same UID using -o flag |
commit | commitdiff | tree | snapshot |
| 2026-05-25 |
Serge Hallyn | Merge branch '2026-05-23/alx-sec' into testmaster2 |
commit | commitdiff | tree | snapshot |
| 2026-05-25 |
Serge Hallyn | SECURITY.md: Retire Christian Brauner |
commit | commitdiff | tree | snapshot |
| 2026-05-25 |
Serge Hallyn | Add alx to SECURITY.md |
commit | commitdiff | tree | snapshot |
| 2026-05-19 |
Tobias Deiminger | lib: apply linux specific pid_t format consistently |
commit | commitdiff | tree | snapshot |
| 2026-05-19 |
Tobias Deiminger | autogen.sh: turn format issues into compiler errors |
commit | commitdiff | tree | snapshot |
| 2026-05-19 |
Tobias Deiminger | lib: simplify check_status and different_namespace... |
commit | commitdiff | tree | snapshot |
| 2026-05-19 |
Tobias Deiminger | userdel: fix user busy detection for threads |
commit | commitdiff | tree | snapshot |
| 2026-05-15 |
Alejandro Colomar | lib/string/README: Document stprintf(,0,) |
commit | commitdiff | tree | snapshot |
| 2026-05-15 |
Alejandro Colomar | lib/salt.c: Use stprintf() instead of snprintf(3) |
commit | commitdiff | tree | snapshot |
| 2026-05-15 |
Alejandro Colomar | lib/string/strcpy/: stpecpy(): Use strtcpy() instead... |
commit | commitdiff | tree | snapshot |
| 2026-05-15 |
Alejandro Colomar | lib/string/: seprintf(), stpecpy(): Add missing const |
commit | commitdiff | tree | snapshot |
| 2026-05-15 |
Alejandro Colomar | lib/, po/, src/: Rename stpeprintf() => seprintf() |
commit | commitdiff | tree | snapshot |
| 2026-05-15 |
Alejandro Colomar | lib/, src/, tests/: Rename snprintf_() => stprintf() |
commit | commitdiff | tree | snapshot |
| 2026-05-15 |
Alejandro Colomar | lib/string/: Compact documentation |
commit | commitdiff | tree | snapshot |
| 2026-05-15 |
Alejandro Colomar | lib/string/: Redesign stpecpy() and stpeprintf() |
commit | commitdiff | tree | snapshot |
| 2026-05-15 |
Alejandro Colomar | lib/string/: vsnprintf_(), strtcpy(): abort() if size==0 |
commit | commitdiff | tree | snapshot |
| 2026-05-15 |
Alejandro Colomar | lib/string/sprintf/: snprintf_(): Use ssize_t instead... |
commit | commitdiff | tree | snapshot |
| 2026-05-15 |
Alejandro Colomar | lib/string/: vsnprintf_(), strtcpy(): Set errno = E2BIG... |
commit | commitdiff | tree | snapshot |
| 2026-05-13 |
Iker Pedrosa | man/login.defs.5.xml: clarify documentation for multi... |
commit | commitdiff | tree | snapshot |
| 2026-05-12 |
aborah-sudo | Tests: Unlock user password |
commit | commitdiff | tree | snapshot |
| 2026-05-12 |
aborah-sudo | Tests: Change user password |
commit | commitdiff | tree | snapshot |
| 2026-05-12 |
aborah-sudo | Tests: Rename user who is member of a group |
commit | commitdiff | tree | snapshot |
| 2026-05-12 |
aborah-sudo | Tests: Add passlib to requirements.txt for proper crypt... |
commit | commitdiff | tree | snapshot |
| 2026-05-05 |
aborah-sudo | Tests: Add a new user with home directory creation |
commit | commitdiff | tree | snapshot |
| 2026-05-05 |
aborah-sudo | tests: implement login.defs configuration utility |
commit | commitdiff | tree | snapshot |
| 2026-05-03 |
Dmitry Sakhonchik | Add --disable-syslog configure option |
commit | commitdiff | tree | snapshot |
| 2026-05-03 |
Stanislav Brabec | Add LOGIN_SHELL_FALLBACK to FOREIGNDEFS |
commit | commitdiff | tree | snapshot |
| 2026-05-03 |
NorwayFun | po: Update Georgian translation |
commit | commitdiff | tree | snapshot |
| 2026-04-28 |
Hadi Chokr | useradd: fix btrfs subvolume creation for single-compon... |
commit | commitdiff | tree | snapshot |
| 2026-04-28 |
Iker Pedrosa | tests: update newgrp tests to expect GID 1002 |
commit | commitdiff | tree | snapshot |
| 2026-04-28 |
Iker Pedrosa | tests: update vipw tests to expect ID 1001 |
commit | commitdiff | tree | snapshot |
| 2026-04-28 |
Iker Pedrosa | tests: update usermod tests to expect ID 1001 |
commit | commitdiff | tree | snapshot |
| 2026-04-28 |
Iker Pedrosa | tests: update groupadd tests to expect GID 1001 |
commit | commitdiff | tree | snapshot |
| 2026-04-28 |
Iker Pedrosa | tests: update useradd tests to expect ID 1001 |
commit | commitdiff | tree | snapshot |
| 2026-04-28 |
Iker Pedrosa | tests: add CI user creation to simulate cloud VM enviro... |
commit | commitdiff | tree | snapshot |
| 2026-04-28 |
Iker Pedrosa | tests/system/framework/hosts/shadow.py: fix restore... |
commit | commitdiff | tree | snapshot |
| 2026-04-23 |
Hadi Chokr | man/useradd.8.xml: Remove trailing spaces from useradd... |
commit | commitdiff | tree | snapshot |
| 2026-04-23 |
Hadi Chokr | useradd(8): fallback to regular dir for BTRFS home... |
commit | commitdiff | tree | snapshot |
| 2026-04-23 |
Alejandro Colomar | lib/, src/: Move btrfs.c prototypes to lib/btrfs.h |
commit | commitdiff | tree | snapshot |
| 2026-04-23 |
Alejandro Colomar | lib/, src/: Move statfs(2) call out of is_btrfs() |
commit | commitdiff | tree | snapshot |
| 2026-04-23 |
Alejandro Colomar | lib/btrfs.c: btrfs_is_subvolume(): Simplify error check |
commit | commitdiff | tree | snapshot |
| 2026-04-12 |
Thomas Schuster | groupadd: fix system account help text 1609/head |
commit | commitdiff | tree | snapshot |
| 2026-04-10 |
aborah-sudo | Tests: Add a new user with supplementary groups using... 1586/head |
commit | commitdiff | tree | snapshot |
| 2026-04-10 |
aborah-sudo | Tests: Verify user creation fails when UID exceeds... |
commit | commitdiff | tree | snapshot |
| 2026-04-10 |
aborah-sudo | Tests: Add a new user with custom primary group and... |
commit | commitdiff | tree | snapshot |
| 2026-04-10 |
aborah-sudo | Tests: Verify user creation succeeds with large valid... |
commit | commitdiff | tree | snapshot |
| 2026-04-10 |
Pat Riehecky | subid: setup deterministic_wrap mode |
commit | commitdiff | tree | snapshot |
| 2026-04-10 |
Pat Riehecky | subid: Define settings for deterministic wrap subid... |
commit | commitdiff | tree | snapshot |
| 2026-04-10 |
Pat Riehecky | subid: Add deterministic subid ranges |
commit | commitdiff | tree | snapshot |
| 2026-04-10 |
Pat Riehecky | subid: Define settings for deterministic subid ranges |
commit | commitdiff | tree | snapshot |
| 2026-04-10 |
Pat Riehecky | subid: Move linear allocation into its own function |
commit | commitdiff | tree | snapshot |
| 2026-04-10 |
Alejandro Colomar | lib/: find_new_sub_[ug]ids(): Remove redundant checks |
commit | commitdiff | tree | snapshot |
| 2026-04-10 |
Alejandro Colomar | lib/subordinateio.c: find_free_range(): Validate input... |
commit | commitdiff | tree | snapshot |
| 2026-04-10 |
Alejandro Colomar | lib/: find_free_range(): Set errno on error |
commit | commitdiff | tree | snapshot |
| 2026-04-10 |
Alejandro Colomar | lib/subordinateio.c: find_free_range(): Use id_t instea... |
commit | commitdiff | tree | snapshot |
| 2026-04-10 |
Alejandro Colomar | autogen.sh: CFLAGS: Add -Werror=overflow |
commit | commitdiff | tree | snapshot |
| 2026-04-10 |
Alejandro Colomar | autogen.sh: CFLAGS: Remove -Werror=sign-compare |
commit | commitdiff | tree | snapshot |
| 2026-04-10 |
Alejandro Colomar | lib/, src/: find_new_sub_[ug]ids(): Report errors throu... |
commit | commitdiff | tree | snapshot |
| 2026-04-10 |
Alejandro Colomar | lib/: find_new_sub_*ids(): Remove dead assertions |
commit | commitdiff | tree | snapshot |
| 2026-04-07 |
Tobias Stoeckmann | login: Delete creds if pam_open_session fails |
commit | commitdiff | tree | snapshot |
| 2026-04-07 |
Tobias Stoeckmann | login: Call pam_close_session only with session |
commit | commitdiff | tree | snapshot |
| 2026-04-07 |
Tobias Stoeckmann | login: Call pam_open_session after pam_setcred |
commit | commitdiff | tree | snapshot |
| 2026-04-01 |
Alejandro Colomar | man/passwd.5.xml: CAVEATS: Add section |
commit | commitdiff | tree | snapshot |
| 2026-04-01 |
Alejandro Colomar | Revert "strchriscntrl: reject C1 control bytes (0x80... |
commit | commitdiff | tree | snapshot |
| 2026-03-31 |
aborah-sudo | Tests: Add a new user with a specified large UID |
commit | commitdiff | tree | snapshot |
| 2026-03-31 |
aborah-sudo | Tests: Add a new user with an invalid UID |
commit | commitdiff | tree | snapshot |
| 2026-03-31 |
Iker Pedrosa | man/po: fix pot file syntax errors after `groupmems... |
commit | commitdiff | tree | snapshot |
| 2026-03-31 |
Iker Pedrosa | */: groupmems(8): Remove program |
commit | commitdiff | tree | snapshot |
| 2026-03-30 |
Pat Riehecky | test/libsubid: update 01_list_ranges |
commit | commitdiff | tree | snapshot |
| 2026-03-30 |
Pat Riehecky | subid: Remove get_owner_id |
commit | commitdiff | tree | snapshot |
| 2026-03-30 |
Pat Riehecky | subid: start using SUB_UID_STORE_BY_UID/GID |
commit | commitdiff | tree | snapshot |
| 2026-03-30 |
Pat Riehecky | subid: Define SUB_UID_STORE_BY_UID and SUB_GID_STORE_BY_UID |
commit | commitdiff | tree | snapshot |
| next |