getopt: fix null pointer arithmetic ub
[musl] / src / passwd /
2021-04-16 Joakim Sindholtnscd: fall back gracefully on kernels without AF_UNIX...
2020-10-15 Rich Felkerfix getgrouplist when nscd reports an empty list
2019-05-16 Rich Felkerfix format strings for uid/gid values in putpwent/putgrent
2018-12-28 Rich Felkerhalt getspnam[_r] search on error accessing TCB shadow
2018-12-28 Rich Felkerdon't set errno or return an error when getspnam[_r...
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-09-12 Rich Felkerapply hidden visibility to various remaining internal...
2017-06-21 Rich Felkerfix regression in getspnam[_r] error code for insuffici...
2017-06-15 Rich Felkerset errno when getpw*_r, getgr*_r, and getspnam_r fail
2016-07-13 Rich Felkerrevert unrelated change that slipped into last commit
2016-07-13 Rich Felkerfix regression in tcsetattr on all mips archs
2015-06-09 Rich Felkerfix spurious errors from pwd/grp functions when nscd...
2015-05-01 Rich Felkerfix mishandling of ENOMEM return case in internal getgr...
2015-03-16 Rich Felkeravoid sending huge names as nscd passwd/group queries
2015-03-16 Rich Felkersimplify nscd lookup code for alt passwd/group backends
2015-03-16 Josiah Worcesteradd alternate backend support for getgrouplist
2015-02-23 Josiah Worcestersupport alternate backends for the passwd and group dbs
2015-02-23 Rich Felkerfix spurious errors in refactored passwd/group code
2015-02-23 Rich Felkerfix crashes in refactored passwd/group code
2015-02-13 Josiah Worcesterrefactor group file access code
2015-02-11 Josiah Worcesterrefactor passwd file access code
2015-01-21 Rich Felkerfix erroneous return of partial username matches by...
2013-12-12 Szabolcs Nagyinclude cleanups: remove unused headers and add feature...
2013-11-25 Michael Forneyshadow: Implement fgetspent
2013-11-25 Michael Forneyshadow: Move spent parsing to internal function
2013-11-24 Michael Forneyshadow: Implement putspent
2013-11-23 Michael Forneyputgrent: Add missing newline
2013-11-23 Michael Forneyputgrent: Stop writing output on first failure
2013-09-29 Rich Felkerfix off-by-one error in getgrnam_r and getgrgid_r,...
2013-07-19 Rich Felkerchange uid_t, gid_t, and id_t to unsigned types
2013-04-04 Rich Felkeradd put*ent functions for passwd/group files and simila...
2013-02-17 Rich Felkeradd fgetgrent function
2012-09-29 Rich Felkermore close-on-exec fixes, mostly using new "e" flag...
2012-02-02 Rich Felkermake passwd/group functions safe against cancellation...
2012-01-29 Rich Felkeradd fgetpwent (nonstandard function)
2011-09-27 Rich Felkerfix clobbering of errno in get(pw|gr)([ug]id|nam) by...
2011-09-22 Rich Felkerprotect against/handle cancellation reading shadow...
2011-06-30 Rich Felkerfix buffer overrun in getgrent code when there are...
2011-06-08 Rich Felkerit's called getgrgid_r, not getgruid_r...
2011-04-20 Rich Felkershadow password fixes: empty fields should read as...
2011-02-15 Rich Felkerguard against hard links to non-ordinary-files when...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0