summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/sudo
AgeCommit message (Expand)Author
1998-09-17get version from version.h for long messageTodd C. Miller
1998-09-15sudo 1.5.6Todd C. Miller
1998-06-27Require a password before telling user "command not found".Todd C. Miller
1998-06-24include stdlib.h for malloc proto; noted by TheoTodd C. Miller
1998-04-08Don't bitch about kerberos not being setup--it often is not.Todd C. Miller
1998-03-31sudo 1.5.5Todd C. Miller
1998-02-06Remove bogus flush of stderrTodd C. Miller
1998-01-23Fix usage of select(2) to deal correctly with a high-numbered fd.Todd C. Miller
1998-01-13Missed a case in that bug fix.Todd C. Miller
1998-01-13-WallTodd C. Miller
1998-01-13sudo 1.5.4Todd C. Miller
1998-01-13Fix bug wrt exclusion lists and relative pathnames.Todd C. Miller
1997-12-21Don't set the tty variable to NULL when we lack a tty, leave it asTodd C. Miller
1997-11-23OpenBSD tags (and preserve sudo tags)Todd C. Miller
1997-11-23define tty global to an initial value to avoid dumping core in loggingTodd C. Miller
1997-10-06Re-enable PASSWORD_TIMEOUT now that the fdesc bug is fixed.Todd C. Miller
1997-08-04save errno in sigchld handlersTheo de Raadt
1997-04-19Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")''Todd C. Miller
1997-04-12Fixed coredump when passwd file is missing or unavailable.Todd C. Miller
1997-03-18Added ${DESTDIR} in -I/usr/include/kerberosIV. -mojMats O Jansson
1997-03-02set PASSWORD_TIMEOUT to 0 again--fdesc's treatment of /dev/tty is still buggy.Todd C. Miller
1997-02-21Enable PASSWORD_TIMEOUT now that fdesc bug has been worked around.Todd C. Miller
1997-02-21FreeBSD PR ports/2766 (Patch from Marc Slemko marcs@znep.com):Todd C. Miller
1996-12-15Log to LOG_AUTHPRIV not LOG_LOCAL2 (which conflicts with chat)Todd C. Miller
1996-11-23undo last fix, sorryMichael Shalayeff
1996-11-22correct krb.h includeMichael Shalayeff
1996-11-17Updated to sudo 1.5.3Todd C. Miller
1996-11-12Fix bug with > 32 saved aliases. Don't overshadow global var withTodd C. Miller
1996-11-11Back out last change.Todd C. Miller
1996-11-11Fix User_Alias's in the runas list. Kind of kludgy, a better fixTodd C. Miller
1996-10-31Correct kerb header location.Todd C. Miller
1996-10-30deal with case where there is no sudoers file--pointed out by downsjTodd C. Miller
1996-10-14sudo 1.5.2Todd C. Miller