aboutsummaryrefslogtreecommitdiff
path: root/login
AgeCommit message (Expand)Author
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
2017-08-18Consolidate non cancellable write callAdhemerval Zanella
2017-08-18Consolidate non cancellable read callAdhemerval Zanella
2017-08-17Consolidate non cancellable open callAdhemerval Zanella
2017-06-07Remove check for NULL buffer passed to `ptsname_r'Arjun Shankar
2017-05-20Remove __need macros from signal.h.Zack Weinberg
2017-04-18Assume that O_CLOEXEC is always defined and worksFlorian Weimer
2017-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-26Drop explicit stack-protection of pieces of the system [BZ #7065]Nick Alcock
2016-06-112016-06-11 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov
2016-01-04Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-10-20Convert miscellaneous function definitions to prototype style.Joseph Myers
2015-10-19Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers
2015-10-19use -fstack-protector-strong when availableMike Frysinger
2015-10-19pt_chown: Clear any signal mask inherited from the parent process.Geoffrey Thomas
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers
2015-10-15Do not leave files behind in /tmp from testing.Joseph Myers
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers
2015-08-19Fix -Wundef warnings in login/tst-utmp.c.Joseph Myers
2015-07-23Make sysdeps/posix bring in login subdir.Roland McGrath
2015-06-12Fix getlogin_r namespace (bug 18527).Joseph Myers