aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/getlogin_r.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-03-30getlogin_r: fix missing fallback if loginuid is unset (bug 30235)Andreas Schwab1-4/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-03-27getlogin_r: return early when linux sentinel value is setJesse Hathaway1-0/+9
2018-02-06getlogin_r: switch Linux variant to struct scratch_bufferFlorian Weimer1-21/+13
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-08-18Consolidate non cancellable close callAdhemerval Zanella1-1/+1
2017-08-18Consolidate non cancellable read callAdhemerval Zanella1-1/+1
2017-08-17Consolidate non cancellable open callAdhemerval Zanella1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-10-19Convert 231 sysdeps function definitions to prototype style.Joseph Myers1-6/+2
2015-06-12Fix getlogin_r namespace (bug 18527).Joseph Myers1-4/+6
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2010-08-06(__getlogin_r_loginuid): Also fail if tpwd after pwuid call is NULL.Ulrich Drepper1-1/+1
2010-06-21More fixes to error handling in getlogin_r.Andreas Schwab1-2/+6
2010-06-19Fix error handling in Linux getlogin*.Ulrich Drepper1-11/+13
2010-05-05Handle too-small buffers in Linux getlogin_r.Ulrich Drepper1-4/+13
2010-04-08Fix reading loginuid file in getlogin{,_r}.Ulrich Drepper1-4/+12
2010-03-24Fix Linux getlogin{_r,} implementationUlrich Drepper1-0/+100