1. 91d34c4 fix regression in getspnam[_r] error code for insufficient buffer size by Rich Felker · 7 years ago
  2. 2d7d05f set errno when getpw*_r, getgr*_r, and getspnam_r fail by Rich Felker · 7 years ago
  3. 39494a2 revert unrelated change that slipped into last commit by Rich Felker · 8 years ago
  4. cff5747 fix regression in tcsetattr on all mips archs by Rich Felker · 8 years ago
  5. bd1eace fix spurious errors from pwd/grp functions when nscd backend is absent by Rich Felker · 9 years ago
  6. 58fa856 fix mishandling of ENOMEM return case in internal getgrent_a function by Rich Felker · 9 years ago
  7. 4b5ca13 avoid sending huge names as nscd passwd/group queries by Rich Felker · 9 years ago
  8. 49d1e7f simplify nscd lookup code for alt passwd/group backends by Rich Felker · 9 years ago
  9. 2894a44 add alternate backend support for getgrouplist by Josiah Worcester · 9 years ago
  10. 34b423d support alternate backends for the passwd and group dbs by Josiah Worcester · 10 years ago
  11. 0afef1a fix spurious errors in refactored passwd/group code by Rich Felker · 10 years ago
  12. fc5a96c fix crashes in refactored passwd/group code by Rich Felker · 10 years ago
  13. 7c5f0a5 refactor group file access code by Josiah Worcester · 10 years ago
  14. 700e089 refactor passwd file access code by Josiah Worcester · 10 years ago
  15. ecb6081 fix erroneous return of partial username matches by getspnam[_r] by Rich Felker · 10 years ago
  16. 5717444 include cleanups: remove unused headers and add feature test macros by Szabolcs Nagy · 11 years ago
  17. 7e771e6 shadow: Implement fgetspent by Michael Forney · 11 years ago
  18. b3646b3 shadow: Move spent parsing to internal function by Michael Forney · 11 years ago
  19. 22f29bf shadow: Implement putspent by Michael Forney · 11 years ago
  20. 3fd1acb putgrent: Add missing newline by Michael Forney · 11 years ago
  21. a3b98a1 putgrent: Stop writing output on first failure by Michael Forney · 11 years ago
  22. 23b8e3b fix off-by-one error in getgrnam_r and getgrgid_r, clobbering gr_name by Rich Felker · 11 years ago
  23. 648c3b4 change uid_t, gid_t, and id_t to unsigned types by Rich Felker · 11 years ago
  24. ddfb267 add put*ent functions for passwd/group files and similar for shadow by Rich Felker · 11 years ago
  25. cac8729 add fgetgrent function by Rich Felker · 12 years ago
  26. d712dd3 more close-on-exec fixes, mostly using new "e" flag to fopen by Rich Felker · 12 years ago
  27. 4948a24 make passwd/group functions safe against cancellation in stdio by Rich Felker · 13 years ago
  28. 5e9314f add fgetpwent (nonstandard function) by Rich Felker · 13 years ago
  29. aef84ca fix clobbering of errno in get(pw|gr)([ug]id|nam) by fclose by Rich Felker · 13 years ago
  30. 0d4d94e protect against/handle cancellation reading shadow passwords by Rich Felker · 13 years ago
  31. fb62ae7 fix buffer overrun in getgrent code when there are no group members by Rich Felker · 13 years ago
  32. c19a6be it's called getgrgid_r, not getgruid_r... by Rich Felker · 13 years ago
  33. 18bca57 shadow password fixes: empty fields should read as -1 not 0 by Rich Felker · 13 years ago
  34. 976f42d guard against hard links to non-ordinary-files when reading tcb shadow by Rich Felker · 14 years ago
  35. 0b44a03 initial check-in, version 0.5.0 by Rich Felker · 14 years ago