2024-06-28 |
Alejandro Colomar | configure.ac: Release 4.15.3 4.15.3 |
commit | commitdiff | tree | snapshot |
2024-06-28 |
Serge Hallyn | tests/run_some: make sure unshared root user can descen... |
commit | commitdiff | tree | snapshot |
2024-06-28 |
Alejandro Colomar | Makefile.am: Use 'dist-hook' to clean up <tests/unit... |
commit | commitdiff | tree | snapshot |
2024-06-28 |
Serge Hallyn | have_range: open the subid db if needed |
commit | commitdiff | tree | snapshot |
2024-06-28 |
Serge Hallyn | libsubid test makefile: fix a typo |
commit | commitdiff | tree | snapshot |
2024-06-28 |
Alejandro Colomar | tests/unit/test_xasprintf.c: Fix use of volatile pointer |
commit | commitdiff | tree | snapshot |
2024-06-28 |
Alejandro Colomar | tests/unit/test_xasprintf.c: Cosmetic |
commit | commitdiff | tree | snapshot |
2024-06-26 |
Serge Hallyn | tests/: Support run_some from exported tarball |
commit | commitdiff | tree | snapshot |
2024-06-21 |
Alejandro Colomar | configure.ac: Release 4.15.2 4.15.2 |
commit | commitdiff | tree | snapshot |
2024-06-21 |
Serge Hallyn | configure.ac: specify tar-pax to avoid 99 char filename... |
commit | commitdiff | tree | snapshot |
2024-06-21 |
Alejandro Colomar | lib/csrand.c: Fix the lower part of the domain of csran... |
commit | commitdiff | tree | snapshot |
2024-06-12 |
Daniel Bershatsky | libsubid: Dealocate memory on exit |
commit | commitdiff | tree | snapshot |
2024-06-07 |
lixinyun | src/groupmod.c: delete gr_free_members(&grp) to avoid... |
commit | commitdiff | tree | snapshot |
2024-06-05 |
Serge Hallyn | man/lastlog: remove wrong use of keyword term |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Alejandro Colomar | lib/cast.h: const_cast(): Reimplement with _Generic(3) |
commit | commitdiff | tree | snapshot |
2024-05-29 |
Iker Pedrosa | configure: move cmocka library detection |
commit | commitdiff | tree | snapshot |
2024-05-29 |
Serge Hallyn | tests: add the tests/ subdirectory to dist tarball |
commit | commitdiff | tree | snapshot |
2024-05-27 |
Alejandro Colomar | lib/atoi/strtou_noneg.[ch], tests/: strtoul_noneg(... |
commit | commitdiff | tree | snapshot |
2024-05-27 |
Alejandro Colomar | src/check_subid_range.c: Call str2ul() instead of strto... |
commit | commitdiff | tree | snapshot |
2024-05-27 |
Alejandro Colomar | lib/atoi/strtou_noneg.[ch], tests/: strtoull_noneg... |
commit | commitdiff | tree | snapshot |
2024-05-27 |
Alejandro Colomar | lib/gettime.c: gettime(): Call a2i() instead of strtoul... |
commit | commitdiff | tree | snapshot |
2024-05-22 |
Tianyu Chen | STABLE.md: 4.15.x is now stable |
commit | commitdiff | tree | snapshot |
2024-05-21 |
Alejandro Colomar | src/login.c: main(): Use login_name_max_size() |
commit | commitdiff | tree | snapshot |
2024-05-21 |
Alejandro Colomar | lib/chkname.[ch]: login_name_max_size(): Add function |
commit | commitdiff | tree | snapshot |
2024-05-21 |
Alejandro Colomar | lib/chkname.[ch]: Fix includes |
commit | commitdiff | tree | snapshot |
2024-05-20 |
Alejandro Colomar | src/usermod.c: update_gshadow(): Add helper function |
commit | commitdiff | tree | snapshot |
2024-05-20 |
Alejandro Colomar | src/usermod.c: update_group(): Add helper function |
commit | commitdiff | tree | snapshot |
2024-05-20 |
Alejandro Colomar | src/usermod.c: update_gshadow_file(): Reduce scope... |
commit | commitdiff | tree | snapshot |
2024-05-20 |
Alejandro Colomar | src/usermod.c: update_group_file(): Reduce scope of... |
commit | commitdiff | tree | snapshot |
2024-05-20 |
Alejandro Colomar | src/usermod.c: update_gshadow_file(): Fix RESOURCE_LEAK... |
commit | commitdiff | tree | snapshot |
2024-05-20 |
Alejandro Colomar | src/usermod.c: update_group_file(): Fix RESOURCE_LEAK... |
commit | commitdiff | tree | snapshot |
2024-05-20 |
Alejandro Colomar | src/usermod.c: Rename update_gshadow() => update_gshado... |
commit | commitdiff | tree | snapshot |
2024-05-20 |
Alejandro Colomar | src/usermod.c: Rename update_group() => update_group_file() |
commit | commitdiff | tree | snapshot |
2024-05-20 |
Alejandro Colomar | src/usermod.c: Reduce scope of local variables |
commit | commitdiff | tree | snapshot |
2024-05-17 |
Alejandro Colomar | src/useradd.c: set_defaults(): Fix FILE* leak |
commit | commitdiff | tree | snapshot |
2024-05-17 |
Alejandro Colomar | src/useradd.c: Add fmkstemp() to fix file-descriptor... |
commit | commitdiff | tree | snapshot |
2024-05-17 |
Alejandro Colomar | src/useradd.c: De-duplicate code |
commit | commitdiff | tree | snapshot |
2024-05-17 |
Alejandro Colomar | src/useradd.c: set_defaults(): Do not free(3) the resul... |
commit | commitdiff | tree | snapshot |
2024-05-17 |
Alejandro Colomar | src/useradd.c: set_defaults(): Rename goto label |
commit | commitdiff | tree | snapshot |
2024-05-17 |
Alejandro Colomar | src/useradd.c: set_defaults(): Fix order of clean-ups |
commit | commitdiff | tree | snapshot |
2024-05-17 |
Iker Pedrosa | port: fix OVERRUN (CWE-119) |
commit | commitdiff | tree | snapshot |
2024-05-17 |
Alejandro Colomar | lib/getrange.c: getrange(): Report an error when min>max |
commit | commitdiff | tree | snapshot |
2024-05-17 |
Alejandro Colomar | lib/getrange.c: getrange(): Add missing cast |
commit | commitdiff | tree | snapshot |
2024-05-17 |
Alejandro Colomar | lib/getrange.c: getrange(): Add const to pointer |
commit | commitdiff | tree | snapshot |
2024-05-17 |
Alejandro Colomar | lib/getrange.c: getrange(): Use a2ul() instead of strto... |
commit | commitdiff | tree | snapshot |
2024-05-17 |
Alejandro Colomar | lib/atoi/a2i.[ch]: Add const-generic macros |
commit | commitdiff | tree | snapshot |
2024-05-15 |
Alejandro Colomar | lib/alloc.h: Reimplement [X]REALLOC[F]() macros with... |
commit | commitdiff | tree | snapshot |
2024-05-09 |
Frans Spiesschaert | updated Dutch translation |
commit | commitdiff | tree | snapshot |
2024-05-09 |
Iker Pedrosa | man: update translations for username length |
commit | commitdiff | tree | snapshot |
2024-05-09 |
Iker Pedrosa | man: update username length |
commit | commitdiff | tree | snapshot |
2024-05-04 |
Alejandro Colomar | lib/, src/: Rename some local variables |
commit | commitdiff | tree | snapshot |
2024-05-04 |
Alejandro Colomar | lib/getrange.c: getrange(): Use goto to deduplicate... |
commit | commitdiff | tree | snapshot |
2024-05-04 |
Alejandro Colomar | lib/getrange.c: getrange(): Return early |
commit | commitdiff | tree | snapshot |
2024-05-04 |
Alejandro Colomar | lib/getrange.c: getrange(): Return early to reduce... |
commit | commitdiff | tree | snapshot |
2024-05-04 |
Alejandro Colomar | lib/getrange.c: getrange(): Don't else after return |
commit | commitdiff | tree | snapshot |
2024-05-04 |
Alejandro Colomar | lib/getrange.c: getrange(): Return early to remove... |
commit | commitdiff | tree | snapshot |
2024-05-04 |
Alejandro Colomar | lib/getrange.c: getrange(): Remove temporary variable |
commit | commitdiff | tree | snapshot |
2024-05-04 |
Alejandro Colomar | lib/getrange.c: getrange(): Small refactor |
commit | commitdiff | tree | snapshot |
2024-05-04 |
Alejandro Colomar | lib/getrange.c: getrange(): Small refactor |
commit | commitdiff | tree | snapshot |
2024-05-02 |
Iker Pedrosa | share/containers: update build flags for fedora 40 |
commit | commitdiff | tree | snapshot |
2024-05-02 |
Iker Pedrosa | share/containers: sort configuration options |
commit | commitdiff | tree | snapshot |
2024-05-02 |
Iker Pedrosa | share/containers: fix indentation in fedora |
commit | commitdiff | tree | snapshot |
2024-04-10 |
Serge Hallyn | newuidmap and newgidmap manpages: fix fd description |
commit | commitdiff | tree | snapshot |
2024-04-04 |
Tobias Stoeckmann | lib/env.c: treat out of memory condition as error |
commit | commitdiff | tree | snapshot |
2024-03-29 |
Alejandro Colomar | lib/atoi/: a2*(), str2*(): Add variants for other types |
commit | commitdiff | tree | snapshot |
2024-03-29 |
Alejandro Colomar | lib/, src/: str2*(): Rename functions and reorder param... |
commit | commitdiff | tree | snapshot |
2024-03-29 |
Alejandro Colomar | lib/atoi/: Add a2[su]l() and reimplement get[u]long... |
commit | commitdiff | tree | snapshot |
2024-03-29 |
Alejandro Colomar | lib/, src/, po/: get[u]long(): Move functions to lib... |
commit | commitdiff | tree | snapshot |
2024-03-23 |
Serge Hallyn | configure.ac: release 4.15.1 4.15.1 |
commit | commitdiff | tree | snapshot |
2024-03-23 |
Alejandro Colomar | src/login.c: Use localtime_r(3) instead of localtime(3) |
commit | commitdiff | tree | snapshot |
2024-03-23 |
Alejandro Colomar | lib/, src/: Use STRFTIME() instead of its pattern |
commit | commitdiff | tree | snapshot |
2024-03-23 |
Alejandro Colomar | lib/string/strftime.[ch]: STRFTIME(): Add macro |
commit | commitdiff | tree | snapshot |
2024-03-23 |
Serge Hallyn | man/Makefile.am: ship config.xml |
commit | commitdiff | tree | snapshot |
2024-03-23 |
Serge Hallyn | man/po/Makefile.in: avoid unnecessary changes to git... |
commit | commitdiff | tree | snapshot |
2024-03-23 |
Serge Hallyn | update translations |
commit | commitdiff | tree | snapshot |
2024-03-23 |
Serge Hallyn | Makefile.am: clean some tempfiles |
commit | commitdiff | tree | snapshot |
2024-03-21 |
Serge Hallyn | getdef: avoid spurious error messages about unknown... |
commit | commitdiff | tree | snapshot |
2024-03-21 |
Enrico Scholz | lib/copydir:copy_entry(): use temporary stat buffer |
commit | commitdiff | tree | snapshot |
2024-03-20 |
Antoine Roux | Fix wrong french translation |
commit | commitdiff | tree | snapshot |
2024-03-18 |
Eli Schwartz | gitignore: add a few more generated files to be ignored |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Samanta Navarro | lib/pam_pass_non_interactive.c: use strzero/free |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Alejandro Colomar | lib/list.c: is_on_list(): Call strsep(3) instead of... |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Alejandro Colomar | lib/list.c: is_on_list(): Move break condition to loop... |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Alejandro Colomar | lib/list.c: is_on_list(): Move code out of loop |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Alejandro Colomar | lib/list.c: is_on_list(): Remove unnecessary use of... |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Alejandro Colomar | lib/sgetspent.c: sgetspent(): Explicitly use an empty... |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Alejandro Colomar | lib/sgetspent.c: sgetspent(): Use NULL instead of 0... |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Alejandro Colomar | lib/port.c: getportent(): Call strpbrk(3) instead of... |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Alejandro Colomar | lib/: Call strsep(3) instead of open-coding it |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Alejandro Colomar | lib/: Call strchrnul(3) instead of open-coding it |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Alejandro Colomar | lib/, src/: Call gmtime_r(3) instead of gmtime(3) |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Alejandro Colomar | lib/time/day_to_str.[ch]: day_to_str(): Accept a day... |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Alejandro Colomar | src/passwd.c: print_status(): Fix typo (bogus use of... |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Alejandro Colomar | src/: Use DAY_TO_STR() instead of its pattern |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Alejandro Colomar | lib/time/day_to_str.h: DAY_TO_STR(): Add macro |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Alejandro Colomar | lib/, src/, po/: date_to_str(): Move function to header... |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Alejandro Colomar | src/sulogin.c: Invert logic to reduce indentation |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Alejandro Colomar | lib/, src/: Use int main(void) where appropriate |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Alejandro Colomar | lib/: Clean up after previous removal of dead code |
commit | commitdiff | tree | snapshot |
2024-03-14 |
Alejandro Colomar | lib/, src/: Remove all code wrapped in defined(USE_NIS) |
commit | commitdiff | tree | snapshot |
next |