aboutsummaryrefslogtreecommitdiff
path: root/login
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-04Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers42-42/+42
2015-10-20Convert miscellaneous function definitions to prototype style.Joseph Myers3-10/+6
2015-10-19Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers1-5/+2
2015-10-19use -fstack-protector-strong when availableMike Frysinger1-3/+1
2015-10-19pt_chown: Clear any signal mask inherited from the parent process.Geoffrey Thomas1-0/+6
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers4-9/+4
2015-10-15Do not leave files behind in /tmp from testing.Joseph Myers1-1/+1
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers5-5/+5
2015-08-19Fix -Wundef warnings in login/tst-utmp.c.Joseph Myers1-4/+4
2015-07-23Make sysdeps/posix bring in login subdir.Roland McGrath2-1/+6
2015-06-12Fix getlogin_r namespace (bug 18527).Joseph Myers1-2/+4
2015-02-06Move tst-getlogin to login/ subdirectory.Roland McGrath2-1/+61