Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-19 | Changed ``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-12 | Fixed 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-18 | Added ${DESTDIR} in -I/usr/include/kerberosIV. -moj | Mats O Jansson | |
1997-03-02 | set PASSWORD_TIMEOUT to 0 again--fdesc's treatment of /dev/tty is still buggy. | Todd C. Miller | |
1997-02-21 | Enable PASSWORD_TIMEOUT now that fdesc bug has been worked around. | Todd C. Miller | |
1997-02-21 | FreeBSD 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-15 | Log to LOG_AUTHPRIV not LOG_LOCAL2 (which conflicts with chat) | Todd C. Miller | |
1996-11-23 | undo last fix, sorry | Michael Shalayeff | |
1996-11-22 | correct krb.h include | Michael Shalayeff | |
1996-11-17 | Updated to sudo 1.5.3 | Todd C. Miller | |
1996-11-12 | Fix bug with > 32 saved aliases. Don't overshadow global var with | Todd C. Miller | |
local instantiation! (I didn't write that code, honest!) | |||
1996-11-11 | Back out last change. | Todd C. Miller | |
1996-11-11 | Fix User_Alias's in the runas list. Kind of kludgy, a better fix | Todd C. Miller | |
will be in 1.5.3. | |||
1996-10-31 | Correct kerb header location. | Todd C. Miller | |
1996-10-30 | deal with case where there is no sudoers file--pointed out by downsj | Todd C. Miller | |
1996-10-14 | sudo 1.5.2 | Todd C. Miller | |