aboutsummaryrefslogtreecommitdiff
path: root/login
AgeCommit message (Expand)Author
2024-01-01Update copyright dates not handled by scripts/update-copyrightsPaul Eggert
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-07-05unistd: Avoid PLT entries with _FORTIFY_SOURCEFrédéric Bérat
2023-07-05Exclude routines from fortificationFrédéric Bérat
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov
2023-04-22Use O_CLOEXEC in more places (BZ #15722)Sergey Bugaev
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto
2023-01-06Update copyright dates not handled by scripts/update-copyrightsJoseph Myers
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella
2022-01-01Update copyright dates not handled by scripts/update-copyrights.Paul Eggert
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-10-29login: Add back libutil as an empty libraryStafford Horne
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-06-30login: Move libutil into libcFlorian Weimer
2021-06-30login: Rework hidden prototypes for __setutent, __utmpname, __endutentFlorian Weimer
2021-06-30login: Hidden prototypes for _getpt, __ptsname_r, grantpt, unlockptFlorian Weimer
2021-01-02Update copyright dates not handled by scripts/update-copyrights.Paul Eggert
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-10-07Linux: unlockpt needs to fail with EINVAL, not ENOTTY (bug 26053)Florian Weimer
2020-10-07login/tst-grantpt: Convert to support framework, more error checkingFlorian Weimer
2020-05-20y2038: Replace __clock_gettime with __clock_gettime64Lukasz Majewski
2020-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-11-12login: Use pread64 in utmp implementationFlorian Weimer
2019-11-12login: Introduce matches_last_entry to utmp processingFlorian Weimer
2019-11-07login: Acquire write lock early in pututline [BZ #24882]Florian Weimer
2019-11-07login: Remove double-assignment of fl.l_whence in try_file_lockFlorian Weimer
2019-10-30Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-08-28login: pututxline could fail to overwrite existing entries [BZ #24902]Florian Weimer
2019-08-15login: Use struct flock64 in utmp [BZ #24880]Florian Weimer
2019-08-15login: Disarm timer after utmp lock acquisition [BZ #24879]Florian Weimer
2019-08-15login: Fix updwtmp, updwtmx unlockingFlorian Weimer
2019-08-13login: Replace macro-based control flow with function calls in utmpFlorian Weimer
2019-08-13login: Assume that _HAVE_UT_* constants are trueFlorian Weimer
2019-08-05login: Remove utmp backend jump tables [BZ #23518]Florian Weimer
2019-02-22Break some lines before not after operators.Joseph Myers
2019-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-06-26Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella
2018-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu
2017-10-08openpty: use TIOCGPTPEER to open slave side fdChristian Brauner
2017-10-08openpty: close slave pty fd on errorChristian Brauner
2017-10-01Mark internal utmp functions with attribute_hidden [BZ #18822]H.J. Lu
2017-08-23Consolidate remaning non cancellable definitionsAdhemerval Zanella
2017-08-21Consolidate non cancellable fcntl callAdhemerval Zanella
2017-08-18Consolidate non cancellable close callAdhemerval Zanella