about summary refs log tree commit diff
path: root/login
Commit message (Expand)AuthorAgeFilesLines
* login: Use unsigned 32-bit types for seconds-since-epochFlorian Weimer11 days3-1/+44
* login: structs utmp, utmpx, lastlog _TIME_BITS independence (bug 30701)Florian Weimer11 days2-1/+5
* login: Check default sizes of structs utmp, utmpx, lastlogFlorian Weimer11 days2-1/+34
* Update copyright dates not handled by scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-0147-47/+47
* unistd: Avoid PLT entries with _FORTIFY_SOURCEFrédéric Bérat2023-07-051-0/+1
* Exclude routines from fortificationFrédéric Bérat2023-07-051-0/+6
* Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2023-06-022-2/+2
* Use O_CLOEXEC in more places (BZ #15722)Sergey Bugaev2023-04-221-1/+1
* Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2023-03-273-4/+12
* Update copyright dates not handled by scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-0647-47/+47
* configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella2022-11-011-0/+1
* Update copyright dates not handled by scripts/update-copyrights.Paul Eggert2022-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0147-47/+47
* login: Add back libutil as an empty libraryStafford Horne2021-10-291-1/+3
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0331-36/+0
* login: Move libutil into libcFlorian Weimer2021-06-309-73/+167
* login: Rework hidden prototypes for __setutent, __utmpname, __endutentFlorian Weimer2021-06-302-0/+3
* login: Hidden prototypes for _getpt, __ptsname_r, grantpt, unlockptFlorian Weimer2021-06-303-1/+3
* Update copyright dates not handled by scripts/update-copyrights.Paul Eggert2021-01-021-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0246-46/+46
* Linux: unlockpt needs to fail with EINVAL, not ENOTTY (bug 26053)Florian Weimer2020-10-071-4/+16
* login/tst-grantpt: Convert to support framework, more error checkingFlorian Weimer2020-10-071-35/+58
* y2038: Replace __clock_gettime with __clock_gettime64Lukasz Majewski2020-05-202-4/+5
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0145-45/+45
* login: Use pread64 in utmp implementationFlorian Weimer2019-11-121-72/+95
* login: Introduce matches_last_entry to utmp processingFlorian Weimer2019-11-121-49/+31
* login: Acquire write lock early in pututline [BZ #24882]Florian Weimer2019-11-073-31/+238
* login: Remove double-assignment of fl.l_whence in try_file_lockFlorian Weimer2019-11-071-1/+1
* Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg2019-10-302-8/+8
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0744-44/+44
* login: pututxline could fail to overwrite existing entries [BZ #24902]Florian Weimer2019-08-283-11/+191
* login: Use struct flock64 in utmp [BZ #24880]Florian Weimer2019-08-151-2/+2
* login: Disarm timer after utmp lock acquisition [BZ #24879]Florian Weimer2019-08-151-52/+28
* login: Fix updwtmp, updwtmx unlockingFlorian Weimer2019-08-153-2/+114
* login: Replace macro-based control flow with function calls in utmpFlorian Weimer2019-08-131-73/+100
* login: Assume that _HAVE_UT_* constants are trueFlorian Weimer2019-08-139-141/+10
* login: Remove utmp backend jump tables [BZ #23518]Florian Weimer2019-08-057-183/+52
* Break some lines before not after operators.Joseph Myers2019-02-221-4/+4
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0142-42/+42
* Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella2018-06-261-2/+2
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0142-42/+42
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-3/+3
* openpty: use TIOCGPTPEER to open slave side fdChristian Brauner2017-10-081-6/+24
* openpty: close slave pty fd on errorChristian Brauner2017-10-081-14/+16
* Mark internal utmp functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-017-0/+8