summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/sudo
AgeCommit message (Collapse)Author
1997-04-19Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")''Todd C. Miller
Same change doen for SKEY, YP, and KERBEROS5. This allows people to override those setting in /etc/mk.conf.
1997-04-12Fixed coredump when passwd file is missing or unavailable.Todd C. Miller
Reported by Jason Downs <downsj@teeny.org> and Klee Dienes <klee@mit.edu> (via a Debian Linux bug report).
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
Don't pass getdtablesize() as first arg to select(2). No need to do this since we only select on one fd--use (fd+1) as nfds. This fixes the problem with fdesc as well (though that is really an fdesc bug). Fix will be in sudo 1.5.4.
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
local instantiation! (I didn't write that code, honest!)
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
will be in 1.5.3.
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