aboutsummaryrefslogtreecommitdiff
path: root/login
AgeCommit message (Expand)AuthorFilesLines
2022-01-01Update copyright dates not handled by scripts/update-copyrights.Paul Eggert1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert47-47/+47
2021-10-29login: Add back libutil as an empty libraryStafford Horne1-1/+3
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar31-36/+0
2021-06-30login: Move libutil into libcFlorian Weimer9-73/+167
2021-06-30login: Rework hidden prototypes for __setutent, __utmpname, __endutentFlorian Weimer2-0/+3
2021-06-30login: Hidden prototypes for _getpt, __ptsname_r, grantpt, unlockptFlorian Weimer3-1/+3
2021-01-02Update copyright dates not handled by scripts/update-copyrights.Paul Eggert1-1/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert46-46/+46
2020-10-07Linux: unlockpt needs to fail with EINVAL, not ENOTTY (bug 26053)Florian Weimer1-4/+16
2020-10-07login/tst-grantpt: Convert to support framework, more error checkingFlorian Weimer1-35/+58
2020-05-20y2038: Replace __clock_gettime with __clock_gettime64Lukasz Majewski2-4/+5
2020-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers45-45/+45
2019-11-12login: Use pread64 in utmp implementationFlorian Weimer1-72/+95
2019-11-12login: Introduce matches_last_entry to utmp processingFlorian Weimer1-49/+31
2019-11-07login: Acquire write lock early in pututline [BZ #24882]Florian Weimer3-31/+238
2019-11-07login: Remove double-assignment of fl.l_whence in try_file_lockFlorian Weimer1-1/+1
2019-10-30Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg2-8/+8
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert44-44/+44
2019-08-28login: pututxline could fail to overwrite existing entries [BZ #24902]Florian Weimer3-11/+191
2019-08-15login: Use struct flock64 in utmp [BZ #24880]Florian Weimer1-2/+2
2019-08-15login: Disarm timer after utmp lock acquisition [BZ #24879]Florian Weimer1-52/+28
2019-08-15login: Fix updwtmp, updwtmx unlockingFlorian Weimer3-2/+114
2019-08-13login: Replace macro-based control flow with function calls in utmpFlorian Weimer1-73/+100
2019-08-13login: Assume that _HAVE_UT_* constants are trueFlorian Weimer9-141/+10
2019-08-05login: Remove utmp backend jump tables [BZ #23518]Florian Weimer7-183/+52
2019-02-22Break some lines before not after operators.Joseph Myers1-4/+4
2019-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers42-42/+42
2018-06-26Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella1-2/+2
2018-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers42-42/+42
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu1-3/+3
2017-10-08openpty: use TIOCGPTPEER to open slave side fdChristian Brauner1-6/+24
2017-10-08openpty: close slave pty fd on errorChristian Brauner1-14/+16
2017-10-01Mark internal utmp functions with attribute_hidden [BZ #18822]H.J. Lu7-0/+8
2017-08-23Consolidate remaning non cancellable definitionsAdhemerval Zanella1-0/+1
2017-08-21Consolidate non cancellable fcntl callAdhemerval Zanella1-2/+2
2017-08-18Consolidate non cancellable close callAdhemerval Zanella1-4/+4
2017-08-18Consolidate non cancellable write callAdhemerval Zanella1-2/+2
2017-08-18Consolidate non cancellable read callAdhemerval Zanella1-4/+4
2017-08-17Consolidate non cancellable open callAdhemerval Zanella1-3/+3
2017-06-07Remove check for NULL buffer passed to `ptsname_r'Arjun Shankar1-1/+0
2017-05-20Remove __need macros from signal.h.Zack Weinberg1-0/+1
2017-04-18Assume that O_CLOEXEC is always defined and worksFlorian Weimer1-61/+4
2017-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers42-42/+42
2016-12-26Drop explicit stack-protection of pieces of the system [BZ #7065]Nick Alcock1-1/+0
2016-06-112016-06-11 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov1-1/+1