aboutsummaryrefslogtreecommitdiff
path: root/login
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-13Remove some references to bcopy/bcmp/bzero.Roland McGrath1-2/+2
2015-01-02Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers41-41/+41
2014-11-05Modify several tests to use test-skeleton.cArjun Shankar1-2/+5
2014-05-16ptsname_r: don't leak uninitialized memory (BZ #16917)Aurelien Jarno2-1/+109
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers1-2/+2
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-1/+1
2014-01-01Update remaining copyright datesAllan McRae1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae40-40/+40
2013-07-21CVE-2013-2207, BZ #15755: Disable pt_chown.Carlos O'Donell1-1/+7
2013-06-08Use (void) in no-arguments function definitions.Joseph Myers2-2/+2
2013-05-31Link extra-libs consistently with libc and ld.so.Joseph Myers1-5/+0
2013-05-06Move getlogin_r_chk to login/ subdir.Roland McGrath3-1/+30
2013-05-06Move ptsname_r_chk to login/ subdir.Roland McGrath3-1/+33
2013-05-06Move getlogin, getlogin_r, setlogin to login/ subdir.Roland McGrath5-1/+99
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers35-36/+35
2013-01-01Update copyright years.David S. Miller1-2/+2
2012-11-09Support --with-pkgversion and --with-bugurl.Joseph Myers1-5/+12
2012-11-04[BZ #157] Remove include/stub-tag.h for good.Thomas Schwinge3-3/+0
2012-03-232012-03-23 Daniel Jacobowitz <dmj@google.com>Paul Pluzhnikov1-5/+0
2012-03-07Remove distribute variable from MakefilesUlrich Drepper1-3/+2
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert35-105/+70
2012-01-07Remove pre-ISO C supportUlrich Drepper1-12/+12
2012-01-01Also update new programsUlrich Drepper1-2/+2
2011-05-16Remove shortcut for call of chownUlrich Drepper1-2/+2
2011-05-13Add support for generated PIE link rulesAndreas Schwab1-3/+1
2009-11-24Prevent unintended file desriptor leak in grantpt.Ulrich Drepper1-3/+2
2009-10-29Bump timeout for utmp operations to 10s.Ulrich Drepper1-2/+2
2009-06-16Build pt_chown as PIE.Ulrich Drepper1-0/+13
2009-06-16Extend pt_chown to drop privileges.Ulrich Drepper2-8/+44